From 3822e93c23e58a089c50da2a24695ffdbab4a62f Mon Sep 17 00:00:00 2001 From: Kristijan Perusko Date: Wed, 23 Dec 2015 15:35:16 -0500 Subject: [PATCH] Removed unused pod SVProgressHUD --- .../contents.xcworkspacedata | 10 + Podfile | 1 - Podfile.lock | 3 - .../SVProgressHUD/SVIndefiniteAnimatedView.h | 1 - .../Private/SVProgressHUD/SVProgressHUD.h | 1 - .../SVProgressHUD/SVRadialGradientLayer.h | 1 - Pods/Manifest.lock | 3 - Pods/Pods.xcodeproj/project.pbxproj | 4779 ++++++++--------- Pods/SVProgressHUD/LICENSE.txt | 26 - Pods/SVProgressHUD/README.md | 175 - .../SVProgressHUD/SVIndefiniteAnimatedView.h | 17 - .../SVProgressHUD/SVIndefiniteAnimatedView.m | 140 - .../SVProgressHUD.bundle/angle-mask.png | Bin 3482 -> 0 bytes .../SVProgressHUD.bundle/angle-mask@2x.png | Bin 5614 -> 0 bytes .../SVProgressHUD.bundle/angle-mask@3x.png | Bin 9389 -> 0 bytes .../SVProgressHUD.bundle/error.png | Bin 455 -> 0 bytes .../SVProgressHUD.bundle/error@2x.png | Bin 1137 -> 0 bytes .../SVProgressHUD.bundle/error@3x.png | Bin 2315 -> 0 bytes .../SVProgressHUD.bundle/info.png | Bin 3527 -> 0 bytes .../SVProgressHUD.bundle/info@2x.png | Bin 4852 -> 0 bytes .../SVProgressHUD.bundle/info@3x.png | Bin 6585 -> 0 bytes .../SVProgressHUD.bundle/success.png | Bin 349 -> 0 bytes .../SVProgressHUD.bundle/success@2x.png | Bin 811 -> 0 bytes .../SVProgressHUD.bundle/success@3x.png | Bin 1576 -> 0 bytes .../SVProgressHUD/SVProgressHUD.h | 122 - .../SVProgressHUD/SVProgressHUD.m | 1284 ----- .../SVProgressHUD/SVRadialGradientLayer.h | 14 - .../SVProgressHUD/SVRadialGradientLayer.m | 25 - .../Pods/Pods-acknowledgements.markdown | 29 - .../Pods/Pods-acknowledgements.plist | 33 - .../Pods/Pods-frameworks.sh | 2 - .../Pods/Pods.debug.xcconfig | 4 +- .../Pods/Pods.release.xcconfig | 4 +- .../SVProgressHUD/Info.plist | 26 - .../SVProgressHUD/SVProgressHUD-dummy.m | 5 - .../SVProgressHUD/SVProgressHUD-prefix.pch | 4 - .../SVProgressHUD/SVProgressHUD-umbrella.h | 9 - .../SVProgressHUD/SVProgressHUD.modulemap | 6 - .../SVProgressHUD/SVProgressHUD.xcconfig | 5 - 39 files changed, 2304 insertions(+), 4425 deletions(-) create mode 100644 Design Studio Express.xcworkspace/contents.xcworkspacedata delete mode 120000 Pods/Headers/Private/SVProgressHUD/SVIndefiniteAnimatedView.h delete mode 120000 Pods/Headers/Private/SVProgressHUD/SVProgressHUD.h delete mode 120000 Pods/Headers/Private/SVProgressHUD/SVRadialGradientLayer.h delete mode 100644 Pods/SVProgressHUD/LICENSE.txt delete mode 100644 Pods/SVProgressHUD/README.md delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.m delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@2x.png delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error.png delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@2x.png delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@3x.png delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info.png delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@2x.png delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@3x.png delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success.png delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@2x.png delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@3x.png delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.h delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.m delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h delete mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.m delete mode 100644 Pods/Target Support Files/SVProgressHUD/Info.plist delete mode 100644 Pods/Target Support Files/SVProgressHUD/SVProgressHUD-dummy.m delete mode 100644 Pods/Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch delete mode 100644 Pods/Target Support Files/SVProgressHUD/SVProgressHUD-umbrella.h delete mode 100644 Pods/Target Support Files/SVProgressHUD/SVProgressHUD.modulemap delete mode 100644 Pods/Target Support Files/SVProgressHUD/SVProgressHUD.xcconfig diff --git a/Design Studio Express.xcworkspace/contents.xcworkspacedata b/Design Studio Express.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..ca8cded --- /dev/null +++ b/Design Studio Express.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/Podfile b/Podfile index 01a1a59..0b99190 100644 --- a/Podfile +++ b/Podfile @@ -1,7 +1,6 @@ pod 'Cartography', '~> 0.6' pod 'NRSimplePlist', :git => 'https://github.com/broderboy/NRSimplePlist.git', :branch => 'swift2' pod 'SwiftyUserDefaults' -pod 'SVProgressHUD', :head pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git' pod 'Fabric' pod 'Crashlytics' diff --git a/Podfile.lock b/Podfile.lock index 86ba990..6ef4846 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -25,7 +25,6 @@ PODS: - SDWebImage (3.7.3): - SDWebImage/Core (= 3.7.3) - SDWebImage/Core (3.7.3) - - SVProgressHUD (HEAD based on 2.0-beta) - SwiftyJSON (2.3.1) - SwiftyUserDefaults (2.0.0) - SZTextView (1.2.1) @@ -44,7 +43,6 @@ DEPENDENCIES: - MZTimerLabel - NRSimplePlist (from `https://github.com/broderboy/NRSimplePlist.git`, branch `swift2`) - RealmSwift - - SVProgressHUD (HEAD) - SwiftyJSON (from `https://github.com/SwiftyJSON/SwiftyJSON.git`) - SwiftyUserDefaults - SZTextView @@ -80,7 +78,6 @@ SPEC CHECKSUMS: Realm: 3ce8448151c571e90b85002d984d7f93f54fc8a3 RealmSwift: 485599fe54e35461c4a0daa7d01d8fbf11424873 SDWebImage: 1d2b1a1efda1ade1b00b6f8498865f8ddedc8a84 - SVProgressHUD: c83337f10ed32d701c423d519059a249973c8662 SwiftyJSON: 592b53bee5ef3dd9b3bebc6b9cb7ee35426ae8c3 SwiftyUserDefaults: 1266e9734c68bcfbac8294ee84173dc8ba6db312 SZTextView: 906df45afd3c1b24fc5252088d5ef8061513c238 diff --git a/Pods/Headers/Private/SVProgressHUD/SVIndefiniteAnimatedView.h b/Pods/Headers/Private/SVProgressHUD/SVIndefiniteAnimatedView.h deleted file mode 120000 index 55a38a2..0000000 --- a/Pods/Headers/Private/SVProgressHUD/SVIndefiniteAnimatedView.h +++ /dev/null @@ -1 +0,0 @@ -../../../SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h \ No newline at end of file diff --git a/Pods/Headers/Private/SVProgressHUD/SVProgressHUD.h b/Pods/Headers/Private/SVProgressHUD/SVProgressHUD.h deleted file mode 120000 index 608a8aa..0000000 --- a/Pods/Headers/Private/SVProgressHUD/SVProgressHUD.h +++ /dev/null @@ -1 +0,0 @@ -../../../SVProgressHUD/SVProgressHUD/SVProgressHUD.h \ No newline at end of file diff --git a/Pods/Headers/Private/SVProgressHUD/SVRadialGradientLayer.h b/Pods/Headers/Private/SVProgressHUD/SVRadialGradientLayer.h deleted file mode 120000 index d78beb5..0000000 --- a/Pods/Headers/Private/SVProgressHUD/SVRadialGradientLayer.h +++ /dev/null @@ -1 +0,0 @@ -../../../SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h \ No newline at end of file diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 86ba990..6ef4846 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -25,7 +25,6 @@ PODS: - SDWebImage (3.7.3): - SDWebImage/Core (= 3.7.3) - SDWebImage/Core (3.7.3) - - SVProgressHUD (HEAD based on 2.0-beta) - SwiftyJSON (2.3.1) - SwiftyUserDefaults (2.0.0) - SZTextView (1.2.1) @@ -44,7 +43,6 @@ DEPENDENCIES: - MZTimerLabel - NRSimplePlist (from `https://github.com/broderboy/NRSimplePlist.git`, branch `swift2`) - RealmSwift - - SVProgressHUD (HEAD) - SwiftyJSON (from `https://github.com/SwiftyJSON/SwiftyJSON.git`) - SwiftyUserDefaults - SZTextView @@ -80,7 +78,6 @@ SPEC CHECKSUMS: Realm: 3ce8448151c571e90b85002d984d7f93f54fc8a3 RealmSwift: 485599fe54e35461c4a0daa7d01d8fbf11424873 SDWebImage: 1d2b1a1efda1ade1b00b6f8498865f8ddedc8a84 - SVProgressHUD: c83337f10ed32d701c423d519059a249973c8662 SwiftyJSON: 592b53bee5ef3dd9b3bebc6b9cb7ee35426ae8c3 SwiftyUserDefaults: 1266e9734c68bcfbac8294ee84173dc8ba6db312 SZTextView: 906df45afd3c1b24fc5252088d5ef8061513c238 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 527389b..7b9f295 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -8,493 +8,482 @@ /* Begin PBXBuildFile section */ 0066DE92899EE6B7FD7140CEB71AB128 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 625224B8EDD3144FA0670E366F3B4ADA /* MediaPlayer.framework */; }; - 04C6828E460DD1FA1766E1255AE62839 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = B12EEE7D0718F8E3119717D39C3D5233 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0551E49A6D71FDAAB9533E722B96A19D /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = D5A87336D6D7C1A681E9A989C953BEF5 /* SDWebImageCompat.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 00978692689D30C08C546C594F5BEBAF /* data_type.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CBBC4602B7757B31D6D4DD89EA93A891 /* data_type.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 00FEE29E888033C3E9D5BB89A76A3246 /* simulated_failure.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8D07A408469923BDE10C7A6FD893DF3D /* simulated_failure.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 0308A79A985770F079B9969D42E45FB1 /* group_writer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F94A84FA96E4144BE3128DA11F30B65F /* group_writer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 0334C021E2C0401E72E0220C31D7C218 /* table_accessors.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2153749ACC2A7DBD27543706A8110443 /* table_accessors.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 046B670FDF6E8884B99310D9F144FEDB /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6770814883FA23902DFC9E43C6DDA8E2 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + 04C32D6B72CE238C0F28BE94E942A81B /* array_blobs_big.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 22281003564E93CCDA63F4AD55A27320 /* array_blobs_big.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 04C6828E460DD1FA1766E1255AE62839 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 87983EBAD6219ED2548F455D26C440DC /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0551E49A6D71FDAAB9533E722B96A19D /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F25843F5D26184B0B4ECD9C0B1D61B8 /* SDWebImageCompat.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 0596E42A15F5D06BD5E9C1D2C01B1650 /* disable_sync_to_disk.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 26D1FFD7CF40DB870D299E5BC3269564 /* disable_sync_to_disk.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 05A4B2FB579C25E34EF14B21CA98B2F4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 070975C76F90F88141E45EF4B386FB3E /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 2553498906B98A3C33B6C98803354BB8 /* RLMRealm.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0729DED1737DCDB309394E0B59393F37 /* Dimension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33B6A3CFCEA87D18F7E810EC844AA642 /* Dimension.swift */; }; - 074E0ACB19514A3863B4C1D7EC4E3EE5 /* simulated_failure.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 278DCB0BA668C24E93E8172D55CBEE4C /* simulated_failure.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 07DA2CF60C633379C835EB520A13B3CC /* array_binary.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 79697A8C4EAD92B1D7D843CA56A24836 /* array_binary.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 0821C839B9D9116E03C0C9B51E136144 /* DKCamera-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E969F0DBBDF8C3B017A19A8D4DED9098 /* DKCamera-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0888B98B8815ACD99B41090C7630E933 /* descriptor_fwd.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2C8A9FCC926C6E642C8B1392B6235F0F /* descriptor_fwd.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 09319DC7FF28A7E69562C0CE680CEA34 /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 5342A0DC4495326068BF768CF44D1CC0 /* MASCompositeConstraint.m */; }; - 0961D378573770C3DD7485F164A58025 /* MHVideoPhotoGallery-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 008E5F0ABB6F298E05EB65DC1EA52E69 /* MHVideoPhotoGallery-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A604526BBCDA47A03929A171C3DFBF1 /* binary_data.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0BC50D57BAF98F32B3903ED1440094F5 /* binary_data.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B00809400A5577EF75B5FD458471194 /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFD29B4A8289085DC4F41673FA3726B /* RLMConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C7F485EBC547430C0BBE528438AA6D5 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1BD7F2759D4E631CD84715E83C40F6E3 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - 0D6AD6A3F44F2E0648FB549EF4B31239 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = D496CD4B29DCE257540BB7FC5CC7C235 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0E7F00BAE424D735BA3CDC6D7AD9C2ED /* SDWebImage-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 13414E90C22EE320BF1DA3DA76DE87B1 /* SDWebImage-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0F3B8130592148839045416F7789C907 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1808CF55E6315EDCF5D5E1F898ADC0E /* SortDescriptor.swift */; }; - 0F4BAA69D469EA1543E4442DCD5CB567 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72805FCA38957BF8699EA4AF94516101 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - 0F638444CA2EAF3C86469EBCFDB0D244 /* misc_errors.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BCA79D7E3FCA30105C81024B332B06F6 /* misc_errors.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F787EBF9071328BC31B6F6D1FDA24C7 /* NSArray+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F5C0DD2A0EECF0CFA9463EA5F090D7A /* NSArray+MASAdditions.m */; }; - 104EF5C53FFFBF07DEBC68390A7E1509 /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB6B55E9C8B1234827C1457F98039250 /* Schema.swift */; }; - 11417F7E0087C4BB8FC52A509FD63D32 /* DKCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E26F8495C5A83994F3ED8EA90EC74C7 /* DKCamera.swift */; }; - 12F69A2A008CFA3D29D1475025F4F385 /* RLMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = A0309FEF03831FDA1930C3FFBB8432BE /* RLMDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1592DF0AFD6BBC71DCB0A30AE8B74364 /* RLMObjectSchema_Private.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FEB66AF68AC9FF85241E4B6A37CDE39C /* RLMObjectSchema_Private.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 159DCFCFD1819764020E2EA733324715 /* RLMRealmUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 9954D33DA8E1C071F6CCBA0A07D95217 /* RLMRealmUtil.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 15DEB2DD31B88E5B9FCFC40763CD1F57 /* MASViewConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 7969BBED5F0B96C22D8A89D2B138B9D9 /* MASViewConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1613EA67C149A99A66B5324D676FD467 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = D360FBF94D249C22FEFE65C80FD87D30 /* RLMPlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1632AE116AC07D566DEA7A5C296B0C28 /* GMStepper-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2310F503BEF0C7FC5721161F5EC8B411 /* GMStepper-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0729DED1737DCDB309394E0B59393F37 /* Dimension.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F9DD5B39DDED07F16BA9BE61C75488 /* Dimension.swift */; }; + 072AB2F59BE7AF57F8D2DB800D1FE0E8 /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 08299F6CFEB79A22F3904621AB350AB4 /* RLMProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0821C839B9D9116E03C0C9B51E136144 /* DKCamera-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 96D97C3E1DAEDB19D2094AEED4D2A589 /* DKCamera-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 08C5313C8D77CC0E2FEA3B7D4A4ED779 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A4ADA49BE039EA92E2A13D59FFB8A06 /* SwiftyJSON-dummy.m */; }; + 092A37C63A7D9AF6E89848777D18691A /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 45D5117F33AC22AB4D745FEDCE678837 /* RLMConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09319DC7FF28A7E69562C0CE680CEA34 /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F6FB1EDB630E19B0EE269345872E563 /* MASCompositeConstraint.m */; }; + 0961D378573770C3DD7485F164A58025 /* MHVideoPhotoGallery-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F9F85BDA323C049DDCDCF811FD129F50 /* MHVideoPhotoGallery-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 096CD8D22685C2EE06CD7A6091BBBE69 /* RLMArrayLinkView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B970E6678F4A7319B5D73D72D833CEE6 /* RLMArrayLinkView.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + 09EDC90CCDCFA7D931649D88DC2A0326 /* SZTextView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C2BEA47BBC46EE0DECCEBF0C54DE034 /* SZTextView-dummy.m */; }; + 0C95A2B4A93C5C159601152DA937688F /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4FC1E8F262BEB9B1CA5261CCE758DDCE /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + 0D58D2896A3C0B5A11131C85E478FDAD /* column_binary.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 11C884E4D1CD1F482DC28A1A941E7ABC /* column_binary.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D6AD6A3F44F2E0648FB549EF4B31239 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 320ED242F4283EDF75C6B741A9C5AF25 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0E7F00BAE424D735BA3CDC6D7AD9C2ED /* SDWebImage-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DD89C7935E614F03C32C43B578742F4E /* SDWebImage-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0EC48FD11930E5820663CA71D07175DC /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = AAA0E4BCDE656ED2276DB2E431FE281F /* config.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F0454AD3F788AF65EDFA83B32F75630 /* link_view_fwd.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 63944153B425A3FBE976B2793E707701 /* link_view_fwd.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F1A984E0FEDACB36E738CFB90CB0D31 /* safe_int_ops.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BFAF54FD5EA40A2C3E7FFEE93CA30ECF /* safe_int_ops.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F24DC804FEE2C3751379324BA25B69F /* output_stream.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0438668D98787793705DA4253B4E52B1 /* output_stream.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F787EBF9071328BC31B6F6D1FDA24C7 /* NSArray+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 48F98FD3B5CCBA47D4EDDE55774459B1 /* NSArray+MASAdditions.m */; }; + 0F9C143A51778A5CBC0101025E56CFAD /* column_tpl.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56178627396C0881CD8F0FEF35777DD6 /* column_tpl.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FE72C71B9EEF02A62A2FB096A896F9C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; + 11417F7E0087C4BB8FC52A509FD63D32 /* DKCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 789F8B1F6D0515ADA5E6634B33602376 /* DKCamera.swift */; }; + 114793685A099BAE1BD53D498E3F23E9 /* tuple.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1147F8482D7AE40356500848C5B5B5A1 /* tuple.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 11ABCEB0B43AC62AEE1FB70F1AE64912 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 7808E8CA31575B06BFFCFA2A6CD3F34E /* RLMObjectSchema.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1264A78E850932122B91866F99F4FEB7 /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7F93C975EE5052424A3EBBD688790AFE /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + 14A1B1D9009628FE3211DC44B8F8E166 /* table_macros.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D9B1917182D7DE4A6B8BA3D2FA223156 /* table_macros.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 14D67E282EB63AE30A9F44D182D05A0B /* column_mixed_tpl.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3BF3CF570913411BE27562730FEC04B1 /* column_mixed_tpl.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 15DEB2DD31B88E5B9FCFC40763CD1F57 /* MASViewConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1ACC4B65755E4CEF61182141249818 /* MASViewConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1632AE116AC07D566DEA7A5C296B0C28 /* GMStepper-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 097436E515650B222F0506208E103BD4 /* GMStepper-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1698C08CD5D580CAF802D57456BEF68A /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 51CD05FB6CCE1ACC11E6C2E853C0D8E3 /* Accelerate.framework */; }; - 170FDD43CC6EA50A72E197713D65A907 /* destroy_guard.hpp in Headers */ = {isa = PBXBuildFile; fileRef = DBEBC667AB0589C44E2D17A8AE89687A /* destroy_guard.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 176703ABCC78E9E6054446BEDAA01B6B /* NRSimplePlist-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 911D0637B7D82B84DABA1994D018EECD /* NRSimplePlist-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 176703ABCC78E9E6054446BEDAA01B6B /* NRSimplePlist-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A74A96666F705A4A5690587B6509AB59 /* NRSimplePlist-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 18132D2A74E8AAC14A7DACC34A8E37C8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A22AFEAC1FDC728B71D5285E99A3253 /* UIKit.framework */; }; - 185D6AB52C91AC231D58A0B276E038A0 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 843B80593F5B80329E45D76A7D24172C /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - 1932A042347F6F15FE8202AEAC87AF2D /* MHGalleryLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 641E00D3688EAF0BD0AFEEEDCB8AE556 /* MHGalleryLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 19A1A3F14F399FEC48861A57EBEA6563 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E234C50CD9F3B1E46BDAEA3D6E8CA2F /* RLMSchema_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 1B19BA084EDD70E6CABC81E16420AC8C /* SZTextView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AB77709048FE647DDD3F0A7CA2DED9F /* SZTextView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1B5DA018BB78F8081685EEF4EFD6BCD6 /* AcknowList-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 66840DDA2EB4E39EBAC17ACA69B2E2A4 /* AcknowList-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1CCF8973C61B61D6D2B36953AEC4353A /* mixed.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 71B1D8D9BE7D46FDB59BD733ECA44E13 /* mixed.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CD8C2F790479FF2F74030A81B168316 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62C3FEA8A7D3C7B258D8909667AF492E /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - 1D0B1A533359259C95931CF11D556916 /* optional.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6FF3AC9972268B5D37AE7C7F83A5F958 /* optional.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D54E6EC43B2B4250E1FE53B0C0A6662 /* MGSwipeTableCell-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F23FF814E3C926B121D56A1BBBA65F4D /* MGSwipeTableCell-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F8FAE854816490A497A656AA0E3E4D3 /* object_store_exceptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5246176A4A2440DDFEF0B1244307F45C /* object_store_exceptions.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - 1FAB9461FFBEACBFA84E2BD6A389BABF /* MHGallerySharedManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CF0D7719FD1D3D0E2CFBC06F58C28C5 /* MHGallerySharedManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 203247EE2141D1844C051D453699E746 /* SVProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E48417A808F56FECA549A8461B9C9B9 /* SVProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2057FF930EF0F28E7AD548BF23BE78EE /* Edge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 682375F10C218665670898CEED81C00D /* Edge.swift */; }; - 2073E98DAC3FD98F2BBB74CEBDC3F823 /* buffer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BC687D96FB37FF66BDD5475183E3120D /* buffer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 20D0B81ED8AAEFD129B565DD7591EB61 /* RLMUpdateChecker.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1DE5A087B2F1667A656EFA44BF643304 /* RLMUpdateChecker.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 210E54DB4CD8F8309D1C7A1D4D563F09 /* MASUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = EF8B7439EC24AAB5496C239E23173BE7 /* MASUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 18D4AC32EF86B5A1CD083834C964C0D8 /* memory_stream.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FF1495644DF255E8D6738239ABA72AAB /* memory_stream.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 1932A042347F6F15FE8202AEAC87AF2D /* MHGalleryLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C76EB0C1CC18D1222ACD24E868E5575 /* MHGalleryLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 194BD31E7C09E4E03BB40BF96F816418 /* column_type_traits.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 79436B1CC54EAED9F01871726346BEF6 /* column_type_traits.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B5DA018BB78F8081685EEF4EFD6BCD6 /* AcknowList-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 096601FC64262723F1559409EAC32505 /* AcknowList-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C9603E2F5CFF86BE71A5FA149B1D49B /* RLMListBase.h in Headers */ = {isa = PBXBuildFile; fileRef = A3438193A6D11476ACFAD8632ED8BB92 /* RLMListBase.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 1D54E6EC43B2B4250E1FE53B0C0A6662 /* MGSwipeTableCell-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E691692529C2AE424FB453783B4900E /* MGSwipeTableCell-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1DC9C4061DFCF04B5E264A1A2DF5DCAE /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5904D1FEBA9E2EE06C061E078979453F /* RLMProperty_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 1EB5324CCD33E40EADE8E0CCC519CDFC /* utf8.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1A6157ECD66C5D2775E730017CDDFC3E /* utf8.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 1FAB9461FFBEACBFA84E2BD6A389BABF /* MHGallerySharedManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 20BDBB62211E94D5D1D4DF3D365FFE42 /* MHGallerySharedManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2026FB830867C53B14561A3C897869F4 /* array_binary.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E4E122A6A466FEC7D1FCD03BA03B2BF9 /* array_binary.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 2057FF930EF0F28E7AD548BF23BE78EE /* Edge.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED060617B1415C0FEDF854FD9CE0BA9C /* Edge.swift */; }; + 210E54DB4CD8F8309D1C7A1D4D563F09 /* MASUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 48499827D1897260AEAA22CB34A29D3D /* MASUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2174502EE710C98F6911BB7B170FFA35 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CB03E7C4330356DBA1A6DD5AE1E4DDD /* AVFoundation.framework */; }; - 2253BE6734BD3085CFDDC10E615F725D /* link_view.hpp in Headers */ = {isa = PBXBuildFile; fileRef = EE734E3CFA8964C0D6F4AA4B810C56EE /* link_view.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 221F0B37C84B16C99BD450F3434A813B /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9246CEA7654059A8556CFC393001C086 /* Realm-dummy.m */; }; + 22D4172B188BFAEB7E73DAC8ADB2D79D /* RLMOptionalBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C3E14907BD731CF5F730F488D09D33C /* RLMOptionalBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2344252EFA6769EEE19883CCF2002C85 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 24A44D13E1A6E92AD48592E85D6B6BF0 /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A6797CE5D90205DD58CFBA0E057DC19 /* RLMObjectBase_Dynamic.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24AF36348624FCAD10F9BB70CB963A7B /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 74CFF434DFD371EA4875E06A36186C98 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - 25749F391F67D2FFBE28E4A5945F77D7 /* UIImageView+MHGallery.m in Sources */ = {isa = PBXBuildFile; fileRef = DE7CC07C0A412557B1D2A995CBF6BC2B /* UIImageView+MHGallery.m */; }; - 25939CC99BAF235E747B4A9C316F5B07 /* exceptions.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4E3F31CAC7A41840E0CCB054F58787F5 /* exceptions.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 25E23781F7D9E646970CBC75DFC7491B /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3C7ABD316CB1658EBD864EE098BB80 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 241B43BC5F30097E3801816F7A46B59F /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE0025B2EAFDCF21F10747A7AA6B776 /* Util.swift */; }; + 25749F391F67D2FFBE28E4A5945F77D7 /* UIImageView+MHGallery.m in Sources */ = {isa = PBXBuildFile; fileRef = E8532A8A1B4453F24631AECCBFA3DD04 /* UIImageView+MHGallery.m */; }; 2623B223DC21347EE127F7DD51F5AA5E /* Masonry.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81BC9F4EC74C402615B9191E9C026953 /* Masonry.framework */; }; - 275FEB3C342CA3D11B9F17DA33A48C5A /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 185451612C147C2A812AD67BC23713BE /* RLMProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28515F6FFAA0E2F9591A862D532F33AC /* Compound.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E2CB9AB2108EE051F0D0B7F1D4C652E /* Compound.swift */; }; + 28515F6FFAA0E2F9591A862D532F33AC /* Compound.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73397F8015B2FABB05755BC6A6A58D48 /* Compound.swift */; }; 28E4438E72492F6126D1BEE4302DF4FA /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5043E2BF209A8E2FE4F13379F736642 /* CoreMotion.framework */; }; - 2A8F3E10C49521EC64E8A72A24910CD1 /* MHMediaPreviewCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 172F0A7BF8F3E5F7F7323E168465390F /* MHMediaPreviewCollectionViewCell.m */; }; - 2B84BE3ED033CD093C26CC03D6733005 /* object_schema.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0565FF5059BC1E245EF8D7DA9D9693D3 /* object_schema.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + 29731E5E838E4B07BC4DEEB338288CE0 /* table_basic_fwd.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D5BD99EA9A70B156B8649767D61944DB /* table_basic_fwd.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A8F3E10C49521EC64E8A72A24910CD1 /* MHMediaPreviewCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F18E78DF8922BA4FC409BE630145E5D3 /* MHMediaPreviewCollectionViewCell.m */; }; + 2B6F7E2060F693B2671E328BCB8BE24D /* misc_errors.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C806E837A9189E72FBF1734192E5AD49 /* misc_errors.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 2BF23D5DD79FF4D62426649434B48087 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD262409C19294F964600C9469E02189 /* ImageIO.framework */; }; - 2C5E8BC92C099C4B9311F035F6263F1A /* terminate.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1F3245A3AD36F47EEED596AEDDB7B0AC /* terminate.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E0361EC7DC6855CFA912E516A216B95 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = EF37030CD272CF04D321B35BF1056F02 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + 2C5AE06AFD61733DEF09D0F7A285F36E /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = AFA820D6B54338C40B335BF5E68F774A /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + 2CDC3FF86C57D446FA42D79F9DF386B6 /* property.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C48B2E5662619F3F88625B50EBC044D4 /* property.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D2E252208522EF64C60E18F559D4378 /* Pods-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 894E5DA93A9F359521A89826BE6DA777 /* Pods-dummy.m */; }; + 2D3D4553E97143267D9B257B58A97326 /* priority_queue.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9E5D6C4818DAAC5D58AF830099B64429 /* priority_queue.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 2DF5EE66B63729AB11A79682101D7608 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; + 2F5C1A63897D1823830D178163B2AA74 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; + 2F5DB6E30448D9C627D7FC92A00C250B /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = BC769193F32FE0AF0235FEC8F51F20F2 /* RLMResults.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 305054CCABAE57284EA671D797B72D87 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DBBB84AA77481937256018162C85F4C /* RLMObject_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; 309182160346870F56DBA69A2CD52852 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FBC64C6BBFE1E814F464FF5BCB61651 /* QuartzCore.framework */; }; - 314B78E81976A6AFA75552095BFD2A57 /* MZTimerLabel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 96097752CD72DEC14ADD1F60B2EAFC33 /* MZTimerLabel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 316CCC0730F53ED94BBF7FB8F0D357A4 /* SVProgressHUD.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 0A5E5EB54CB5DACE7AA4319778CFB96D /* SVProgressHUD.bundle */; }; - 32199B369084900268ACBF4CFADE79D0 /* AcknowViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9E38A3957E2FEA4AC14AA075139F8A2 /* AcknowViewController.swift */; }; - 33A7360517F136FA7D540FC5E91F003F /* play.png in Resources */ = {isa = PBXBuildFile; fileRef = AA84411D5D27BE6354583AF78AA605F2 /* play.png */; }; - 35DAEBD36C9DAC5879151C83538F9792 /* RLMObject_Private.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 94468722045F4195BE9F94BC5A2E1323 /* RLMObject_Private.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 366B639B478C71E8431D64D0E5600E48 /* Pods-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BCC458FDD5F692BBB2BFC64BB5701FC /* Pods-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 314B78E81976A6AFA75552095BFD2A57 /* MZTimerLabel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 007DDAA758DDCB7CD1CBCE31EB4FA830 /* MZTimerLabel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 32199B369084900268ACBF4CFADE79D0 /* AcknowViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 957C3C6390D758207E1D075BA1984445 /* AcknowViewController.swift */; }; + 33A7360517F136FA7D540FC5E91F003F /* play.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B74CB798A53DEF69600C2D184261A8A /* play.png */; }; 369A9EA0F73A9CE9B602024FF4C8EBEA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A22AFEAC1FDC728B71D5285E99A3253 /* UIKit.framework */; }; - 369CA2AACEED2517C99D77D7700DFCEA /* Distribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD71A0055BE717332E00D6ABF40B5493 /* Distribute.swift */; }; - 3724EF7929FBAF989C557E9ED8BB9869 /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 15ABB4EDDE315ADF0460323E2C3B9D83 /* RLMRealm_Dynamic.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3761ED87D33CCEE63833FBEF6ED12530 /* query.hpp in Headers */ = {isa = PBXBuildFile; fileRef = DD1BE5679587053FD0B5B9E725C2FB78 /* query.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 3824D97C37DC2D0B8638C16B3321D407 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 386B86BF67ABC21D10CDF870D172EFB2 /* query_expression.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6109F5535CFEC53786554EE58B77863D /* query_expression.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 38C7D10CB7EF9FCBA9DD8B3FDAE9166B /* play@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C97739756152EA839C2174AEE731BD12 /* play@2x.png */; }; - 3984CA9A0863DA872D44D34269A25711 /* encryption_not_supported_exception.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1DFDE6A2F78471A8D3317FDF68B1BD0C /* encryption_not_supported_exception.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 39A42C747D6128EDD7620EB5F8B911AD /* right_arrow@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 09BAE900ABBBC7C58093F3244CE92146 /* right_arrow@2x.png */; }; - 39B614E7CF4E4C9CC993C7071C966F0F /* RLMUtil.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C8B6D4FC0EE3151C317E935C562015DF /* RLMUtil.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B573804528B44F94FDBCCD167055B98 /* TTTAttributedLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = E61FCA88DDE75075BD1ACD9E412D8CDE /* TTTAttributedLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3BD51DD13A17A22A785F6B19B6A0502E /* RLMSwiftBridgingHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 59D23223255E6EAB6F52881987607123 /* RLMSwiftBridgingHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BD8B604DFE283749CD79EBBBB7B0007 /* MHTransitionPresentMHGallery.h in Headers */ = {isa = PBXBuildFile; fileRef = 252F2F600F8B8B3E0813A1EC2FEBFF49 /* MHTransitionPresentMHGallery.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 369CA2AACEED2517C99D77D7700DFCEA /* Distribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3562C57CB56BDA8DC049C1BECA51C315 /* Distribute.swift */; }; + 379BACD27E3846E19D8248F53586A13B /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1E129DD5251990AF30244B7A61903915 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + 38C7D10CB7EF9FCBA9DD8B3FDAE9166B /* play@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 141CA7EF80CC315C5CD319DA1DA7BC36 /* play@2x.png */; }; + 39568BB1FB10AB5E037A9F38157ACF35 /* RLMAnalytics.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1D98FFA3E761A287CFF8A48F1D5CEBC5 /* RLMAnalytics.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 39A42C747D6128EDD7620EB5F8B911AD /* right_arrow@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CCB284E46FB21CA1669FB56DB944C4BC /* right_arrow@2x.png */; }; + 3A13528C97BD70F6822546CE4799A672 /* terminate.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FF2954832247386CF02A97FEB62901FD /* terminate.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B573804528B44F94FDBCCD167055B98 /* TTTAttributedLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = B6BDD6F402A2F943779D8B14655B8C0B /* TTTAttributedLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B7B55FB704FBA6AE49193F39D7C385B /* RLMSwiftBridgingHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = E9D3F866E5719FBDAB0734647C3532AA /* RLMSwiftBridgingHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BD8B604DFE283749CD79EBBBB7B0007 /* MHTransitionPresentMHGallery.h in Headers */ = {isa = PBXBuildFile; fileRef = A4F68AE51A54D25C23052732EFD65BBB /* MHTransitionPresentMHGallery.h */; settings = {ATTRIBUTES = (Public, ); }; }; 3CCB7A38C2CC7809E9158837394DE338 /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9C1937B4F128B2623AD26173C239AC93 /* CoreMedia.framework */; }; 3CD6ABAF988DAFCE6F6505AD0D5F0890 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 3D17872FF0E5FE93C8F1F203593820ED /* EditControlSelected@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BC1AB5591C6D20D9D9F6CC2D69F2D409 /* EditControlSelected@2x.png */; }; - 3DC12C9C62DDD4C0998839F7FBDA50C0 /* MHGradientView.h in Headers */ = {isa = PBXBuildFile; fileRef = C1A489D058A83912F6F811DA39F45AB7 /* MHGradientView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3E0340D793943363711803F4E0D160FB /* mailMH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1729D8A5CD025067F99248BB0C1EB32D /* mailMH@2x.png */; }; - 3F350699200BB654AEE227DA3DAE7150 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = E262DB411033B61D0AA7C431103F7890 /* Util.swift */; }; - 3F57E24B94D9789BFC3FAAB5E6E1DBFC /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FBC64C6BBFE1E814F464FF5BCB61651 /* QuartzCore.framework */; }; - 3F70EE9456ADD1623877DEFAD70E03C2 /* error@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5BDE57FF29803940F67DD5636303A98E /* error@2x.png */; }; - 3F73756D155F5182F120D9A663DF6D46 /* column_table.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 181717EED173B4B843FB071B1C65BE31 /* column_table.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 401E584A250A351D34B366F63187A081 /* NSArray+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 557E0979910BBB82CCC903B8C425CB04 /* NSArray+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4109BC18112C9FB9DA6DF636E3B05A1B /* file.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 33B1C799329658E2483FCB56E45C8A6B /* file.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 411C459E9D6A1B9EA8621198AF436DC2 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2890C5C7D4924D90DED042DD479C806D /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - 415BE73D37544C71BEA3B598B712C72F /* videoIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = 4733C72DA002C4397D65DA31D0CCD5CC /* videoIcon.png */; }; - 41A098ECCFF5ED1D06C95F97D5E885C9 /* RLMRealm_Private.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E8BE87BDA27A693E84C164F3E7F95468 /* RLMRealm_Private.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 41AFB739AE954677C9CAF9EF996F801C /* MHTransitionShowDetail.m in Sources */ = {isa = PBXBuildFile; fileRef = B0F3E544B5B28D2AC2B2940667BCA71E /* MHTransitionShowDetail.m */; }; - 41FAA1ACC6B25B35CDE6E93018B4BCD8 /* table.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B44E1E9D8EDD0B2BEBF05289A2DE8E5C /* table.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D17872FF0E5FE93C8F1F203593820ED /* EditControlSelected@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D21CB2A8BB76CA5D554261A4BEBD41A8 /* EditControlSelected@2x.png */; }; + 3DC12C9C62DDD4C0998839F7FBDA50C0 /* MHGradientView.h in Headers */ = {isa = PBXBuildFile; fileRef = 379F766FA580CFE84B562550C5B3A391 /* MHGradientView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3E0340D793943363711803F4E0D160FB /* mailMH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1B662C2A639B76E2B12E79991C262F7A /* mailMH@2x.png */; }; + 3E448CDCA5E9EA588B427F5CC2AC09E9 /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A486E36FD26988C867F217C9DB255BF /* RLMAccessor.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3ED67CA16A9B38E7515C5A3E09D081D1 /* index_string.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 69D8BF8A3A43251550242FCFDE2E180E /* index_string.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F70EE9456ADD1623877DEFAD70E03C2 /* error@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A209C0EF21F4E030B087A4EC46DBB31F /* error@2x.png */; }; + 3FDB5C05C91E24F8A0D63E63C8513ACE /* realm_nmmintrin.h in Headers */ = {isa = PBXBuildFile; fileRef = 04ED6E2960BAA90CA5A1F42810691529 /* realm_nmmintrin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 401E584A250A351D34B366F63187A081 /* NSArray+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = FE8BA350E236EC1C53666B2B6B4893D7 /* NSArray+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 413A3E5304ECF1D5806915EBE1B64697 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A6C1D4F77DCE5D499E703B9A8E1EEF99 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + 415BE73D37544C71BEA3B598B712C72F /* videoIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = A3D00974A53F0C9F8015D6BD9CB8B071 /* videoIcon.png */; }; + 41AFB739AE954677C9CAF9EF996F801C /* MHTransitionShowDetail.m in Sources */ = {isa = PBXBuildFile; fileRef = F87B43FBF75E48EF4D6B71A7C185AB3F /* MHTransitionShowDetail.m */; }; 421251E1E3A4812C308DDBA28E5217FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 4225FE1761D4DC8735E2A0B6BCD5F68F /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CCDEC22831406F55DBEA63288A78C233 /* RLMArray_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 423C547758DEF5005C0494CBCECB4484 /* Masonry.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C231F8AFB306CF4A113419DBFDD2212 /* Masonry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 42CF076BB33A023CA663675DCBFA0C4B /* group_writer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D58EF576795769BA1868D43ADB049BA2 /* group_writer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 42E837363448874120DD6DC394BDA6BC /* unplay.png in Resources */ = {isa = PBXBuildFile; fileRef = 5D4D65A448859C7DC281FE9A9237FD26 /* unplay.png */; }; - 452C09D0CAC1F8286ABA1CE076033B23 /* Context.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DDE92E1791B97F5D0006080196DB87B /* Context.swift */; }; - 45D927C28E99F9A775D202ADF654B444 /* MHShareViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 915E9D1D539224BCF5C22CA1ECEF58C7 /* MHShareViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4604ADFBAB12A1954B77929F25A913C8 /* TTTAttributedLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AD723D0185BA962E83CD7F38156C7E9 /* TTTAttributedLabel.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 4604C6575E48F5C1F1C2D344DFB101AB /* priority_queue.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 03BD339E8F6AB8588C4B9A7EB1A04F09 /* priority_queue.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 46C58C39AD327F8AE05EF82510FCFACA /* MHVideoPhotoGallery-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C0DA1C870F973D613F81694ED7D907 /* MHVideoPhotoGallery-dummy.m */; }; - 475B88935A37487009D2F66DC134E496 /* MHGalleryImageViewerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 206F745383056AAC12DC616AF90FABAC /* MHGalleryImageViewerViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 48ADE3FB3F30FCA5893083351449DA98 /* ViewUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8383D36F27CD33ECEA3CA596797E9257 /* ViewUtils.swift */; }; - 48C0F8F83DC3CDB7BB18EC977A853441 /* ic_square.png in Resources */ = {isa = PBXBuildFile; fileRef = B4C8ED9A5AEDF81D5BC937D61A80CC64 /* ic_square.png */; }; - 4A008AA25A717C54ADF9267804D56623 /* commit_log.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 568DEA673AA9014A54EE3E303586286B /* commit_log.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A5B21C633B8DEB39E61D3A438BFB2D1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 4A5E921484350E47AD81E6102C19ADEC /* array.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E7422F6B42C26E7FC6179A5C76B56436 /* array.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AC465CDAE3ECF2B9EB9DA2D29958090 /* object_store_exceptions.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 80A87E2A1628589321DAE87C1BFA978A /* object_store_exceptions.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B13F3B8CF9F2837848B36D7C761FD23 /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A7ABAB6388637E2D616DE83DECE71A8 /* RealmSwift-dummy.m */; }; - 4DBE316A755D42592343D043A55F2E4E /* link_view_fwd.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F8BD370B01EFC18D9DDA7ABAAE514C18 /* link_view_fwd.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E7379F2753C921116F35363614AB6E1 /* RLMListBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 937E391412C63B2D9D017C366A7B226A /* RLMListBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - 5044CA9F7CCBB02F3C294106022FCF9F /* Edges.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2220C8574EF0639AB8991DF1CC710B55 /* Edges.swift */; }; + 423C547758DEF5005C0494CBCECB4484 /* Masonry.h in Headers */ = {isa = PBXBuildFile; fileRef = 0329B4326DE5886804F18147B135CD7C /* Masonry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 42E837363448874120DD6DC394BDA6BC /* unplay.png in Resources */ = {isa = PBXBuildFile; fileRef = 0464C599C5B70757BFB08AAFB55BD710 /* unplay.png */; }; + 452C09D0CAC1F8286ABA1CE076033B23 /* Context.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7465672BFF487397857CC17247342387 /* Context.swift */; }; + 45D927C28E99F9A775D202ADF654B444 /* MHShareViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DFE9A0F8F23C0B62965B8A801DFC209 /* MHShareViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4604ADFBAB12A1954B77929F25A913C8 /* TTTAttributedLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E76E06F13A8F2FE3ECC268557B46B90 /* TTTAttributedLabel.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 466304F9D7BB729C9ABBD26F4707C0C4 /* shared_ptr.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9446EE8D389B5F25591A9541D54DB1B2 /* shared_ptr.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 46C58C39AD327F8AE05EF82510FCFACA /* MHVideoPhotoGallery-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DA46A3B73E16F50D1FF8791850AAE591 /* MHVideoPhotoGallery-dummy.m */; }; + 4718BD0C630931D7E438427C6FF39107 /* array_writer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 80A2B657F7962131BD2BFC22E01DF753 /* array_writer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 47306755E2D357037AD42B02A0FBA42B /* RealmCollectionType.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF578B9D310EBCE6DB34D57CF3518C80 /* RealmCollectionType.swift */; }; + 475B88935A37487009D2F66DC134E496 /* MHGalleryImageViewerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 20E8D0F535523155B3F739043E2F821A /* MHGalleryImageViewerViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4791DF73AFCD67A3FAF2EE55F98AD56A /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C3386F3EC3430F9C907567A69D5809E8 /* RLMResults_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 48ADE3FB3F30FCA5893083351449DA98 /* ViewUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 518EAA4EBCF586C302F96243D6E2B1F1 /* ViewUtils.swift */; }; + 48C0F8F83DC3CDB7BB18EC977A853441 /* ic_square.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E9DAA9E11AB51958F23192EA1CC1632 /* ic_square.png */; }; + 49FA39D91BD22C1457C7F007E02F460E /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EA5C1A0F375F90B5AAF4BDBA752CA5A /* RLMSchema_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 4B71A0335CC8CB6D731E0F9EC76BFAFA /* RLMQueryUtil.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8816EBD0C3451F3F67FB0E0F31F8112C /* RLMQueryUtil.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F5DE9BB6A92C3558E238BE1CB67C6C1 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39CD9A026B557D389F93EB39A1114E4D /* ObjectSchema.swift */; }; + 4FC9C557039A857570BFCBA354C17382 /* RLMRealmUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 702AAF2D4C6AE9690DA3D0554C985298 /* RLMRealmUtil.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 5044CA9F7CCBB02F3C294106022FCF9F /* Edges.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0910132A57ACBC343DE8F486E500C57 /* Edges.swift */; }; + 50C37515EFD97051ABD82D30BD9B842F /* transact_log.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 458BC1E0F3DDC6C5AC78F7AD939F97CF /* transact_log.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 51403B2B592D6FBDB6945BA5E614222E /* binary_data.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B60C3CB773CE74DE7B82115FB6379ABC /* binary_data.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 52017AC828FBCCA6690747BBA17AF916 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD262409C19294F964600C9469E02189 /* ImageIO.framework */; }; - 525C1EB1DF453A0E070E60844577C8DF /* MASConstraintMaker.h in Headers */ = {isa = PBXBuildFile; fileRef = 14B51611A5712CB92839AD2DE2A1CC61 /* MASConstraintMaker.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 52AA27E24965BC956CF29A1EC5785D97 /* pause@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8BDFEBF51BD76A2F4E42BEAA4544C90E /* pause@2x.png */; }; - 52E1446BA11B81A4C0869A3F2F765BBD /* RLMArray_Private.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7201A9AD8880B735B86386DCF055214B /* RLMArray_Private.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 525C1EB1DF453A0E070E60844577C8DF /* MASConstraintMaker.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AA944B39C8639E91C3B74443B12ABEC /* MASConstraintMaker.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 529328A04A37F27633BAA72F94343659 /* array_basic_tpl.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2A72A150A22F6CCBF1A483AF708DC0DD /* array_basic_tpl.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 52AA27E24965BC956CF29A1EC5785D97 /* pause@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8EB073702168935AEB4660AEAE0CD4C6 /* pause@2x.png */; }; 53F84D70888658D01A85B027C32F3D4A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 54082FF939FC870CB2F47DD16E492E35 /* unicode.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2AFED96449F9C9AAB242FC77C2C23382 /* unicode.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 54B7C9FF4575749955CE74DAC45E9C73 /* column.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 94868A050A965B17036060F5F52C113D /* column.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 54D30CB85AD639AE8E388ADB6644A797 /* twitterMH.png in Resources */ = {isa = PBXBuildFile; fileRef = 4806EB5530981D0A68FFF96CF924897D /* twitterMH.png */; }; - 54EA9ABC94A6FA66641D9E1608BF1CE7 /* SZTextView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C45D183C0DC57CD85E1FA519CF02315 /* SZTextView-dummy.m */; }; - 5508512E46AA6BC0925E007D4D1E16A4 /* features.h in Headers */ = {isa = PBXBuildFile; fileRef = D5C2AA490A4D0EA448E088086043354B /* features.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5531B8CA56254D13BE75AEB5E58EC17E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 559AD14464EB12E8A60443208344B98F /* MHGallerySharedManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 191ECC5E881659D873E5E3573F8B4EE6 /* MHGallerySharedManagerPrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 569D057F4C7A6F69AEA4AB0BD6D9900E /* MGSwipeTableCell-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D8E72EF9D674C212E826457F06C161E9 /* MGSwipeTableCell-dummy.m */; }; - 56FAE4D706FB7323A71DF8B3B83CADCC /* MHGradientView.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F4692898EF57E2889EF4493B66C1E6 /* MHGradientView.m */; }; - 577559212E91433468F28B3DB84B95DB /* object_store.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D6149A835DD834394B955073DC67BB3 /* object_store.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - 57B36412B5BD74147DB295928B6C0733 /* MASLayoutConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = A81B39542E02DB1E3FDC7D5E8A2B70D3 /* MASLayoutConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57BBBAFB08014DAD06FCE1EDF431D897 /* GMStepper.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2F4143A388EFBEEF8A9AB3B8A7FB0AB /* GMStepper.swift */; }; - 57EE242E6EE81757FF47B8BEB9361CA6 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 546069092AEFC9C7FCEB9DDCAC5955D7 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5846AC8D0C7CEDACE830D4B539A99C24 /* Pods-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 894E5DA93A9F359521A89826BE6DA777 /* Pods-dummy.m */; }; - 584B68A7069844742AEF67ED9311FF50 /* Align.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9124E09BDFF24D714A8101E2F8C1CCF9 /* Align.swift */; }; - 59DA16E1790A2F11B607F9475E48549A /* MHBarButtonItem.h in Headers */ = {isa = PBXBuildFile; fileRef = EE416BCC9DA1F222C0F4D7C177F2E07C /* MHBarButtonItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5A2BE5266F20EC4C3A6A4D9D6A51C9A8 /* MHTransitionShowDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 2311E083CCEAAB9763C4B81FC304F4AC /* MHTransitionShowDetail.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 54D30CB85AD639AE8E388ADB6644A797 /* twitterMH.png in Resources */ = {isa = PBXBuildFile; fileRef = EBED3E635A199BFE1C66285184DD3B5C /* twitterMH.png */; }; + 559AD14464EB12E8A60443208344B98F /* MHGallerySharedManagerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0272BE7EBE1BC67729B73C9B5E1FC842 /* MHGallerySharedManagerPrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 566C59875BCD44D303AA1ADDFACFD983 /* SZTextView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 99373DCF4F441C485D3F27ACA8B6BFAE /* SZTextView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 56871B157298772E635DB7898604E9C0 /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7030CA3369B705A9A817B1629A7F616D /* Realm.swift */; }; + 569D057F4C7A6F69AEA4AB0BD6D9900E /* MGSwipeTableCell-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 64299D56CB5DC06F23DAAF5230FFEDC8 /* MGSwipeTableCell-dummy.m */; }; + 56C718EE4E3D542C1333E6A3EB6E025F /* platform_specific_condvar.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 713E43C184807A377C783E9AB02915A5 /* platform_specific_condvar.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 56FAE4D706FB7323A71DF8B3B83CADCC /* MHGradientView.m in Sources */ = {isa = PBXBuildFile; fileRef = 82B32F5F7E26799E1FEC9EF750CDC7D7 /* MHGradientView.m */; }; + 57B36412B5BD74147DB295928B6C0733 /* MASLayoutConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 207F6FA8E29CFFFDD148FABBCDCE15FE /* MASLayoutConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57BBBAFB08014DAD06FCE1EDF431D897 /* GMStepper.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3D5B2CF677E3CA5A36C855EA40B0F3F /* GMStepper.swift */; }; + 57DEF2AEF87ED1B1A38B7A921A2A201F /* RLMListBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B2FA7868E764EFC8FE5F10DD87DB8F9 /* RLMListBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + 57EE242E6EE81757FF47B8BEB9361CA6 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 540F809A4A5BF07CC212F722A21F0A89 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57F7F398E77AE40E0BEF862311640D5E /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 198B73F7227D5DCD0BA2B0BC12B23491 /* RLMRealmConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 584B68A7069844742AEF67ED9311FF50 /* Align.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1786FEB6FFF8155E4A666B2E42B77098 /* Align.swift */; }; + 58AAF4CDEB55D5E352184D6134CDC44E /* RLMSwiftSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F7366D94F082B96121BD4DEA69F2572 /* RLMSwiftSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 596F479D54DAECC9BBCC28585888E4D7 /* column_string.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C4CCAFFD06B91F1ED87695A5DA5E15F9 /* column_string.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 59DA16E1790A2F11B607F9475E48549A /* MHBarButtonItem.h in Headers */ = {isa = PBXBuildFile; fileRef = AB151A46A4F1738C455078972FCAB8F1 /* MHBarButtonItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5A2BE5266F20EC4C3A6A4D9D6A51C9A8 /* MHTransitionShowDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = D9156EC42E14A141768B50125E105AB1 /* MHTransitionShowDetail.h */; settings = {ATTRIBUTES = (Public, ); }; }; 5A9D3D48B182CC30C8EFBC078D89EA05 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 5AC8F84E8B4BC9F82BDD3F85284F63FB /* array_string.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D15BD191DC301F89F7CB4F155052523C /* array_string.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B25FE8DC265E9248284275B868405EF /* MASCompositeConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 06AFBE2BFF500B3D4313FFEBB7ABEABA /* MASCompositeConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5B25FE8DC265E9248284275B868405EF /* MASCompositeConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 544AE57CCB124F328027DBDCD594F49C /* MASCompositeConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5B77E49BD5C73F306FF9D7965C0F4814 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = C90C899F82BB12E32D0E215B836A6F6F /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; 5BF4A6E65EC072CF5843677CA1297880 /* SDWebImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61B08904E62B57A581D5301AC89F3F81 /* SDWebImage.framework */; }; - 5C063B22AC1D588FB5B0DBAABC34800B /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5AB5720EC731A35A06FC8A8A02F7346F /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - 5C45EE1773838A4E28AA42BA8C73B0DC /* column_type_traits.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FF88F99229410914C8DF11969E13F469 /* column_type_traits.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CD7B67D9B36AE554E7203B4D954595D /* index_string.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C46C55D59D24A9A1EFA44328F0304F11 /* index_string.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 5DA967DFBD608E87457C7CE72676F257 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 5E69CA6F5616276E67E7AB1D1490DCA4 /* column_backlink.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6599438BBB3363110CC4333701C803D2 /* column_backlink.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E79CC71C04B8B8207ECCDCA3205706B /* RLMOptionalBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A782EF087447E2F0FD522799E150BA0 /* RLMOptionalBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - 5EB98BCF0546C1A8DCEE2EE80BCD22D3 /* MHGalleryLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D85E3344FA2CB4C318F7AEC59AB759 /* MHGalleryLabel.m */; }; - 5ECDA7FCE86B077725E71FA7AC5D5B20 /* messageMH.png in Resources */ = {isa = PBXBuildFile; fileRef = DB302E36268D9BE4206A03AC93531B9A /* messageMH.png */; }; - 5F267FC3A28544073C210BF33B47987E /* SwiftyUserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F370991FA958A90B6302AA7A4F66337 /* SwiftyUserDefaults.swift */; }; - 5FA87EAF4E10AB1A6E6F4AC0D46F3D16 /* table_basic_fwd.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1CE38990A1E00EB359FD38E7C2A75A5C /* table_basic_fwd.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FE181AAF9D93B4E0AABDD26B88E9482 /* SVRadialGradientLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 696D3C06C8968AA687415BB9DE02F06B /* SVRadialGradientLayer.m */; }; - 60ABDC449B0C9360506D661F3C09761D /* twitterMH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A04A94EAE6C5E5AC81D4CA85CF835B2D /* twitterMH@2x.png */; }; - 6212940754ED83DCA6F91B95BBCD0476 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C89B2F7137B6337C2D0C16BFDE8399C /* Object.swift */; }; - 621C2F0338EEAB4061B0C5981FD18485 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B73B24384C1E9089084DBB19D9F664 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 624CD17AA3DA6F3F630B604735849328 /* property.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 83595E38061EA4BDA1AF30B50CF819F0 /* property.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E7C7A72710A9589EBEC6B3B09087074 /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4F2A7BB52AF9ED14400865B119866C8D /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + 5EB98BCF0546C1A8DCEE2EE80BCD22D3 /* MHGalleryLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = AA8BCD484A3B03A92DFF27D5855355FD /* MHGalleryLabel.m */; }; + 5ECDA7FCE86B077725E71FA7AC5D5B20 /* messageMH.png in Resources */ = {isa = PBXBuildFile; fileRef = D50C8E3471A8CAB644373C0CB6A14C4C /* messageMH.png */; }; + 5EFAE279A00C4B8E0EE3793B1117CFB6 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = E8D63062E41585DC49B2C4997619861A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + 60491879447D7A3192834009258A72C2 /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 83648835A4CDB91B08DF2AF321C8ADA0 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + 60A4FBEAF5792DFB18AD8A16F8B856EB /* group_shared.hpp in Headers */ = {isa = PBXBuildFile; fileRef = EC828E65B5EF1E1FB0D03E8951D0770C /* group_shared.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 60ABDC449B0C9360506D661F3C09761D /* twitterMH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D4361D54364454AE1856D186E72023C7 /* twitterMH@2x.png */; }; + 621C2F0338EEAB4061B0C5981FD18485 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DE03DDECC33DECD5551851F5714D660 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 624056F2EFECE5FA91B945D61978B26C /* datetime.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BADBEB717260695B1AF3FDB712A169BB /* datetime.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 62F4E1E655168E70B571A424694CD5E2 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3136569ED00FA7C96B15A2A1F1EDA521 /* SortDescriptor.swift */; }; 630D5582B9554056AE0FF70A4DE8205F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 63B8B3BC4446B588FD22A18D4C68EEB4 /* MHGalleryController.h in Headers */ = {isa = PBXBuildFile; fileRef = 50DE0046186499A040B87D532BA87EC9 /* MHGalleryController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 63DC27806C23AFFC9B7115E5EEAB9CBF /* MGSwipeButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 141C0272E92BA66E204F886AB76DA1DC /* MGSwipeButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 640D465B42C3402939214B6E98F0DF8F /* MHGalleryItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D86145E364008A9C03CDC34964D6094 /* MHGalleryItem.m */; }; - 657C14893EE500C3FFAB73CFE8958413 /* table_view.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6B5BAF9194EA0DBD949CEFB43CE3B97F /* table_view.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 65AEF7915A9BCA0965149981FAA62358 /* RLMOptionalBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F7F5025F249B7084E76F967E88AB3FC /* RLMOptionalBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 662015BA815519C2273562372410558A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 66296D044E535F3A8E61F3B7F730684D /* alloc.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F598CA883A6A0C2C85768F960255E78F /* alloc.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 66CDE6BC67C5C5418E1160601B57F468 /* activtyMH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1B3185BB488A6CFE7E6D3AD2055C3979 /* activtyMH@2x.png */; }; - 66E50C922D5DAAC03A629FC280E6D1A7 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B16063F5716715C702408B6D8E6E494 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 670B5164C6FC96D4DD7DC747D657F734 /* FXLabel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1349A049BBC4BF1C0BB8E343FD3586FC /* FXLabel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 67558B72295110F846C2420C9540A52A /* MGSwipeTableCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 313DAEB3BEC5F66CE296A8AFA49323FF /* MGSwipeTableCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A2399B1FACFCF040400710B56B3D63E /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CF313224C0539D661FF291F1E2E81D7 /* RLMObjectSchema.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A32279FDF5420A43E8F2AF481ADBDEE /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = F116D87D95E8B49560D930D81A10F160 /* RLMRealmConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6ABCAFF7DDFD73BE4D083346CDBFCB39 /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D5A73E03CABA13B7660DD4A2D544736D /* RLMObjectBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6C3DC651E563DD7CC19F7C9FC3385ADB /* realm_nmmintrin.h in Headers */ = {isa = PBXBuildFile; fileRef = F04251F437C38EC890BA0F3E2E68D5F7 /* realm_nmmintrin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D165F0F617C321BC2386A85F1112FD3 /* descriptor.hpp in Headers */ = {isa = PBXBuildFile; fileRef = DCA1A58B134BE1F3092AC838D5AD5BEE /* descriptor.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D7907B321D1A214A640916F77320437 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3249E5A6C7799A1829078CFA52A5B82B /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - 7053F2ECEC824ADE7478A6CABB4C32B0 /* string_buffer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8BC9B78A158E6F82546C24644826279F /* string_buffer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 6331262AF849244C043CD62033B7D6A1 /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FEDD20B8115B15AD8B3ECCE3AE0C7A3 /* RLMRealm_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 63B8B3BC4446B588FD22A18D4C68EEB4 /* MHGalleryController.h in Headers */ = {isa = PBXBuildFile; fileRef = F5C3A60C116F1AE1A1BCF5C10FBDAA6A /* MHGalleryController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 63DC27806C23AFFC9B7115E5EEAB9CBF /* MGSwipeButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B29F809680917131A75A83A6CB52C90 /* MGSwipeButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 640D465B42C3402939214B6E98F0DF8F /* MHGalleryItem.m in Sources */ = {isa = PBXBuildFile; fileRef = A5E294704B1AAC1CB535086EE14D30EC /* MHGalleryItem.m */; }; + 6496AD6E64FC386C06360E6719785C3F /* SwiftyUserDefaults-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C05C259E359BECCECD13B01DF213192B /* SwiftyUserDefaults-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 650EF58FF128A30287AC93FB72831754 /* utilities.hpp in Headers */ = {isa = PBXBuildFile; fileRef = EB814596860F41A3C055C7C33E9E31B5 /* utilities.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 66CDE6BC67C5C5418E1160601B57F468 /* activtyMH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2BF536936B752965BF6F412FE88933D7 /* activtyMH@2x.png */; }; + 66E50C922D5DAAC03A629FC280E6D1A7 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 085D0A4B5F4461EC545F8EE4D10067FE /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 670B5164C6FC96D4DD7DC747D657F734 /* FXLabel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 93728F6AFB981C1C7DA99A390638001D /* FXLabel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 67558B72295110F846C2420C9540A52A /* MGSwipeTableCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 0706F3C656915F3828858A8DF29F6F05 /* MGSwipeTableCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 67A4BD5A2B56639D4ED694BEB82E980E /* features.h in Headers */ = {isa = PBXBuildFile; fileRef = C3917F399375E947A37E8AA888A1A937 /* features.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 686E1DC26698396F99BBB8847424F4FB /* history.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CAE32088A0A5E473AABC9C0046C6478D /* history.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 692B6CD48B7F5552B7FDA966B6B438D7 /* string_data.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CBA2FE59C79864FA67AB247626CCB8F6 /* string_data.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 69744249BC63E64F1EA5B490A22133FC /* RLMMigration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 685A5F05DC9FF8117960381E98191948 /* RLMMigration_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6A0EB0C1B61C57A2DD18D63D95F58481 /* type_traits.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2F9817AD4A5811C6A98232680387B518 /* type_traits.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 6ED553DF576004907CBC5480E9DC1D52 /* column_link.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 954E60D9FB86F5BE7D1BB429C0833C29 /* column_link.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 714C77B42A965832CEAF6E2BA5E9285B /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4FE58335F2CFD8876CD1B6AD2A2071CF /* MessageUI.framework */; }; - 72B5EBFE5198C5E55E10334B63DEF77F /* MHGalleryController.m in Sources */ = {isa = PBXBuildFile; fileRef = FB43BEBC36FC1416E560297DC67A52ED /* MHGalleryController.m */; }; - 72CEF2ED99F52432AEDA588E204CD328 /* MZTimerLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 77CF5E634854117A57119EC4B3ADCC25 /* MZTimerLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 72DA4A7C4BCE27E1C74D2FC28E766933 /* table_ref.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CC8ED70EA5EEF0F8879F18A441842A03 /* table_ref.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 72B5EBFE5198C5E55E10334B63DEF77F /* MHGalleryController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3590B8876951B3323CCF66998388A09B /* MHGalleryController.m */; }; + 72CEF2ED99F52432AEDA588E204CD328 /* MZTimerLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = B4ED87ECBB659676F9F02EEDD7A0EB3D /* MZTimerLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 72E772E8FEB7839E35FE1B580111F06F /* views.hpp in Headers */ = {isa = PBXBuildFile; fileRef = EE26C4C1BD4ED94246DCAAFAE372E405 /* views.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 732E2310403FD5D6E286C9CDEB07668A /* TTTAttributedLabel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F952BB5777F8E32CFCE03FDDA3516683 /* TTTAttributedLabel.framework */; }; - 742BFE70DE6F34CD3702B264AA9DF6E1 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A897CE814881FA92F01DD9544037C764 /* RLMObject_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 747D181536AE92CD19C540EEA3DF3305 /* View+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE444BFA6E271CD900D51AA9A9FD9EC1 /* View+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 754B6808EE2E74B4926CC0C45C2AD1B8 /* safe_int_ops.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 31A905F1E4F4E38E24F8C860D58102BA /* safe_int_ops.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 756C5E53B80C285EB2C95E3E8B1141A0 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A55B9F6CE5B818690E7D9F9FB83CC3A /* Realm-dummy.m */; }; - 760973393BE546AE2EF60FA819B162A4 /* column_string.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E0103F07D5D6609E338A51D78812CF97 /* column_string.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 7779AEFF25A01763F7267B2C9E95CFC5 /* shared_ptr.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E899DFDA271FA286FEAD113CB6EE8A15 /* shared_ptr.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 78B1AD1EE8F6D5A2A0B148027A346821 /* MHGallery.h in Headers */ = {isa = PBXBuildFile; fileRef = 664C1AD03FE6A649725E358BA89A4DEC /* MHGallery.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 78EF482C3D11F052466EB92EAF38C9F5 /* NRSimplePlist.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EAA00CD816142EF96755BE54EE7A656 /* NRSimplePlist.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 798CB166EF52D18766CEC2050F530B88 /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EF65D261B9D2270D5EA542ED2A4BE25 /* RLMResults_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 7A51819FA8F45A57EDC275C6B711576E /* MHOverviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2091B3984D556888CF5CCA8C3A59E539 /* MHOverviewController.m */; }; - 7A60D951159E50F07E3339F4335986CC /* AcknowListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD33F3F326EF3078F710937A4462C34D /* AcknowListViewController.swift */; }; - 7ACA556F51EE2B782642C3A288EB272F /* array_string_long.hpp in Headers */ = {isa = PBXBuildFile; fileRef = ABCAE3CABE857DAAE60B78EC04C8FF51 /* array_string_long.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 7ACC5F3A89C09CEE4ABE54FB4E4A497B /* SwiftyUserDefaults-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 22A7C45B3C445944BB738D0E82F04ABD /* SwiftyUserDefaults-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7ACE4D4C555AF42BDA8F7CF78E39B018 /* MHTransitionDismissMHGallery.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EA93D0C54E868B519CE502088CBF4C8 /* MHTransitionDismissMHGallery.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7BAAD15ACA64869DDFEF99D0C1529EA0 /* FXLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E97414FCF8075B92855374FCA302012 /* FXLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7CD04D81B5ED213A105DFC517187EB87 /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F9AD291EACA1AA9AF752E72CFF5BDD /* Expression.swift */; }; - 7D1041AC4C5CCD974CF7523FACB0EDE1 /* RLMArrayLinkView.mm in Sources */ = {isa = PBXBuildFile; fileRef = AF8988FF0AF0F2C153FA200C121F8FA0 /* RLMArrayLinkView.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - 7D6982B09CD299B7890FD7D54D78397B /* datetime.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9522104178F717B6C457C3C949EC7E97 /* datetime.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E5238333EBDC5FFFA11C4A390330732 /* MHGallery.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 8E802E16DE12E597B0A066CFCA61DE00 /* MHGallery.bundle */; }; + 747D181536AE92CD19C540EEA3DF3305 /* View+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = D536D12D32E04AC279A46A3E2F3378E2 /* View+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7585F238FE1F39318D2107FCAE856564 /* basic_system_errors.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 644F79880059547BCA32943C198D5457 /* basic_system_errors.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 75FF63AE937E719DC911E4653E70E91B /* unicode.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8A597376ED434324A6463CD276BBCF35 /* unicode.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 778BF799AD4F50AE24F6EA27B6D90784 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = CF26F808B467D892CB899A9F39A722FC /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + 778EC2B2E30207B7587B1E3C2C2EEE36 /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DB4664537060163B188DB3F71967C159 /* RealmSwift-dummy.m */; }; + 78195F931CC14A626DB98A652E07C806 /* string_buffer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 283644916CEE48F40E5939114A59F50B /* string_buffer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 78B1AD1EE8F6D5A2A0B148027A346821 /* MHGallery.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BF0B6731BE9072051FAE4368140F0AA /* MHGallery.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 78D5F90B672934EBD91F6705B5A34F0B /* RLMObservation.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 333A8FB0118CD22B10B14F65AE77A744 /* RLMObservation.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 78ED9012ED5A7F38869E25D25EA3B53D /* column_type.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B8400DF59B00FF3A94FAF7E9813736C1 /* column_type.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 78EF482C3D11F052466EB92EAF38C9F5 /* NRSimplePlist.m in Sources */ = {isa = PBXBuildFile; fileRef = 72DFCBF67DF63FCA1B10AE2F7936FEFA /* NRSimplePlist.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 78F964CD803B070588083FFD22565425 /* encryption_not_supported_exception.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CC1A71BCF71FA5839910803EDD2D85DA /* encryption_not_supported_exception.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A06946590E497603857AFE77E740F45 /* RLMRealm_Private.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2DC602282B103CCD322A3D7E784093E7 /* RLMRealm_Private.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A51819FA8F45A57EDC275C6B711576E /* MHOverviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC41305D528AD4730C224612EAFEEF17 /* MHOverviewController.m */; }; + 7A60D951159E50F07E3339F4335986CC /* AcknowListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9E86487E3257B9DD29102663816CB75 /* AcknowListViewController.swift */; }; + 7ABA777DFA3AACA219DC6E2ADFE2FEDE /* table_view.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5317E8B4AD9A6179B2366BC4B42B9377 /* table_view.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 7ACE4D4C555AF42BDA8F7CF78E39B018 /* MHTransitionDismissMHGallery.h in Headers */ = {isa = PBXBuildFile; fileRef = 845AEB50402F14DCE8FB98BD8AA9461E /* MHTransitionDismissMHGallery.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7BAAD15ACA64869DDFEF99D0C1529EA0 /* FXLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = FC5E5D8639361E965E3F04EC17985707 /* FXLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7BC5C6A06810DFFEBD3F9175A8E01D3F /* mixed.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3098A75FE8A6FE71B0E6616FF0ABE87B /* mixed.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C0F1C6B958448D810A7EACFD42A21BE /* logger.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A2066D0A29DB7212E981AACC65495E34 /* logger.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CD04D81B5ED213A105DFC517187EB87 /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF02401D7339866CD1500395DD4EE5F1 /* Expression.swift */; }; + 7CE8432DF484B04F006B496F8793F668 /* column_backlink.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1D27DF9DD2F685FF8936189B2281CCA9 /* column_backlink.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DC17A48F0AA03427F4B8721500BCCA7 /* destroy_guard.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7AC76F36A164B89C94036BC4A4A0B164 /* destroy_guard.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E5238333EBDC5FFFA11C4A390330732 /* MHGallery.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 4CAD0AB66B90BB1ACBEBF0153522F454 /* MHGallery.bundle */; }; 7E58D24C32015F0C9EB5A7400C5C60E7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; + 7F5ECF7BD469C1F52C3F30F044A8CE8F /* object_schema.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 80F1B31D1E9598EA7624CB3259AEC212 /* object_schema.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 8078EF194EB498F298A664278EB42CCF /* RLMObjectSchema_Private.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0078F8DBEFDD1DC6D110F96A40C47765 /* RLMObjectSchema_Private.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 807D2DAC30CB08261E3160F2449DE5AA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 8083960A23D97B65C62D66CBCB750E4F /* EditControl@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EB0036C048A38CD2EB1524423A231023 /* EditControl@2x.png */; }; - 80BD5FCCD1108A99C273FAFAD58CFF33 /* messageMH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1D583C1060988BD985C0DDD5C042DDE0 /* messageMH@2x.png */; }; - 811FD64488D5F23EFBD7681381F47459 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0092AD71B2D8C6464278F195CB3F1CF0 /* SDWebImageDownloaderOperation.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 812792654D8245327DB2AE2525ED62B0 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3188E2DAA46830ECE9EE87BAC1DFF5FE /* RLMProperty_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 81931151882D146538FB76382655898B /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 323252ECBB24FC2F8DBC8DEFD0E5E795 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + 8083960A23D97B65C62D66CBCB750E4F /* EditControl@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2A5DECDFE90209A3BB2FA1EFA64E99EB /* EditControl@2x.png */; }; + 80BD5FCCD1108A99C273FAFAD58CFF33 /* messageMH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CF856545BAE60CC4180C55322E8AE63C /* messageMH@2x.png */; }; + 811FD64488D5F23EFBD7681381F47459 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = AE99986B7A0FB2D3FDEBB70E35DE5B4D /* SDWebImageDownloaderOperation.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; 81FBB12DDD886475EE9A51F748578251 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 8378B61D28075525380201114F6E4582 /* LayoutProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2A4DB0A7D0AEF6DDCBFAD638F6506C5 /* LayoutProxy.swift */; }; - 837D78B9FEA03261747C1A733DFC7D8D /* bind_ptr.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E0ECFF0A4C5DC486955D500D83659FDC /* bind_ptr.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 83FA429634DF5ACFE4355FA4132BCC05 /* ViewController+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = C3EFE7E007359DCA6C59DC708EE8AB57 /* ViewController+MASAdditions.m */; }; - 85E28140F3CC726C820524986DDE47AA /* MHTransitionPresentMHGallery.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B0471FBFDD68CF3B6A518EA6E9D877 /* MHTransitionPresentMHGallery.m */; }; - 873A41290435988E7EF431EDD79ADC4D /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 05326F74A3F3AE8D75CEB5EC5B5D8DC1 /* RLMRealmConfiguration_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 88EE34C40AB418A527E718E9AC173E95 /* MZTimerLabel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4462DE1F41A94567CFDCE906BD90AE20 /* MZTimerLabel-dummy.m */; }; - 88FEDF3EE3F7B042E7390C615AE1E7C9 /* group_shared.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 18C28768A7A77F4713AD335780D808C5 /* group_shared.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 895FC99BB15ACAEE338042716A0BB714 /* history.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C16F40056CE4171D0B93F46BA02A3C32 /* history.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 89BA67EA44163A427CD6B2513DBEF295 /* MHOverviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 908490888A80416C63C63B458142D365 /* MHOverviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8A68D3120A8233606C4F3D1840B1B49A /* column_linkbase.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FD7EEE79DFAAC9D6E607599420345F8F /* column_linkbase.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A8511409C53AC53FD63A10D75B726A5 /* table_view_basic.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 31140A9151ECD23765E35799A86232F6 /* table_view_basic.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AAE2882C322DF184F124953CFDDE949 /* RLMMigration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EA1D3EF616CDA4669D8D8FF222741E6 /* RLMMigration_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 8B76F1133AB1AA2F6004A820261956EF /* output_stream.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4EB7DB8340B509A78F4FBB77BDFFB5F2 /* output_stream.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 8BB94131FF51F686744BD0D2CC36D28C /* DKCameraResource.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 1249AE24D09CE685032C2772E3481955 /* DKCameraResource.bundle */; }; - 8C04E95C34CF3A50966648BFE995DE46 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 8C0E1218E0C679C1288EAB06E879BC23 /* SVProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 19C0D07190579752B849E74B49619FF3 /* SVProgressHUD.m */; }; - 8D6D7096393FE490B43DBDCEFA70CFC1 /* disable_sync_to_disk.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F10649D9CAF4167C7C68C096AA46B345 /* disable_sync_to_disk.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DF33C2C0E91F51028FDF44AA81C10B3 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A275C3B0488D0B5ED55F90DAC109A1A1 /* UIView+WebCacheOperation.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 8ED9C05AE3779CA6CC5D1E3EE810E1DD /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7B44FECB6E5C8B16ED3178AC6C00C294 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - 8EF31855090675F1CA6F71E176B4C8F2 /* column_type.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D4C623EB0F12BB640A16BC3373B0A7E1 /* column_type.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 90A62D1AA9F5AD5FA032B90810C84AD3 /* MHGallerySharedManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 92CB34E078B44761EC49AF7D42F4FEB2 /* MHGallerySharedManager.m */; }; - 90D3DC730E33189776222345D81192CB /* TTTAttributedLabel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 800E6A01B0FFEB80B5BCA4B94416C138 /* TTTAttributedLabel-dummy.m */; }; - 916D27E09AD2DF1BEDF751CF6BC97FAE /* AcknowList-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AA94556BB1014D83B1D530C08BB79E2C /* AcknowList-dummy.m */; }; - 9185CB2BAB2C43EEA4881D2F3DCC9A76 /* row.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C4ABF20B073A54BB7EAC019CD783D709 /* row.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 91AF5C854FD5BA2CC0911C9C67C4C278 /* type_list.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5B46DD220E98A60E4F452BBB2DD2729A /* type_list.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 925DB89867498C681780703160A5E1C9 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 63D9C00AF0F63AC56C0D94158E50A237 /* SDImageCache.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 92D143975E9F8668982309FD6370B586 /* FXLabel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7729BAF15D3C5B9F2CDC511DC4B447A5 /* FXLabel-dummy.m */; }; - 931F9B231A6C8B697E792CE3A2A1D416 /* importer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 414C7F2276604F7C34A34FE266F89951 /* importer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 93E6256B70B6F63EC53BBF0E577700C7 /* MHMediaPreviewCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C6DF15CFFF126B795F64ADA59D7D0467 /* MHMediaPreviewCollectionViewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 94294DC4F2DFF719C8661517691F363E /* version.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2A52C80C572E6FAC0790F26DC79094A4 /* version.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 82D5B626CADD2466BF3B70AC17933CB0 /* network.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B1CA3FAFB9DD9A36B6124F885242314F /* network.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 832ECE987A3F355F6C97006BEB164043 /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 27A97F179B05F015BFCDD98DEA80658C /* RLMRealm.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 83322A2C3C4C043536B3BCA16B314362 /* spec.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 03FDDEE52A803D239237F66DC0B3ADDD /* spec.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 8378B61D28075525380201114F6E4582 /* LayoutProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DABC97C423628F8DE48F1CADC9A3A313 /* LayoutProxy.swift */; }; + 83FA429634DF5ACFE4355FA4132BCC05 /* ViewController+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F92B4FD16131DD46715674889A22AEB /* ViewController+MASAdditions.m */; }; + 85420E56C841E08AE161F9C05D8E1F02 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = CABD5EB1AE006A344618A8599EC40591 /* RLMObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 85E28140F3CC726C820524986DDE47AA /* MHTransitionPresentMHGallery.m in Sources */ = {isa = PBXBuildFile; fileRef = 216483F5BBB78F0D837B9719ACF40336 /* MHTransitionPresentMHGallery.m */; }; + 87516C1C11492AFF61870B8D81F5C658 /* SwiftyUserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87C4A20B8053528551D3BB1205CE7D0A /* SwiftyUserDefaults.swift */; }; + 87597AAAB4489271FA86D0CC513A2228 /* bind_ptr.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A4F51CB404E3568F5924F898E0DA3994 /* bind_ptr.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 884C2A4115948321CF70D7E39C154BB7 /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CFDCE7FB513B606B8902441AEAA8DC7 /* RealmConfiguration.swift */; }; + 88EE34C40AB418A527E718E9AC173E95 /* MZTimerLabel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F42670A98BC4FA64E3152134C2282A61 /* MZTimerLabel-dummy.m */; }; + 89BA67EA44163A427CD6B2513DBEF295 /* MHOverviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9668500B51D7D30C7CC024A7AC1B3921 /* MHOverviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8A3F0EC7174F6D9D7F285A52D353CC04 /* query.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2250AEDD339DB4BA8B562CB5F61D0D8A /* query.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A5154914D8C194AF7407FDE09C64CE6 /* column.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5AAE5D720FAD77BABCD9763AEACBE181 /* column.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B0FFF0054442C9330469D9833C89C9A /* replication.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FEDB1E95D5E709CF2171CEA28B848530 /* replication.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B59C4CC87DB44E38D355B6B91E056D7 /* query_engine.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 93A9AAEDB01DCAFFB9050CA3A266191B /* query_engine.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B6540B076030860546778926AE77903 /* exceptions.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 71D2CAE6E82EF963131E73D367A37F46 /* exceptions.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B9F331F8C733773042410DFD27E3CA5 /* descriptor.hpp in Headers */ = {isa = PBXBuildFile; fileRef = DA46831B65EAF4155A4EDE2A4498450E /* descriptor.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 8BB94131FF51F686744BD0D2CC36D28C /* DKCameraResource.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 95F2DC2AD3A7A4C7593ABA6773860E4F /* DKCameraResource.bundle */; }; + 8DF33C2C0E91F51028FDF44AA81C10B3 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 77FBC281F3BA1D5EB92C62E550E2C6CF /* UIView+WebCacheOperation.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 8E727D141B455ED816AE4DA399A36A34 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD9D8E43D87E78882754A8049E0556E2 /* SwiftyJSON.swift */; }; + 8F50FF9C2834293114F44B2C72EE4098 /* RLMObject_Private.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 11C8FB0CF3FEE42BA2E58620F2036BA9 /* RLMObject_Private.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 90A62D1AA9F5AD5FA032B90810C84AD3 /* MHGallerySharedManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 86CCE813E88FF51D9EE299A7C3C61D36 /* MHGallerySharedManager.m */; }; + 90D3DC730E33189776222345D81192CB /* TTTAttributedLabel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 30C3315224E15A584FC9D825C5393C34 /* TTTAttributedLabel-dummy.m */; }; + 916D27E09AD2DF1BEDF751CF6BC97FAE /* AcknowList-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BA4247589B4946F3D6EA843A0167BBC /* AcknowList-dummy.m */; }; + 919C099DFA60E523781BFE6A59A3FDA3 /* file.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C03A98F729BDC0CC4662E4BD429891F3 /* file.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 925DB89867498C681780703160A5E1C9 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E0E7D7B4B3ECFB9B6B722E5F3EEA2BA8 /* SDImageCache.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 92C69044DAC2E9D976033FAEC7E9F329 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; + 92D143975E9F8668982309FD6370B586 /* FXLabel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4376842819184D4DC33E3D1B1E4A2C55 /* FXLabel-dummy.m */; }; + 93E6256B70B6F63EC53BBF0E577700C7 /* MHMediaPreviewCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 161ED7EF1D824ABCFA731E53790406C6 /* MHMediaPreviewCollectionViewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 943234761D15C6CFC3CC0B7FE0B2B91C /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 3764F7F68B15973D9C43D5C7261028C3 /* RLMObjectStore.h */; settings = {ATTRIBUTES = (Private, ); }; }; 94FA81E5AAD99FC80DC4123F16239B36 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 950F11B1E5951CB121D657CF86ACEAFB /* column_linklist.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 52DB992CB2F8803AB9B88749BB2C4A39 /* column_linklist.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 95E41293E05A8ABB9866D6F3AED0CA10 /* MGSwipeTableCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C2D9A15FFDB29C696ACDA3A526ECB5A8 /* MGSwipeTableCell.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 95EBC653F80E503C5387DB485B66F100 /* sliderPoint.png in Resources */ = {isa = PBXBuildFile; fileRef = D1D95FA0F47754C4A7D8DCA55B0D5751 /* sliderPoint.png */; }; - 95F38B253E62525CC55EFFA47BDD079D /* MASConstraintMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D8C547402D4460BC55AB8C5BB7B986D /* MASConstraintMaker.m */; }; - 963E132B77D52EF81D9D535909F41AEF /* AcknowParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2DD03CCADEA870A1AEDCAA2989A52D /* AcknowParser.swift */; }; - 965529A94A032152B91C10D7B324CA71 /* query_engine.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67C130D9E2CF0D753C7FC406EC2503F6 /* query_engine.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 96A5A2942F64DCB68F9AB1DA74314B00 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D27FC808CD5FF909F0DCDAC876640E6 /* ObjectSchema.swift */; }; + 9552BAF450FB90710CE79CDF97733C68 /* RLMUtil.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7BB4D7A15D2E9241CFB2F1DD8695A1EC /* RLMUtil.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 9582026EB793F22808596F4E2F9C6286 /* realm.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4FCC8E28283DEA2ADBEE01068838FFC8 /* realm.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 95E41293E05A8ABB9866D6F3AED0CA10 /* MGSwipeTableCell.m in Sources */ = {isa = PBXBuildFile; fileRef = AAC5743667771CBAF8CB734F530A6EC5 /* MGSwipeTableCell.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 95EBC653F80E503C5387DB485B66F100 /* sliderPoint.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D26E9BD990E28A68A81340BC0070F1D /* sliderPoint.png */; }; + 95F38B253E62525CC55EFFA47BDD079D /* MASConstraintMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = BDDA7FAB6BFACA7F2B141FF4C17FADDB /* MASConstraintMaker.m */; }; + 963E132B77D52EF81D9D535909F41AEF /* AcknowParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC57F2D0B1EBEAE825CAB5F4BC7794D2 /* AcknowParser.swift */; }; + 96EEADB0BB449A246290365212C9A734 /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F76C872DCF0B8C3CB1258E681900E32 /* Aliases.swift */; }; 982C027A3A23D20A76FA1491C422095B /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FBC64C6BBFE1E814F464FF5BCB61651 /* QuartzCore.framework */; }; - 9872CFEA3A972D9D92634E5915400532 /* RLMSwiftSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 47CB26EF9944B976057E10E09F35E86A /* RLMSwiftSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98942CE51E3614E7918E15855EBBE790 /* RLMPrefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F1E098B0150206627573866678979EE /* RLMPrefix.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 994360D3C5BD46EB99DC6B20ECAB0A11 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - 996CC7374042DF5766D29640A9438D31 /* SVProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B0BE3C23FCFEEEC32594B923D9D275AC /* SVProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 997CB2EB099C11B76BDB00263EA174B7 /* table_basic.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3D6AD5910536F477239592CC62F166BF /* table_basic.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A5F8CCEE65D3DC9E9CB4A9FC3ABBEB2 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B52D9EB8A11869F92CCF6CBF5BF836E /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9A72A629562319B5EC7178E7EED1D5F3 /* column_binary.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 079D6430503998B5880E9B3AA4876ED8 /* column_binary.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AA69CC96A738D2C35CC65A8054DDBCC /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F437007478C1D58E3DAA5B09F5B8070 /* RLMCollection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BD6EFA65EAA838855459505EAE679B0 /* NRSwiftPlist.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7758F05BF7769E8009443CE5A81398E4 /* NRSwiftPlist.swift */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 9C1262BE3B3269324CB70A3283FD327C /* NRSimplePlist.h in Headers */ = {isa = PBXBuildFile; fileRef = 628198C0A8087126055880CE2F0D4DE4 /* NRSimplePlist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9C56F82544D73673FC3A918FA3ED0A6A /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = 42A627C4B1E91F86BE4661D990759FA8 /* MASViewAttribute.m */; }; - 9C5713DD07EEBEEC81E4DC4D69620265 /* alloc_slab.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 05783968154CAF0C6D535EB89662D5D5 /* alloc_slab.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CBBCC989BEBF3737252DE66580693A6 /* utilities.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C7B04EE712BD1A8C36027DD7E70B682C /* utilities.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CDE6230292A8ED01A327C20E8190469 /* FXLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EB48DF9BE2F912A93A8A7F7F7E0E84F /* FXLabel.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 9DA0B7591CF411A90829CBF993F74D5C /* playButton@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F347E68BFB089A4652DDE21013B5D1B1 /* playButton@2x.png */; }; - 9E58D4E9C23C038A64B5A7704FB0117F /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C4709516889F4E8B102B424520F1787 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9E8D457D06C9FE1E0164CFC3339DEA2D /* column_basic.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 69E12944F800444AB0FA348A999172E3 /* column_basic.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EA97364B843F7268EC415C4AB8DCEFC /* column_string_enum.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B2DB8DFEDE7DC1105977A0E89A0139A4 /* column_string_enum.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F51F381F82FD3AD84E02ADC53D1D56B /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86A46554B7EAAB94FC6952E002A78153 /* Migration.swift */; }; - 9F59DBC6AE880FF95972B933138DB44A /* tuple.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FA0C4815D12241FCAA2B302C2FE618D5 /* tuple.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - A053C13103DE230F3D77C1B0CD90CA2D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; - A0A608CA392CF50AF98FF4A862039ECD /* SVIndefiniteAnimatedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8946F0C5ED09503A9646AACB0A77F698 /* SVIndefiniteAnimatedView.m */; }; - A1E0F14257DF89B2BD71A89457D16B00 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8895A1FE35B6E9F3F7CF1EF7551FB5A8 /* UIImageView+HighlightedWebCache.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - A30195AF7E9E75DC2ABB0BCC48244046 /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 085E0329432D186BC6FD4A4DAA679137 /* MASViewConstraint.m */; }; - A3570928A6B0C29C0137184D870B1168 /* MHGallery.m in Sources */ = {isa = PBXBuildFile; fileRef = ACB3DA541548E25CD8DDBC7E6A879401 /* MHGallery.m */; }; - A43D7BBBD5FE552169656573407AA8DB /* column_tpl.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C3AEDA6A40E311ED50099133C6F40392 /* column_tpl.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - A4C661400DAC03A121B3FD5FFC70E937 /* sliderPoint@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7F1986F009069654E77F24FC779EFA5A /* sliderPoint@2x.png */; }; - A5015C36E66160A4FB0251DD4F44ED75 /* object_schema.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0D05F922C7F88395D0922CE9E5A81E84 /* object_schema.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - A5F3FCBE2A8913A7E122C2CA44342AB4 /* column_link.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6D23A362A79AE0878886DAAB56B237A7 /* column_link.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - A646BA2FD7F97E3B01A38516B50D372E /* videoIcon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 15BA7FEDF5500086B2F647004282D01B /* videoIcon@2x.png */; }; - A65A973EEC919DB0C61C0124ABA45FF6 /* Masonry-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B89B093867E24CF96D47B81DBB2C14E0 /* Masonry-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A6AD6B45DDB543F2ED98AB3C40276F79 /* RealmCollectionType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57A73C8E44D75A958988ADA079570E7 /* RealmCollectionType.swift */; }; - A96C7C4BAC7A38B4B7093BD0BB6981CC /* table_macros.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FCEFA9DC646BC58410418B2B35DF739E /* table_macros.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - AC0D13C489381F10B3AACFF3FC55FE71 /* pause.png in Resources */ = {isa = PBXBuildFile; fileRef = 9FC5BE15A9FBC882530E0A8354B2D0AC /* pause.png */; }; - AC4A97F9770B8883B070D6C86E86F0BC /* EditControlSelected.png in Resources */ = {isa = PBXBuildFile; fileRef = 70543E52F033F93BF1D793E0A7563F81 /* EditControlSelected.png */; }; - AD48CE47A6023CFDD8418D29AAB186D8 /* View+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = D3BAE5B5D637A80D4A909E9A9A357370 /* View+MASAdditions.m */; }; - AEA430105374B2682EA88BAF6A1A6192 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 78A2B429B3DE287C8786CB0A638B0CC7 /* Realm.framework */; }; - AF51CE6F828399B4CAA32666182086D3 /* ViewController+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FCA92532E0BA09B5D7B6C8ACE7D75B0 /* ViewController+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AF73F66500702A098F86A54AAF66579A /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1817A2D0055F41462E829C620B3CEFD9 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - B0C11D3B02576552AEF38D6B56C6A95E /* memory_stream.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3B2CFD22342AF22C513C536DCCE0918B /* memory_stream.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - B11CB7E059DB56219935FAC57B7DF5C5 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 009CE4D1DDF3C11FA02DE3E11C41EBBE /* Optional.swift */; }; - B223CBABEFF8FBA16C4B8A01F7ED2410 /* RLMQueryUtil.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8562CFEE5CD26F9BC5AE30B324BCEFB0 /* RLMQueryUtil.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - B23E3B878363F72D1E874E46EB62FA7F /* Size.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCE201397644FEEF6A3A89AF3D6E2E55 /* Size.swift */; }; - B2A44A44DE9715171085B1D552C6044D /* transact_log.hpp in Headers */ = {isa = PBXBuildFile; fileRef = AD55755B9594948922CCB720A09F5438 /* transact_log.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - B411F7AF2C0E7F7B5BDFB72072CCEC8D /* SVIndefiniteAnimatedView.h in Headers */ = {isa = PBXBuildFile; fileRef = DFBA7948B7E4C99EF9A13865DFEAA830 /* SVIndefiniteAnimatedView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B54889471EBF2C3F740F601EC95F54B4 /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 41EB6826F15881EC8D2EEAA87DD27A98 /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B5896E545AD5A287C6AF66620EFA326C /* MHTransitionShowOverView.h in Headers */ = {isa = PBXBuildFile; fileRef = 825AEA30F1C83A3CD77C19FD94F88749 /* MHTransitionShowOverView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9A5F8CCEE65D3DC9E9CB4A9FC3ABBEB2 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 872859614C85B93543994BA241273063 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BD6EFA65EAA838855459505EAE679B0 /* NRSwiftPlist.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC313C152A4DA161E57EF73BCBF0631 /* NRSwiftPlist.swift */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 9C1262BE3B3269324CB70A3283FD327C /* NRSimplePlist.h in Headers */ = {isa = PBXBuildFile; fileRef = B4201379CB7153C840C011A0F895CD19 /* NRSimplePlist.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9C56F82544D73673FC3A918FA3ED0A6A /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F39FA0A44398AC5AB1D0D602F9E89EB /* MASViewAttribute.m */; }; + 9CD84613001A87DF0EF00A322C711A49 /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CDE1D3690767DAEE05BE661EF9A628F /* RLMObjectBase_Dynamic.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9CDE6230292A8ED01A327C20E8190469 /* FXLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = F7A487CAF320495E02C3F5D4FCBAA01E /* FXLabel.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 9D8625C7953768DC38FCE4559BE40C66 /* column_fwd.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B324943F68298101C62E0270827AF582 /* column_fwd.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DA0B7591CF411A90829CBF993F74D5C /* playButton@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DD7B0A41D67B3D7E50253795C387EDB8 /* playButton@2x.png */; }; + 9DA257BAF1C008D852BFBA6FD7DA2E29 /* RLMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = FD7C44EC827934B100B4C2D93DF658C8 /* RLMDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E58D4E9C23C038A64B5A7704FB0117F /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D220E1E052C50EB6E138B0A87738F8D4 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9F8C0264415C988516E2E185165BB0C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; + A0608BE926F462897761F8B0E38A242F /* thread.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6450AB694BBA7B277AB715926C9D04E5 /* thread.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + A1C95EE7339FF30B71759EB16DC236B6 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AB24387062C6C8DB5B7FAC7FE27B6FC /* Optional.swift */; }; + A1E0F14257DF89B2BD71A89457D16B00 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D738BBEC375070E9DA6D0386C2B7FC9C /* UIImageView+HighlightedWebCache.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + A282E3F5B272567E837A84B01A5C8F50 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6350BA1FF54666E0714855584770F8CB /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + A30195AF7E9E75DC2ABB0BCC48244046 /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BD03D6D4EFF11B10D0BEBFDC4A6B6F8 /* MASViewConstraint.m */; }; + A3570928A6B0C29C0137184D870B1168 /* MHGallery.m in Sources */ = {isa = PBXBuildFile; fileRef = 31D9F5B585C19F5C4D7444E89A334D0B /* MHGallery.m */; }; + A4C661400DAC03A121B3FD5FFC70E937 /* sliderPoint@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C3564B4DD86F7C843FE6AEACA3AABC9 /* sliderPoint@2x.png */; }; + A5F9853594371B7254B9C492D0583093 /* group.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E457B06D29A8657D83593DFCAEE935B3 /* group.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + A623A87EE961F2DE944B3119537C41D7 /* table.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 23D09A6C503EDEB6BAEE436DCE7CA69C /* table.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + A646BA2FD7F97E3B01A38516B50D372E /* videoIcon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FDD27CC2B5E93F6D516FC4B72C06DD56 /* videoIcon@2x.png */; }; + A65A973EEC919DB0C61C0124ABA45FF6 /* Masonry-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 687BC63D4DA9E19A203109F8E7162D0C /* Masonry-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A8A2281D3BA8B919836579E86561B069 /* array.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1696CD402E2D35A238B389E431C93962 /* array.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + AA2B0E0D247D5AEA3A7173B081181FA3 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1398A5E87E4427C3E6C215EB69FB42F /* List.swift */; }; + AAB56BDE3204389CB080E56EF9C31A06 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 327458639A57FFA9194307F082279E8A /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + AB13C78433756E516C73A7FFB4BC4A89 /* meta.hpp in Headers */ = {isa = PBXBuildFile; fileRef = AAD2E769D6922CBF5A826E7D5DD7CAAE /* meta.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + AB526BFBE6B79C5DD56581937E4387AC /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 33F0467352915E72109F4DB64BFEBEC3 /* RLMCollection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC0D13C489381F10B3AACFF3FC55FE71 /* pause.png in Resources */ = {isa = PBXBuildFile; fileRef = CBA5742979C39A9727B8B945577B8425 /* pause.png */; }; + AC4A97F9770B8883B070D6C86E86F0BC /* EditControlSelected.png in Resources */ = {isa = PBXBuildFile; fileRef = 9399D4B85C4034BE7F42EEC1C1261075 /* EditControlSelected.png */; }; + AD22FD4AD477864A34519C172B0449F3 /* type_list.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3A37612BAE90C0C197F2AEC97A145FAC /* type_list.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + AD48CE47A6023CFDD8418D29AAB186D8 /* View+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = F757F957E16C0FBE10BA8ACE9C95375C /* View+MASAdditions.m */; }; + ADC9555E26F0B86419A0A534542B1C9B /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 363CEADD59260473EA7489EB3CCE8218 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + ADF2366F307B3A6BF0FE5D3C9AF272B0 /* table_basic.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 166D8A8BE9BE79ECCA8CDB89D2E1FF61 /* table_basic.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + AEB04711D3E2EF32696C1D3D22EACABA /* RLMUpdateChecker.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7E366DF99FE9DABEA1E4845736205551 /* RLMUpdateChecker.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + AEC688D121E3CD69F86C44069ADA2EAB /* column_table.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56ED6489AD0713ABACB7210E73440326 /* column_table.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + AF51CE6F828399B4CAA32666182086D3 /* ViewController+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = FA2B975CB3F1ED6D01501198447F2362 /* ViewController+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AF6C73195165528F06D7061EE13B09FE /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 85C169EE79190D13F43DF54C6300E77F /* RLMMigration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B036FDFF795A63E1D8768541E1FFA85E /* array_string.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8656C63CD1C9ABEF6FD0C5E0E99FED19 /* array_string.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + B08033F10E22201E538D015AF6B8314D /* RLMOptionalBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = A2B80246C508CF4202560F218D1F1017 /* RLMOptionalBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + B1A1C5D9AAC12E2A3572F8680EF414D2 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F05C6F0807D9DD57F12811D2DC77A36F /* RLMObjectSchema_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B23E3B878363F72D1E874E46EB62FA7F /* Size.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B71295714FFA3521D92E5BD1EE1419 /* Size.swift */; }; + B340F83DC7EBA286AB6298436B66B757 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 53681B495537BE32E4E76F5A8DDBC0E5 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + B3D5E2C0A5F17342168887AC3442768D /* optional.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 30AB9A59784D8335CDE7604559D99FB6 /* optional.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + B40B84EC791411873010A7F8BAC4967E /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69235424C236123265CB3F2D6D733D18 /* Property.swift */; }; + B45BC52CAA6A1D154B8114C905BA9E2D /* input_stream.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 070CE3BB1AD10BFBF40825D9142EDA7C /* input_stream.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + B495D4B2F133A912794D7A3B5C248CD2 /* descriptor_fwd.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2ED78A9D03ABCD2F03E51BF63A3C5F65 /* descriptor_fwd.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + B5896E545AD5A287C6AF66620EFA326C /* MHTransitionShowOverView.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DECEC981F07C678454D95000CC7BB6 /* MHTransitionShowOverView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B5ED3ADF89CC652CF7289DC98757AE31 /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 274EE054DD9943F3C072B4C848454CC8 /* RLMObjectBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; B615B79CF5A08550C8437C229001525B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C60078AB9EB9B5749864DE0161AB9DB3 /* CoreGraphics.framework */; }; - B8A2A12480FC3C8B38443A571D1217F3 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 5051471B387BD4454C5CCE44925CBE79 /* RLMSchema.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B90891688A088BC37455234028C2E993 /* Cartography-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E3D7F9D10D24D2C8F2857C69449C3CD2 /* Cartography-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B9723E8B3618167E25BC01DE00377827 /* platform_specific_condvar.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 963A1CDD6035CDE43FDC5270EE646E0D /* platform_specific_condvar.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + B811C81DB84D3A5A3249962AD482984F /* column_basic_tpl.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BC8C06EA10A0737FF7C852612F510FFA /* column_basic_tpl.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + B90891688A088BC37455234028C2E993 /* Cartography-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AA2FAE928BBC770D94B2A76443983D13 /* Cartography-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B971503EB5AE950950E0197F232F032B /* link_view.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8D003471D75DB31EE59F24A68A51A594 /* link_view.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; B9BB2310ED77A3AD1C7AE3BA754D9FC0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A22AFEAC1FDC728B71D5285E99A3253 /* UIKit.framework */; }; - B9C39C73B8D4D8C97EAA01EE49ABF700 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AD3C01025C94AA11E861387208A6DAE /* RLMResults.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BB47C96FC5D732ADE8A1A7A9381313FA /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = ABFB41769C0E3FB7923DD423F87982E7 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BB77149AEF72F89A0B1139232C17DECE /* spec.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CADB4A44952C375B6832B358D392DD1F /* spec.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - BBB4814CD0CFA13CE08FA234F741A10F /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D09F7C5D136679AF8C90319F161C5EE /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BC5D4DAFE0EAF4378B35624C03ED06CA /* utf8.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E49C38CC2B76D573291BB61B1ECA5BE5 /* utf8.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - BCD6A706EBFCEC1F41A23EED983DAE92 /* MHTransitionShowShareView.m in Sources */ = {isa = PBXBuildFile; fileRef = 680B25758C1BE5626597B177E1E9C21D /* MHTransitionShowShareView.m */; }; - BCDAF63DA02B5BC2F41D7507A54A5462 /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = E49349CC73084B6E9CBB16882245879F /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - BD21057E6A5C3FB4B545178800D50ED1 /* object_store.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 108CCC717E3F9ABE5273E2BA193A65FA /* object_store.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - BE2499263E6FF24BBAB13A3CBC6CB2D7 /* MZTimerLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = ADB87236F21EF0D7D4AF9A7E0D7B4B7F /* MZTimerLabel.m */; }; - BE2FC20F5EDBAE658F688978AB12C279 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A8B37E4BFB637CE963A911DF77C356 /* Extensions.swift */; }; - BE48BA5383C10E881CDEC75D283FD29A /* GMStepper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EA6548BEEE0376F91130EE9931520A2 /* GMStepper-dummy.m */; }; - BE86C9061D2A1188D3EDE2733B07D958 /* MHScrollViewLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 64533CA22AC1D3D6931ECEC06416AB44 /* MHScrollViewLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BEBCD8A77F962B14E7836363988F8D5E /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 861E8D679C7996884C09BB7F39951C81 /* RealmConfiguration.swift */; }; - BECA2AB1B4836ED0DB1E40C3064E1EE6 /* array_blob.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 44D020F5046256060A9952FF5F4F4FFA /* array_blob.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - BF57531DF2D1C4784C9E8DA5DE47D7B7 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CAEF70A781A628604268106D9870CEE /* Results.swift */; }; - C06BD081F497B019BFFE7DF06BF60FD4 /* string_data.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E779A264A24D39162837C7BFCDE313C4 /* string_data.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - C08C5E1E1D37248A2FA92F7F66861064 /* right_arrow.png in Resources */ = {isa = PBXBuildFile; fileRef = A65E1B6D6D606290818D2104B27618E2 /* right_arrow.png */; }; - C0BC85E8D48132A7D33F6A430246EC48 /* array_writer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D1AD29F27420E6166B6D309FD6D10BC1 /* array_writer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - C120BFB4006839CD0319AAE749B36C4C /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 38772C31D981B21117A63BBFC45F2CD3 /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C19C6EF73ED634CBC8061246C338B219 /* RLMObservation.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F7DE4B1F839AF6F2186E9980AF8D17DC /* RLMObservation.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - C1B483470175E915F533437CCCC21290 /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = DB41BE716F47CA758384338316C1E82E /* MASConstraint.m */; }; - C21CCCA999EEB6D19AFD64F6744864EB /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D838DE08C6C73329411C24E74A8A057 /* RLMRealm_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - C246E48ABEA4F6963D5E8E15D79F1DC4 /* MASLayoutConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 93F5CE44694BA9A794E0605DA5170E77 /* MASLayoutConstraint.m */; }; - C257D124B53C26D7266AD0C86E861DC5 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = F55EFF21EE3B66FEE8D16544834F0B82 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C293FD6D3AAA67026D26F5BD320EEC60 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = ADF35DE1D7BEDEE312AA93A7CF3E102B /* UIImage+GIF.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - C2FD71BD8F305C0EEB582C2053B0A392 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 13D094E83C378B9CE0456E680B8067DD /* config.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3649839064E53A4BF767D2EF29651EF /* Priority.swift in Sources */ = {isa = PBXBuildFile; fileRef = C96B0D90A3AE0373CE79059C93979415 /* Priority.swift */; }; - C36C2BD52475E51DDE2D8BA6DD18D0AA /* meta.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 72AA248A36AFCA0F40130B4CD099DCBF /* meta.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - C39330D05C7BD79A047F6C78152C2FE1 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = A27D9E3CBD46E9E72FC34457B1E99067 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - C3FB69178B02D5FE89E0AB8669554959 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CD2915440975D1723B448B8FBF830987 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C46D2C234B0521C89157F6F393345F9D /* SZTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = FB89DBABF250AF506B59E52B3DEF7C4A /* SZTextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C4902BEC117A29AE71595A8EFC1488B1 /* views.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 08D30C10A902132E7EA3EE0A4D48EC30 /* views.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - C6CFEC4E8433D49012712F9202F19E3B /* array_integer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4F2E7BF873F6E7BB8852C189FE1926B2 /* array_integer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - C6F337E50C67AE5C2EF2ABA763BC0C06 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = C8D0FED14AB34E8EA558DFB38061C1E7 /* SDWebImagePrefetcher.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - C7D67043710CE67998B15380F6680194 /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = AC52C1D7A27DE21653FA3577560541A4 /* RLMObjectStore.h */; settings = {ATTRIBUTES = (Private, ); }; }; - C869DE6AF7D9F51CD24B4E001E2AB76F /* column_basic_tpl.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0B14E7DC4EAB88585994BF95CDF19583 /* column_basic_tpl.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - C885D803CFBCF8265272A2A86057D8FE /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 64889A9A42008803EC113BEB4FF4D9F6 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C8FD669C32DE47E548CBB0153988C1E2 /* MGSwipeButton.m in Sources */ = {isa = PBXBuildFile; fileRef = D668CAC9A0C955F6E7529AB7B3A9930B /* MGSwipeButton.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - CA9625E1A131AFF7C451DCA3A62F0A93 /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 732DE5D6F8E72EACDF8233BEE62BC926 /* RLMAccessor.h */; settings = {ATTRIBUTES = (Private, ); }; }; - CABA9408335CF79A9C4A14CC5C1E9FBB /* MHUIImageViewContentViewAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = F656FCF4AF484712847750295BCAA86E /* MHUIImageViewContentViewAnimation.m */; }; - CD9B719EC61A26C1209D3BE3DE5DB54D /* assert.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 73E4D54A5EAE106ECE123335A8CF262E /* assert.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - CDAD4EF9828D20FE596592CE87CA7FA2 /* MHGalleryItem.h in Headers */ = {isa = PBXBuildFile; fileRef = B75EEF6A0A26E5C60525CBDF319D56BB /* MHGalleryItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CDB2762E2468A852001B795B7F6A0BC3 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C096266BBF87E09016F86E348558AD /* SwiftyJSON-dummy.m */; }; - CE0E6BD24BDFB6502A27B0628920666F /* basic_system_errors.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A648108FA8F5AF35EB843AEC202575C1 /* basic_system_errors.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - CFBBA0C280473B9722C5B962A0C105BD /* RLMAnalytics.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7A7E5D1687017B06966ECD25F38D664F /* RLMAnalytics.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - D00212A2142350D22692D6EDECEFB48A /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BCAF6302CFD9A5486CF9B4CFC325F46 /* NSLayoutConstraint+MASDebugAdditions.m */; }; - D0A63402CDF8D2081CE7E43F957D7613 /* activityMH.png in Resources */ = {isa = PBXBuildFile; fileRef = D5800565EBA70F47C492DE6939445526 /* activityMH.png */; }; - D11F2C1C9F89043AE6690329039CF10D /* MASViewAttribute.h in Headers */ = {isa = PBXBuildFile; fileRef = E7E092E4E4EA60ECE84F5F574E8B66EC /* MASViewAttribute.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D1BFD129E6078571F1A098F7440D78D1 /* MHGalleryImageViewerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EE5DE4CEB02899F3B6942DAC2DDB0207 /* MHGalleryImageViewerViewController.m */; }; - D2C9087C6581055C25D5559F934AF65B /* Constrain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C1251F6C9968ED21916A91A4B8FDFD2 /* Constrain.swift */; }; - D2EDE2A46ED148CBF0EF2C937E5231BA /* MHShareViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 991204D91EA5CAD6EE1B42E4872C4F93 /* MHShareViewController.m */; }; + BA6D45494A1973574CB1DFB2C859D751 /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 4958905390474C6BC6A52F8C14809299 /* RLMRealm_Dynamic.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BAF6C435E6460A5896AB5950A0AAE7A1 /* lang_bind_helper.hpp in Headers */ = {isa = PBXBuildFile; fileRef = EFA950C6432D062DE575CBDE1D9786FC /* lang_bind_helper.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + BB47C96FC5D732ADE8A1A7A9381313FA /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = EE46D925D492F2F6A0EB2EC31A8F0732 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BBB4814CD0CFA13CE08FA234F741A10F /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F9B3D2D35CADB8D8D6A9ADF3087DA27A /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BC50DCD539920773A7C144DDE6083B25 /* array_basic.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A117D143FA477AAF21E651B7FA32B18A /* array_basic.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + BCD6A706EBFCEC1F41A23EED983DAE92 /* MHTransitionShowShareView.m in Sources */ = {isa = PBXBuildFile; fileRef = 20D45A86AB47FDCFB4B85D2F1B92D632 /* MHTransitionShowShareView.m */; }; + BD1601BE04E3BB995B87D52B01E97E34 /* RLMPrefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D4199E782497AEA9561790761B58846 /* RLMPrefix.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD5650C8A8B697E03E7BEAE409727056 /* alloc.hpp in Headers */ = {isa = PBXBuildFile; fileRef = EB9F95A3A6758F9D50FCEFC58B655EE5 /* alloc.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + BE2499263E6FF24BBAB13A3CBC6CB2D7 /* MZTimerLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7F84B5B0F5F6D3D53F0A6F14A8EFAD /* MZTimerLabel.m */; }; + BE2FC20F5EDBAE658F688978AB12C279 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59F19C20B94C3C0868999BF3716A776A /* Extensions.swift */; }; + BE48BA5383C10E881CDEC75D283FD29A /* GMStepper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97698A092894E1492DEBDB4B4E75FA57 /* GMStepper-dummy.m */; }; + BE86C9061D2A1188D3EDE2733B07D958 /* MHScrollViewLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 73B038BF820019A556DC8059CA84E9C5 /* MHScrollViewLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BF4966CE86BD46FB1BAE09A254F8B3FB /* query_expression.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 88E7294584697D56A054932CF7545998 /* query_expression.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + BF94277A463BF3D37E5905E54944B6DA /* object_store_exceptions.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B2A99014EEEF8ACF81B00998E243A570 /* object_store_exceptions.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + BF9507A4EE8BD96FEDD6E775F0D668A5 /* SZTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 204B482B4F07BBBFC3EDABD0B8C702B3 /* SZTextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BF9D0A0083155AA688F1AE81CA5A94BA /* column_linklist.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FFBE49E2A418950E01483FCD3122EE04 /* column_linklist.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + C02B9B9F02B10604FF4C95620EED061E /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A44BAC6771E24C8B9A8EF52348C31B9 /* Results.swift */; }; + C08C5E1E1D37248A2FA92F7F66861064 /* right_arrow.png in Resources */ = {isa = PBXBuildFile; fileRef = 62568D1928EEDB74F4627024D0AFE9A0 /* right_arrow.png */; }; + C0AF1C3F2705303BFA092BF069DD0CBA /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33A6870DD8A87CC640C48ECC0C8494BF /* Schema.swift */; }; + C0B4BC9336389EBC2FB096C45A542323 /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B1809516975737EF52088096AAB8590 /* RLMRealmConfiguration_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + C0E511D37B4FE7F911CAFCB92CD451C5 /* version.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 427A7D5BFE6FFB660CF56D6A7B5FCB5F /* version.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + C100C1A2DD6D3C242DBF4D1DDA2555B3 /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EB7F2781AC1E36189492920CD25C52C3 /* RLMArray_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + C120BFB4006839CD0319AAE749B36C4C /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A07BE427D2FCFF3A2715F0531F85597 /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C13415E853F73314AC95162B75A64CF5 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = F7D6FE287CCC7C322A0954CF0D4C9A0D /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + C1B483470175E915F533437CCCC21290 /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 318C6311E562F749D64AB5B7AF7BE48D /* MASConstraint.m */; }; + C246E48ABEA4F6963D5E8E15D79F1DC4 /* MASLayoutConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 484209EE7C9E3B2B3E4303A100726498 /* MASLayoutConstraint.m */; }; + C257D124B53C26D7266AD0C86E861DC5 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A217E2D27286DABA17FCDBC316CBF4 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C293FD6D3AAA67026D26F5BD320EEC60 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CE2B498BBA7D1DB58C0A0F1393DC135 /* UIImage+GIF.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + C3649839064E53A4BF767D2EF29651EF /* Priority.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC16289F51A1B63882FF0B6CC580EF30 /* Priority.swift */; }; + C3FB69178B02D5FE89E0AB8669554959 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = BECD20062D2A2DD0848A5380CBC19761 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C6F337E50C67AE5C2EF2ABA763BC0C06 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A31685E69806C053ED2A1F76465728 /* SDWebImagePrefetcher.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + C885D803CFBCF8265272A2A86057D8FE /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 43B87CE2AAB6C31C9CC3219641898C8C /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C8DFBD3F06B641D9785918A424D24D38 /* Pods-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BCC458FDD5F692BBB2BFC64BB5701FC /* Pods-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C8FD669C32DE47E548CBB0153988C1E2 /* MGSwipeButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D0AB34659F7833C780CABE9F1075E01 /* MGSwipeButton.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + C939E03B290D9E5FCDB95CEA3490AC95 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */; }; + C9892E9E5519452F2C1853E69E7F8139 /* table_ref.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 729663709BE0CE25ABC930FFAD9C2142 /* table_ref.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + CA2511EAF279A05A691C7434A15BFFD0 /* object_store_exceptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E002B38685DBA2476834CC58A0D2DEDA /* object_store_exceptions.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + CABA9408335CF79A9C4A14CC5C1E9FBB /* MHUIImageViewContentViewAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = DB1615A9E4CCBCFF045EBB428F44DB36 /* MHUIImageViewContentViewAnimation.m */; }; + CB9B84BBB7CF2D89A2BFBB77FD3AC1DD /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 78A2B429B3DE287C8786CB0A638B0CC7 /* Realm.framework */; }; + CDAD4EF9828D20FE596592CE87CA7FA2 /* MHGalleryItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ED6FBDF09F1ACC25CB6353924F5E366 /* MHGalleryItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE1F3275650C9567470A5BD99A319C67 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C176DBA3FFD16022BCAA11E5A4FD62A2 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D00212A2142350D22692D6EDECEFB48A /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = AB7A5D2B9E6CF17717B14DE72E750F3A /* NSLayoutConstraint+MASDebugAdditions.m */; }; + D04BE5F62A1455CAFC47B9D7B3CF829D /* column_mixed.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F25491D134A975384983E52CB3C175E4 /* column_mixed.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + D0A63402CDF8D2081CE7E43F957D7613 /* activityMH.png in Resources */ = {isa = PBXBuildFile; fileRef = 896968F300A49008FB7617764EF019BF /* activityMH.png */; }; + D11F2C1C9F89043AE6690329039CF10D /* MASViewAttribute.h in Headers */ = {isa = PBXBuildFile; fileRef = 905951D9FF63A4994E5E26FF49CF2BBB /* MASViewAttribute.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D1BFD129E6078571F1A098F7440D78D1 /* MHGalleryImageViewerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4233D66C28818EAEEFA580208C299D26 /* MHGalleryImageViewerViewController.m */; }; + D2C9087C6581055C25D5559F934AF65B /* Constrain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DA0FE8D0A66B18409C424F4198B10E0 /* Constrain.swift */; }; + D2E5F9896FDEFE0E161375D611D912EC /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA05545CC6EE646F30CB665F8C797C /* Realm.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D2EDE2A46ED148CBF0EF2C937E5231BA /* MHShareViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EC4728C5EBF4D1B492C4F1850D683A5A /* MHShareViewController.m */; }; D32A698878EF93FAA3F7B3D8B56CA522 /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C020BC29D27BFF5B98804E254207F5CE /* Social.framework */; }; - D3C01862D88692FA2E85A2D84345982B /* Point.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECF11E36A04D032E855936581B34CF1C /* Point.swift */; }; - D46E6398FA4B45903AEAA413F9686384 /* NRSimplePlist-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EDAC31D71FB9D0EF09930030AA9FAD5A /* NRSimplePlist-dummy.m */; }; - D52EBD0640C2B7C8CC0C29A7343034BA /* array_blobs_big.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F65A31EB84264086F967DDF01FCFA645 /* array_blobs_big.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - D531603CA834D1A624FCB07D4FB62093 /* facebookMH.png in Resources */ = {isa = PBXBuildFile; fileRef = 63892B396FCA5D4F57D8CC27795D79EA /* facebookMH.png */; }; - D544F369327798F1BCB30C685B7751E1 /* type_traits.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FEAC9A21164298DF2F8BF3709F74255D /* type_traits.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - D56BD3B0ACF32790F3EF43EA3DB08016 /* Cartography-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D857010B0DA0817F53220CFA0DFE681 /* Cartography-dummy.m */; }; - D5B41BDCDC51E9E59EB718CB1B438D9C /* column_mixed_tpl.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D6F269C8FC97C9025ED393768FDDAD4A /* column_mixed_tpl.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + D3C01862D88692FA2E85A2D84345982B /* Point.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6EB50CDC2C7C9D21E352583247D1CB8 /* Point.swift */; }; + D3ED641B6E41D8741EDAD5ED3D47EB64 /* query_conditions.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 06D5ECCDDE12896987A27D9933A3C447 /* query_conditions.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + D46E6398FA4B45903AEAA413F9686384 /* NRSimplePlist-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F7F103BDE4AB3314C45D488B66A62D9C /* NRSimplePlist-dummy.m */; }; + D531603CA834D1A624FCB07D4FB62093 /* facebookMH.png in Resources */ = {isa = PBXBuildFile; fileRef = 21260B455193170F1F4786BB361F18DA /* facebookMH.png */; }; + D56BD3B0ACF32790F3EF43EA3DB08016 /* Cartography-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B627D0CB49730A8290D5CCE31BB754FA /* Cartography-dummy.m */; }; D5BE1F95B6038F48F990755884B0D763 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A22AFEAC1FDC728B71D5285E99A3253 /* UIKit.framework */; }; - D68946B070F27CD8D14E30B7A15AA5B8 /* unplay@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D61963928AE3CB03694DE19960E9B9CC /* unplay@2x.png */; }; - D6FCB6652B5634E7B9DDF7260ABB47CD /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B2AC4DC94CA4E46468169E4DB2CADF8 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - D76FF62E948AA6AA41BE7F7BEB3E3BCE /* MHPresenterImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A5374EDE599A2E2EFB54FEB16289830 /* MHPresenterImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D8918A3E1E60F86AD7A88CB89A5BA376 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC09AA51B82A91A065CEC4021AB836D7 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - D8E754EA5F638893CC0910D9A56C023E /* SVRadialGradientLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = A753F0A00827D565483B7EFBEC12E8D7 /* SVRadialGradientLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D96B96E9785AAA1B7ABDB3ACE0E8246C /* RLMListBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ACD7C58DD997A011C251255A31EC457 /* RLMListBase.h */; settings = {ATTRIBUTES = (Private, ); }; }; - D9AA4190BA6CB567F8087104C9B8D6CD /* DKCamera-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A705EA0261A5729DE794111259EEFA9 /* DKCamera-dummy.m */; }; - D9D0F2AEB5C0BCDF1B267AF55AD26C22 /* handover_defs.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B3F2E6FE4A01D79BF093245F70F9543F /* handover_defs.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - DA46192440A50503962D29AC04957539 /* ic_square@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 181F2BE570D610E3535C2665F2DFB712 /* ic_square@2x.png */; }; - DCD2B16A6B6B218DB3EDE4809AA56BB3 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0313BC7221762C1DF7C952912928DFF8 /* SwiftyJSON.swift */; }; - DCD86D97D656D6FE4CC5AF841AA1D263 /* error.png in Resources */ = {isa = PBXBuildFile; fileRef = 46F0F46319181C79F204750B72AC5E8A /* error.png */; }; - DCD8D73BCE673D670BAB2672D57D2F70 /* MASConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = C74F2EDE4812BA200DBACC3A64EF722E /* MASConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD89DF835681D08EABA793D61E60D284 /* NSArray+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = A1A3A515077CC52CE944E76322E317E4 /* NSArray+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DDD109BFF494145CECF17261430092E6 /* facebookMH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DFD43D484560F1961A306DD48979A749 /* facebookMH@2x.png */; }; - DED57E3C57D55FCD99449EBCD7809248 /* data_type.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BCC70EB3B8294AE4DF66093ADA2C9B66 /* data_type.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - DF41A697B02A0CFA35046CAF99EA55FD /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B5FA4DB5321CE60EC8F481D2835A9A7 /* NSData+ImageContentType.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - E001A555A514DDDB25F14DAE2277B65F /* SVProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D3D66A4E5C46E45548BF424B2876FAB3 /* SVProgressHUD-dummy.m */; }; - E0473B7F38048DBB896A379E02A1AF26 /* input_stream.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9C8EEBAB6D974FABF7BF8A346C6A6B4A /* input_stream.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - E04BF5BB9847DA11191DE4FD9CA8E9C0 /* bptree.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 330A53E368EA8DC695B8C96DDCFACE51 /* bptree.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - E0BBEA076160D71EC938B733F5348AC1 /* View+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 5488B6B23ADB5010134203C9999EEDBD /* View+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E0EB00E8BC23312C8FCD61F49BD98AEF /* MHScrollViewLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C7C112C9045B3706B6A36E2D28EB9F7 /* MHScrollViewLabel.m */; }; - E1451AA498D7B41C4E049F5D9027B4A7 /* ConstraintGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B549F208619FB819394D72E59A30D6B /* ConstraintGroup.swift */; }; + D6023AE1870AE2356FDAF080A7CFF89D /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 18FA0E1B37E1B0D2E5DA64097D2D9A76 /* RLMArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D68946B070F27CD8D14E30B7A15AA5B8 /* unplay@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3D7D9283DEC37C36D8B3031F66BB9473 /* unplay@2x.png */; }; + D76FF62E948AA6AA41BE7F7BEB3E3BCE /* MHPresenterImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D156794C92D9C970531BD607BA602A4 /* MHPresenterImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7F4693E5A481A44455431EA0DD06634 /* importer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D9C7A73A1DBF4B29E706FF6E50FC478B /* importer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + D8A94000FF37EF18587E077923D8F9E0 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2BC26580EB30FCD045EADC5FC0BFCC9B /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + D95DA3D01C629744A9AF372EDD948612 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 813A91D3D6C58DE3F4E7708CB23FD57E /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + D9AA4190BA6CB567F8087104C9B8D6CD /* DKCamera-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CCBB23EE96E770E5A8F8B5C05314C177 /* DKCamera-dummy.m */; }; + DA46192440A50503962D29AC04957539 /* ic_square@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5CC2FE812D9DD7D28749F76485DC7E00 /* ic_square@2x.png */; }; + DC009D0AD3231C14C750BD01134526CA /* commit_log.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9DD6962E0F245E6EA414FA8F7899411B /* commit_log.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + DCD86D97D656D6FE4CC5AF841AA1D263 /* error.png in Resources */ = {isa = PBXBuildFile; fileRef = 80F3E861A548B52362E5B286940EA3E7 /* error.png */; }; + DCD8D73BCE673D670BAB2672D57D2F70 /* MASConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 170F72E7B47BF786BB0488C928AAC0F6 /* MASConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD09EB76FF6431409C3B5058399A2983 /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DA336A5B3D2BE67045F93738140D9781 /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD89DF835681D08EABA793D61E60D284 /* NSArray+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B76F6050EFFA42877D7FDCD675A4F4C /* NSArray+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DDD109BFF494145CECF17261430092E6 /* facebookMH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 56151E69E70BA5066F376444B25DB9E2 /* facebookMH@2x.png */; }; + DF41A697B02A0CFA35046CAF99EA55FD /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 7786C002AA476B5ACAF5996DF1E10F16 /* NSData+ImageContentType.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + DFD9C2CA7888E818099989F080FC14E9 /* object_schema.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CB56BFF97710E5627633C986F39B7BC /* object_schema.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + E0BBEA076160D71EC938B733F5348AC1 /* View+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B87DDC21EBA144898F8DB31CC610C30 /* View+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0D28CD83D977CDB5D0A69CDB0DCDE94 /* RLMArray_Private.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0B57CFD93DD3584E9D44761A2D60A054 /* RLMArray_Private.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + E0EB00E8BC23312C8FCD61F49BD98AEF /* MHScrollViewLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F42985B48A86FFDF92DC6F76B2D7324 /* MHScrollViewLabel.m */; }; + E1451AA498D7B41C4E049F5D9027B4A7 /* ConstraintGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61B32376CAF3842652258E5206737B88 /* ConstraintGroup.swift */; }; E263F96900018159D93BEB2E1FBBD6C7 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 075ED3DB79421CD0F1EF0EA418F028C7 /* CoreText.framework */; }; - E27286139F5320DD3B01A4AB2691502C /* replication.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 99029E0775AB50B2D4D0FE00EB5ADE8E /* replication.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - E2B459A356997F3AD582F77B2C0B77C2 /* UIImageView+MHGallery.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C78138AABD4EC7312F1B62431152A5F /* UIImageView+MHGallery.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E2C552FC26925810A161C8B9DB032AD6 /* SwiftyUserDefaults-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0335211D29F3897CBE8619D7A80F0865 /* SwiftyUserDefaults-dummy.m */; }; - E34EBB6271A8C4F18C58B81BEE481FE3 /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAD35D5842AF29A9A8EF68E3D0E962A9 /* Aliases.swift */; }; - E5E67A382CC5F224C02D67205741A73A /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 761B51D0DD9C3DE7F68FB5AF99D559B7 /* UIImageView+WebCache.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - E641EBCA8FC60CDC04C4C12A25D5B887 /* NSLayoutConstraint+MASDebugAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CC8990F49F6B05BA22537348DCB0763 /* NSLayoutConstraint+MASDebugAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E6B87CC1814E3DD1511BB44918074E61 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 171DC3203028661E2CE1FFE54E5E1856 /* SDWebImageDownloader.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - E6CFC1446411EECC15DED1227CB5AD04 /* thread.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E4BFE45BC8B51B4D2E5CE908B3968242 /* thread.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - E721B906B111F668953955D5C128B4DC /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CF35052F19E5C7DA0E220FECFA1AE37A /* SDWebImage-dummy.m */; }; - E7EFE3E07B7D07D808F3EB0BC4701515 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DF0504B8A2331930A9B67A66DDC6273 /* UIButton+WebCache.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - E86EFA992D1A512CA3094A7A13A11461 /* MHTransitionShowShareView.h in Headers */ = {isa = PBXBuildFile; fileRef = E954F5DEBBE58986F93251A09D12D5EA /* MHTransitionShowShareView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E9CDFBFDEDFC7D66F7670CF74B60A584 /* TTTAttributedLabel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C34CFE030C9D5F19CD24F9217BDBE1F0 /* TTTAttributedLabel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2B459A356997F3AD582F77B2C0B77C2 /* UIImageView+MHGallery.h in Headers */ = {isa = PBXBuildFile; fileRef = 23F5843A8306F7E87820A0307116AD24 /* UIImageView+MHGallery.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E475A6519BD99A2D87F1D8393E1F645B /* alloc_slab.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4B3068CFDEC22A6BBE795D8D283F8222 /* alloc_slab.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + E5BA5DA077A0E3C28649E5A5A61D8D44 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = EFD1AB20A358BD11BD9A868BB8DAE208 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + E5E67A382CC5F224C02D67205741A73A /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = A37796E20BCBB1B740274458A4BF6E80 /* UIImageView+WebCache.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + E641EBCA8FC60CDC04C4C12A25D5B887 /* NSLayoutConstraint+MASDebugAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F163E38BDC8CFF1068C42BF681C2263 /* NSLayoutConstraint+MASDebugAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E6B87CC1814E3DD1511BB44918074E61 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 0687C1B5B7141F596B53940D37A975E0 /* SDWebImageDownloader.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + E721B906B111F668953955D5C128B4DC /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 80136AC8515146DF417E810DCD8951DB /* SDWebImage-dummy.m */; }; + E7EFE3E07B7D07D808F3EB0BC4701515 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AAA3779032FE6CD6B53CF684E63B88B8 /* UIButton+WebCache.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + E8268DCDADBFEF660AC7F29070569F36 /* array_integer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E5EE73950A3367385660FD5C09843BBB /* array_integer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + E86EFA992D1A512CA3094A7A13A11461 /* MHTransitionShowShareView.h in Headers */ = {isa = PBXBuildFile; fileRef = 41E31DF0CF1F20129192A59455EF3547 /* MHTransitionShowShareView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E96D822788437561EE3D7EA961ADB70C /* assert.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1D751B57B63C6561E8BA64432EAD7D16 /* assert.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + E9BB548A9446173BC5D5B2F89BEB3B0E /* array_blob.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 670A88E0A593BC8AF5889529096DAB2E /* array_blob.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + E9CDFBFDEDFC7D66F7670CF74B60A584 /* TTTAttributedLabel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 53531FA8FB78AA48B1654681B636FF60 /* TTTAttributedLabel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; E9E2085D7EC6DDC422C10266AF2FB3D7 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CB03E7C4330356DBA1A6DD5AE1E4DDD /* AVFoundation.framework */; }; - EA60480A506081E33E974AE2DB187CD6 /* column_mixed.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C97F139115ACB8314BEFEB5406E1D723 /* column_mixed.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - EA8DE9D1FFD8E26613BE5ACE883E69D7 /* lang_bind_helper.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D0C9BD288D0616A8DFD0BEBB4B5DBD05 /* lang_bind_helper.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - EB9E85B0CE6A53DCBDE040A716B5DBF8 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = B90FA92332BBF2B320195C053D025AF3 /* Property.swift */; }; - EBD8E6AABDD0D34CD96E63B80C73B241 /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 912DDE18E17FE059049984D9996776C2 /* RLMArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC6C58377505305F1411B0B74B566C42 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = ECFEFC0464BED4CA08F3896C541002EA /* Realm.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ECB17E5369B37D5AE948A482191FC2AE /* MHCustomization.h in Headers */ = {isa = PBXBuildFile; fileRef = 73F9D449C8CD86428980A55DFF7C4088 /* MHCustomization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EE0437B9F1484A301F114FD111DF1298 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = FDDD0DA7AEDB1C10CF11D09C0A97ABA0 /* RLMObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EE523E84D942A10338E783F2B3E2077C /* left_arrow@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3658F09C5BAB9EB79B1306A61C25BB92 /* left_arrow@2x.png */; }; - EE94E3F06DA2F096BA43F0679567DC4B /* Coefficients.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61C1CE81171A5B3242BFD8C2BDFA122D /* Coefficients.swift */; }; - EEC0381EC26FBAA55BAAB64C438F6479 /* query_conditions.hpp in Headers */ = {isa = PBXBuildFile; fileRef = DAC54DABDF3C8EC24FD59CAAA47C50B5 /* query_conditions.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - EF0C5AD14FEC08F606C6B3DBACA3D144 /* column_fwd.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5C275D6ED1D8B50C18DF0CFFD7C82B07 /* column_fwd.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - EF1337B37C3C9AA92CD57F007331E7A6 /* MHCustomization.m in Sources */ = {isa = PBXBuildFile; fileRef = 99B0370E919569D0935F98B1E4FBB6BA /* MHCustomization.m */; }; - EF8A5496EAB72E4FCC826610E494FF4A /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 09F798A98434769BB9FBD15EC173F44F /* SDWebImageManager.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - F2CD489B0DC7557157E3C7E58FA55E71 /* MHBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = B552EC0F9451ED3B19F9CCBB1E0AF0C2 /* MHBarButtonItem.m */; }; - F35DFAD30EC08BACC785BB4B0D46ADE8 /* group.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 47E7F8A0542C777D993D9023037AE6A2 /* group.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - F3B3BE4BF04E88A9A5411E040BD52348 /* SDWebImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = BF3A3502C1AC475138B8AA5B8D761DD8 /* SDWebImageDecoder.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - F41A16FAC977288A9D643784E890893B /* MHTransitionDismissMHGallery.m in Sources */ = {isa = PBXBuildFile; fileRef = 4816D19500B3B691230AB4BC1D570F82 /* MHTransitionDismissMHGallery.m */; }; - F469BC9885602957FCB73DD39B5B92B0 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 844C44FC388384284C15ECFC74555D78 /* Constraint.swift */; }; - F49F64C88C6BEA9CF5D321665C003EEB /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B81D2D7CBD6E22BCAFD7BFD5129B341 /* List.swift */; }; - F54B26B1CEE1EFE4BDA1A4AC5800B5AC /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7356195123E3ECA44AC0B39A60A757DB /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - F57B7FB9B0E0316C256450072053C954 /* EditControl.png in Resources */ = {isa = PBXBuildFile; fileRef = 181C99DD9F6DF97882E3C12E7B457D4F /* EditControl.png */; }; - F59B9CCD5E9D28AA87379C3658CA08CD /* MHPresenterImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1313384FCD9019CEE7D124747AE089CC /* MHPresenterImageView.m */; }; - F679E99C99A0142F9C18487EE4957661 /* MASConstraint+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 23D928D9DAD40FFA04D7F765AED3AE26 /* MASConstraint+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F691EF37EC43F1368D49621E94E88B38 /* table_accessors.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BEA2817D94DE6E2383B06D574E519EF9 /* table_accessors.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - F7371FC495838DE0B3E666FA607ECC33 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9B207DD223F4B407D318E3FE9AA4A440 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - F755B59DE977506F0A4FA9E3D36BCF7C /* saveMH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4AE35CA28F0644E20B0E6F5495464431 /* saveMH@2x.png */; }; - F7A084F07D43A73D2D2C96F94075BAD1 /* realm.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1F4F0CA77339F30C158FEA4853F52F38 /* realm.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - F7C70B0783274D08BE79ED6B357C86E0 /* network.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A922FD42519ADCBAE2667F1FE25D6D3B /* network.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - F7D512626EF870A0BA83D08647032574 /* SZTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 77293CBCB32DB93D709E763F6C4D2468 /* SZTextView.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - F7DE6FBFAC50DD8F8937889527A0A36C /* Masonry-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46690442AE1B6A4EAE2F28BA616D5FA4 /* Masonry-dummy.m */; }; - F7F83378D93771DEB5AD28935F03E8F8 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 32367FD5E3FEBF4F812D74E01BCAFFA6 /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - F80709425BA3F23CFC3F2BB74A0EB18D /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = D717F2DF7698761786647F7C616D41A4 /* Property.swift */; }; - F81BFE4C81D36961C5B952A6C34B302D /* MHTransitionShowOverView.m in Sources */ = {isa = PBXBuildFile; fileRef = F99F400796CD04EF70F30562C7A22DF7 /* MHTransitionShowOverView.m */; }; - F84F9646021D3DCCCE3C178DF7F59126 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1159D2029457DBA66BE3A80009ACA542 /* UIImage+MultiFormat.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - F8DEA8FB46972A682426534DA3CD4E5F /* Acknow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7814161FEDE773E2D0BD4302C50DAFC0 /* Acknow.swift */; }; - F958995F6DA5FEFB2DA9EE5092ABDC8D /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = AC8D39ED816E7EFB938327A68BD573FA /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F95ADCA0B85C6C0640372D3EFBBF1AD6 /* View.swift in Sources */ = {isa = PBXBuildFile; fileRef = F79833B696C95419AA6CE47DAA04A7E9 /* View.swift */; }; - F993AB50672239C588C08A7C6A254C2B /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = A7F51153351BF21F9D29B99719FAB14D /* RLMMigration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F9FE66AE1F9EDC6FBEDE779F976004BF /* SDWebImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 252D1B107EB20F4FC19C1E63D0ED7C9A /* SDWebImageDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FA8B0FA1C9CACD3072EA8E8DF3071854 /* left_arrow.png in Resources */ = {isa = PBXBuildFile; fileRef = 6DBA03E67D297184BCF46646A21A179B /* left_arrow.png */; }; - FBE6F12DDD7F0BEC89223004998FCE46 /* playButton.png in Resources */ = {isa = PBXBuildFile; fileRef = F4C3BB5A0DAEFB8975A608ECFABB41E8 /* playButton.png */; }; - FC1B60B043252E27A0CDCD7BC40D1CCA /* array_basic_tpl.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B9CCC3ABB1BDDE2B567C99E45BEAAFD7 /* array_basic_tpl.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - FC5397C0A3CD11918B8C0F84C05FD1D0 /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC5FD86BE55CE0107BA89D375DCCDDA1 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; - FD296EC917256464979580EFB60511E9 /* logger.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 499588721A3467B44BB14940212DD4B2 /* logger.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - FEDEE5DB785990027C7D27FBFC0F16BE /* array_basic.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 03DA186D9110CE9DED7FF28403C8FCAC /* array_basic.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - FF24BC568698E40988F9B0C2AFB9E546 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A57B96DDE0CB94AFDF7ACFCF9A4A5EBE /* RLMObjectSchema_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - FF90F6E25051291BD427FCD88DE93D1E /* MHUIImageViewContentViewAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 659849487A2D829EB5C025B2AFC3B72B /* MHUIImageViewContentViewAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FFC3444F278E334415AD50F04DC6007D /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = A51301DF7322D8AE7AE895A2C869D133 /* Realm.swift */; }; - FFDD1A7072366ABE212ECC17534A9C5D /* mailMH.png in Resources */ = {isa = PBXBuildFile; fileRef = 32539282428AE4DA8A36BCD9BAFCAD02 /* mailMH.png */; }; + EB9E85B0CE6A53DCBDE040A716B5DBF8 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C892E09434F9CCEF682A3C168DD5DF /* Property.swift */; }; + ECB17E5369B37D5AE948A482191FC2AE /* MHCustomization.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FA5038E627E30C67D55BD190B122450 /* MHCustomization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ECC7EA9D503EDA093F5E4C7E9AD56B3D /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9280E3E2F4C6367A98649F3EAB0D66DE /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + EE523E84D942A10338E783F2B3E2077C /* left_arrow@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9665AA907D2B393F0D2280B3E722B740 /* left_arrow@2x.png */; }; + EE94E3F06DA2F096BA43F0679567DC4B /* Coefficients.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17A4A347A60D7824A924F3920302AA76 /* Coefficients.swift */; }; + EF1337B37C3C9AA92CD57F007331E7A6 /* MHCustomization.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F8AC8BD6E9479922C5435341A43BF1D /* MHCustomization.m */; }; + EF8A5496EAB72E4FCC826610E494FF4A /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6491972ECFDBE1247F644DA92A10DDD1 /* SDWebImageManager.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + F17065EB45068A3C46C3AC7AD77B5E40 /* column_string_enum.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 49ED114CD06256994223515E4C84610D /* column_string_enum.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + F1B56813E637F28D8F1278C452F55458 /* row.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E38385809A9290E3B2A4FC2B59F4CE2F /* row.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + F22C3456942D6A1CD7EB3561CD234ABD /* handover_defs.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2AF9CEF52B891666E7282FC7958BC310 /* handover_defs.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + F244AE2C77EBC902A2F888633ECB490F /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B54E06853AC321CFCF3D7D5FDEC3A1C9 /* RLMSchema.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F28B1563E35A849C9716631CD67C2EAD /* SwiftyUserDefaults-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 25696102917BB8D2AC3BF1BFAEC5CABA /* SwiftyUserDefaults-dummy.m */; }; + F2CD489B0DC7557157E3C7E58FA55E71 /* MHBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = AFDA02BBD41CC978BC32A5B8FDA88CF4 /* MHBarButtonItem.m */; }; + F3B3BE4BF04E88A9A5411E040BD52348 /* SDWebImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D8CDEE9201BAECC2843E0C97772CFC4D /* SDWebImageDecoder.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + F41A16FAC977288A9D643784E890893B /* MHTransitionDismissMHGallery.m in Sources */ = {isa = PBXBuildFile; fileRef = A3E1AD5960B6B50FAE0AC71B3ED8534F /* MHTransitionDismissMHGallery.m */; }; + F469BC9885602957FCB73DD39B5B92B0 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3FF35309772B99B0BE14B13C9BDCF10 /* Constraint.swift */; }; + F52F8315D19C06263085E2B00CD6E477 /* bptree.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 520AA3D01CC899CF664AA8FD089C677E /* bptree.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + F57B7FB9B0E0316C256450072053C954 /* EditControl.png in Resources */ = {isa = PBXBuildFile; fileRef = A6B84AE5D8BCFAE032804D60498C4DF4 /* EditControl.png */; }; + F57BE06C8AFA26EA5BB25B8C58A4F255 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC1E8740FDC848E19C497E8D21EDA57A /* Migration.swift */; }; + F59B9CCD5E9D28AA87379C3658CA08CD /* MHPresenterImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 872872F2105E9E629348802A282664FD /* MHPresenterImageView.m */; }; + F62F78A7D0FB1DABDAB21BFEE7503148 /* column_linkbase.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F93DB502C794CDB8EAFCC9149634667D /* column_linkbase.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + F6433D987EF706924E1237FA46FD0769 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 75B86BAAF81D41E56C2669739DC2E2BF /* RLMPlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F679E99C99A0142F9C18487EE4957661 /* MASConstraint+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B6EFB230DC9D4BC57A6F421BAC625EED /* MASConstraint+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F755B59DE977506F0A4FA9E3D36BCF7C /* saveMH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EFCA4AB2AB13F7C27413D326E0DEB0A2 /* saveMH@2x.png */; }; + F78625DC50F1C0C124F2F8B4A9A6D8F4 /* object_store.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9274F63036AC05F509BF2E49BFA11FA5 /* object_store.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.2\"' -D__ASSERTMACROS__"; }; }; + F7DE6FBFAC50DD8F8937889527A0A36C /* Masonry-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60C3A44CA12E66CA759FB853CF005DD4 /* Masonry-dummy.m */; }; + F80126476321050C30D73D2C0C16873D /* SZTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CB1123786C147ABE2973D537793E6C0 /* SZTextView.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + F81BFE4C81D36961C5B952A6C34B302D /* MHTransitionShowOverView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1260FDAFE33253C88586EAB75CF05118 /* MHTransitionShowOverView.m */; }; + F84F9646021D3DCCCE3C178DF7F59126 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 95ABDB43FB01773468EA77073EC689EF /* UIImage+MultiFormat.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + F8AB66D3A2F31462FA6DA3DD1567659F /* array_string_long.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 13B446D34DEE667BC050A3055D79E963 /* array_string_long.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + F8DEA8FB46972A682426534DA3CD4E5F /* Acknow.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0BCAB527A745B5CEC8991E3AD23381B /* Acknow.swift */; }; + F958995F6DA5FEFB2DA9EE5092ABDC8D /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = FA26F9B3B1B5ED78798655581A2A1D0A /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F95ADCA0B85C6C0640372D3EFBBF1AD6 /* View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DE7D9173FDEDE070500A7DD536DED60 /* View.swift */; }; + F9853CC2C4FDA642F85D2434FD878E83 /* table_view_basic.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FDD195BAB1A51078B4BF1F096C2149F1 /* table_view_basic.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + F9FE66AE1F9EDC6FBEDE779F976004BF /* SDWebImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = A229814807914F0387A0AF2D1A921434 /* SDWebImageDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FA8B0FA1C9CACD3072EA8E8DF3071854 /* left_arrow.png in Resources */ = {isa = PBXBuildFile; fileRef = D493E3A8B6D74510F671B8C62F22607C /* left_arrow.png */; }; + FBE6F12DDD7F0BEC89223004998FCE46 /* playButton.png in Resources */ = {isa = PBXBuildFile; fileRef = DC8D014A28E7EDCAA42AE8E91B18CE5C /* playButton.png */; }; + FE0F5B1F1E65767B2C66AD0E41B582F6 /* buffer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 678A9AC8FB2A16595E125AF5B9D7D31F /* buffer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + FE7165DB74479C6FEA74ECB1AA11945A /* object_store.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5DC8C30A8E33F85D2B57F8D60220D1E2 /* object_store.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + FF38CB17A1ACAF58EF822DD4B526102E /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCBA806DEC239813CAFCE30422EB745E /* Object.swift */; }; + FF90F6E25051291BD427FCD88DE93D1E /* MHUIImageViewContentViewAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 13F129109B96A8C706CAD226EE4DF36A /* MHUIImageViewContentViewAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FFDD1A7072366ABE212ECC17534A9C5D /* mailMH.png in Resources */ = {isa = PBXBuildFile; fileRef = 0FE74EBEA99229F11D85EFCCB72AFB03 /* mailMH.png */; }; + FFF7577A03C2AAD003B809590D5A5BEC /* column_basic.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 186C2DD1078FE697C993EE1F5EEC07D0 /* column_basic.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 038F27179F4474C0ADBB8AC6DB49B752 /* PBXContainerItemProxy */ = { + 13325B707074ADD60BD86480EE89FD57 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = CE94A3A3A46E7EA2C90CD17366EEF27E; - remoteInfo = Realm; + remoteGlobalIDString = F8878A29900A25BDE9E2342E03BC8EAB; + remoteInfo = GMStepper; }; - 1414BB6CD792F4909589CD36CD768E94 /* PBXContainerItemProxy */ = { + 1A23762D8855E657643F1AA67C99F54E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 4521B7DFE013319241DD144112F612B2; - remoteInfo = SwiftyUserDefaults; + remoteGlobalIDString = 5F53C69EAB62ABEBC0CC4BA697F68750; + remoteInfo = SwiftyJSON; }; - 2625AA853C58C6F475A12C1CA6FC89B5 /* PBXContainerItemProxy */ = { + 22B66E42970978C9C68337480D59F370 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = F8878A29900A25BDE9E2342E03BC8EAB; - remoteInfo = GMStepper; + remoteGlobalIDString = F6577CCC59333B45DB640FFCD4560817; + remoteInfo = MHVideoPhotoGallery; }; - 3003AE796E4CB29DF692D43108634C47 /* PBXContainerItemProxy */ = { + 266E4D97BDE76A9E1C2301FDCC954D05 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = F6577CCC59333B45DB640FFCD4560817; - remoteInfo = MHVideoPhotoGallery; + remoteGlobalIDString = A9A83F63385AA43314397B8DD375464B; + remoteInfo = Masonry; }; - 348641A6A6A622103DA87C9131911549 /* PBXContainerItemProxy */ = { + 2CD51358A2BFB1A67EE9805A3441F9B4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 3659F26154297384413166FB5F695D0F; - remoteInfo = RealmSwift; + remoteGlobalIDString = C3A04698AAE4D6124C20602D622956E5; + remoteInfo = Cartography; }; 35F6FA0E28A35FC8849FEBD12C65090D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -503,69 +492,76 @@ remoteGlobalIDString = 88B793CB88A3270533AFD3E016C675E2; remoteInfo = TTTAttributedLabel; }; - 363B547DB4B69746D18D58C009A3C987 /* PBXContainerItemProxy */ = { + 3CAA8BB8551CCB35055E44D62898A473 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = C3A04698AAE4D6124C20602D622956E5; - remoteInfo = Cartography; + remoteGlobalIDString = 441B965F881E4E91093C1059356CFB51; + remoteInfo = SDWebImage; }; - 39533FE81A3539FBFDC3959AF49EC375 /* PBXContainerItemProxy */ = { + 44BF6354AEF3FE8A68E883449DF06D87 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = F07B3C127248980549954B07ACC37CE4; remoteInfo = AcknowList; }; - 4A800FA2D2D77CAFD33534B4F710D1AD /* PBXContainerItemProxy */ = { + 4999D2B49608416211673498AF808791 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = FFF770C242D6A418A3038C290B924221; - remoteInfo = SZTextView; + remoteGlobalIDString = 286D8553F333B35D7644EA533D954035; + remoteInfo = RealmSwift; }; - 5BA579243E96052A4FFE4C34984709D9 /* PBXContainerItemProxy */ = { + 55899586F6889CC3FF5D80E01C308D8E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 948A46EC641E4DA25A0C1AA1762AF963; - remoteInfo = DKCamera; + remoteGlobalIDString = 9E29A23890B992C6D47D51882C1B22A6; + remoteInfo = MZTimerLabel; }; - 773C433D3DEFED2D7431F9A67E1DB0B7 /* PBXContainerItemProxy */ = { + 644A0723FC0141EB63BF643FB09962B6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = A9A83F63385AA43314397B8DD375464B; - remoteInfo = Masonry; + remoteGlobalIDString = 948A46EC641E4DA25A0C1AA1762AF963; + remoteInfo = DKCamera; }; - 7864937C0F240487965A50B4441FBEB5 /* PBXContainerItemProxy */ = { + 9A9B49047749D492219029836750FB8B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 9E29A23890B992C6D47D51882C1B22A6; - remoteInfo = MZTimerLabel; + remoteGlobalIDString = 42652E1C07266574CB0A2321EB08BAF0; + remoteInfo = Realm; }; - A0EF90C9A26C46DD1DF2764ECEA09565 /* PBXContainerItemProxy */ = { + A382E7082BB5B81ABE2B4B946861CE70 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 4E1263BFF45F6446CF3DE29AE234C893; - remoteInfo = MGSwipeTableCell; + remoteGlobalIDString = 01F2FAAF48B4CFE9933A1165FB93C16E; + remoteInfo = NRSimplePlist; }; - B014CC5574DF5A8371455FF37E0BF20F /* PBXContainerItemProxy */ = { + B299797842AD8EF43FBCDF9020A05665 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 441B965F881E4E91093C1059356CFB51; - remoteInfo = SDWebImage; + remoteGlobalIDString = EB64B7ADCEE6F2C42F2443D1E14D8563; + remoteInfo = SZTextView; }; - B2425ECB82A2D49217B227613DAC71F6 /* PBXContainerItemProxy */ = { + B46FF0A6FAAC76A06D73D26097134542 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 88B793CB88A3270533AFD3E016C675E2; remoteInfo = TTTAttributedLabel; }; + B72F42B6A7FA9E9520462C472B0EAE5B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = BEC80C3F78DFE790C67F87B66172685C; + remoteInfo = FXLabel; + }; B7ACE1307CEA79010D4590FF23337403 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -580,573 +576,545 @@ remoteGlobalIDString = A9A83F63385AA43314397B8DD375464B; remoteInfo = Masonry; }; - C8285957BFB9795FF144263D6182A8CE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = FAE52A96A796C7B140506B0E050F5A57; - remoteInfo = SwiftyJSON; - }; - C954287D4A8AB74A3CF72237727CB2B3 /* PBXContainerItemProxy */ = { + CC4C30E5811CEBE021CBA048C30CBA03 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 01F2FAAF48B4CFE9933A1165FB93C16E; - remoteInfo = NRSimplePlist; + remoteGlobalIDString = 93F1F22CC1F46E96FC044741143753CF; + remoteInfo = SwiftyUserDefaults; }; - ED9509E61FC0D69B70816FD81C1557C3 /* PBXContainerItemProxy */ = { + D26F373FC7E379130C7B179740EAAB70 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = BEC80C3F78DFE790C67F87B66172685C; - remoteInfo = FXLabel; + remoteGlobalIDString = 4E1263BFF45F6446CF3DE29AE234C893; + remoteInfo = MGSwipeTableCell; }; - EE9563358F6C50C9BE0484893E4708C6 /* PBXContainerItemProxy */ = { + E21D34058A52C4106726B2D9D0F07E70 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = CE94A3A3A46E7EA2C90CD17366EEF27E; + remoteGlobalIDString = 42652E1C07266574CB0A2321EB08BAF0; remoteInfo = Realm; }; - FBC125E662028CBB0DE0A8F41B94C3E7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = E078E5BD511113C448A6BB6FAE2CEE26; - remoteInfo = SVProgressHUD; - }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 008E5F0ABB6F298E05EB65DC1EA52E69 /* MHVideoPhotoGallery-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MHVideoPhotoGallery-umbrella.h"; sourceTree = ""; }; - 0092AD71B2D8C6464278F195CB3F1CF0 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - 009CE4D1DDF3C11FA02DE3E11C41EBBE /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 01F4692898EF57E2889EF4493B66C1E6 /* MHGradientView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHGradientView.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGradientView/MHGradientView.m; sourceTree = ""; }; - 0313BC7221762C1DF7C952912928DFF8 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON.swift; sourceTree = ""; }; - 0335211D29F3897CBE8619D7A80F0865 /* SwiftyUserDefaults-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyUserDefaults-dummy.m"; sourceTree = ""; }; - 03550A19C33A7A5D6FEC6E7B10D3A6B7 /* MZTimerLabel.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MZTimerLabel.xcconfig; sourceTree = ""; }; - 03BD339E8F6AB8588C4B9A7EB1A04F09 /* priority_queue.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = priority_queue.hpp; path = include/realm/util/priority_queue.hpp; sourceTree = ""; }; - 03CAD7B6BD1CFEE3187BFCA1E393F02D /* AcknowList.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = AcknowList.modulemap; sourceTree = ""; }; - 03DA186D9110CE9DED7FF28403C8FCAC /* array_basic.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_basic.hpp; path = include/realm/array_basic.hpp; sourceTree = ""; }; - 05326F74A3F3AE8D75CEB5EC5B5D8DC1 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/realm/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 0565FF5059BC1E245EF8D7DA9D9693D3 /* object_schema.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = object_schema.cpp; path = Realm/ObjectStore/object_schema.cpp; sourceTree = ""; }; - 05783968154CAF0C6D535EB89662D5D5 /* alloc_slab.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = alloc_slab.hpp; path = include/realm/alloc_slab.hpp; sourceTree = ""; }; - 06AFBE2BFF500B3D4313FFEBB7ABEABA /* MASCompositeConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASCompositeConstraint.h; path = Masonry/MASCompositeConstraint.h; sourceTree = ""; }; - 071E23D26B68C1CCCBE9DE91370E1396 /* DKCamera.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DKCamera.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 074BE272A16E9B1402BD38D935A4087B /* FXLabel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FXLabel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 0078F8DBEFDD1DC6D110F96A40C47765 /* RLMObjectSchema_Private.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMObjectSchema_Private.hpp; path = include/realm/RLMObjectSchema_Private.hpp; sourceTree = ""; }; + 007DDAA758DDCB7CD1CBCE31EB4FA830 /* MZTimerLabel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MZTimerLabel-umbrella.h"; sourceTree = ""; }; + 0272BE7EBE1BC67729B73C9B5E1FC842 /* MHGallerySharedManagerPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHGallerySharedManagerPrivate.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGallerySharedManager/MHGallerySharedManagerPrivate.h; sourceTree = ""; }; + 0329B4326DE5886804F18147B135CD7C /* Masonry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Masonry.h; path = Masonry/Masonry.h; sourceTree = ""; }; + 03A6C9301B3E5C5FF90B3C3DA69F5C0C /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 03FDDEE52A803D239237F66DC0B3ADDD /* spec.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = spec.hpp; path = include/realm/spec.hpp; sourceTree = ""; }; + 0438668D98787793705DA4253B4E52B1 /* output_stream.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = output_stream.hpp; path = include/realm/impl/output_stream.hpp; sourceTree = ""; }; + 0464C599C5B70757BFB08AAFB55BD710 /* unplay.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = unplay.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/unplay.png; sourceTree = ""; }; + 04ED6E2960BAA90CA5A1F42810691529 /* realm_nmmintrin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = realm_nmmintrin.h; path = include/realm/realm_nmmintrin.h; sourceTree = ""; }; + 0687C1B5B7141F596B53940D37A975E0 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/SDWebImageDownloader.m; sourceTree = ""; }; + 06D5ECCDDE12896987A27D9933A3C447 /* query_conditions.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = query_conditions.hpp; path = include/realm/query_conditions.hpp; sourceTree = ""; }; + 0706F3C656915F3828858A8DF29F6F05 /* MGSwipeTableCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGSwipeTableCell.h; path = MGSwipeTableCell/MGSwipeTableCell.h; sourceTree = ""; }; + 070CE3BB1AD10BFBF40825D9142EDA7C /* input_stream.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = input_stream.hpp; path = include/realm/impl/input_stream.hpp; sourceTree = ""; }; 075ED3DB79421CD0F1EF0EA418F028C7 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/CoreText.framework; sourceTree = DEVELOPER_DIR; }; - 079D6430503998B5880E9B3AA4876ED8 /* column_binary.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_binary.hpp; path = include/realm/column_binary.hpp; sourceTree = ""; }; - 0856BBDF031BC592754939381234429E /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = ""; }; - 085E0329432D186BC6FD4A4DAA679137 /* MASViewConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewConstraint.m; path = Masonry/MASViewConstraint.m; sourceTree = ""; }; - 08D30C10A902132E7EA3EE0A4D48EC30 /* views.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = views.hpp; path = include/realm/views.hpp; sourceTree = ""; }; - 092402E2FE6CE6F7B885F3FAB993357D /* NRSimplePlist.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NRSimplePlist.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 09BAE900ABBBC7C58093F3244CE92146 /* right_arrow@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "right_arrow@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/right_arrow@2x.png"; sourceTree = ""; }; - 09F798A98434769BB9FBD15EC173F44F /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/SDWebImageManager.m; sourceTree = ""; }; - 0A5E5EB54CB5DACE7AA4319778CFB96D /* SVProgressHUD.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = SVProgressHUD.bundle; path = SVProgressHUD/SVProgressHUD.bundle; sourceTree = ""; }; - 0AD3C01025C94AA11E861387208A6DAE /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/realm/RLMResults.h; sourceTree = ""; }; - 0B14E7DC4EAB88585994BF95CDF19583 /* column_basic_tpl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_basic_tpl.hpp; path = include/realm/column_basic_tpl.hpp; sourceTree = ""; }; - 0BC50D57BAF98F32B3903ED1440094F5 /* binary_data.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = binary_data.hpp; path = include/realm/binary_data.hpp; sourceTree = ""; }; - 0BCAF6302CFD9A5486CF9B4CFC325F46 /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+MASDebugAdditions.m"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = ""; }; - 0D05F922C7F88395D0922CE9E5A81E84 /* object_schema.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = object_schema.hpp; path = include/realm/object_schema.hpp; sourceTree = ""; }; - 0EA93D0C54E868B519CE502088CBF4C8 /* MHTransitionDismissMHGallery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHTransitionDismissMHGallery.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionDismissMHGallery.h; sourceTree = ""; }; - 108CCC717E3F9ABE5273E2BA193A65FA /* object_store.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = object_store.hpp; path = include/realm/object_store.hpp; sourceTree = ""; }; - 10EB8E24C839EF5761290E2218E279A1 /* RealmSwift.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.xcconfig; sourceTree = ""; }; - 1159D2029457DBA66BE3A80009ACA542 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/UIImage+MultiFormat.m"; sourceTree = ""; }; - 1249AE24D09CE685032C2772E3481955 /* DKCameraResource.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = DKCameraResource.bundle; path = DKCamera/DKCameraResource.bundle; sourceTree = ""; }; - 1313384FCD9019CEE7D124747AE089CC /* MHPresenterImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHPresenterImageView.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryPresenterImageView/MHPresenterImageView.m; sourceTree = ""; }; - 133C62CFAAF3426019BDACCED0CD062F /* Fabric.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Fabric.framework; sourceTree = ""; }; - 13414E90C22EE320BF1DA3DA76DE87B1 /* SDWebImage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-umbrella.h"; sourceTree = ""; }; - 1349A049BBC4BF1C0BB8E343FD3586FC /* FXLabel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FXLabel-umbrella.h"; sourceTree = ""; }; - 13D094E83C378B9CE0456E680B8067DD /* config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = config.h; path = include/realm/util/config.h; sourceTree = ""; }; - 141C0272E92BA66E204F886AB76DA1DC /* MGSwipeButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGSwipeButton.h; path = MGSwipeTableCell/MGSwipeButton.h; sourceTree = ""; }; - 14B51611A5712CB92839AD2DE2A1CC61 /* MASConstraintMaker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraintMaker.h; path = Masonry/MASConstraintMaker.h; sourceTree = ""; }; - 15ABB4EDDE315ADF0460323E2C3B9D83 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/realm/RLMRealm_Dynamic.h; sourceTree = ""; }; - 15BA7FEDF5500086B2F647004282D01B /* videoIcon@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "videoIcon@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/videoIcon@2x.png"; sourceTree = ""; }; - 171DC3203028661E2CE1FFE54E5E1856 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/SDWebImageDownloader.m; sourceTree = ""; }; - 1729D8A5CD025067F99248BB0C1EB32D /* mailMH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "mailMH@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/mailMH@2x.png"; sourceTree = ""; }; - 172F0A7BF8F3E5F7F7323E168465390F /* MHMediaPreviewCollectionViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHMediaPreviewCollectionViewCell.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHMediaPreviewCollectionViewCell/MHMediaPreviewCollectionViewCell.m; sourceTree = ""; }; - 17927CE1FD2252C2D5FD6807BF4B3BE6 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 17FDF65CD33539B431C428AE5CF21528 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - 181717EED173B4B843FB071B1C65BE31 /* column_table.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_table.hpp; path = include/realm/column_table.hpp; sourceTree = ""; }; - 1817A2D0055F41462E829C620B3CEFD9 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - 181C99DD9F6DF97882E3C12E7B457D4F /* EditControl.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EditControl.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/EditControl.png; sourceTree = ""; }; - 181F2BE570D610E3535C2665F2DFB712 /* ic_square@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ic_square@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/ic_square@2x.png"; sourceTree = ""; }; - 185451612C147C2A812AD67BC23713BE /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/realm/RLMProperty.h; sourceTree = ""; }; - 18C28768A7A77F4713AD335780D808C5 /* group_shared.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = group_shared.hpp; path = include/realm/group_shared.hpp; sourceTree = ""; }; - 191ECC5E881659D873E5E3573F8B4EE6 /* MHGallerySharedManagerPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHGallerySharedManagerPrivate.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGallerySharedManager/MHGallerySharedManagerPrivate.h; sourceTree = ""; }; - 19C0D07190579752B849E74B49619FF3 /* SVProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVProgressHUD.m; path = SVProgressHUD/SVProgressHUD.m; sourceTree = ""; }; - 1B3185BB488A6CFE7E6D3AD2055C3979 /* activtyMH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "activtyMH@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/activtyMH@2x.png"; sourceTree = ""; }; - 1B52D9EB8A11869F92CCF6CBF5BF836E /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/SDWebImageCompat.h; sourceTree = ""; }; - 1B81D2D7CBD6E22BCAFD7BFD5129B341 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 1BD7F2759D4E631CD84715E83C40F6E3 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 1C231F8AFB306CF4A113419DBFDD2212 /* Masonry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Masonry.h; path = Masonry/Masonry.h; sourceTree = ""; }; - 1C45D183C0DC57CD85E1FA519CF02315 /* SZTextView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SZTextView-dummy.m"; sourceTree = ""; }; - 1C4709516889F4E8B102B424520F1787 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - 1C7C112C9045B3706B6A36E2D28EB9F7 /* MHScrollViewLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHScrollViewLabel.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHScrollViewLabel/MHScrollViewLabel.m; sourceTree = ""; }; - 1CE38990A1E00EB359FD38E7C2A75A5C /* table_basic_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = table_basic_fwd.hpp; path = include/realm/table_basic_fwd.hpp; sourceTree = ""; }; - 1D583C1060988BD985C0DDD5C042DDE0 /* messageMH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "messageMH@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/messageMH@2x.png"; sourceTree = ""; }; - 1DAE17C0BE9C3991A89B46DE6E2D900E /* Realm.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.xcconfig; sourceTree = ""; }; - 1DE5A087B2F1667A656EFA44BF643304 /* RLMUpdateChecker.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMUpdateChecker.hpp; path = include/realm/RLMUpdateChecker.hpp; sourceTree = ""; }; - 1DFDE6A2F78471A8D3317FDF68B1BD0C /* encryption_not_supported_exception.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = encryption_not_supported_exception.hpp; path = include/realm/util/encryption_not_supported_exception.hpp; sourceTree = ""; }; - 1E48417A808F56FECA549A8461B9C9B9 /* SVProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVProgressHUD.h; path = SVProgressHUD/SVProgressHUD.h; sourceTree = ""; }; - 1EA1D3EF616CDA4669D8D8FF222741E6 /* RLMMigration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration_Private.h; path = include/realm/RLMMigration_Private.h; sourceTree = ""; }; - 1EF65D261B9D2270D5EA542ED2A4BE25 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/realm/RLMResults_Private.h; sourceTree = ""; }; - 1F3245A3AD36F47EEED596AEDDB7B0AC /* terminate.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = terminate.hpp; path = include/realm/util/terminate.hpp; sourceTree = ""; }; - 1F437007478C1D58E3DAA5B09F5B8070 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/realm/RLMCollection.h; sourceTree = ""; }; - 1F4F0CA77339F30C158FEA4853F52F38 /* realm.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = realm.hpp; path = include/realm.hpp; sourceTree = ""; }; + 0769A840A6877B72D248A5D13C5811ED /* Masonry.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Masonry.modulemap; sourceTree = ""; }; + 08299F6CFEB79A22F3904621AB350AB4 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/realm/RLMProperty.h; sourceTree = ""; }; + 085D0A4B5F4461EC545F8EE4D10067FE /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/SDWebImageManager.h; sourceTree = ""; }; + 096601FC64262723F1559409EAC32505 /* AcknowList-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AcknowList-umbrella.h"; sourceTree = ""; }; + 097436E515650B222F0506208E103BD4 /* GMStepper-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GMStepper-umbrella.h"; sourceTree = ""; }; + 0B57CFD93DD3584E9D44761A2D60A054 /* RLMArray_Private.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMArray_Private.hpp; path = include/realm/RLMArray_Private.hpp; sourceTree = ""; }; + 0B76F6050EFFA42877D7FDCD675A4F4C /* NSArray+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASShorthandAdditions.h"; path = "Masonry/NSArray+MASShorthandAdditions.h"; sourceTree = ""; }; + 0B89DECCB2E804135E0277330852E1CD /* TTTAttributedLabel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TTTAttributedLabel-prefix.pch"; sourceTree = ""; }; + 0C76EB0C1CC18D1222ACD24E868E5575 /* MHGalleryLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHGalleryLabel.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryLabel/MHGalleryLabel.h; sourceTree = ""; }; + 0F39FA0A44398AC5AB1D0D602F9E89EB /* MASViewAttribute.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewAttribute.m; path = Masonry/MASViewAttribute.m; sourceTree = ""; }; + 0FE74EBEA99229F11D85EFCCB72AFB03 /* mailMH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = mailMH.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/mailMH.png; sourceTree = ""; }; + 1147F8482D7AE40356500848C5B5B5A1 /* tuple.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = tuple.hpp; path = include/realm/util/tuple.hpp; sourceTree = ""; }; + 11C884E4D1CD1F482DC28A1A941E7ABC /* column_binary.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_binary.hpp; path = include/realm/column_binary.hpp; sourceTree = ""; }; + 11C8FB0CF3FEE42BA2E58620F2036BA9 /* RLMObject_Private.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMObject_Private.hpp; path = include/realm/RLMObject_Private.hpp; sourceTree = ""; }; + 1260FDAFE33253C88586EAB75CF05118 /* MHTransitionShowOverView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHTransitionShowOverView.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionShowOverView.m; sourceTree = ""; }; + 12F25E96F3CAF56C5D1800C969F2E1A5 /* AcknowList.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = AcknowList.modulemap; sourceTree = ""; }; + 13338E0FD2ABBBEC344480D1354C8967 /* DKCamera-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DKCamera-prefix.pch"; sourceTree = ""; }; + 13B446D34DEE667BC050A3055D79E963 /* array_string_long.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_string_long.hpp; path = include/realm/array_string_long.hpp; sourceTree = ""; }; + 13F129109B96A8C706CAD226EE4DF36A /* MHUIImageViewContentViewAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHUIImageViewContentViewAnimation.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHUIImageViewContentViewAnimation/MHUIImageViewContentViewAnimation.h; sourceTree = ""; }; + 141CA7EF80CC315C5CD319DA1DA7BC36 /* play@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "play@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/play@2x.png"; sourceTree = ""; }; + 161ED7EF1D824ABCFA731E53790406C6 /* MHMediaPreviewCollectionViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHMediaPreviewCollectionViewCell.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHMediaPreviewCollectionViewCell/MHMediaPreviewCollectionViewCell.h; sourceTree = ""; }; + 166D8A8BE9BE79ECCA8CDB89D2E1FF61 /* table_basic.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = table_basic.hpp; path = include/realm/table_basic.hpp; sourceTree = ""; }; + 1696CD402E2D35A238B389E431C93962 /* array.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array.hpp; path = include/realm/array.hpp; sourceTree = ""; }; + 16D7B63C79C523CD23F5AF81233FF9AC /* MZTimerLabel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MZTimerLabel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 170F72E7B47BF786BB0488C928AAC0F6 /* MASConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraint.h; path = Masonry/MASConstraint.h; sourceTree = ""; }; + 1786FEB6FFF8155E4A666B2E42B77098 /* Align.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Align.swift; path = Cartography/Align.swift; sourceTree = ""; }; + 17A4A347A60D7824A924F3920302AA76 /* Coefficients.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Coefficients.swift; path = Cartography/Coefficients.swift; sourceTree = ""; }; + 186C2DD1078FE697C993EE1F5EEC07D0 /* column_basic.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_basic.hpp; path = include/realm/column_basic.hpp; sourceTree = ""; }; + 18FA0E1B37E1B0D2E5DA64097D2D9A76 /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/realm/RLMArray.h; sourceTree = ""; }; + 198B73F7227D5DCD0BA2B0BC12B23491 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/realm/RLMRealmConfiguration.h; sourceTree = ""; }; + 1A6157ECD66C5D2775E730017CDDFC3E /* utf8.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = utf8.hpp; path = include/realm/util/utf8.hpp; sourceTree = ""; }; + 1AB7B37EA36D95616A60B443F4FDD22A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 1B662C2A639B76E2B12E79991C262F7A /* mailMH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "mailMH@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/mailMH@2x.png"; sourceTree = ""; }; + 1C327B6CF419A21CD9AF4C213025D7A2 /* FXLabel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FXLabel.modulemap; sourceTree = ""; }; + 1D27DF9DD2F685FF8936189B2281CCA9 /* column_backlink.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_backlink.hpp; path = include/realm/column_backlink.hpp; sourceTree = ""; }; + 1D751B57B63C6561E8BA64432EAD7D16 /* assert.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = assert.hpp; path = include/realm/util/assert.hpp; sourceTree = ""; }; + 1D98FFA3E761A287CFF8A48F1D5CEBC5 /* RLMAnalytics.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMAnalytics.hpp; path = include/realm/RLMAnalytics.hpp; sourceTree = ""; }; + 1DFE9A0F8F23C0B62965B8A801DFC209 /* MHShareViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHShareViewController.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHShareViewController/MHShareViewController.h; sourceTree = ""; }; + 1E129DD5251990AF30244B7A61903915 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 1E9DAA9E11AB51958F23192EA1CC1632 /* ic_square.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ic_square.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/ic_square.png; sourceTree = ""; }; + 1F42985B48A86FFDF92DC6F76B2D7324 /* MHScrollViewLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHScrollViewLabel.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHScrollViewLabel/MHScrollViewLabel.m; sourceTree = ""; }; 1FBC64C6BBFE1E814F464FF5BCB61651 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 202C2ED8AE0615EAA0E65CE02F07D3CD /* SVProgressHUD.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SVProgressHUD.xcconfig; sourceTree = ""; }; - 206F745383056AAC12DC616AF90FABAC /* MHGalleryImageViewerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHGalleryImageViewerViewController.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryImageViewerViewController/MHGalleryImageViewerViewController.h; sourceTree = ""; }; - 2091B3984D556888CF5CCA8C3A59E539 /* MHOverviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHOverviewController.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHOverviewController/MHOverviewController.m; sourceTree = ""; }; - 219ECCEAF6679868C4E9EFABB1D31D10 /* SZTextView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SZTextView-prefix.pch"; sourceTree = ""; }; - 2220C8574EF0639AB8991DF1CC710B55 /* Edges.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Edges.swift; path = Cartography/Edges.swift; sourceTree = ""; }; - 22A7C45B3C445944BB738D0E82F04ABD /* SwiftyUserDefaults-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyUserDefaults-umbrella.h"; sourceTree = ""; }; - 2310F503BEF0C7FC5721161F5EC8B411 /* GMStepper-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GMStepper-umbrella.h"; sourceTree = ""; }; - 2311E083CCEAAB9763C4B81FC304F4AC /* MHTransitionShowDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHTransitionShowDetail.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionShowDetail.h; sourceTree = ""; }; - 23D928D9DAD40FFA04D7F765AED3AE26 /* MASConstraint+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MASConstraint+Private.h"; path = "Masonry/MASConstraint+Private.h"; sourceTree = ""; }; - 23E0647D7A9F4F32488F8788478C12D6 /* librealm-ios.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = "librealm-ios.a"; path = "core/librealm-ios.a"; sourceTree = ""; }; - 252D1B107EB20F4FC19C1E63D0ED7C9A /* SDWebImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDecoder.h; path = SDWebImage/SDWebImageDecoder.h; sourceTree = ""; }; - 252F2F600F8B8B3E0813A1EC2FEBFF49 /* MHTransitionPresentMHGallery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHTransitionPresentMHGallery.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionPresentMHGallery.h; sourceTree = ""; }; - 2553498906B98A3C33B6C98803354BB8 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/realm/RLMRealm.h; sourceTree = ""; }; - 25C3D4BB8D6AAE4E7DCE0BE5C41029C9 /* Masonry.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Masonry.modulemap; sourceTree = ""; }; - 278DCB0BA668C24E93E8172D55CBEE4C /* simulated_failure.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = simulated_failure.hpp; path = include/realm/impl/simulated_failure.hpp; sourceTree = ""; }; - 2890C5C7D4924D90DED042DD479C806D /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 29B0471FBFDD68CF3B6A518EA6E9D877 /* MHTransitionPresentMHGallery.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHTransitionPresentMHGallery.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionPresentMHGallery.m; sourceTree = ""; }; - 2A52C80C572E6FAC0790F26DC79094A4 /* version.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = version.hpp; path = include/realm/version.hpp; sourceTree = ""; }; - 2A6797CE5D90205DD58CFBA0E057DC19 /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/realm/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - 2AFED96449F9C9AAB242FC77C2C23382 /* unicode.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = unicode.hpp; path = include/realm/unicode.hpp; sourceTree = ""; }; - 2B070DD8A658651DE2FB3AF2B7806C63 /* SDWebImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = SDWebImage.modulemap; sourceTree = ""; }; + 203BF2012B4F23700CE6DC0B423DC6F9 /* Realm.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.xcconfig; sourceTree = ""; }; + 204B482B4F07BBBFC3EDABD0B8C702B3 /* SZTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SZTextView.h; path = Classes/SZTextView.h; sourceTree = ""; }; + 207F6FA8E29CFFFDD148FABBCDCE15FE /* MASLayoutConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASLayoutConstraint.h; path = Masonry/MASLayoutConstraint.h; sourceTree = ""; }; + 20BDBB62211E94D5D1D4DF3D365FFE42 /* MHGallerySharedManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHGallerySharedManager.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGallerySharedManager/MHGallerySharedManager.h; sourceTree = ""; }; + 20D45A86AB47FDCFB4B85D2F1B92D632 /* MHTransitionShowShareView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHTransitionShowShareView.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionShowShareView.m; sourceTree = ""; }; + 20E8D0F535523155B3F739043E2F821A /* MHGalleryImageViewerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHGalleryImageViewerViewController.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryImageViewerViewController/MHGalleryImageViewerViewController.h; sourceTree = ""; }; + 21260B455193170F1F4786BB361F18DA /* facebookMH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = facebookMH.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/facebookMH.png; sourceTree = ""; }; + 2153749ACC2A7DBD27543706A8110443 /* table_accessors.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = table_accessors.hpp; path = include/realm/table_accessors.hpp; sourceTree = ""; }; + 216483F5BBB78F0D837B9719ACF40336 /* MHTransitionPresentMHGallery.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHTransitionPresentMHGallery.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionPresentMHGallery.m; sourceTree = ""; }; + 21A217E2D27286DABA17FCDBC316CBF4 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/SDWebImageDownloader.h; sourceTree = ""; }; + 22281003564E93CCDA63F4AD55A27320 /* array_blobs_big.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_blobs_big.hpp; path = include/realm/array_blobs_big.hpp; sourceTree = ""; }; + 2250AEDD339DB4BA8B562CB5F61D0D8A /* query.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = query.hpp; path = include/realm/query.hpp; sourceTree = ""; }; + 23B7AF975F001554E81DB2365EF57397 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 23D09A6C503EDEB6BAEE436DCE7CA69C /* table.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = table.hpp; path = include/realm/table.hpp; sourceTree = ""; }; + 23F5843A8306F7E87820A0307116AD24 /* UIImageView+MHGallery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+MHGallery.h"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/UIImageView+MHGallery/UIImageView+MHGallery.h"; sourceTree = ""; }; + 24FD708122183787A97C935BDDB20518 /* MHVideoPhotoGallery.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MHVideoPhotoGallery.xcconfig; sourceTree = ""; }; + 25696102917BB8D2AC3BF1BFAEC5CABA /* SwiftyUserDefaults-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyUserDefaults-dummy.m"; sourceTree = ""; }; + 25995E8C9632540C6EA64938315012CD /* GMStepper.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GMStepper.xcconfig; sourceTree = ""; }; + 26D1FFD7CF40DB870D299E5BC3269564 /* disable_sync_to_disk.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = disable_sync_to_disk.hpp; path = include/realm/disable_sync_to_disk.hpp; sourceTree = ""; }; + 274EE054DD9943F3C072B4C848454CC8 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/realm/RLMObjectBase.h; sourceTree = ""; }; + 27A97F179B05F015BFCDD98DEA80658C /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/realm/RLMRealm.h; sourceTree = ""; }; + 283644916CEE48F40E5939114A59F50B /* string_buffer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = string_buffer.hpp; path = include/realm/util/string_buffer.hpp; sourceTree = ""; }; + 2A5DECDFE90209A3BB2FA1EFA64E99EB /* EditControl@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EditControl@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/EditControl@2x.png"; sourceTree = ""; }; + 2A72A150A22F6CCBF1A483AF708DC0DD /* array_basic_tpl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_basic_tpl.hpp; path = include/realm/array_basic_tpl.hpp; sourceTree = ""; }; + 2AF9CEF52B891666E7282FC7958BC310 /* handover_defs.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = handover_defs.hpp; path = include/realm/handover_defs.hpp; sourceTree = ""; }; + 2B2FA7868E764EFC8FE5F10DD87DB8F9 /* RLMListBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMListBase.mm; path = Realm/RLMListBase.mm; sourceTree = ""; }; + 2BA4247589B4946F3D6EA843A0167BBC /* AcknowList-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AcknowList-dummy.m"; sourceTree = ""; }; + 2BC26580EB30FCD045EADC5FC0BFCC9B /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; 2BCC458FDD5F692BBB2BFC64BB5701FC /* Pods-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-umbrella.h"; sourceTree = ""; }; - 2C401DE5D570DBCD8E108E54357FBE7A /* FXLabel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FXLabel.modulemap; sourceTree = ""; }; - 2C8A9FCC926C6E642C8B1392B6235F0F /* descriptor_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = descriptor_fwd.hpp; path = include/realm/descriptor_fwd.hpp; sourceTree = ""; }; - 2D857010B0DA0817F53220CFA0DFE681 /* Cartography-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Cartography-dummy.m"; sourceTree = ""; }; - 2ECF05DFF187E6DF6788E2344AF880B6 /* Masonry.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.xcconfig; sourceTree = ""; }; - 31140A9151ECD23765E35799A86232F6 /* table_view_basic.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = table_view_basic.hpp; path = include/realm/table_view_basic.hpp; sourceTree = ""; }; - 313DAEB3BEC5F66CE296A8AFA49323FF /* MGSwipeTableCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGSwipeTableCell.h; path = MGSwipeTableCell/MGSwipeTableCell.h; sourceTree = ""; }; - 3188E2DAA46830ECE9EE87BAC1DFF5FE /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/realm/RLMProperty_Private.h; sourceTree = ""; }; - 31A905F1E4F4E38E24F8C860D58102BA /* safe_int_ops.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = safe_int_ops.hpp; path = include/realm/util/safe_int_ops.hpp; sourceTree = ""; }; - 323252ECBB24FC2F8DBC8DEFD0E5E795 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 32367FD5E3FEBF4F812D74E01BCAFFA6 /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; - 3249E5A6C7799A1829078CFA52A5B82B /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 32539282428AE4DA8A36BCD9BAFCAD02 /* mailMH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = mailMH.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/mailMH.png; sourceTree = ""; }; - 330A53E368EA8DC695B8C96DDCFACE51 /* bptree.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bptree.hpp; path = include/realm/bptree.hpp; sourceTree = ""; }; - 33B1C799329658E2483FCB56E45C8A6B /* file.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = file.hpp; path = include/realm/util/file.hpp; sourceTree = ""; }; - 33B6A3CFCEA87D18F7E810EC844AA642 /* Dimension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dimension.swift; path = Cartography/Dimension.swift; sourceTree = ""; }; - 33D8DA2E15BD7D0AD5A02B029D6EE5EC /* Masonry.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Masonry.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 34108A75C05CE2512A7C4815BCFC9D49 /* SDWebImage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 362E90FEC667ACC10896BC276296302E /* MGSwipeTableCell-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MGSwipeTableCell-prefix.pch"; sourceTree = ""; }; - 3658F09C5BAB9EB79B1306A61C25BB92 /* left_arrow@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "left_arrow@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/left_arrow@2x.png"; sourceTree = ""; }; - 38277D4F704F44C43C618BDB624D238E /* MHVideoPhotoGallery.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = MHVideoPhotoGallery.modulemap; sourceTree = ""; }; - 382EEE9FF777B80680A72D1A9BCDA10C /* SVProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = SVProgressHUD.modulemap; sourceTree = ""; }; - 38772C31D981B21117A63BBFC45F2CD3 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/SDImageCache.h; sourceTree = ""; }; - 3A705EA0261A5729DE794111259EEFA9 /* DKCamera-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DKCamera-dummy.m"; sourceTree = ""; }; - 3A7ABAB6388637E2D616DE83DECE71A8 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 3B1B9C6DA73C5C8D72AAFC2F0050CD66 /* SwiftyUserDefaults.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyUserDefaults.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3B2CFD22342AF22C513C536DCCE0918B /* memory_stream.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = memory_stream.hpp; path = include/realm/util/memory_stream.hpp; sourceTree = ""; }; - 3CA544F73DBBCCFF3EB57C0B4D324E1A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 3D6149A835DD834394B955073DC67BB3 /* object_store.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = object_store.cpp; path = Realm/ObjectStore/object_store.cpp; sourceTree = ""; }; - 3D6AD5910536F477239592CC62F166BF /* table_basic.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = table_basic.hpp; path = include/realm/table_basic.hpp; sourceTree = ""; }; - 3D86145E364008A9C03CDC34964D6094 /* MHGalleryItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHGalleryItem.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryItem/MHGalleryItem.m; sourceTree = ""; }; - 3D8C547402D4460BC55AB8C5BB7B986D /* MASConstraintMaker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraintMaker.m; path = Masonry/MASConstraintMaker.m; sourceTree = ""; }; - 3EA6548BEEE0376F91130EE9931520A2 /* GMStepper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GMStepper-dummy.m"; sourceTree = ""; }; - 4038432AC5BFB7819678D94373F8043D /* SwiftyUserDefaults-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyUserDefaults-prefix.pch"; sourceTree = ""; }; - 414C7F2276604F7C34A34FE266F89951 /* importer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = importer.hpp; path = include/realm/importer.hpp; sourceTree = ""; }; - 41EB6826F15881EC8D2EEAA87DD27A98 /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - 42A627C4B1E91F86BE4661D990759FA8 /* MASViewAttribute.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewAttribute.m; path = Masonry/MASViewAttribute.m; sourceTree = ""; }; - 4428919F47FAC66C33533ABFFA0EECAE /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 4462DE1F41A94567CFDCE906BD90AE20 /* MZTimerLabel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MZTimerLabel-dummy.m"; sourceTree = ""; }; - 44D020F5046256060A9952FF5F4F4FFA /* array_blob.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_blob.hpp; path = include/realm/array_blob.hpp; sourceTree = ""; }; - 46690442AE1B6A4EAE2F28BA616D5FA4 /* Masonry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Masonry-dummy.m"; sourceTree = ""; }; - 46F0F46319181C79F204750B72AC5E8A /* error.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = error.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/error.png; sourceTree = ""; }; - 4733C72DA002C4397D65DA31D0CCD5CC /* videoIcon.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = videoIcon.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/videoIcon.png; sourceTree = ""; }; - 47AF2D1368C25312DFC6409A01E803A7 /* GMStepper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GMStepper-prefix.pch"; sourceTree = ""; }; - 47CB26EF9944B976057E10E09F35E86A /* RLMSwiftSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftSupport.h; path = include/realm/RLMSwiftSupport.h; sourceTree = ""; }; - 47E7F8A0542C777D993D9023037AE6A2 /* group.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = group.hpp; path = include/realm/group.hpp; sourceTree = ""; }; - 4806EB5530981D0A68FFF96CF924897D /* twitterMH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = twitterMH.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/twitterMH.png; sourceTree = ""; }; - 4816D19500B3B691230AB4BC1D570F82 /* MHTransitionDismissMHGallery.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHTransitionDismissMHGallery.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionDismissMHGallery.m; sourceTree = ""; }; - 499588721A3467B44BB14940212DD4B2 /* logger.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = logger.hpp; path = include/realm/util/logger.hpp; sourceTree = ""; }; - 49B73B24384C1E9089084DBB19D9F664 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/SDWebImagePrefetcher.h; sourceTree = ""; }; - 4AB77709048FE647DDD3F0A7CA2DED9F /* SZTextView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SZTextView-umbrella.h"; sourceTree = ""; }; - 4AE35CA28F0644E20B0E6F5495464431 /* saveMH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "saveMH@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/saveMH@2x.png"; sourceTree = ""; }; - 4CAEF70A781A628604268106D9870CEE /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - 4DF0504B8A2331930A9B67A66DDC6273 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/UIButton+WebCache.m"; sourceTree = ""; }; - 4E0B2F09FF80090E91C5702049EE5D97 /* MZTimerLabel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = MZTimerLabel.modulemap; sourceTree = ""; }; - 4E3F31CAC7A41840E0CCB054F58787F5 /* exceptions.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = exceptions.hpp; path = include/realm/exceptions.hpp; sourceTree = ""; }; - 4E8A2DB8D231D6B26C7352AEE412231F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 4EB7DB8340B509A78F4FBB77BDFFB5F2 /* output_stream.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = output_stream.hpp; path = include/realm/impl/output_stream.hpp; sourceTree = ""; }; - 4F2E7BF873F6E7BB8852C189FE1926B2 /* array_integer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_integer.hpp; path = include/realm/array_integer.hpp; sourceTree = ""; }; - 4F370991FA958A90B6302AA7A4F66337 /* SwiftyUserDefaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyUserDefaults.swift; path = SwiftyUserDefaults/SwiftyUserDefaults.swift; sourceTree = ""; }; - 4F986E8628DDB0E0D44EB38EDF8B0EEB /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 2BF536936B752965BF6F412FE88933D7 /* activtyMH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "activtyMH@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/activtyMH@2x.png"; sourceTree = ""; }; + 2D1D4BA789263C8C34AFAC5EA8EB0030 /* Cartography.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Cartography.modulemap; sourceTree = ""; }; + 2DBBB84AA77481937256018162C85F4C /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/realm/RLMObject_Private.h; sourceTree = ""; }; + 2DC602282B103CCD322A3D7E784093E7 /* RLMRealm_Private.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMRealm_Private.hpp; path = include/realm/RLMRealm_Private.hpp; sourceTree = ""; }; + 2DE0025B2EAFDCF21F10747A7AA6B776 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + 2ED78A9D03ABCD2F03E51BF63A3C5F65 /* descriptor_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = descriptor_fwd.hpp; path = include/realm/descriptor_fwd.hpp; sourceTree = ""; }; + 2F9817AD4A5811C6A98232680387B518 /* type_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = type_traits.hpp; path = include/realm/util/type_traits.hpp; sourceTree = ""; }; + 30579F75FD59F51DF1C27421F6A02C04 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; + 3098A75FE8A6FE71B0E6616FF0ABE87B /* mixed.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = mixed.hpp; path = include/realm/mixed.hpp; sourceTree = ""; }; + 30AB9A59784D8335CDE7604559D99FB6 /* optional.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = optional.hpp; path = include/realm/util/optional.hpp; sourceTree = ""; }; + 30C3315224E15A584FC9D825C5393C34 /* TTTAttributedLabel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TTTAttributedLabel-dummy.m"; sourceTree = ""; }; + 3136569ED00FA7C96B15A2A1F1EDA521 /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 318C6311E562F749D64AB5B7AF7BE48D /* MASConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraint.m; path = Masonry/MASConstraint.m; sourceTree = ""; }; + 31CC1D12F380E7BF5B459C681DD9EC1A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 31D9F5B585C19F5C4D7444E89A334D0B /* MHGallery.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHGallery.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGallery/MHGallery.m; sourceTree = ""; }; + 320ED242F4283EDF75C6B741A9C5AF25 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/UIImage+MultiFormat.h"; sourceTree = ""; }; + 327458639A57FFA9194307F082279E8A /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 333A8FB0118CD22B10B14F65AE77A744 /* RLMObservation.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMObservation.hpp; path = include/realm/RLMObservation.hpp; sourceTree = ""; }; + 33A6870DD8A87CC640C48ECC0C8494BF /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 33F0467352915E72109F4DB64BFEBEC3 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/realm/RLMCollection.h; sourceTree = ""; }; + 34A31685E69806C053ED2A1F76465728 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/SDWebImagePrefetcher.m; sourceTree = ""; }; + 3562C57CB56BDA8DC049C1BECA51C315 /* Distribute.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Distribute.swift; path = Cartography/Distribute.swift; sourceTree = ""; }; + 3590B8876951B3323CCF66998388A09B /* MHGalleryController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHGalleryController.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryController/MHGalleryController.m; sourceTree = ""; }; + 35C46F6F39F0F906205B86FBD04552DB /* MGSwipeTableCell.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MGSwipeTableCell.xcconfig; sourceTree = ""; }; + 363CEADD59260473EA7489EB3CCE8218 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + 3692D287F1B3294EA2F5F26B33D62540 /* SZTextView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SZTextView-prefix.pch"; sourceTree = ""; }; + 36EA05545CC6EE646F30CB665F8C797C /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/realm/Realm.h; sourceTree = ""; }; + 3764F7F68B15973D9C43D5C7261028C3 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/realm/RLMObjectStore.h; sourceTree = ""; }; + 37749A82A65333E803AF79B6FD5C3839 /* MGSwipeTableCell.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MGSwipeTableCell.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 379F766FA580CFE84B562550C5B3A391 /* MHGradientView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHGradientView.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGradientView/MHGradientView.h; sourceTree = ""; }; + 3877D3BA1FF1957DE0EC7EE058788AF6 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 39CD9A026B557D389F93EB39A1114E4D /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + 3A07BE427D2FCFF3A2715F0531F85597 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/SDImageCache.h; sourceTree = ""; }; + 3A37612BAE90C0C197F2AEC97A145FAC /* type_list.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = type_list.hpp; path = include/realm/util/type_list.hpp; sourceTree = ""; }; + 3A7D738368CBDCD52D0A7C91B91E22ED /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 3AA944B39C8639E91C3B74443B12ABEC /* MASConstraintMaker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraintMaker.h; path = Masonry/MASConstraintMaker.h; sourceTree = ""; }; + 3B1809516975737EF52088096AAB8590 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/realm/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + 3BF3CF570913411BE27562730FEC04B1 /* column_mixed_tpl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_mixed_tpl.hpp; path = include/realm/column_mixed_tpl.hpp; sourceTree = ""; }; + 3CC972E19052BACFD30A4884723C0ED8 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 3D0AB34659F7833C780CABE9F1075E01 /* MGSwipeButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MGSwipeButton.m; path = MGSwipeTableCell/MGSwipeButton.m; sourceTree = ""; }; + 3D1ACC4B65755E4CEF61182141249818 /* MASViewConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewConstraint.h; path = Masonry/MASViewConstraint.h; sourceTree = ""; }; + 3D7D9283DEC37C36D8B3031F66BB9473 /* unplay@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "unplay@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/unplay@2x.png"; sourceTree = ""; }; + 3E691692529C2AE424FB453783B4900E /* MGSwipeTableCell-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MGSwipeTableCell-umbrella.h"; sourceTree = ""; }; + 3F92B4FD16131DD46715674889A22AEB /* ViewController+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ViewController+MASAdditions.m"; path = "Masonry/ViewController+MASAdditions.m"; sourceTree = ""; }; + 41E31DF0CF1F20129192A59455EF3547 /* MHTransitionShowShareView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHTransitionShowShareView.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionShowShareView.h; sourceTree = ""; }; + 4233D66C28818EAEEFA580208C299D26 /* MHGalleryImageViewerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHGalleryImageViewerViewController.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryImageViewerViewController/MHGalleryImageViewerViewController.m; sourceTree = ""; }; + 427A7D5BFE6FFB660CF56D6A7B5FCB5F /* version.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = version.hpp; path = include/realm/version.hpp; sourceTree = ""; }; + 431626777DF84D8C2F19040089EC688A /* FXLabel.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FXLabel.xcconfig; sourceTree = ""; }; + 4376842819184D4DC33E3D1B1E4A2C55 /* FXLabel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FXLabel-dummy.m"; sourceTree = ""; }; + 43AAF2EB5873C94F2E8C4582F6356A72 /* DKCamera.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DKCamera.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 43B87CE2AAB6C31C9CC3219641898C8C /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/UIImage+GIF.h"; sourceTree = ""; }; + 458BC1E0F3DDC6C5AC78F7AD939F97CF /* transact_log.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = transact_log.hpp; path = include/realm/impl/transact_log.hpp; sourceTree = ""; }; + 45C4EB2523CB5BFBE55D10BB89404165 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 45D5117F33AC22AB4D745FEDCE678837 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/realm/RLMConstants.h; sourceTree = ""; }; + 484209EE7C9E3B2B3E4303A100726498 /* MASLayoutConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLayoutConstraint.m; path = Masonry/MASLayoutConstraint.m; sourceTree = ""; }; + 48499827D1897260AEAA22CB34A29D3D /* MASUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASUtilities.h; path = Masonry/MASUtilities.h; sourceTree = ""; }; + 48F98FD3B5CCBA47D4EDDE55774459B1 /* NSArray+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+MASAdditions.m"; path = "Masonry/NSArray+MASAdditions.m"; sourceTree = ""; }; + 49440A1D0F16F482D4E391F88C80403B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 4958905390474C6BC6A52F8C14809299 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/realm/RLMRealm_Dynamic.h; sourceTree = ""; }; + 49ED114CD06256994223515E4C84610D /* column_string_enum.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_string_enum.hpp; path = include/realm/column_string_enum.hpp; sourceTree = ""; }; + 4B3068CFDEC22A6BBE795D8D283F8222 /* alloc_slab.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = alloc_slab.hpp; path = include/realm/alloc_slab.hpp; sourceTree = ""; }; + 4BC313C152A4DA161E57EF73BCBF0631 /* NRSwiftPlist.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NRSwiftPlist.swift; path = NRSimplePlist/NRSwiftPlist.swift; sourceTree = ""; }; + 4CAD0AB66B90BB1ACBEBF0153522F454 /* MHGallery.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MHGallery.bundle; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGallery.bundle; sourceTree = ""; }; + 4CDE1D3690767DAEE05BE661EF9A628F /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/realm/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 4F2A7BB52AF9ED14400865B119866C8D /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 4FC1E8F262BEB9B1CA5261CCE758DDCE /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; + 4FCC8E28283DEA2ADBEE01068838FFC8 /* realm.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = realm.hpp; path = include/realm.hpp; sourceTree = ""; }; 4FE58335F2CFD8876CD1B6AD2A2071CF /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/MessageUI.framework; sourceTree = DEVELOPER_DIR; }; - 5051471B387BD4454C5CCE44925CBE79 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/realm/RLMSchema.h; sourceTree = ""; }; - 50699E3C7F8FFDB2D84BA0BFF4E9F397 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 50B2E54A8BE67241D980BC384F21335A /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; - 50BE944B2F681F8C5302D20962729B36 /* NRSimplePlist.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = NRSimplePlist.xcconfig; sourceTree = ""; }; - 50DE0046186499A040B87D532BA87EC9 /* MHGalleryController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHGalleryController.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryController/MHGalleryController.h; sourceTree = ""; }; + 518EAA4EBCF586C302F96243D6E2B1F1 /* ViewUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ViewUtils.swift; path = Cartography/ViewUtils.swift; sourceTree = ""; }; 51CD05FB6CCE1ACC11E6C2E853C0D8E3 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 5246176A4A2440DDFEF0B1244307F45C /* object_store_exceptions.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = object_store_exceptions.cpp; path = Realm/ObjectStore/object_store_exceptions.cpp; sourceTree = ""; }; - 52DB992CB2F8803AB9B88749BB2C4A39 /* column_linklist.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_linklist.hpp; path = include/realm/column_linklist.hpp; sourceTree = ""; }; - 5342A0DC4495326068BF768CF44D1CC0 /* MASCompositeConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASCompositeConstraint.m; path = Masonry/MASCompositeConstraint.m; sourceTree = ""; }; - 546069092AEFC9C7FCEB9DDCAC5955D7 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/UIImageView+WebCache.h"; sourceTree = ""; }; - 5488B6B23ADB5010134203C9999EEDBD /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASShorthandAdditions.h"; path = "Masonry/View+MASShorthandAdditions.h"; sourceTree = ""; }; - 557E0979910BBB82CCC903B8C425CB04 /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASAdditions.h"; path = "Masonry/NSArray+MASAdditions.h"; sourceTree = ""; }; - 55C6D51E6170FFD4C7D13BDB8D65ED1A /* DKCamera.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = DKCamera.modulemap; sourceTree = ""; }; - 568DEA673AA9014A54EE3E303586286B /* commit_log.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = commit_log.hpp; path = include/realm/commit_log.hpp; sourceTree = ""; }; - 56C096266BBF87E09016F86E348558AD /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 59D23223255E6EAB6F52881987607123 /* RLMSwiftBridgingHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftBridgingHeader.h; path = include/realm/RLMSwiftBridgingHeader.h; sourceTree = ""; }; - 5AB5720EC731A35A06FC8A8A02F7346F /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 5B46DD220E98A60E4F452BBB2DD2729A /* type_list.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = type_list.hpp; path = include/realm/util/type_list.hpp; sourceTree = ""; }; - 5BDE57FF29803940F67DD5636303A98E /* error@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "error@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/error@2x.png"; sourceTree = ""; }; - 5C1251F6C9968ED21916A91A4B8FDFD2 /* Constrain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constrain.swift; path = Cartography/Constrain.swift; sourceTree = ""; }; - 5C275D6ED1D8B50C18DF0CFFD7C82B07 /* column_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_fwd.hpp; path = include/realm/column_fwd.hpp; sourceTree = ""; }; + 520AA3D01CC899CF664AA8FD089C677E /* bptree.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bptree.hpp; path = include/realm/bptree.hpp; sourceTree = ""; }; + 5317E8B4AD9A6179B2366BC4B42B9377 /* table_view.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = table_view.hpp; path = include/realm/table_view.hpp; sourceTree = ""; }; + 53531FA8FB78AA48B1654681B636FF60 /* TTTAttributedLabel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TTTAttributedLabel-umbrella.h"; sourceTree = ""; }; + 53681B495537BE32E4E76F5A8DDBC0E5 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 540F809A4A5BF07CC212F722A21F0A89 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/UIImageView+WebCache.h"; sourceTree = ""; }; + 544AE57CCB124F328027DBDCD594F49C /* MASCompositeConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASCompositeConstraint.h; path = Masonry/MASCompositeConstraint.h; sourceTree = ""; }; + 54A5556D1C5289221EA3F3F32174435D /* GMStepper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GMStepper.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 56151E69E70BA5066F376444B25DB9E2 /* facebookMH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "facebookMH@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/facebookMH@2x.png"; sourceTree = ""; }; + 56178627396C0881CD8F0FEF35777DD6 /* column_tpl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_tpl.hpp; path = include/realm/column_tpl.hpp; sourceTree = ""; }; + 56ED6489AD0713ABACB7210E73440326 /* column_table.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_table.hpp; path = include/realm/column_table.hpp; sourceTree = ""; }; + 5904D1FEBA9E2EE06C061E078979453F /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/realm/RLMProperty_Private.h; sourceTree = ""; }; + 59F19C20B94C3C0868999BF3716A776A /* Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Extensions.swift; path = Cartography/Extensions.swift; sourceTree = ""; }; + 5A486E36FD26988C867F217C9DB255BF /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/realm/RLMAccessor.h; sourceTree = ""; }; + 5A59C2CE20546C13D12F85BEE63F8D2F /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5AAE5D720FAD77BABCD9763AEACBE181 /* column.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column.hpp; path = include/realm/column.hpp; sourceTree = ""; }; + 5B29F809680917131A75A83A6CB52C90 /* MGSwipeButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGSwipeButton.h; path = MGSwipeTableCell/MGSwipeButton.h; sourceTree = ""; }; 5CB03E7C4330356DBA1A6DD5AE1E4DDD /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 5D4D65A448859C7DC281FE9A9237FD26 /* unplay.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = unplay.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/unplay.png; sourceTree = ""; }; - 5DB8ED52A4ABA3DCDE9C047815ACC985 /* AcknowList.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AcknowList.xcconfig; sourceTree = ""; }; - 5E2CB9AB2108EE051F0D0B7F1D4C652E /* Compound.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Compound.swift; path = Cartography/Compound.swift; sourceTree = ""; }; - 5F5C0DD2A0EECF0CFA9463EA5F090D7A /* NSArray+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+MASAdditions.m"; path = "Masonry/NSArray+MASAdditions.m"; sourceTree = ""; }; - 5F7F5025F249B7084E76F967E88AB3FC /* RLMOptionalBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMOptionalBase.h; path = include/realm/RLMOptionalBase.h; sourceTree = ""; }; - 6109F5535CFEC53786554EE58B77863D /* query_expression.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = query_expression.hpp; path = include/realm/query_expression.hpp; sourceTree = ""; }; + 5CB1123786C147ABE2973D537793E6C0 /* SZTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SZTextView.m; path = Classes/SZTextView.m; sourceTree = ""; }; + 5CBF42B5D45CE0FD562E83D88009ACD9 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Realm.modulemap; sourceTree = ""; }; + 5CC2FE812D9DD7D28749F76485DC7E00 /* ic_square@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ic_square@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/ic_square@2x.png"; sourceTree = ""; }; + 5CF9DC15B3A63C5F50DC6D5EEDB5A9FE /* Cartography.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Cartography.xcconfig; sourceTree = ""; }; + 5D8CE9E1E6B378C3A7AF2329E0E84D7F /* FXLabel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FXLabel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5DA0FE8D0A66B18409C424F4198B10E0 /* Constrain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constrain.swift; path = Cartography/Constrain.swift; sourceTree = ""; }; + 5DC8C30A8E33F85D2B57F8D60220D1E2 /* object_store.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = object_store.hpp; path = include/realm/object_store.hpp; sourceTree = ""; }; + 5F8AC8BD6E9479922C5435341A43BF1D /* MHCustomization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHCustomization.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHCustomization/MHCustomization.m; sourceTree = ""; }; + 60C3A44CA12E66CA759FB853CF005DD4 /* Masonry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Masonry-dummy.m"; sourceTree = ""; }; 61B08904E62B57A581D5301AC89F3F81 /* SDWebImage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 61C1CE81171A5B3242BFD8C2BDFA122D /* Coefficients.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Coefficients.swift; path = Cartography/Coefficients.swift; sourceTree = ""; }; - 61D85E3344FA2CB4C318F7AEC59AB759 /* MHGalleryLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHGalleryLabel.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryLabel/MHGalleryLabel.m; sourceTree = ""; }; + 61B32376CAF3842652258E5206737B88 /* ConstraintGroup.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintGroup.swift; path = Cartography/ConstraintGroup.swift; sourceTree = ""; }; + 61DECEC981F07C678454D95000CC7BB6 /* MHTransitionShowOverView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHTransitionShowOverView.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionShowOverView.h; sourceTree = ""; }; 625224B8EDD3144FA0670E366F3B4ADA /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/MediaPlayer.framework; sourceTree = DEVELOPER_DIR; }; - 628198C0A8087126055880CE2F0D4DE4 /* NRSimplePlist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NRSimplePlist.h; path = NRSimplePlist/NRSimplePlist.h; sourceTree = ""; }; - 62C3FEA8A7D3C7B258D8909667AF492E /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 62D29B9780FB26654904155191E81FB6 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 62D877AD66B72BBC1F3F157A891D5BA1 /* NRSimplePlist.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = NRSimplePlist.modulemap; sourceTree = ""; }; - 63892B396FCA5D4F57D8CC27795D79EA /* facebookMH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = facebookMH.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/facebookMH.png; sourceTree = ""; }; - 63D9C00AF0F63AC56C0D94158E50A237 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/SDImageCache.m; sourceTree = ""; }; - 64117801F034446E0000C0CE60220F04 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Realm.modulemap; sourceTree = ""; }; - 641E00D3688EAF0BD0AFEEEDCB8AE556 /* MHGalleryLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHGalleryLabel.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryLabel/MHGalleryLabel.h; sourceTree = ""; }; - 64533CA22AC1D3D6931ECEC06416AB44 /* MHScrollViewLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHScrollViewLabel.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHScrollViewLabel/MHScrollViewLabel.h; sourceTree = ""; }; - 64889A9A42008803EC113BEB4FF4D9F6 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/UIImage+GIF.h"; sourceTree = ""; }; - 659849487A2D829EB5C025B2AFC3B72B /* MHUIImageViewContentViewAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHUIImageViewContentViewAnimation.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHUIImageViewContentViewAnimation/MHUIImageViewContentViewAnimation.h; sourceTree = ""; }; - 6599438BBB3363110CC4333701C803D2 /* column_backlink.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_backlink.hpp; path = include/realm/column_backlink.hpp; sourceTree = ""; }; - 664C1AD03FE6A649725E358BA89A4DEC /* MHGallery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHGallery.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGallery/MHGallery.h; sourceTree = ""; }; - 66840DDA2EB4E39EBAC17ACA69B2E2A4 /* AcknowList-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AcknowList-umbrella.h"; sourceTree = ""; }; - 673924D887B91F0968BC500B9F0435A5 /* SZTextView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = SZTextView.modulemap; sourceTree = ""; }; - 67B8C0CFF3CF7B8A5DCD5318158F1855 /* MGSwipeTableCell.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MGSwipeTableCell.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 67C130D9E2CF0D753C7FC406EC2503F6 /* query_engine.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = query_engine.hpp; path = include/realm/query_engine.hpp; sourceTree = ""; }; - 680B25758C1BE5626597B177E1E9C21D /* MHTransitionShowShareView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHTransitionShowShareView.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionShowShareView.m; sourceTree = ""; }; - 682375F10C218665670898CEED81C00D /* Edge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Edge.swift; path = Cartography/Edge.swift; sourceTree = ""; }; - 68EB7747C10A7962FBD850AD26F04DD7 /* Cartography.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Cartography.modulemap; sourceTree = ""; }; - 696D3C06C8968AA687415BB9DE02F06B /* SVRadialGradientLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVRadialGradientLayer.m; path = SVProgressHUD/SVRadialGradientLayer.m; sourceTree = ""; }; - 69E12944F800444AB0FA348A999172E3 /* column_basic.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_basic.hpp; path = include/realm/column_basic.hpp; sourceTree = ""; }; - 6A84947E352DD4EF285D15BCB1E9E5A2 /* MHVideoPhotoGallery.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MHVideoPhotoGallery.xcconfig; sourceTree = ""; }; - 6B4BEFF1DAEF619B1AAEAE5240E95CAB /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 6B5BAF9194EA0DBD949CEFB43CE3B97F /* table_view.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = table_view.hpp; path = include/realm/table_view.hpp; sourceTree = ""; }; - 6CC8990F49F6B05BA22537348DCB0763 /* NSLayoutConstraint+MASDebugAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+MASDebugAdditions.h"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.h"; sourceTree = ""; }; - 6CF0D7719FD1D3D0E2CFBC06F58C28C5 /* MHGallerySharedManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHGallerySharedManager.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGallerySharedManager/MHGallerySharedManager.h; sourceTree = ""; }; - 6D23A362A79AE0878886DAAB56B237A7 /* column_link.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_link.hpp; path = include/realm/column_link.hpp; sourceTree = ""; }; - 6D27FC808CD5FF909F0DCDAC876640E6 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 6D838DE08C6C73329411C24E74A8A057 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/realm/RLMRealm_Private.h; sourceTree = ""; }; - 6DBA03E67D297184BCF46646A21A179B /* left_arrow.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = left_arrow.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/left_arrow.png; sourceTree = ""; }; - 6E26F8495C5A83994F3ED8EA90EC74C7 /* DKCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DKCamera.swift; path = DKCamera/DKCamera.swift; sourceTree = ""; }; - 6FF3AC9972268B5D37AE7C7F83A5F958 /* optional.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = optional.hpp; path = include/realm/util/optional.hpp; sourceTree = ""; }; - 70543E52F033F93BF1D793E0A7563F81 /* EditControlSelected.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EditControlSelected.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/EditControlSelected.png; sourceTree = ""; }; - 71B1D8D9BE7D46FDB59BD733ECA44E13 /* mixed.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = mixed.hpp; path = include/realm/mixed.hpp; sourceTree = ""; }; - 7201A9AD8880B735B86386DCF055214B /* RLMArray_Private.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMArray_Private.hpp; path = include/realm/RLMArray_Private.hpp; sourceTree = ""; }; - 7222E6F58761DC09CC27B3C6E736000C /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 72805FCA38957BF8699EA4AF94516101 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 72AA248A36AFCA0F40130B4CD099DCBF /* meta.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = meta.hpp; path = include/realm/util/meta.hpp; sourceTree = ""; }; - 732DE5D6F8E72EACDF8233BEE62BC926 /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/realm/RLMAccessor.h; sourceTree = ""; }; - 7356195123E3ECA44AC0B39A60A757DB /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - 73E4D54A5EAE106ECE123335A8CF262E /* assert.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = assert.hpp; path = include/realm/util/assert.hpp; sourceTree = ""; }; - 73F9D449C8CD86428980A55DFF7C4088 /* MHCustomization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHCustomization.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHCustomization/MHCustomization.h; sourceTree = ""; }; - 74CFF434DFD371EA4875E06A36186C98 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; - 761B51D0DD9C3DE7F68FB5AF99D559B7 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = ""; }; - 76A8B37E4BFB637CE963A911DF77C356 /* Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Extensions.swift; path = Cartography/Extensions.swift; sourceTree = ""; }; - 77293CBCB32DB93D709E763F6C4D2468 /* SZTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SZTextView.m; path = Classes/SZTextView.m; sourceTree = ""; }; - 7729BAF15D3C5B9F2CDC511DC4B447A5 /* FXLabel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FXLabel-dummy.m"; sourceTree = ""; }; - 7758F05BF7769E8009443CE5A81398E4 /* NRSwiftPlist.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NRSwiftPlist.swift; path = NRSimplePlist/NRSwiftPlist.swift; sourceTree = ""; }; - 77CF5E634854117A57119EC4B3ADCC25 /* MZTimerLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MZTimerLabel.h; path = MZTimerLabel/MZTimerLabel.h; sourceTree = ""; }; - 7814161FEDE773E2D0BD4302C50DAFC0 /* Acknow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Acknow.swift; path = Source/Acknow.swift; sourceTree = ""; }; + 62568D1928EEDB74F4627024D0AFE9A0 /* right_arrow.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = right_arrow.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/right_arrow.png; sourceTree = ""; }; + 634068D43DFE69B5A9DAB95A94D08C47 /* Masonry.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Masonry.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6350BA1FF54666E0714855584770F8CB /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 63944153B425A3FBE976B2793E707701 /* link_view_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = link_view_fwd.hpp; path = include/realm/link_view_fwd.hpp; sourceTree = ""; }; + 64299D56CB5DC06F23DAAF5230FFEDC8 /* MGSwipeTableCell-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MGSwipeTableCell-dummy.m"; sourceTree = ""; }; + 644F79880059547BCA32943C198D5457 /* basic_system_errors.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = basic_system_errors.hpp; path = include/realm/util/basic_system_errors.hpp; sourceTree = ""; }; + 6450AB694BBA7B277AB715926C9D04E5 /* thread.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = thread.hpp; path = include/realm/util/thread.hpp; sourceTree = ""; }; + 6491972ECFDBE1247F644DA92A10DDD1 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/SDWebImageManager.m; sourceTree = ""; }; + 64D2F5CEA0C2B831C84EE236E7BDE9A3 /* SwiftyUserDefaults.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = SwiftyUserDefaults.modulemap; sourceTree = ""; }; + 670A88E0A593BC8AF5889529096DAB2E /* array_blob.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_blob.hpp; path = include/realm/array_blob.hpp; sourceTree = ""; }; + 6770814883FA23902DFC9E43C6DDA8E2 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 678A9AC8FB2A16595E125AF5B9D7D31F /* buffer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = buffer.hpp; path = include/realm/util/buffer.hpp; sourceTree = ""; }; + 685A5F05DC9FF8117960381E98191948 /* RLMMigration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration_Private.h; path = include/realm/RLMMigration_Private.h; sourceTree = ""; }; + 687BC63D4DA9E19A203109F8E7162D0C /* Masonry-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-umbrella.h"; sourceTree = ""; }; + 69235424C236123265CB3F2D6D733D18 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + 69D8BF8A3A43251550242FCFDE2E180E /* index_string.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = index_string.hpp; path = include/realm/index_string.hpp; sourceTree = ""; }; + 6A44BAC6771E24C8B9A8EF52348C31B9 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 6A96B01B54E5DB3E9640A2F18301FBB3 /* SDWebImage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6BD03D6D4EFF11B10D0BEBFDC4A6B6F8 /* MASViewConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewConstraint.m; path = Masonry/MASViewConstraint.m; sourceTree = ""; }; + 6C3564B4DD86F7C843FE6AEACA3AABC9 /* sliderPoint@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "sliderPoint@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/sliderPoint@2x.png"; sourceTree = ""; }; + 6D4199E782497AEA9561790761B58846 /* RLMPrefix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPrefix.h; path = include/realm/RLMPrefix.h; sourceTree = ""; }; + 6E76E06F13A8F2FE3ECC268557B46B90 /* TTTAttributedLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TTTAttributedLabel.m; path = TTTAttributedLabel/TTTAttributedLabel.m; sourceTree = ""; }; + 702AAF2D4C6AE9690DA3D0554C985298 /* RLMRealmUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmUtil.h; path = include/realm/RLMRealmUtil.h; sourceTree = ""; }; + 7030CA3369B705A9A817B1629A7F616D /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 707246874FCA02ACF552CED8D98C2B61 /* TTTAttributedLabel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TTTAttributedLabel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 70A6FEBAB87995C9219C3651CB6F449D /* Cartography-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Cartography-prefix.pch"; sourceTree = ""; }; + 713E43C184807A377C783E9AB02915A5 /* platform_specific_condvar.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = platform_specific_condvar.hpp; path = include/realm/util/platform_specific_condvar.hpp; sourceTree = ""; }; + 71D2CAE6E82EF963131E73D367A37F46 /* exceptions.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = exceptions.hpp; path = include/realm/exceptions.hpp; sourceTree = ""; }; + 729663709BE0CE25ABC930FFAD9C2142 /* table_ref.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = table_ref.hpp; path = include/realm/table_ref.hpp; sourceTree = ""; }; + 72DFCBF67DF63FCA1B10AE2F7936FEFA /* NRSimplePlist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NRSimplePlist.m; path = NRSimplePlist/NRSimplePlist.m; sourceTree = ""; }; + 73397F8015B2FABB05755BC6A6A58D48 /* Compound.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Compound.swift; path = Cartography/Compound.swift; sourceTree = ""; }; + 73B038BF820019A556DC8059CA84E9C5 /* MHScrollViewLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHScrollViewLabel.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHScrollViewLabel/MHScrollViewLabel.h; sourceTree = ""; }; + 7465672BFF487397857CC17247342387 /* Context.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Context.swift; path = Cartography/Context.swift; sourceTree = ""; }; + 75B86BAAF81D41E56C2669739DC2E2BF /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/realm/RLMPlatform.h; sourceTree = ""; }; + 7786C002AA476B5ACAF5996DF1E10F16 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/NSData+ImageContentType.m"; sourceTree = ""; }; + 77FBC281F3BA1D5EB92C62E550E2C6CF /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/UIView+WebCacheOperation.m"; sourceTree = ""; }; + 7808E8CA31575B06BFFCFA2A6CD3F34E /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/realm/RLMObjectSchema.h; sourceTree = ""; }; + 780FED5841553341FE1317149F14C9AA /* NRSimplePlist.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = NRSimplePlist.modulemap; sourceTree = ""; }; + 789F8B1F6D0515ADA5E6634B33602376 /* DKCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DKCamera.swift; path = DKCamera/DKCamera.swift; sourceTree = ""; }; 78A2B429B3DE287C8786CB0A638B0CC7 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 79697A8C4EAD92B1D7D843CA56A24836 /* array_binary.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_binary.hpp; path = include/realm/array_binary.hpp; sourceTree = ""; }; - 7969BBED5F0B96C22D8A89D2B138B9D9 /* MASViewConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewConstraint.h; path = Masonry/MASViewConstraint.h; sourceTree = ""; }; + 79436B1CC54EAED9F01871726346BEF6 /* column_type_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_type_traits.hpp; path = include/realm/column_type_traits.hpp; sourceTree = ""; }; 79A9DEDC89FE8336BF5FEDAAF75BF7FC /* Pods.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Pods.modulemap; sourceTree = ""; }; 7A22AFEAC1FDC728B71D5285E99A3253 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - 7A4761123FCE598DA47C485984D4511E /* MGSwipeTableCell.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = MGSwipeTableCell.modulemap; sourceTree = ""; }; - 7A7E5D1687017B06966ECD25F38D664F /* RLMAnalytics.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMAnalytics.hpp; path = include/realm/RLMAnalytics.hpp; sourceTree = ""; }; - 7ACD7C58DD997A011C251255A31EC457 /* RLMListBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMListBase.h; path = include/realm/RLMListBase.h; sourceTree = ""; }; - 7AD723D0185BA962E83CD7F38156C7E9 /* TTTAttributedLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TTTAttributedLabel.m; path = TTTAttributedLabel/TTTAttributedLabel.m; sourceTree = ""; }; - 7B34E261A3A5B5FBC841C89D170A6C6E /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 7B44FECB6E5C8B16ED3178AC6C00C294 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 7C2DD03CCADEA870A1AEDCAA2989A52D /* AcknowParser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AcknowParser.swift; path = Source/AcknowParser.swift; sourceTree = ""; }; - 7C78138AABD4EC7312F1B62431152A5F /* UIImageView+MHGallery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+MHGallery.h"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/UIImageView+MHGallery/UIImageView+MHGallery.h"; sourceTree = ""; }; - 7C89B2F7137B6337C2D0C16BFDE8399C /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 7CF313224C0539D661FF291F1E2E81D7 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/realm/RLMObjectSchema.h; sourceTree = ""; }; - 7E97414FCF8075B92855374FCA302012 /* FXLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FXLabel.h; path = FXLabel/FXLabel.h; sourceTree = ""; }; - 7EAA00CD816142EF96755BE54EE7A656 /* NRSimplePlist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NRSimplePlist.m; path = NRSimplePlist/NRSimplePlist.m; sourceTree = ""; }; - 7F1986F009069654E77F24FC779EFA5A /* sliderPoint@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "sliderPoint@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/sliderPoint@2x.png"; sourceTree = ""; }; - 7FCA92532E0BA09B5D7B6C8ACE7D75B0 /* ViewController+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ViewController+MASAdditions.h"; path = "Masonry/ViewController+MASAdditions.h"; sourceTree = ""; }; - 800E6A01B0FFEB80B5BCA4B94416C138 /* TTTAttributedLabel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TTTAttributedLabel-dummy.m"; sourceTree = ""; }; - 80A87E2A1628589321DAE87C1BFA978A /* object_store_exceptions.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = object_store_exceptions.hpp; path = include/realm/object_store_exceptions.hpp; sourceTree = ""; }; + 7A4ADA49BE039EA92E2A13D59FFB8A06 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 7AB24387062C6C8DB5B7FAC7FE27B6FC /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; + 7AC76F36A164B89C94036BC4A4A0B164 /* destroy_guard.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = destroy_guard.hpp; path = include/realm/impl/destroy_guard.hpp; sourceTree = ""; }; + 7B74CB798A53DEF69600C2D184261A8A /* play.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = play.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/play.png; sourceTree = ""; }; + 7B87DDC21EBA144898F8DB31CC610C30 /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASShorthandAdditions.h"; path = "Masonry/View+MASShorthandAdditions.h"; sourceTree = ""; }; + 7BB4D7A15D2E9241CFB2F1DD8695A1EC /* RLMUtil.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMUtil.hpp; path = include/realm/RLMUtil.hpp; sourceTree = ""; }; + 7C2BEA47BBC46EE0DECCEBF0C54DE034 /* SZTextView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SZTextView-dummy.m"; sourceTree = ""; }; + 7CB56BFF97710E5627633C986F39B7BC /* object_schema.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = object_schema.cpp; path = Realm/ObjectStore/object_schema.cpp; sourceTree = ""; }; + 7D26E9BD990E28A68A81340BC0070F1D /* sliderPoint.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = sliderPoint.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/sliderPoint.png; sourceTree = ""; }; + 7E366DF99FE9DABEA1E4845736205551 /* RLMUpdateChecker.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMUpdateChecker.hpp; path = include/realm/RLMUpdateChecker.hpp; sourceTree = ""; }; + 7ED6FBDF09F1ACC25CB6353924F5E366 /* MHGalleryItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHGalleryItem.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryItem/MHGalleryItem.h; sourceTree = ""; }; + 7F93C975EE5052424A3EBBD688790AFE /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 80136AC8515146DF417E810DCD8951DB /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; + 80A2B657F7962131BD2BFC22E01DF753 /* array_writer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_writer.hpp; path = include/realm/impl/array_writer.hpp; sourceTree = ""; }; + 80F1B31D1E9598EA7624CB3259AEC212 /* object_schema.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = object_schema.hpp; path = include/realm/object_schema.hpp; sourceTree = ""; }; + 80F3E861A548B52362E5B286940EA3E7 /* error.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = error.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/error.png; sourceTree = ""; }; + 813A91D3D6C58DE3F4E7708CB23FD57E /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; 81BC9F4EC74C402615B9191E9C026953 /* Masonry.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Masonry.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 825AEA30F1C83A3CD77C19FD94F88749 /* MHTransitionShowOverView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHTransitionShowOverView.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionShowOverView.h; sourceTree = ""; }; - 83595E38061EA4BDA1AF30B50CF819F0 /* property.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = property.hpp; path = include/realm/property.hpp; sourceTree = ""; }; - 83758C6B813B92D97B696E2E3D9039F7 /* FXLabel.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FXLabel.xcconfig; sourceTree = ""; }; - 8383D36F27CD33ECEA3CA596797E9257 /* ViewUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ViewUtils.swift; path = Cartography/ViewUtils.swift; sourceTree = ""; }; - 843B80593F5B80329E45D76A7D24172C /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 844C44FC388384284C15ECFC74555D78 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Cartography/Constraint.swift; sourceTree = ""; }; - 8562CFEE5CD26F9BC5AE30B324BCEFB0 /* RLMQueryUtil.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMQueryUtil.hpp; path = include/realm/RLMQueryUtil.hpp; sourceTree = ""; }; - 861E8D679C7996884C09BB7F39951C81 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 86A46554B7EAAB94FC6952E002A78153 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + 82B32F5F7E26799E1FEC9EF750CDC7D7 /* MHGradientView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHGradientView.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGradientView/MHGradientView.m; sourceTree = ""; }; + 83648835A4CDB91B08DF2AF321C8ADA0 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 845AEB50402F14DCE8FB98BD8AA9461E /* MHTransitionDismissMHGallery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHTransitionDismissMHGallery.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionDismissMHGallery.h; sourceTree = ""; }; + 85C169EE79190D13F43DF54C6300E77F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/realm/RLMMigration.h; sourceTree = ""; }; + 8656C63CD1C9ABEF6FD0C5E0E99FED19 /* array_string.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_string.hpp; path = include/realm/array_string.hpp; sourceTree = ""; }; + 866040B24153E8713D2A8F357D4CE8F9 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 86CCE813E88FF51D9EE299A7C3C61D36 /* MHGallerySharedManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHGallerySharedManager.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGallerySharedManager/MHGallerySharedManager.m; sourceTree = ""; }; + 872859614C85B93543994BA241273063 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/SDWebImageCompat.h; sourceTree = ""; }; + 872872F2105E9E629348802A282664FD /* MHPresenterImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHPresenterImageView.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryPresenterImageView/MHPresenterImageView.m; sourceTree = ""; }; + 87983EBAD6219ED2548F455D26C440DC /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/UIView+WebCacheOperation.h"; sourceTree = ""; }; 87B213035BAC5F75386F62D3C75D2342 /* Pods-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-acknowledgements.plist"; sourceTree = ""; }; - 8895A1FE35B6E9F3F7CF1EF7551FB5A8 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - 8946F0C5ED09503A9646AACB0A77F698 /* SVIndefiniteAnimatedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVIndefiniteAnimatedView.m; path = SVProgressHUD/SVIndefiniteAnimatedView.m; sourceTree = ""; }; + 87C4A20B8053528551D3BB1205CE7D0A /* SwiftyUserDefaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyUserDefaults.swift; path = SwiftyUserDefaults/SwiftyUserDefaults.swift; sourceTree = ""; }; + 8816EBD0C3451F3F67FB0E0F31F8112C /* RLMQueryUtil.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMQueryUtil.hpp; path = include/realm/RLMQueryUtil.hpp; sourceTree = ""; }; + 88E7294584697D56A054932CF7545998 /* query_expression.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = query_expression.hpp; path = include/realm/query_expression.hpp; sourceTree = ""; }; 894E5DA93A9F359521A89826BE6DA777 /* Pods-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-dummy.m"; sourceTree = ""; }; - 8A5374EDE599A2E2EFB54FEB16289830 /* MHPresenterImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHPresenterImageView.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryPresenterImageView/MHPresenterImageView.h; sourceTree = ""; }; - 8A55B9F6CE5B818690E7D9F9FB83CC3A /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - 8A782EF087447E2F0FD522799E150BA0 /* RLMOptionalBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMOptionalBase.mm; path = Realm/RLMOptionalBase.mm; sourceTree = ""; }; - 8B2AC4DC94CA4E46468169E4DB2CADF8 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; - 8B549F208619FB819394D72E59A30D6B /* ConstraintGroup.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintGroup.swift; path = Cartography/ConstraintGroup.swift; sourceTree = ""; }; - 8BC9B78A158E6F82546C24644826279F /* string_buffer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = string_buffer.hpp; path = include/realm/util/string_buffer.hpp; sourceTree = ""; }; - 8BDFEBF51BD76A2F4E42BEAA4544C90E /* pause@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "pause@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/pause@2x.png"; sourceTree = ""; }; - 8BFF467C35FD4C01B12D81ED1B10FB87 /* MHVideoPhotoGallery-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MHVideoPhotoGallery-prefix.pch"; sourceTree = ""; }; - 8D09F7C5D136679AF8C90319F161C5EE /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/UIButton+WebCache.h"; sourceTree = ""; }; - 8D1B1FB4F224BFFD830BAF8FE117D58B /* SwiftyUserDefaults.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = SwiftyUserDefaults.modulemap; sourceTree = ""; }; - 8DDE92E1791B97F5D0006080196DB87B /* Context.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Context.swift; path = Cartography/Context.swift; sourceTree = ""; }; - 8E0B8E9B2D7279524342BC271E4800B0 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 8E234C50CD9F3B1E46BDAEA3D6E8CA2F /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/realm/RLMSchema_Private.h; sourceTree = ""; }; - 8E802E16DE12E597B0A066CFCA61DE00 /* MHGallery.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MHGallery.bundle; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGallery.bundle; sourceTree = ""; }; - 8F1E098B0150206627573866678979EE /* RLMPrefix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPrefix.h; path = include/realm/RLMPrefix.h; sourceTree = ""; }; - 908490888A80416C63C63B458142D365 /* MHOverviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHOverviewController.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHOverviewController/MHOverviewController.h; sourceTree = ""; }; - 911D0637B7D82B84DABA1994D018EECD /* NRSimplePlist-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NRSimplePlist-umbrella.h"; sourceTree = ""; }; - 9124E09BDFF24D714A8101E2F8C1CCF9 /* Align.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Align.swift; path = Cartography/Align.swift; sourceTree = ""; }; - 912DDE18E17FE059049984D9996776C2 /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/realm/RLMArray.h; sourceTree = ""; }; - 915E9D1D539224BCF5C22CA1ECEF58C7 /* MHShareViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHShareViewController.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHShareViewController/MHShareViewController.h; sourceTree = ""; }; - 92CB34E078B44761EC49AF7D42F4FEB2 /* MHGallerySharedManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHGallerySharedManager.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGallerySharedManager/MHGallerySharedManager.m; sourceTree = ""; }; - 937E391412C63B2D9D017C366A7B226A /* RLMListBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMListBase.mm; path = Realm/RLMListBase.mm; sourceTree = ""; }; - 93F5CE44694BA9A794E0605DA5170E77 /* MASLayoutConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLayoutConstraint.m; path = Masonry/MASLayoutConstraint.m; sourceTree = ""; }; - 93F9AD291EACA1AA9AF752E72CFF5BDD /* Expression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Expression.swift; path = Cartography/Expression.swift; sourceTree = ""; }; - 94468722045F4195BE9F94BC5A2E1323 /* RLMObject_Private.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMObject_Private.hpp; path = include/realm/RLMObject_Private.hpp; sourceTree = ""; }; - 94868A050A965B17036060F5F52C113D /* column.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column.hpp; path = include/realm/column.hpp; sourceTree = ""; }; - 9522104178F717B6C457C3C949EC7E97 /* datetime.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = datetime.hpp; path = include/realm/datetime.hpp; sourceTree = ""; }; - 958FAC4C50AA0FE16F739128793166C5 /* SwiftyUserDefaults.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyUserDefaults.xcconfig; sourceTree = ""; }; - 96097752CD72DEC14ADD1F60B2EAFC33 /* MZTimerLabel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MZTimerLabel-umbrella.h"; sourceTree = ""; }; - 963A1CDD6035CDE43FDC5270EE646E0D /* platform_specific_condvar.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = platform_specific_condvar.hpp; path = include/realm/util/platform_specific_condvar.hpp; sourceTree = ""; }; - 96618AD76D7F63A2CBCB54FB80B40F39 /* DKCamera.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DKCamera.xcconfig; sourceTree = ""; }; + 89542D11B33A8814D8AFA693C47DED0E /* MHVideoPhotoGallery.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MHVideoPhotoGallery.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 896968F300A49008FB7617764EF019BF /* activityMH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = activityMH.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/activityMH.png; sourceTree = ""; }; + 8A597376ED434324A6463CD276BBCF35 /* unicode.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = unicode.hpp; path = include/realm/unicode.hpp; sourceTree = ""; }; + 8BAE396F736BA86C3C6BB317890E918D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 8BF0B6731BE9072051FAE4368140F0AA /* MHGallery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHGallery.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGallery/MHGallery.h; sourceTree = ""; }; + 8CA2D743F9E20A60CF8F5619E7430C63 /* Crashlytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Crashlytics.framework; path = iOS/Crashlytics.framework; sourceTree = ""; }; + 8CE2B498BBA7D1DB58C0A0F1393DC135 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/UIImage+GIF.m"; sourceTree = ""; }; + 8CFDCE7FB513B606B8902441AEAA8DC7 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 8D003471D75DB31EE59F24A68A51A594 /* link_view.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = link_view.hpp; path = include/realm/link_view.hpp; sourceTree = ""; }; + 8D07A408469923BDE10C7A6FD893DF3D /* simulated_failure.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = simulated_failure.hpp; path = include/realm/impl/simulated_failure.hpp; sourceTree = ""; }; + 8EB073702168935AEB4660AEAE0CD4C6 /* pause@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "pause@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/pause@2x.png"; sourceTree = ""; }; + 8EC14670088F6CD7B80907418DEE5C5A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 8F163E38BDC8CFF1068C42BF681C2263 /* NSLayoutConstraint+MASDebugAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+MASDebugAdditions.h"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.h"; sourceTree = ""; }; + 8F25843F5D26184B0B4ECD9C0B1D61B8 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/SDWebImageCompat.m; sourceTree = ""; }; + 8F76C872DCF0B8C3CB1258E681900E32 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 905951D9FF63A4994E5E26FF49CF2BBB /* MASViewAttribute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewAttribute.h; path = Masonry/MASViewAttribute.h; sourceTree = ""; }; + 9246CEA7654059A8556CFC393001C086 /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9248404B96602CDD298ECC999569C708 /* AcknowList.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AcknowList.xcconfig; sourceTree = ""; }; + 9274F63036AC05F509BF2E49BFA11FA5 /* object_store.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = object_store.cpp; path = Realm/ObjectStore/object_store.cpp; sourceTree = ""; }; + 9280E3E2F4C6367A98649F3EAB0D66DE /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + 934EFD335D41C68600B60AE3F45FDE17 /* NRSimplePlist-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NRSimplePlist-prefix.pch"; sourceTree = ""; }; + 93728F6AFB981C1C7DA99A390638001D /* FXLabel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FXLabel-umbrella.h"; sourceTree = ""; }; + 9399D4B85C4034BE7F42EEC1C1261075 /* EditControlSelected.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EditControlSelected.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/EditControlSelected.png; sourceTree = ""; }; + 93A9AAEDB01DCAFFB9050CA3A266191B /* query_engine.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = query_engine.hpp; path = include/realm/query_engine.hpp; sourceTree = ""; }; + 9446EE8D389B5F25591A9541D54DB1B2 /* shared_ptr.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = shared_ptr.hpp; path = include/realm/util/shared_ptr.hpp; sourceTree = ""; }; + 954E60D9FB86F5BE7D1BB429C0833C29 /* column_link.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_link.hpp; path = include/realm/column_link.hpp; sourceTree = ""; }; + 957C3C6390D758207E1D075BA1984445 /* AcknowViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AcknowViewController.swift; path = Source/AcknowViewController.swift; sourceTree = ""; }; + 95ABDB43FB01773468EA77073EC689EF /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/UIImage+MultiFormat.m"; sourceTree = ""; }; + 95F2DC2AD3A7A4C7593ABA6773860E4F /* DKCameraResource.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = DKCameraResource.bundle; path = DKCamera/DKCameraResource.bundle; sourceTree = ""; }; + 9665AA907D2B393F0D2280B3E722B740 /* left_arrow@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "left_arrow@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/left_arrow@2x.png"; sourceTree = ""; }; + 9668500B51D7D30C7CC024A7AC1B3921 /* MHOverviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHOverviewController.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHOverviewController/MHOverviewController.h; sourceTree = ""; }; + 96D97C3E1DAEDB19D2094AEED4D2A589 /* DKCamera-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DKCamera-umbrella.h"; sourceTree = ""; }; + 9749ACB4FBFC0E4C95C14F4E09E3C6CA /* GMStepper.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = GMStepper.modulemap; sourceTree = ""; }; + 97698A092894E1492DEBDB4B4E75FA57 /* GMStepper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GMStepper-dummy.m"; sourceTree = ""; }; 977577C045EDA9D9D1F46E2598D19FC7 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.debug.xcconfig; sourceTree = ""; }; - 98CE3C6F26DCE25DC3CAD9EEABA2F95D /* AcknowList.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AcknowList.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 99029E0775AB50B2D4D0FE00EB5ADE8E /* replication.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = replication.hpp; path = include/realm/replication.hpp; sourceTree = ""; }; - 9902F157E869909A780E57D3C371EECD /* SZTextView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SZTextView.xcconfig; sourceTree = ""; }; - 991204D91EA5CAD6EE1B42E4872C4F93 /* MHShareViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHShareViewController.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHShareViewController/MHShareViewController.m; sourceTree = ""; }; - 9954D33DA8E1C071F6CCBA0A07D95217 /* RLMRealmUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmUtil.h; path = include/realm/RLMRealmUtil.h; sourceTree = ""; }; - 99B0370E919569D0935F98B1E4FBB6BA /* MHCustomization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHCustomization.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHCustomization/MHCustomization.m; sourceTree = ""; }; - 9B16063F5716715C702408B6D8E6E494 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/SDWebImageManager.h; sourceTree = ""; }; - 9B207DD223F4B407D318E3FE9AA4A440 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - 9B5FA4DB5321CE60EC8F481D2835A9A7 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/NSData+ImageContentType.m"; sourceTree = ""; }; + 97EB6ADA3CD9EB29F2CD892AF5DA2D14 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 99373DCF4F441C485D3F27ACA8B6BFAE /* SZTextView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SZTextView-umbrella.h"; sourceTree = ""; }; + 9ABBB8A05FEA32A521EF1C5B4DCC8E07 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 9C1937B4F128B2623AD26173C239AC93 /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/CoreMedia.framework; sourceTree = DEVELOPER_DIR; }; - 9C8EEBAB6D974FABF7BF8A346C6A6B4A /* input_stream.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = input_stream.hpp; path = include/realm/impl/input_stream.hpp; sourceTree = ""; }; - 9EB48DF9BE2F912A93A8A7F7F7E0E84F /* FXLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FXLabel.m; path = FXLabel/FXLabel.m; sourceTree = ""; }; - 9FC5BE15A9FBC882530E0A8354B2D0AC /* pause.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = pause.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/pause.png; sourceTree = ""; }; - A0309FEF03831FDA1930C3FFBB8432BE /* RLMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDefines.h; path = include/realm/RLMDefines.h; sourceTree = ""; }; - A04A94EAE6C5E5AC81D4CA85CF835B2D /* twitterMH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "twitterMH@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/twitterMH@2x.png"; sourceTree = ""; }; - A1A3A515077CC52CE944E76322E317E4 /* NSArray+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASShorthandAdditions.h"; path = "Masonry/NSArray+MASShorthandAdditions.h"; sourceTree = ""; }; - A275C3B0488D0B5ED55F90DAC109A1A1 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/UIView+WebCacheOperation.m"; sourceTree = ""; }; - A27D9E3CBD46E9E72FC34457B1E99067 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - A2B69C58A4F5390803DFF8DD32D131BE /* Cartography.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Cartography.xcconfig; sourceTree = ""; }; - A2F4143A388EFBEEF8A9AB3B8A7FB0AB /* GMStepper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GMStepper.swift; path = GMStepper/GMStepper.swift; sourceTree = ""; }; - A2FD48A440B6A0B9846964649CC3F469 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = RealmSwift.modulemap; sourceTree = ""; }; - A4088EC0E79E34823BB67CB0D4186E4B /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A4EBBDE527EAAD6CE9D69B84010BA5B8 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A51301DF7322D8AE7AE895A2C869D133 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - A57A73C8E44D75A958988ADA079570E7 /* RealmCollectionType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollectionType.swift; path = RealmSwift/RealmCollectionType.swift; sourceTree = ""; }; - A57B96DDE0CB94AFDF7ACFCF9A4A5EBE /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/realm/RLMObjectSchema_Private.h; sourceTree = ""; }; - A648108FA8F5AF35EB843AEC202575C1 /* basic_system_errors.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = basic_system_errors.hpp; path = include/realm/util/basic_system_errors.hpp; sourceTree = ""; }; - A65E1B6D6D606290818D2104B27618E2 /* right_arrow.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = right_arrow.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/right_arrow.png; sourceTree = ""; }; - A71C0C1980636FF8C6A8BB61E34729D8 /* TTTAttributedLabel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TTTAttributedLabel-prefix.pch"; sourceTree = ""; }; - A753F0A00827D565483B7EFBEC12E8D7 /* SVRadialGradientLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVRadialGradientLayer.h; path = SVProgressHUD/SVRadialGradientLayer.h; sourceTree = ""; }; - A7F51153351BF21F9D29B99719FAB14D /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/realm/RLMMigration.h; sourceTree = ""; }; - A81B39542E02DB1E3FDC7D5E8A2B70D3 /* MASLayoutConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASLayoutConstraint.h; path = Masonry/MASLayoutConstraint.h; sourceTree = ""; }; - A897CE814881FA92F01DD9544037C764 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/realm/RLMObject_Private.h; sourceTree = ""; }; - A922FD42519ADCBAE2667F1FE25D6D3B /* network.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = network.hpp; path = include/realm/util/network.hpp; sourceTree = ""; }; - AA2BFF7540D9AACC385F5CAA459AF862 /* Crashlytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Crashlytics.framework; path = iOS/Crashlytics.framework; sourceTree = ""; }; - AA84411D5D27BE6354583AF78AA605F2 /* play.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = play.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/play.png; sourceTree = ""; }; - AA94556BB1014D83B1D530C08BB79E2C /* AcknowList-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AcknowList-dummy.m"; sourceTree = ""; }; - ABCAE3CABE857DAAE60B78EC04C8FF51 /* array_string_long.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_string_long.hpp; path = include/realm/array_string_long.hpp; sourceTree = ""; }; - ABFB41769C0E3FB7923DD423F87982E7 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/NSData+ImageContentType.h"; sourceTree = ""; }; - AC09AA51B82A91A065CEC4021AB836D7 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - AC3C7ABD316CB1658EBD864EE098BB80 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - AC52C1D7A27DE21653FA3577560541A4 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/realm/RLMObjectStore.h; sourceTree = ""; }; - AC8D39ED816E7EFB938327A68BD573FA /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; - ACB3DA541548E25CD8DDBC7E6A879401 /* MHGallery.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHGallery.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGallery/MHGallery.m; sourceTree = ""; }; - AD101572A15D0865988ED7BB962E322B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - AD55755B9594948922CCB720A09F5438 /* transact_log.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = transact_log.hpp; path = include/realm/impl/transact_log.hpp; sourceTree = ""; }; - ADB87236F21EF0D7D4AF9A7E0D7B4B7F /* MZTimerLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MZTimerLabel.m; path = MZTimerLabel/MZTimerLabel.m; sourceTree = ""; }; - ADE29807CD8ACA6716C18907FD62F4A3 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - ADF35DE1D7BEDEE312AA93A7CF3E102B /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/UIImage+GIF.m"; sourceTree = ""; }; - AE5DDA22B92F60AF972926B2DC316935 /* SVProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SVProgressHUD-prefix.pch"; sourceTree = ""; }; - AF8988FF0AF0F2C153FA200C121F8FA0 /* RLMArrayLinkView.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMArrayLinkView.mm; path = Realm/RLMArrayLinkView.mm; sourceTree = ""; }; - B0BE3C23FCFEEEC32594B923D9D275AC /* SVProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SVProgressHUD-umbrella.h"; sourceTree = ""; }; - B0C81D2191DDC27CAB503A9261A52172 /* MZTimerLabel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MZTimerLabel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B0F3E544B5B28D2AC2B2940667BCA71E /* MHTransitionShowDetail.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHTransitionShowDetail.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionShowDetail.m; sourceTree = ""; }; - B12EEE7D0718F8E3119717D39C3D5233 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/UIView+WebCacheOperation.h"; sourceTree = ""; }; - B1808CF55E6315EDCF5D5E1F898ADC0E /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - B2A7DA92E0885B106849827138B6E4A0 /* Cartography-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Cartography-prefix.pch"; sourceTree = ""; }; - B2DB8DFEDE7DC1105977A0E89A0139A4 /* column_string_enum.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_string_enum.hpp; path = include/realm/column_string_enum.hpp; sourceTree = ""; }; - B3730D9E515195038E4428AA5DA66B48 /* AcknowList-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AcknowList-prefix.pch"; sourceTree = ""; }; - B3F2E6FE4A01D79BF093245F70F9543F /* handover_defs.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = handover_defs.hpp; path = include/realm/handover_defs.hpp; sourceTree = ""; }; - B44E1E9D8EDD0B2BEBF05289A2DE8E5C /* table.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = table.hpp; path = include/realm/table.hpp; sourceTree = ""; }; - B4C8ED9A5AEDF81D5BC937D61A80CC64 /* ic_square.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ic_square.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/ic_square.png; sourceTree = ""; }; - B552EC0F9451ED3B19F9CCBB1E0AF0C2 /* MHBarButtonItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHBarButtonItem.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHBarButtonItem/MHBarButtonItem.m; sourceTree = ""; }; - B75EEF6A0A26E5C60525CBDF319D56BB /* MHGalleryItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHGalleryItem.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryItem/MHGalleryItem.h; sourceTree = ""; }; - B89B093867E24CF96D47B81DBB2C14E0 /* Masonry-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-umbrella.h"; sourceTree = ""; }; - B90FA92332BBF2B320195C053D025AF3 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = Cartography/Property.swift; sourceTree = ""; }; - B9CBE3621D508A98A1149177D6F7FB17 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B9CCC3ABB1BDDE2B567C99E45BEAAFD7 /* array_basic_tpl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_basic_tpl.hpp; path = include/realm/array_basic_tpl.hpp; sourceTree = ""; }; - B9E2FD0A205BB74A6AA8A64F5EF2D874 /* SVProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SVProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BA01EDD2CF6A8E17977FB534EDE81086 /* TTTAttributedLabel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TTTAttributedLabel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 9C3E14907BD731CF5F730F488D09D33C /* RLMOptionalBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMOptionalBase.h; path = include/realm/RLMOptionalBase.h; sourceTree = ""; }; + 9D156794C92D9C970531BD607BA602A4 /* MHPresenterImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHPresenterImageView.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryPresenterImageView/MHPresenterImageView.h; sourceTree = ""; }; + 9DD6962E0F245E6EA414FA8F7899411B /* commit_log.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = commit_log.hpp; path = include/realm/commit_log.hpp; sourceTree = ""; }; + 9DE03DDECC33DECD5551851F5714D660 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/SDWebImagePrefetcher.h; sourceTree = ""; }; + 9DE7D9173FDEDE070500A7DD536DED60 /* View.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = View.swift; path = Cartography/View.swift; sourceTree = ""; }; + 9E5D6C4818DAAC5D58AF830099B64429 /* priority_queue.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = priority_queue.hpp; path = include/realm/util/priority_queue.hpp; sourceTree = ""; }; + 9EA5C1A0F375F90B5AAF4BDBA752CA5A /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/realm/RLMSchema_Private.h; sourceTree = ""; }; + 9F6FB1EDB630E19B0EE269345872E563 /* MASCompositeConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASCompositeConstraint.m; path = Masonry/MASCompositeConstraint.m; sourceTree = ""; }; + 9F7366D94F082B96121BD4DEA69F2572 /* RLMSwiftSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftSupport.h; path = include/realm/RLMSwiftSupport.h; sourceTree = ""; }; + 9FA5038E627E30C67D55BD190B122450 /* MHCustomization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHCustomization.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHCustomization/MHCustomization.h; sourceTree = ""; }; + 9FEDD20B8115B15AD8B3ECCE3AE0C7A3 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/realm/RLMRealm_Private.h; sourceTree = ""; }; + A117D143FA477AAF21E651B7FA32B18A /* array_basic.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_basic.hpp; path = include/realm/array_basic.hpp; sourceTree = ""; }; + A1B71295714FFA3521D92E5BD1EE1419 /* Size.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Size.swift; path = Cartography/Size.swift; sourceTree = ""; }; + A1DC0BAE877650D36DF8D76A2075D063 /* RealmSwift.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.xcconfig; sourceTree = ""; }; + A2066D0A29DB7212E981AACC65495E34 /* logger.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = logger.hpp; path = include/realm/util/logger.hpp; sourceTree = ""; }; + A209C0EF21F4E030B087A4EC46DBB31F /* error@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "error@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/error@2x.png"; sourceTree = ""; }; + A229814807914F0387A0AF2D1A921434 /* SDWebImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDecoder.h; path = SDWebImage/SDWebImageDecoder.h; sourceTree = ""; }; + A2B80246C508CF4202560F218D1F1017 /* RLMOptionalBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMOptionalBase.mm; path = Realm/RLMOptionalBase.mm; sourceTree = ""; }; + A3438193A6D11476ACFAD8632ED8BB92 /* RLMListBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMListBase.h; path = include/realm/RLMListBase.h; sourceTree = ""; }; + A37796E20BCBB1B740274458A4BF6E80 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = ""; }; + A3D00974A53F0C9F8015D6BD9CB8B071 /* videoIcon.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = videoIcon.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/videoIcon.png; sourceTree = ""; }; + A3E1AD5960B6B50FAE0AC71B3ED8534F /* MHTransitionDismissMHGallery.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHTransitionDismissMHGallery.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionDismissMHGallery.m; sourceTree = ""; }; + A3E955F9D91A30B947DA85A411711F4E /* SDWebImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = SDWebImage.modulemap; sourceTree = ""; }; + A40646E9D6EB7CE77D8CF9B2F421F9D8 /* SwiftyJSON.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.xcconfig; sourceTree = ""; }; + A4568EC160093F6D49E22220B9B84884 /* MZTimerLabel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = MZTimerLabel.modulemap; sourceTree = ""; }; + A4EDB35D15999748EF7FAA827743ACC8 /* GMStepper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GMStepper-prefix.pch"; sourceTree = ""; }; + A4F51CB404E3568F5924F898E0DA3994 /* bind_ptr.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bind_ptr.hpp; path = include/realm/util/bind_ptr.hpp; sourceTree = ""; }; + A4F68AE51A54D25C23052732EFD65BBB /* MHTransitionPresentMHGallery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHTransitionPresentMHGallery.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionPresentMHGallery.h; sourceTree = ""; }; + A5E294704B1AAC1CB535086EE14D30EC /* MHGalleryItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHGalleryItem.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryItem/MHGalleryItem.m; sourceTree = ""; }; + A6B84AE5D8BCFAE032804D60498C4DF4 /* EditControl.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EditControl.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/EditControl.png; sourceTree = ""; }; + A6C1D4F77DCE5D499E703B9A8E1EEF99 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + A6EB50CDC2C7C9D21E352583247D1CB8 /* Point.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Point.swift; path = Cartography/Point.swift; sourceTree = ""; }; + A74A96666F705A4A5690587B6509AB59 /* NRSimplePlist-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NRSimplePlist-umbrella.h"; sourceTree = ""; }; + A8874C5DCC2FDD5F1DFC2E3561100EA5 /* AcknowList-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AcknowList-prefix.pch"; sourceTree = ""; }; + A9C892E09434F9CCEF682A3C168DD5DF /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = Cartography/Property.swift; sourceTree = ""; }; + AA2FAE928BBC770D94B2A76443983D13 /* Cartography-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Cartography-umbrella.h"; sourceTree = ""; }; + AA8BCD484A3B03A92DFF27D5855355FD /* MHGalleryLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHGalleryLabel.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryLabel/MHGalleryLabel.m; sourceTree = ""; }; + AAA0E4BCDE656ED2276DB2E431FE281F /* config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = config.h; path = include/realm/util/config.h; sourceTree = ""; }; + AAA3779032FE6CD6B53CF684E63B88B8 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/UIButton+WebCache.m"; sourceTree = ""; }; + AAC5743667771CBAF8CB734F530A6EC5 /* MGSwipeTableCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MGSwipeTableCell.m; path = MGSwipeTableCell/MGSwipeTableCell.m; sourceTree = ""; }; + AAD2E769D6922CBF5A826E7D5DD7CAAE /* meta.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = meta.hpp; path = include/realm/util/meta.hpp; sourceTree = ""; }; + AB151A46A4F1738C455078972FCAB8F1 /* MHBarButtonItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHBarButtonItem.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHBarButtonItem/MHBarButtonItem.h; sourceTree = ""; }; + AB7A5D2B9E6CF17717B14DE72E750F3A /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+MASDebugAdditions.m"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = ""; }; + AC1B97446FCEEE5AAE1B207EB336B60D /* DKCamera.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DKCamera.xcconfig; sourceTree = ""; }; + AD4A6032429CE28DB07108569964DFFA /* MGSwipeTableCell.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = MGSwipeTableCell.modulemap; sourceTree = ""; }; + ADD5AA978A7061A6CD1C1743962FD331 /* MZTimerLabel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MZTimerLabel-prefix.pch"; sourceTree = ""; }; + AE01F44E640E2874007FC10B169DB02B /* SZTextView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SZTextView.xcconfig; sourceTree = ""; }; + AE99986B7A0FB2D3FDEBB70E35DE5B4D /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + AFA820D6B54338C40B335BF5E68F774A /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + AFDA02BBD41CC978BC32A5B8FDA88CF4 /* MHBarButtonItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHBarButtonItem.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHBarButtonItem/MHBarButtonItem.m; sourceTree = ""; }; + B15E32E643A3550E22309CDF8F4C0389 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B1CA3FAFB9DD9A36B6124F885242314F /* network.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = network.hpp; path = include/realm/util/network.hpp; sourceTree = ""; }; + B2A99014EEEF8ACF81B00998E243A570 /* object_store_exceptions.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = object_store_exceptions.hpp; path = include/realm/object_store_exceptions.hpp; sourceTree = ""; }; + B324943F68298101C62E0270827AF582 /* column_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_fwd.hpp; path = include/realm/column_fwd.hpp; sourceTree = ""; }; + B3F9DD5B39DDED07F16BA9BE61C75488 /* Dimension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dimension.swift; path = Cartography/Dimension.swift; sourceTree = ""; }; + B41B9C5F092CD3522724CF2D5B90B1E8 /* DKCamera.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = DKCamera.modulemap; sourceTree = ""; }; + B4201379CB7153C840C011A0F895CD19 /* NRSimplePlist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NRSimplePlist.h; path = NRSimplePlist/NRSimplePlist.h; sourceTree = ""; }; + B4ED87ECBB659676F9F02EEDD7A0EB3D /* MZTimerLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MZTimerLabel.h; path = MZTimerLabel/MZTimerLabel.h; sourceTree = ""; }; + B54E06853AC321CFCF3D7D5FDEC3A1C9 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/realm/RLMSchema.h; sourceTree = ""; }; + B60C3CB773CE74DE7B82115FB6379ABC /* binary_data.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = binary_data.hpp; path = include/realm/binary_data.hpp; sourceTree = ""; }; + B627D0CB49730A8290D5CCE31BB754FA /* Cartography-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Cartography-dummy.m"; sourceTree = ""; }; + B6BDD6F402A2F943779D8B14655B8C0B /* TTTAttributedLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TTTAttributedLabel.h; path = TTTAttributedLabel/TTTAttributedLabel.h; sourceTree = ""; }; + B6EFB230DC9D4BC57A6F421BAC625EED /* MASConstraint+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MASConstraint+Private.h"; path = "Masonry/MASConstraint+Private.h"; sourceTree = ""; }; + B76C96112C257B95EFB6AEC5E47B40BD /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B8400DF59B00FF3A94FAF7E9813736C1 /* column_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_type.hpp; path = include/realm/column_type.hpp; sourceTree = ""; }; + B970E6678F4A7319B5D73D72D833CEE6 /* RLMArrayLinkView.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMArrayLinkView.mm; path = Realm/RLMArrayLinkView.mm; sourceTree = ""; }; + BA546E38F914552E7CA96BBD619999E8 /* FXLabel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FXLabel-prefix.pch"; sourceTree = ""; }; BA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BAD35D5842AF29A9A8EF68E3D0E962A9 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - BC1AB5591C6D20D9D9F6CC2D69F2D409 /* EditControlSelected@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EditControlSelected@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/EditControlSelected@2x.png"; sourceTree = ""; }; - BC5FD86BE55CE0107BA89D375DCCDDA1 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - BC687D96FB37FF66BDD5475183E3120D /* buffer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = buffer.hpp; path = include/realm/util/buffer.hpp; sourceTree = ""; }; - BCA79D7E3FCA30105C81024B332B06F6 /* misc_errors.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = misc_errors.hpp; path = include/realm/util/misc_errors.hpp; sourceTree = ""; }; - BCC70EB3B8294AE4DF66093ADA2C9B66 /* data_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = data_type.hpp; path = include/realm/data_type.hpp; sourceTree = ""; }; - BCC990F336308C0B9869E734D41A6527 /* SZTextView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SZTextView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BD33F3F326EF3078F710937A4462C34D /* AcknowListViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AcknowListViewController.swift; path = Source/AcknowListViewController.swift; sourceTree = ""; }; - BEA2817D94DE6E2383B06D574E519EF9 /* table_accessors.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = table_accessors.hpp; path = include/realm/table_accessors.hpp; sourceTree = ""; }; - BEDE4AB3B25A201F5674D38C135CCE2B /* MGSwipeTableCell.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MGSwipeTableCell.xcconfig; sourceTree = ""; }; - BF3A3502C1AC475138B8AA5B8D761DD8 /* SDWebImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDecoder.m; path = SDWebImage/SDWebImageDecoder.m; sourceTree = ""; }; + BADBEB717260695B1AF3FDB712A169BB /* datetime.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = datetime.hpp; path = include/realm/datetime.hpp; sourceTree = ""; }; + BC16289F51A1B63882FF0B6CC580EF30 /* Priority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Priority.swift; path = Cartography/Priority.swift; sourceTree = ""; }; + BC41305D528AD4730C224612EAFEEF17 /* MHOverviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHOverviewController.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHOverviewController/MHOverviewController.m; sourceTree = ""; }; + BC769193F32FE0AF0235FEC8F51F20F2 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/realm/RLMResults.h; sourceTree = ""; }; + BC8C06EA10A0737FF7C852612F510FFA /* column_basic_tpl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_basic_tpl.hpp; path = include/realm/column_basic_tpl.hpp; sourceTree = ""; }; + BD9D8E43D87E78882754A8049E0556E2 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON.swift; sourceTree = ""; }; + BDDA7FAB6BFACA7F2B141FF4C17FADDB /* MASConstraintMaker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraintMaker.m; path = Masonry/MASConstraintMaker.m; sourceTree = ""; }; + BECD20062D2A2DD0848A5380CBC19761 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/SDWebImageOperation.h; sourceTree = ""; }; + BF578B9D310EBCE6DB34D57CF3518C80 /* RealmCollectionType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollectionType.swift; path = RealmSwift/RealmCollectionType.swift; sourceTree = ""; }; + BF8B96AF240903A1426F58DE45097563 /* NRSimplePlist.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NRSimplePlist.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + BFAF54FD5EA40A2C3E7FFEE93CA30ECF /* safe_int_ops.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = safe_int_ops.hpp; path = include/realm/util/safe_int_ops.hpp; sourceTree = ""; }; C020BC29D27BFF5B98804E254207F5CE /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/Social.framework; sourceTree = DEVELOPER_DIR; }; - C1553C6127CB53FF61E4F3D26AAB6459 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - C16F40056CE4171D0B93F46BA02A3C32 /* history.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = history.hpp; path = include/realm/history.hpp; sourceTree = ""; }; - C1866DE3A9507C71880EF113A7EDF6A0 /* GMStepper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GMStepper.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C1A489D058A83912F6F811DA39F45AB7 /* MHGradientView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHGradientView.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGradientView/MHGradientView.h; sourceTree = ""; }; - C2D9A15FFDB29C696ACDA3A526ECB5A8 /* MGSwipeTableCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MGSwipeTableCell.m; path = MGSwipeTableCell/MGSwipeTableCell.m; sourceTree = ""; }; - C34CFE030C9D5F19CD24F9217BDBE1F0 /* TTTAttributedLabel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TTTAttributedLabel-umbrella.h"; sourceTree = ""; }; - C3AEDA6A40E311ED50099133C6F40392 /* column_tpl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_tpl.hpp; path = include/realm/column_tpl.hpp; sourceTree = ""; }; - C3EFE7E007359DCA6C59DC708EE8AB57 /* ViewController+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ViewController+MASAdditions.m"; path = "Masonry/ViewController+MASAdditions.m"; sourceTree = ""; }; - C46C55D59D24A9A1EFA44328F0304F11 /* index_string.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = index_string.hpp; path = include/realm/index_string.hpp; sourceTree = ""; }; - C4ABF20B073A54BB7EAC019CD783D709 /* row.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = row.hpp; path = include/realm/row.hpp; sourceTree = ""; }; + C03A98F729BDC0CC4662E4BD429891F3 /* file.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = file.hpp; path = include/realm/util/file.hpp; sourceTree = ""; }; + C05C259E359BECCECD13B01DF213192B /* SwiftyUserDefaults-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyUserDefaults-umbrella.h"; sourceTree = ""; }; + C148D8BA1E499CC5D06EA19C281AC98A /* SwiftyUserDefaults.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyUserDefaults.xcconfig; sourceTree = ""; }; + C14E18BDD4D301FBAAEDC84CB6A0F37B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + C176DBA3FFD16022BCAA11E5A4FD62A2 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + C1E940EAA68548604EE1BA97ECD5F356 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C24A13522D967FD89AA79AA4B381FF80 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + C3386F3EC3430F9C907567A69D5809E8 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/realm/RLMResults_Private.h; sourceTree = ""; }; + C3917F399375E947A37E8AA888A1A937 /* features.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = features.h; path = include/realm/util/features.h; sourceTree = ""; }; + C3FF35309772B99B0BE14B13C9BDCF10 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Cartography/Constraint.swift; sourceTree = ""; }; + C48B2E5662619F3F88625B50EBC044D4 /* property.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = property.hpp; path = include/realm/property.hpp; sourceTree = ""; }; + C4CCAFFD06B91F1ED87695A5DA5E15F9 /* column_string.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_string.hpp; path = include/realm/column_string.hpp; sourceTree = ""; }; + C5478F7F9A4E5CF8A94C9252FD9F9786 /* SwiftyUserDefaults-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyUserDefaults-prefix.pch"; sourceTree = ""; }; + C5564C1EF5809536066F2B75A2052728 /* NRSimplePlist.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = NRSimplePlist.xcconfig; sourceTree = ""; }; C60078AB9EB9B5749864DE0161AB9DB3 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - C6A2FABC0807245312B6E2D3EE0CC2F8 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - C6DF15CFFF126B795F64ADA59D7D0467 /* MHMediaPreviewCollectionViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHMediaPreviewCollectionViewCell.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHMediaPreviewCollectionViewCell/MHMediaPreviewCollectionViewCell.h; sourceTree = ""; }; - C74F2EDE4812BA200DBACC3A64EF722E /* MASConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraint.h; path = Masonry/MASConstraint.h; sourceTree = ""; }; - C7A64B7191F43517CCD926942420FEB8 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - C7B04EE712BD1A8C36027DD7E70B682C /* utilities.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = utilities.hpp; path = include/realm/utilities.hpp; sourceTree = ""; }; - C8B6D4FC0EE3151C317E935C562015DF /* RLMUtil.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMUtil.hpp; path = include/realm/RLMUtil.hpp; sourceTree = ""; }; - C8BF54E34AE5A42753464EE38952D2F6 /* NRSimplePlist-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NRSimplePlist-prefix.pch"; sourceTree = ""; }; - C8D0FED14AB34E8EA558DFB38061C1E7 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/SDWebImagePrefetcher.m; sourceTree = ""; }; - C96B0D90A3AE0373CE79059C93979415 /* Priority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Priority.swift; path = Cartography/Priority.swift; sourceTree = ""; }; - C97739756152EA839C2174AEE731BD12 /* play@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "play@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/play@2x.png"; sourceTree = ""; }; - C97F139115ACB8314BEFEB5406E1D723 /* column_mixed.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_mixed.hpp; path = include/realm/column_mixed.hpp; sourceTree = ""; }; - CA1CB6C5A751BE7EE7C97FA664712328 /* TTTAttributedLabel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = TTTAttributedLabel.modulemap; sourceTree = ""; }; - CADB4A44952C375B6832B358D392DD1F /* spec.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = spec.hpp; path = include/realm/spec.hpp; sourceTree = ""; }; - CB7FE51FA127C9611143705B0599CD39 /* Masonry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-prefix.pch"; sourceTree = ""; }; + C665AEF8A79533975F9D15B3A58DF180 /* MHVideoPhotoGallery-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MHVideoPhotoGallery-prefix.pch"; sourceTree = ""; }; + C806E837A9189E72FBF1734192E5AD49 /* misc_errors.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = misc_errors.hpp; path = include/realm/util/misc_errors.hpp; sourceTree = ""; }; + C834046ABB4F49EB7C62413089A30579 /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = ""; }; + C90C899F82BB12E32D0E215B836A6F6F /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + C9E86487E3257B9DD29102663816CB75 /* AcknowListViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AcknowListViewController.swift; path = Source/AcknowListViewController.swift; sourceTree = ""; }; + CABD5EB1AE006A344618A8599EC40591 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/realm/RLMObject.h; sourceTree = ""; }; + CAE32088A0A5E473AABC9C0046C6478D /* history.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = history.hpp; path = include/realm/history.hpp; sourceTree = ""; }; + CBA2FE59C79864FA67AB247626CCB8F6 /* string_data.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = string_data.hpp; path = include/realm/string_data.hpp; sourceTree = ""; }; + CBA5742979C39A9727B8B945577B8425 /* pause.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = pause.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/pause.png; sourceTree = ""; }; + CBBC4602B7757B31D6D4DD89EA93A891 /* data_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = data_type.hpp; path = include/realm/data_type.hpp; sourceTree = ""; }; CBC0F7C552B739C909B650A0F42F7F38 /* Pods-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-resources.sh"; sourceTree = ""; }; - CC04EF0DE23E224DD552737B9B32FE7A /* MHVideoPhotoGallery.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MHVideoPhotoGallery.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CC8ED70EA5EEF0F8879F18A441842A03 /* table_ref.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = table_ref.hpp; path = include/realm/table_ref.hpp; sourceTree = ""; }; - CCDEC22831406F55DBEA63288A78C233 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/realm/RLMArray_Private.h; sourceTree = ""; }; + CC1A71BCF71FA5839910803EDD2D85DA /* encryption_not_supported_exception.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = encryption_not_supported_exception.hpp; path = include/realm/util/encryption_not_supported_exception.hpp; sourceTree = ""; }; + CC57F2D0B1EBEAE825CAB5F4BC7794D2 /* AcknowParser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AcknowParser.swift; path = Source/AcknowParser.swift; sourceTree = ""; }; + CCB284E46FB21CA1669FB56DB944C4BC /* right_arrow@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "right_arrow@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/right_arrow@2x.png"; sourceTree = ""; }; + CCBB23EE96E770E5A8F8B5C05314C177 /* DKCamera-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DKCamera-dummy.m"; sourceTree = ""; }; CD262409C19294F964600C9469E02189 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ImageIO.framework; sourceTree = DEVELOPER_DIR; }; - CD2915440975D1723B448B8FBF830987 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/SDWebImageOperation.h; sourceTree = ""; }; - CE472E78FFFA5704B5C750096667EE07 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CF35052F19E5C7DA0E220FECFA1AE37A /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; + CE96DFF3B7ED389B1F2B4841633ADC07 /* MGSwipeTableCell-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MGSwipeTableCell-prefix.pch"; sourceTree = ""; }; + CEBD8579A6259FA022BED1CFF1139D51 /* SZTextView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = SZTextView.modulemap; sourceTree = ""; }; + CF26F808B467D892CB899A9F39A722FC /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + CF5564B1F92A117CAE39E54044C101A8 /* SwiftyUserDefaults.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyUserDefaults.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + CF856545BAE60CC4180C55322E8AE63C /* messageMH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "messageMH@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/messageMH@2x.png"; sourceTree = ""; }; D0405803033A2A777B8E4DFA0C1800ED /* Pods-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-acknowledgements.markdown"; sourceTree = ""; }; - D0C9BD288D0616A8DFD0BEBB4B5DBD05 /* lang_bind_helper.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lang_bind_helper.hpp; path = include/realm/lang_bind_helper.hpp; sourceTree = ""; }; - D15BD191DC301F89F7CB4F155052523C /* array_string.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_string.hpp; path = include/realm/array_string.hpp; sourceTree = ""; }; - D1AD29F27420E6166B6D309FD6D10BC1 /* array_writer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_writer.hpp; path = include/realm/impl/array_writer.hpp; sourceTree = ""; }; - D1D95FA0F47754C4A7D8DCA55B0D5751 /* sliderPoint.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = sliderPoint.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/sliderPoint.png; sourceTree = ""; }; - D360FBF94D249C22FEFE65C80FD87D30 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/realm/RLMPlatform.h; sourceTree = ""; }; - D384EFF777775ABC68832BDC87952A3E /* GMStepper.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = GMStepper.modulemap; sourceTree = ""; }; - D3BAE5B5D637A80D4A909E9A9A357370 /* View+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "View+MASAdditions.m"; path = "Masonry/View+MASAdditions.m"; sourceTree = ""; }; - D3D66A4E5C46E45548BF424B2876FAB3 /* SVProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SVProgressHUD-dummy.m"; sourceTree = ""; }; - D496CD4B29DCE257540BB7FC5CC7C235 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/UIImage+MultiFormat.h"; sourceTree = ""; }; - D4C623EB0F12BB640A16BC3373B0A7E1 /* column_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_type.hpp; path = include/realm/column_type.hpp; sourceTree = ""; }; - D5800565EBA70F47C492DE6939445526 /* activityMH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = activityMH.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/activityMH.png; sourceTree = ""; }; - D58EF576795769BA1868D43ADB049BA2 /* group_writer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = group_writer.hpp; path = include/realm/group_writer.hpp; sourceTree = ""; }; - D5A73E03CABA13B7660DD4A2D544736D /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/realm/RLMObjectBase.h; sourceTree = ""; }; - D5A87336D6D7C1A681E9A989C953BEF5 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/SDWebImageCompat.m; sourceTree = ""; }; - D5C2AA490A4D0EA448E088086043354B /* features.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = features.h; path = include/realm/util/features.h; sourceTree = ""; }; - D5E54AA006C6045DE3561E7408A4CE53 /* SwiftyJSON.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.xcconfig; sourceTree = ""; }; - D61963928AE3CB03694DE19960E9B9CC /* unplay@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "unplay@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/unplay@2x.png"; sourceTree = ""; }; - D668CAC9A0C955F6E7529AB7B3A9930B /* MGSwipeButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MGSwipeButton.m; path = MGSwipeTableCell/MGSwipeButton.m; sourceTree = ""; }; - D690AA4DC4B799EB1FB1E204EF8D6ECE /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D6F269C8FC97C9025ED393768FDDAD4A /* column_mixed_tpl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_mixed_tpl.hpp; path = include/realm/column_mixed_tpl.hpp; sourceTree = ""; }; - D717F2DF7698761786647F7C616D41A4 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - D8E72EF9D674C212E826457F06C161E9 /* MGSwipeTableCell-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MGSwipeTableCell-dummy.m"; sourceTree = ""; }; + D0BCAB527A745B5CEC8991E3AD23381B /* Acknow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Acknow.swift; path = Source/Acknow.swift; sourceTree = ""; }; + D0E3DBDE7A3469C98DFBB3CFA1EED671 /* AcknowList.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AcknowList.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D21CB2A8BB76CA5D554261A4BEBD41A8 /* EditControlSelected@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EditControlSelected@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/EditControlSelected@2x.png"; sourceTree = ""; }; + D220E1E052C50EB6E138B0A87738F8D4 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/SDWebImageDownloaderOperation.h; sourceTree = ""; }; + D4361D54364454AE1856D186E72023C7 /* twitterMH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "twitterMH@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/twitterMH@2x.png"; sourceTree = ""; }; + D493E3A8B6D74510F671B8C62F22607C /* left_arrow.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = left_arrow.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/left_arrow.png; sourceTree = ""; }; + D50C8E3471A8CAB644373C0CB6A14C4C /* messageMH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = messageMH.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/messageMH.png; sourceTree = ""; }; + D536D12D32E04AC279A46A3E2F3378E2 /* View+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASAdditions.h"; path = "Masonry/View+MASAdditions.h"; sourceTree = ""; }; + D5BD99EA9A70B156B8649767D61944DB /* table_basic_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = table_basic_fwd.hpp; path = include/realm/table_basic_fwd.hpp; sourceTree = ""; }; + D5CAFEEDE638F3B38BCB4AF091CA67D1 /* TTTAttributedLabel.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TTTAttributedLabel.xcconfig; sourceTree = ""; }; + D738BBEC375070E9DA6D0386C2B7FC9C /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; + D8CDEE9201BAECC2843E0C97772CFC4D /* SDWebImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDecoder.m; path = SDWebImage/SDWebImageDecoder.m; sourceTree = ""; }; + D9156EC42E14A141768B50125E105AB1 /* MHTransitionShowDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHTransitionShowDetail.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionShowDetail.h; sourceTree = ""; }; D97997FE976EB7278195C67F1C4F07E5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - D9E38A3957E2FEA4AC14AA075139F8A2 /* AcknowViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AcknowViewController.swift; path = Source/AcknowViewController.swift; sourceTree = ""; }; + D9B1917182D7DE4A6B8BA3D2FA223156 /* table_macros.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = table_macros.hpp; path = include/realm/table_macros.hpp; sourceTree = ""; }; + D9C7A73A1DBF4B29E706FF6E50FC478B /* importer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = importer.hpp; path = include/realm/importer.hpp; sourceTree = ""; }; DA312349A49333542E6F4B36B329960E /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.release.xcconfig; sourceTree = ""; }; - DAC54DABDF3C8EC24FD59CAAA47C50B5 /* query_conditions.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = query_conditions.hpp; path = include/realm/query_conditions.hpp; sourceTree = ""; }; - DB302E36268D9BE4206A03AC93531B9A /* messageMH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = messageMH.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/messageMH.png; sourceTree = ""; }; - DB41BE716F47CA758384338316C1E82E /* MASConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraint.m; path = Masonry/MASConstraint.m; sourceTree = ""; }; - DB6B55E9C8B1234827C1457F98039250 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - DBEBC667AB0589C44E2D17A8AE89687A /* destroy_guard.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = destroy_guard.hpp; path = include/realm/impl/destroy_guard.hpp; sourceTree = ""; }; - DCA1A58B134BE1F3092AC838D5AD5BEE /* descriptor.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = descriptor.hpp; path = include/realm/descriptor.hpp; sourceTree = ""; }; - DD1BE5679587053FD0B5B9E725C2FB78 /* query.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = query.hpp; path = include/realm/query.hpp; sourceTree = ""; }; - DD9F5F32C97F8CB4F4E744BE2CE85E44 /* Cartography.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Cartography.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - DE7CC07C0A412557B1D2A995CBF6BC2B /* UIImageView+MHGallery.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+MHGallery.m"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/UIImageView+MHGallery/UIImageView+MHGallery.m"; sourceTree = ""; }; - DFBA7948B7E4C99EF9A13865DFEAA830 /* SVIndefiniteAnimatedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVIndefiniteAnimatedView.h; path = SVProgressHUD/SVIndefiniteAnimatedView.h; sourceTree = ""; }; - DFD43D484560F1961A306DD48979A749 /* facebookMH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "facebookMH@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/facebookMH@2x.png"; sourceTree = ""; }; - E0103F07D5D6609E338A51D78812CF97 /* column_string.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_string.hpp; path = include/realm/column_string.hpp; sourceTree = ""; }; - E0ECFF0A4C5DC486955D500D83659FDC /* bind_ptr.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bind_ptr.hpp; path = include/realm/util/bind_ptr.hpp; sourceTree = ""; }; - E0F10DBD0CCD4605F0DED21157C92CD4 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - E262DB411033B61D0AA7C431103F7890 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - E3D7F9D10D24D2C8F2857C69449C3CD2 /* Cartography-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Cartography-umbrella.h"; sourceTree = ""; }; - E49349CC73084B6E9CBB16882245879F /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - E49C38CC2B76D573291BB61B1ECA5BE5 /* utf8.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = utf8.hpp; path = include/realm/util/utf8.hpp; sourceTree = ""; }; - E4BFE45BC8B51B4D2E5CE908B3968242 /* thread.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = thread.hpp; path = include/realm/util/thread.hpp; sourceTree = ""; }; - E61FCA88DDE75075BD1ACD9E412D8CDE /* TTTAttributedLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TTTAttributedLabel.h; path = TTTAttributedLabel/TTTAttributedLabel.h; sourceTree = ""; }; - E6C0DA1C870F973D613F81694ED7D907 /* MHVideoPhotoGallery-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MHVideoPhotoGallery-dummy.m"; sourceTree = ""; }; - E6E8AAC3B658F8768A1425E654D002A1 /* GMStepper.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GMStepper.xcconfig; sourceTree = ""; }; - E7422F6B42C26E7FC6179A5C76B56436 /* array.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array.hpp; path = include/realm/array.hpp; sourceTree = ""; }; - E779A264A24D39162837C7BFCDE313C4 /* string_data.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = string_data.hpp; path = include/realm/string_data.hpp; sourceTree = ""; }; - E7D79F2C56233E80E6C3F2584225CE00 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E7E092E4E4EA60ECE84F5F574E8B66EC /* MASViewAttribute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewAttribute.h; path = Masonry/MASViewAttribute.h; sourceTree = ""; }; + DA336A5B3D2BE67045F93738140D9781 /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + DA46831B65EAF4155A4EDE2A4498450E /* descriptor.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = descriptor.hpp; path = include/realm/descriptor.hpp; sourceTree = ""; }; + DA46A3B73E16F50D1FF8791850AAE591 /* MHVideoPhotoGallery-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MHVideoPhotoGallery-dummy.m"; sourceTree = ""; }; + DABC97C423628F8DE48F1CADC9A3A313 /* LayoutProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutProxy.swift; path = Cartography/LayoutProxy.swift; sourceTree = ""; }; + DB1615A9E4CCBCFF045EBB428F44DB36 /* MHUIImageViewContentViewAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHUIImageViewContentViewAnimation.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHUIImageViewContentViewAnimation/MHUIImageViewContentViewAnimation.m; sourceTree = ""; }; + DB4664537060163B188DB3F71967C159 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + DC683E70757EC263A0AC1B23B2E7E249 /* SZTextView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SZTextView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + DC8D014A28E7EDCAA42AE8E91B18CE5C /* playButton.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = playButton.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/playButton.png; sourceTree = ""; }; + DCBA806DEC239813CAFCE30422EB745E /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; + DD63ADCD3F590D433925490073CF3FCF /* Masonry.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.xcconfig; sourceTree = ""; }; + DD7B0A41D67B3D7E50253795C387EDB8 /* playButton@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "playButton@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/playButton@2x.png"; sourceTree = ""; }; + DD89C7935E614F03C32C43B578742F4E /* SDWebImage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-umbrella.h"; sourceTree = ""; }; + DDD04B3251E3C682C4E45994926CB961 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = RealmSwift.modulemap; sourceTree = ""; }; + DE9A95372AFB795E5B825DF8D3FC4EEE /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + E002B38685DBA2476834CC58A0D2DEDA /* object_store_exceptions.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = object_store_exceptions.cpp; path = Realm/ObjectStore/object_store_exceptions.cpp; sourceTree = ""; }; + E0910132A57ACBC343DE8F486E500C57 /* Edges.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Edges.swift; path = Cartography/Edges.swift; sourceTree = ""; }; + E0E7D7B4B3ECFB9B6B722E5F3EEA2BA8 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/SDImageCache.m; sourceTree = ""; }; + E176926CB228800E1F330481A1A72D83 /* MZTimerLabel.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MZTimerLabel.xcconfig; sourceTree = ""; }; + E38385809A9290E3B2A4FC2B59F4CE2F /* row.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = row.hpp; path = include/realm/row.hpp; sourceTree = ""; }; + E3D5B2CF677E3CA5A36C855EA40B0F3F /* GMStepper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GMStepper.swift; path = GMStepper/GMStepper.swift; sourceTree = ""; }; + E41D33821E63FA1238AB505831CD94B8 /* Fabric.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Fabric.framework; sourceTree = ""; }; + E457B06D29A8657D83593DFCAEE935B3 /* group.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = group.hpp; path = include/realm/group.hpp; sourceTree = ""; }; + E4E122A6A466FEC7D1FCD03BA03B2BF9 /* array_binary.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_binary.hpp; path = include/realm/array_binary.hpp; sourceTree = ""; }; + E5EE73950A3367385660FD5C09843BBB /* array_integer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_integer.hpp; path = include/realm/array_integer.hpp; sourceTree = ""; }; + E65615F565CAF0C622B8ED6F9ECD47AD /* TTTAttributedLabel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = TTTAttributedLabel.modulemap; sourceTree = ""; }; E7F21354943D9F42A70697D5A5EF72E9 /* Pods-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-frameworks.sh"; sourceTree = ""; }; E8446514FBAD26C0E18F24A5715AEF67 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - E899DFDA271FA286FEAD113CB6EE8A15 /* shared_ptr.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = shared_ptr.hpp; path = include/realm/util/shared_ptr.hpp; sourceTree = ""; }; - E8BE87BDA27A693E84C164F3E7F95468 /* RLMRealm_Private.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMRealm_Private.hpp; path = include/realm/RLMRealm_Private.hpp; sourceTree = ""; }; - E954F5DEBBE58986F93251A09D12D5EA /* MHTransitionShowShareView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHTransitionShowShareView.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionShowShareView.h; sourceTree = ""; }; - E969F0DBBDF8C3B017A19A8D4DED9098 /* DKCamera-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DKCamera-umbrella.h"; sourceTree = ""; }; - E9C16EC6D5B3A24A3CB28A9F74516EF3 /* FXLabel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FXLabel-prefix.pch"; sourceTree = ""; }; - EB0036C048A38CD2EB1524423A231023 /* EditControl@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EditControl@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/EditControl@2x.png"; sourceTree = ""; }; - ECF11E36A04D032E855936581B34CF1C /* Point.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Point.swift; path = Cartography/Point.swift; sourceTree = ""; }; - ECFEFC0464BED4CA08F3896C541002EA /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/realm/Realm.h; sourceTree = ""; }; - EDAC31D71FB9D0EF09930030AA9FAD5A /* NRSimplePlist-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NRSimplePlist-dummy.m"; sourceTree = ""; }; - EE416BCC9DA1F222C0F4D7C177F2E07C /* MHBarButtonItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHBarButtonItem.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHBarButtonItem/MHBarButtonItem.h; sourceTree = ""; }; - EE444BFA6E271CD900D51AA9A9FD9EC1 /* View+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASAdditions.h"; path = "Masonry/View+MASAdditions.h"; sourceTree = ""; }; - EE5DE4CEB02899F3B6942DAC2DDB0207 /* MHGalleryImageViewerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHGalleryImageViewerViewController.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryImageViewerViewController/MHGalleryImageViewerViewController.m; sourceTree = ""; }; - EE734E3CFA8964C0D6F4AA4B810C56EE /* link_view.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = link_view.hpp; path = include/realm/link_view.hpp; sourceTree = ""; }; - EF37030CD272CF04D321B35BF1056F02 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - EF8B7439EC24AAB5496C239E23173BE7 /* MASUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASUtilities.h; path = Masonry/MASUtilities.h; sourceTree = ""; }; - EFFD29B4A8289085DC4F41673FA3726B /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/realm/RLMConstants.h; sourceTree = ""; }; - F04251F437C38EC890BA0F3E2E68D5F7 /* realm_nmmintrin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = realm_nmmintrin.h; path = include/realm/realm_nmmintrin.h; sourceTree = ""; }; - F10649D9CAF4167C7C68C096AA46B345 /* disable_sync_to_disk.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = disable_sync_to_disk.hpp; path = include/realm/disable_sync_to_disk.hpp; sourceTree = ""; }; - F116D87D95E8B49560D930D81A10F160 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/realm/RLMRealmConfiguration.h; sourceTree = ""; }; - F23FF814E3C926B121D56A1BBBA65F4D /* MGSwipeTableCell-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MGSwipeTableCell-umbrella.h"; sourceTree = ""; }; - F2A4DB0A7D0AEF6DDCBFAD638F6506C5 /* LayoutProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutProxy.swift; path = Cartography/LayoutProxy.swift; sourceTree = ""; }; - F347E68BFB089A4652DDE21013B5D1B1 /* playButton@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "playButton@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/playButton@2x.png"; sourceTree = ""; }; - F37FF46A9E839C6A70F2FAF6B282B9CC /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - F39C6D685D19DD25B6D047DEF70EABD6 /* DKCamera-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DKCamera-prefix.pch"; sourceTree = ""; }; - F3A767CBA6A82BD4DD2BAD03CB84C7B1 /* MZTimerLabel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MZTimerLabel-prefix.pch"; sourceTree = ""; }; - F4C3BB5A0DAEFB8975A608ECFABB41E8 /* playButton.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = playButton.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/playButton.png; sourceTree = ""; }; + E8532A8A1B4453F24631AECCBFA3DD04 /* UIImageView+MHGallery.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+MHGallery.m"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/UIImageView+MHGallery/UIImageView+MHGallery.m"; sourceTree = ""; }; + E8934BA95BC809FE5E0DD3845CD19099 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + E8D63062E41585DC49B2C4997619861A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + E9D3F866E5719FBDAB0734647C3532AA /* RLMSwiftBridgingHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftBridgingHeader.h; path = include/realm/RLMSwiftBridgingHeader.h; sourceTree = ""; }; + EB060FC2C9DD91EE7C4547B5B0103C48 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + EB7F2781AC1E36189492920CD25C52C3 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/realm/RLMArray_Private.h; sourceTree = ""; }; + EB814596860F41A3C055C7C33E9E31B5 /* utilities.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = utilities.hpp; path = include/realm/utilities.hpp; sourceTree = ""; }; + EB9F95A3A6758F9D50FCEFC58B655EE5 /* alloc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = alloc.hpp; path = include/realm/alloc.hpp; sourceTree = ""; }; + EBED3E635A199BFE1C66285184DD3B5C /* twitterMH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = twitterMH.png; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/twitterMH.png; sourceTree = ""; }; + EC1E8740FDC848E19C497E8D21EDA57A /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + EC4728C5EBF4D1B492C4F1850D683A5A /* MHShareViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHShareViewController.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHShareViewController/MHShareViewController.m; sourceTree = ""; }; + EC828E65B5EF1E1FB0D03E8951D0770C /* group_shared.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = group_shared.hpp; path = include/realm/group_shared.hpp; sourceTree = ""; }; + ED060617B1415C0FEDF854FD9CE0BA9C /* Edge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Edge.swift; path = Cartography/Edge.swift; sourceTree = ""; }; + EE26C4C1BD4ED94246DCAAFAE372E405 /* views.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = views.hpp; path = include/realm/views.hpp; sourceTree = ""; }; + EE46D925D492F2F6A0EB2EC31A8F0732 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/NSData+ImageContentType.h"; sourceTree = ""; }; + EFA950C6432D062DE575CBDE1D9786FC /* lang_bind_helper.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lang_bind_helper.hpp; path = include/realm/lang_bind_helper.hpp; sourceTree = ""; }; + EFCA4AB2AB13F7C27413D326E0DEB0A2 /* saveMH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "saveMH@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/saveMH@2x.png"; sourceTree = ""; }; + EFD1AB20A358BD11BD9A868BB8DAE208 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + F0192FEFF9609F4CD1CC57C7E1F89AD9 /* MHVideoPhotoGallery.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = MHVideoPhotoGallery.modulemap; sourceTree = ""; }; + F05C6F0807D9DD57F12811D2DC77A36F /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/realm/RLMObjectSchema_Private.h; sourceTree = ""; }; + F1398A5E87E4427C3E6C215EB69FB42F /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + F18E78DF8922BA4FC409BE630145E5D3 /* MHMediaPreviewCollectionViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHMediaPreviewCollectionViewCell.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHMediaPreviewCollectionViewCell/MHMediaPreviewCollectionViewCell.m; sourceTree = ""; }; + F25491D134A975384983E52CB3C175E4 /* column_mixed.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_mixed.hpp; path = include/realm/column_mixed.hpp; sourceTree = ""; }; + F42670A98BC4FA64E3152134C2282A61 /* MZTimerLabel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MZTimerLabel-dummy.m"; sourceTree = ""; }; F5043E2BF209A8E2FE4F13379F736642 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; - F55EFF21EE3B66FEE8D16544834F0B82 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/SDWebImageDownloader.h; sourceTree = ""; }; - F598CA883A6A0C2C85768F960255E78F /* alloc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = alloc.hpp; path = include/realm/alloc.hpp; sourceTree = ""; }; - F656FCF4AF484712847750295BCAA86E /* MHUIImageViewContentViewAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHUIImageViewContentViewAnimation.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHUIImageViewContentViewAnimation/MHUIImageViewContentViewAnimation.m; sourceTree = ""; }; - F65A31EB84264086F967DDF01FCFA645 /* array_blobs_big.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_blobs_big.hpp; path = include/realm/array_blobs_big.hpp; sourceTree = ""; }; - F79833B696C95419AA6CE47DAA04A7E9 /* View.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = View.swift; path = Cartography/View.swift; sourceTree = ""; }; - F7DA9A7583ECA82648F09D98384C1537 /* TTTAttributedLabel.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TTTAttributedLabel.xcconfig; sourceTree = ""; }; - F7DE4B1F839AF6F2186E9980AF8D17DC /* RLMObservation.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMObservation.hpp; path = include/realm/RLMObservation.hpp; sourceTree = ""; }; - F8BD370B01EFC18D9DDA7ABAAE514C18 /* link_view_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = link_view_fwd.hpp; path = include/realm/link_view_fwd.hpp; sourceTree = ""; }; + F5C3A60C116F1AE1A1BCF5C10FBDAA6A /* MHGalleryController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MHGalleryController.h; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryController/MHGalleryController.h; sourceTree = ""; }; + F757F957E16C0FBE10BA8ACE9C95375C /* View+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "View+MASAdditions.m"; path = "Masonry/View+MASAdditions.m"; sourceTree = ""; }; + F7A487CAF320495E02C3F5D4FCBAA01E /* FXLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FXLabel.m; path = FXLabel/FXLabel.m; sourceTree = ""; }; + F7D6FE287CCC7C322A0954CF0D4C9A0D /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + F7F103BDE4AB3314C45D488B66A62D9C /* NRSimplePlist-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NRSimplePlist-dummy.m"; sourceTree = ""; }; + F87B43FBF75E48EF4D6B71A7C185AB3F /* MHTransitionShowDetail.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHTransitionShowDetail.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionShowDetail.m; sourceTree = ""; }; + F93DB502C794CDB8EAFCC9149634667D /* column_linkbase.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_linkbase.hpp; path = include/realm/column_linkbase.hpp; sourceTree = ""; }; + F94A84FA96E4144BE3128DA11F30B65F /* group_writer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = group_writer.hpp; path = include/realm/group_writer.hpp; sourceTree = ""; }; F952BB5777F8E32CFCE03FDDA3516683 /* TTTAttributedLabel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TTTAttributedLabel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - F99F400796CD04EF70F30562C7A22DF7 /* MHTransitionShowOverView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHTransitionShowOverView.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/Transitions/MHTransitionShowOverView.m; sourceTree = ""; }; - FA0C4815D12241FCAA2B302C2FE618D5 /* tuple.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = tuple.hpp; path = include/realm/util/tuple.hpp; sourceTree = ""; }; - FA882C86135FA0A2A96BE1CC6D051461 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - FB43BEBC36FC1416E560297DC67A52ED /* MHGalleryController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MHGalleryController.m; path = MHVideoPhotoGallery/MMHVideoPhotoGallery/MHGalleryController/MHGalleryController.m; sourceTree = ""; }; - FB89DBABF250AF506B59E52B3DEF7C4A /* SZTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SZTextView.h; path = Classes/SZTextView.h; sourceTree = ""; }; - FCE201397644FEEF6A3A89AF3D6E2E55 /* Size.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Size.swift; path = Cartography/Size.swift; sourceTree = ""; }; - FCEFA9DC646BC58410418B2B35DF739E /* table_macros.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = table_macros.hpp; path = include/realm/table_macros.hpp; sourceTree = ""; }; - FD71A0055BE717332E00D6ABF40B5493 /* Distribute.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Distribute.swift; path = Cartography/Distribute.swift; sourceTree = ""; }; - FD7EEE79DFAAC9D6E607599420345F8F /* column_linkbase.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_linkbase.hpp; path = include/realm/column_linkbase.hpp; sourceTree = ""; }; - FDDD0DA7AEDB1C10CF11D09C0A97ABA0 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/realm/RLMObject.h; sourceTree = ""; }; - FEAC9A21164298DF2F8BF3709F74255D /* type_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = type_traits.hpp; path = include/realm/util/type_traits.hpp; sourceTree = ""; }; - FEB66AF68AC9FF85241E4B6A37CDE39C /* RLMObjectSchema_Private.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = RLMObjectSchema_Private.hpp; path = include/realm/RLMObjectSchema_Private.hpp; sourceTree = ""; }; - FF88F99229410914C8DF11969E13F469 /* column_type_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_type_traits.hpp; path = include/realm/column_type_traits.hpp; sourceTree = ""; }; + F974E133E3349F88F8EC5DD726369263 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + F9B3D2D35CADB8D8D6A9ADF3087DA27A /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/UIButton+WebCache.h"; sourceTree = ""; }; + F9F85BDA323C049DDCDCF811FD129F50 /* MHVideoPhotoGallery-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MHVideoPhotoGallery-umbrella.h"; sourceTree = ""; }; + FA26F9B3B1B5ED78798655581A2A1D0A /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; + FA2B975CB3F1ED6D01501198447F2362 /* ViewController+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ViewController+MASAdditions.h"; path = "Masonry/ViewController+MASAdditions.h"; sourceTree = ""; }; + FB7F84B5B0F5F6D3D53F0A6F14A8EFAD /* MZTimerLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MZTimerLabel.m; path = MZTimerLabel/MZTimerLabel.m; sourceTree = ""; }; + FC5E5D8639361E965E3F04EC17985707 /* FXLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FXLabel.h; path = FXLabel/FXLabel.h; sourceTree = ""; }; + FCA0774956B9C49A0514D13B81B6F52F /* librealm-ios.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = "librealm-ios.a"; path = "core/librealm-ios.a"; sourceTree = ""; }; + FD7C44EC827934B100B4C2D93DF658C8 /* RLMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDefines.h; path = include/realm/RLMDefines.h; sourceTree = ""; }; + FDD195BAB1A51078B4BF1F096C2149F1 /* table_view_basic.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = table_view_basic.hpp; path = include/realm/table_view_basic.hpp; sourceTree = ""; }; + FDD27CC2B5E93F6D516FC4B72C06DD56 /* videoIcon@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "videoIcon@2x.png"; path = "MHVideoPhotoGallery/MMHVideoPhotoGallery/Images/videoIcon@2x.png"; sourceTree = ""; }; + FE8BA350E236EC1C53666B2B6B4893D7 /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASAdditions.h"; path = "Masonry/NSArray+MASAdditions.h"; sourceTree = ""; }; + FEDB1E95D5E709CF2171CEA28B848530 /* replication.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = replication.hpp; path = include/realm/replication.hpp; sourceTree = ""; }; + FF02401D7339866CD1500395DD4EE5F1 /* Expression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Expression.swift; path = Cartography/Expression.swift; sourceTree = ""; }; + FF1495644DF255E8D6738239ABA72AAB /* memory_stream.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = memory_stream.hpp; path = include/realm/util/memory_stream.hpp; sourceTree = ""; }; + FF2954832247386CF02A97FEB62901FD /* terminate.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = terminate.hpp; path = include/realm/util/terminate.hpp; sourceTree = ""; }; + FF5DEC79F8C14CC883D4A4337A0C046E /* Cartography.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Cartography.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + FFA3EE90F1A75236D1608157FC94C5D3 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + FFBE49E2A418950E01483FCD3122EE04 /* column_linklist.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = column_linklist.hpp; path = include/realm/column_linklist.hpp; sourceTree = ""; }; + FFC40E0B020E99E61F11E8EEE1A5C100 /* Masonry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-prefix.pch"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1158,45 +1126,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1D7015AFC7695B329B502107098559A8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 8C04E95C34CF3A50966648BFE995DE46 /* Foundation.framework in Frameworks */, - AEA430105374B2682EA88BAF6A1A6192 /* Realm.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 226553F1D133C7493A94A88B41BF0581 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 3824D97C37DC2D0B8638C16B3321D407 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2B968CCC91677AD4D456CE4C489795DC /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4A5B21C633B8DEB39E61D3A438BFB2D1 /* Foundation.framework in Frameworks */, - 3F57E24B94D9789BFC3FAAB5E6E1DBFC /* QuartzCore.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2D73C0121E38CB0D8BE653DC380E0103 /* Frameworks */ = { + 1AFA3C0F44A76939DD8D2314D2A22406 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5531B8CA56254D13BE75AEB5E58EC17E /* Foundation.framework in Frameworks */, + 0FE72C71B9EEF02A62A2FB096A896F9C /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 39916AB0BA55436487F6DB00BDAD806C /* Frameworks */ = { + 300C750DB3A51220FC7F769D27328F5D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 994360D3C5BD46EB99DC6B20ECAB0A11 /* Foundation.framework in Frameworks */, + 2DF5EE66B63729AB11A79682101D7608 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1228,6 +1170,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 7460835EE385A2365A5BF9935C56018B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 2F5C1A63897D1823830D178163B2AA74 /* Foundation.framework in Frameworks */, + CB9B84BBB7CF2D89A2BFBB77FD3AC1DD /* Realm.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 7703C2FA6D805EC0DBFC7FEA5CC80E50 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1292,19 +1243,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BD9DE7B5E5811B3F5E76D6AF0865B20D /* Frameworks */ = { + C3D4D8B7141843145A3536AD77152715 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 9F8C0264415C988516E2E185165BB0C2 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DF0D429CF90E3F5C4592755DB4E2837D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A053C13103DE230F3D77C1B0CD90CA2D /* Foundation.framework in Frameworks */, + C939E03B290D9E5FCDB95CEA3490AC95 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - CA04F8D4F078EA495F1E5BDEC51BB484 /* Frameworks */ = { + E1B2D777F2D00D043B8A46737B61C976 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 662015BA815519C2273562372410558A /* Foundation.framework in Frameworks */, + 92C69044DAC2E9D976033FAEC7E9F329 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1328,425 +1287,486 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 019B2BA5236499D8B72C96DA98F5E402 /* SDWebImage */ = { + 07159BF6C626A0DBD3A118AF3A5B5949 /* FXLabel */ = { isa = PBXGroup; children = ( - 3F0B526611341A855A719AB4D4249E2F /* Core */, - 25794366C5C44ABD917BD4B4A02F3257 /* Support Files */, + FC5E5D8639361E965E3F04EC17985707 /* FXLabel.h */, + F7A487CAF320495E02C3F5D4FCBAA01E /* FXLabel.m */, + 3D666B249214D0254EF1A6E7D42272D9 /* Support Files */, ); - path = SDWebImage; + path = FXLabel; sourceTree = ""; }; - 021C8E5702FD0B9A72295F46A4E5799A /* Support Files */ = { + 0862D7ABA428F3834EDFD92592894880 /* GMStepper */ = { isa = PBXGroup; children = ( - C6A2FABC0807245312B6E2D3EE0CC2F8 /* Info.plist */, - 38277D4F704F44C43C618BDB624D238E /* MHVideoPhotoGallery.modulemap */, - 6A84947E352DD4EF285D15BCB1E9E5A2 /* MHVideoPhotoGallery.xcconfig */, - E6C0DA1C870F973D613F81694ED7D907 /* MHVideoPhotoGallery-dummy.m */, - 8BFF467C35FD4C01B12D81ED1B10FB87 /* MHVideoPhotoGallery-prefix.pch */, - 008E5F0ABB6F298E05EB65DC1EA52E69 /* MHVideoPhotoGallery-umbrella.h */, + E3D5B2CF677E3CA5A36C855EA40B0F3F /* GMStepper.swift */, + 3FFA848AF4C8D0AE0C59ADE75CF7D9EE /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/MHVideoPhotoGallery"; + path = GMStepper; sourceTree = ""; }; - 02CA0E72B931A506480D2E102C2B6956 /* RealmSwift */ = { + 09781F1F1B22116744D9EFF0C2771ECF /* Support Files */ = { isa = PBXGroup; children = ( - BAD35D5842AF29A9A8EF68E3D0E962A9 /* Aliases.swift */, - 1B81D2D7CBD6E22BCAFD7BFD5129B341 /* List.swift */, - 86A46554B7EAAB94FC6952E002A78153 /* Migration.swift */, - 7C89B2F7137B6337C2D0C16BFDE8399C /* Object.swift */, - 6D27FC808CD5FF909F0DCDAC876640E6 /* ObjectSchema.swift */, - 009CE4D1DDF3C11FA02DE3E11C41EBBE /* Optional.swift */, - D717F2DF7698761786647F7C616D41A4 /* Property.swift */, - A51301DF7322D8AE7AE895A2C869D133 /* Realm.swift */, - A57A73C8E44D75A958988ADA079570E7 /* RealmCollectionType.swift */, - 861E8D679C7996884C09BB7F39951C81 /* RealmConfiguration.swift */, - 4CAEF70A781A628604268106D9870CEE /* Results.swift */, - DB6B55E9C8B1234827C1457F98039250 /* Schema.swift */, - B1808CF55E6315EDCF5D5E1F898ADC0E /* SortDescriptor.swift */, - E262DB411033B61D0AA7C431103F7890 /* Util.swift */, - C7CB47FCF1C10483B4676F29966EE578 /* Support Files */, + 1AB7B37EA36D95616A60B443F4FDD22A /* Info.plist */, + 64D2F5CEA0C2B831C84EE236E7BDE9A3 /* SwiftyUserDefaults.modulemap */, + C148D8BA1E499CC5D06EA19C281AC98A /* SwiftyUserDefaults.xcconfig */, + 25696102917BB8D2AC3BF1BFAEC5CABA /* SwiftyUserDefaults-dummy.m */, + C5478F7F9A4E5CF8A94C9252FD9F9786 /* SwiftyUserDefaults-prefix.pch */, + C05C259E359BECCECD13B01DF213192B /* SwiftyUserDefaults-umbrella.h */, ); - path = RealmSwift; + name = "Support Files"; + path = "../Target Support Files/SwiftyUserDefaults"; sourceTree = ""; }; - 0878568B21C0DB457A769EB513ACD7E5 /* Resources */ = { + 0BFFC3067C21B0825AFA867485CE8220 /* Products */ = { isa = PBXGroup; children = ( - 0A5E5EB54CB5DACE7AA4319778CFB96D /* SVProgressHUD.bundle */, + D0E3DBDE7A3469C98DFBB3CFA1EED671 /* AcknowList.framework */, + FF5DEC79F8C14CC883D4A4337A0C046E /* Cartography.framework */, + 43AAF2EB5873C94F2E8C4582F6356A72 /* DKCamera.framework */, + 5D8CE9E1E6B378C3A7AF2329E0E84D7F /* FXLabel.framework */, + 54A5556D1C5289221EA3F3F32174435D /* GMStepper.framework */, + 634068D43DFE69B5A9DAB95A94D08C47 /* Masonry.framework */, + 37749A82A65333E803AF79B6FD5C3839 /* MGSwipeTableCell.framework */, + 89542D11B33A8814D8AFA693C47DED0E /* MHVideoPhotoGallery.framework */, + 16D7B63C79C523CD23F5AF81233FF9AC /* MZTimerLabel.framework */, + BF8B96AF240903A1426F58DE45097563 /* NRSimplePlist.framework */, + 45C4EB2523CB5BFBE55D10BB89404165 /* Pods.framework */, + 97EB6ADA3CD9EB29F2CD892AF5DA2D14 /* Realm.framework */, + DE9A95372AFB795E5B825DF8D3FC4EEE /* RealmSwift.framework */, + 6A96B01B54E5DB3E9640A2F18301FBB3 /* SDWebImage.framework */, + 5A59C2CE20546C13D12F85BEE63F8D2F /* SwiftyJSON.framework */, + CF5564B1F92A117CAE39E54044C101A8 /* SwiftyUserDefaults.framework */, + DC683E70757EC263A0AC1B23B2E7E249 /* SZTextView.framework */, + 707246874FCA02ACF552CED8D98C2B61 /* TTTAttributedLabel.framework */, ); - name = Resources; + name = Products; sourceTree = ""; }; - 1744C71E07D4D3AADFCF59AC3E98180C /* SwiftyUserDefaults */ = { + 11F709C3D9B841117C957B152987094A /* MGSwipeTableCell */ = { isa = PBXGroup; children = ( - 4F370991FA958A90B6302AA7A4F66337 /* SwiftyUserDefaults.swift */, - 2338136587BCEDFAD8D07868C6A9F715 /* Support Files */, + 5B29F809680917131A75A83A6CB52C90 /* MGSwipeButton.h */, + 3D0AB34659F7833C780CABE9F1075E01 /* MGSwipeButton.m */, + 0706F3C656915F3828858A8DF29F6F05 /* MGSwipeTableCell.h */, + AAC5743667771CBAF8CB734F530A6EC5 /* MGSwipeTableCell.m */, + EBD5E7F0CD0CC29CCD66688382C80BD6 /* Support Files */, ); - path = SwiftyUserDefaults; + path = MGSwipeTableCell; sourceTree = ""; }; - 1A22873CDCFB1DA3A91E4D1DC8331BB1 /* Support Files */ = { + 17B8D20CEE5EE8C549EAD7E9A23306D5 /* SwiftyJSON */ = { isa = PBXGroup; children = ( - D384EFF777775ABC68832BDC87952A3E /* GMStepper.modulemap */, - E6E8AAC3B658F8768A1425E654D002A1 /* GMStepper.xcconfig */, - 3EA6548BEEE0376F91130EE9931520A2 /* GMStepper-dummy.m */, - 47AF2D1368C25312DFC6409A01E803A7 /* GMStepper-prefix.pch */, - 2310F503BEF0C7FC5721161F5EC8B411 /* GMStepper-umbrella.h */, - 8E0B8E9B2D7279524342BC271E4800B0 /* Info.plist */, + BD9D8E43D87E78882754A8049E0556E2 /* SwiftyJSON.swift */, + 5F50214B067B9E04EF4DC3D77FE3410B /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/GMStepper"; + path = SwiftyJSON; sourceTree = ""; }; - 22A4ED4B8BB441A3BD1B4A5B2AC6FDA6 /* Support Files */ = { + 29D1A9B76DEBFAE4E96A72987D35C9A1 /* NRSimplePlist */ = { isa = PBXGroup; children = ( - B9CBE3621D508A98A1149177D6F7FB17 /* Info.plist */, - 64117801F034446E0000C0CE60220F04 /* Realm.modulemap */, - 1DAE17C0BE9C3991A89B46DE6E2D900E /* Realm.xcconfig */, - 8A55B9F6CE5B818690E7D9F9FB83CC3A /* Realm-dummy.m */, - 4F986E8628DDB0E0D44EB38EDF8B0EEB /* Realm-prefix.pch */, + B4201379CB7153C840C011A0F895CD19 /* NRSimplePlist.h */, + 72DFCBF67DF63FCA1B10AE2F7936FEFA /* NRSimplePlist.m */, + 4BC313C152A4DA161E57EF73BCBF0631 /* NRSwiftPlist.swift */, + 70F27D45A5C41948F42803AD5479DBA8 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/Realm"; + path = NRSimplePlist; sourceTree = ""; }; - 2338136587BCEDFAD8D07868C6A9F715 /* Support Files */ = { + 38E5CC9355E44114D07E7AEFA95E8226 /* Support Files */ = { isa = PBXGroup; children = ( - 4E8A2DB8D231D6B26C7352AEE412231F /* Info.plist */, - 8D1B1FB4F224BFFD830BAF8FE117D58B /* SwiftyUserDefaults.modulemap */, - 958FAC4C50AA0FE16F739128793166C5 /* SwiftyUserDefaults.xcconfig */, - 0335211D29F3897CBE8619D7A80F0865 /* SwiftyUserDefaults-dummy.m */, - 4038432AC5BFB7819678D94373F8043D /* SwiftyUserDefaults-prefix.pch */, - 22A7C45B3C445944BB738D0E82F04ABD /* SwiftyUserDefaults-umbrella.h */, + B41B9C5F092CD3522724CF2D5B90B1E8 /* DKCamera.modulemap */, + AC1B97446FCEEE5AAE1B207EB336B60D /* DKCamera.xcconfig */, + CCBB23EE96E770E5A8F8B5C05314C177 /* DKCamera-dummy.m */, + 13338E0FD2ABBBEC344480D1354C8967 /* DKCamera-prefix.pch */, + 96D97C3E1DAEDB19D2094AEED4D2A589 /* DKCamera-umbrella.h */, + 49440A1D0F16F482D4E391F88C80403B /* Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/SwiftyUserDefaults"; + path = "../Target Support Files/DKCamera"; sourceTree = ""; }; - 2546D1208C259E82AA1009F16A36C2F3 /* Support Files */ = { + 3A8FA89454702F2C04B8E041DAC03D84 /* Support Files */ = { isa = PBXGroup; children = ( - 17927CE1FD2252C2D5FD6807BF4B3BE6 /* Info.plist */, - CA1CB6C5A751BE7EE7C97FA664712328 /* TTTAttributedLabel.modulemap */, - F7DA9A7583ECA82648F09D98384C1537 /* TTTAttributedLabel.xcconfig */, - 800E6A01B0FFEB80B5BCA4B94416C138 /* TTTAttributedLabel-dummy.m */, - A71C0C1980636FF8C6A8BB61E34729D8 /* TTTAttributedLabel-prefix.pch */, - C34CFE030C9D5F19CD24F9217BDBE1F0 /* TTTAttributedLabel-umbrella.h */, + F974E133E3349F88F8EC5DD726369263 /* Info.plist */, + E65615F565CAF0C622B8ED6F9ECD47AD /* TTTAttributedLabel.modulemap */, + D5CAFEEDE638F3B38BCB4AF091CA67D1 /* TTTAttributedLabel.xcconfig */, + 30C3315224E15A584FC9D825C5393C34 /* TTTAttributedLabel-dummy.m */, + 0B89DECCB2E804135E0277330852E1CD /* TTTAttributedLabel-prefix.pch */, + 53531FA8FB78AA48B1654681B636FF60 /* TTTAttributedLabel-umbrella.h */, ); name = "Support Files"; path = "../Target Support Files/TTTAttributedLabel"; sourceTree = ""; }; - 25794366C5C44ABD917BD4B4A02F3257 /* Support Files */ = { + 3BF34623292DFE3C639ACD32CADD3132 /* Frameworks */ = { isa = PBXGroup; children = ( - C7A64B7191F43517CCD926942420FEB8 /* Info.plist */, - 2B070DD8A658651DE2FB3AF2B7806C63 /* SDWebImage.modulemap */, - 0856BBDF031BC592754939381234429E /* SDWebImage.xcconfig */, - CF35052F19E5C7DA0E220FECFA1AE37A /* SDWebImage-dummy.m */, - 50B2E54A8BE67241D980BC384F21335A /* SDWebImage-prefix.pch */, - 13414E90C22EE320BF1DA3DA76DE87B1 /* SDWebImage-umbrella.h */, + FCA0774956B9C49A0514D13B81B6F52F /* librealm-ios.a */, ); - name = "Support Files"; - path = "../Target Support Files/SDWebImage"; - sourceTree = ""; - }; - 269F0E51BFF2DF09CDA38D616E5FDD15 /* Base */ = { - isa = PBXGroup; - children = ( - 6159257402705EAEC4B187A1B6FB6C68 /* Frameworks */, - ); - name = Base; - sourceTree = ""; - }; - 2A4D5D9A383AF6A3169E34245BD222A1 /* MHVideoPhotoGallery */ = { - isa = PBXGroup; - children = ( - EE416BCC9DA1F222C0F4D7C177F2E07C /* MHBarButtonItem.h */, - B552EC0F9451ED3B19F9CCBB1E0AF0C2 /* MHBarButtonItem.m */, - 73F9D449C8CD86428980A55DFF7C4088 /* MHCustomization.h */, - 99B0370E919569D0935F98B1E4FBB6BA /* MHCustomization.m */, - 664C1AD03FE6A649725E358BA89A4DEC /* MHGallery.h */, - ACB3DA541548E25CD8DDBC7E6A879401 /* MHGallery.m */, - 50DE0046186499A040B87D532BA87EC9 /* MHGalleryController.h */, - FB43BEBC36FC1416E560297DC67A52ED /* MHGalleryController.m */, - 206F745383056AAC12DC616AF90FABAC /* MHGalleryImageViewerViewController.h */, - EE5DE4CEB02899F3B6942DAC2DDB0207 /* MHGalleryImageViewerViewController.m */, - B75EEF6A0A26E5C60525CBDF319D56BB /* MHGalleryItem.h */, - 3D86145E364008A9C03CDC34964D6094 /* MHGalleryItem.m */, - 641E00D3688EAF0BD0AFEEEDCB8AE556 /* MHGalleryLabel.h */, - 61D85E3344FA2CB4C318F7AEC59AB759 /* MHGalleryLabel.m */, - 6CF0D7719FD1D3D0E2CFBC06F58C28C5 /* MHGallerySharedManager.h */, - 92CB34E078B44761EC49AF7D42F4FEB2 /* MHGallerySharedManager.m */, - 191ECC5E881659D873E5E3573F8B4EE6 /* MHGallerySharedManagerPrivate.h */, - C1A489D058A83912F6F811DA39F45AB7 /* MHGradientView.h */, - 01F4692898EF57E2889EF4493B66C1E6 /* MHGradientView.m */, - C6DF15CFFF126B795F64ADA59D7D0467 /* MHMediaPreviewCollectionViewCell.h */, - 172F0A7BF8F3E5F7F7323E168465390F /* MHMediaPreviewCollectionViewCell.m */, - 908490888A80416C63C63B458142D365 /* MHOverviewController.h */, - 2091B3984D556888CF5CCA8C3A59E539 /* MHOverviewController.m */, - 8A5374EDE599A2E2EFB54FEB16289830 /* MHPresenterImageView.h */, - 1313384FCD9019CEE7D124747AE089CC /* MHPresenterImageView.m */, - 64533CA22AC1D3D6931ECEC06416AB44 /* MHScrollViewLabel.h */, - 1C7C112C9045B3706B6A36E2D28EB9F7 /* MHScrollViewLabel.m */, - 915E9D1D539224BCF5C22CA1ECEF58C7 /* MHShareViewController.h */, - 991204D91EA5CAD6EE1B42E4872C4F93 /* MHShareViewController.m */, - 0EA93D0C54E868B519CE502088CBF4C8 /* MHTransitionDismissMHGallery.h */, - 4816D19500B3B691230AB4BC1D570F82 /* MHTransitionDismissMHGallery.m */, - 252F2F600F8B8B3E0813A1EC2FEBFF49 /* MHTransitionPresentMHGallery.h */, - 29B0471FBFDD68CF3B6A518EA6E9D877 /* MHTransitionPresentMHGallery.m */, - 2311E083CCEAAB9763C4B81FC304F4AC /* MHTransitionShowDetail.h */, - B0F3E544B5B28D2AC2B2940667BCA71E /* MHTransitionShowDetail.m */, - 825AEA30F1C83A3CD77C19FD94F88749 /* MHTransitionShowOverView.h */, - F99F400796CD04EF70F30562C7A22DF7 /* MHTransitionShowOverView.m */, - E954F5DEBBE58986F93251A09D12D5EA /* MHTransitionShowShareView.h */, - 680B25758C1BE5626597B177E1E9C21D /* MHTransitionShowShareView.m */, - 659849487A2D829EB5C025B2AFC3B72B /* MHUIImageViewContentViewAnimation.h */, - F656FCF4AF484712847750295BCAA86E /* MHUIImageViewContentViewAnimation.m */, - 7C78138AABD4EC7312F1B62431152A5F /* UIImageView+MHGallery.h */, - DE7CC07C0A412557B1D2A995CBF6BC2B /* UIImageView+MHGallery.m */, - 554DDFEA0C24E56C0E75676ED5C695C7 /* Resources */, - 021C8E5702FD0B9A72295F46A4E5799A /* Support Files */, - ); - path = MHVideoPhotoGallery; + name = Frameworks; sourceTree = ""; }; - 33416B8809CBBDF2C9CAEB3A95DC4985 /* NRSimplePlist */ = { + 3D1E234F24D91DFA2E82AEB320758D30 /* Frameworks */ = { isa = PBXGroup; children = ( - 628198C0A8087126055880CE2F0D4DE4 /* NRSimplePlist.h */, - 7EAA00CD816142EF96755BE54EE7A656 /* NRSimplePlist.m */, - 7758F05BF7769E8009443CE5A81398E4 /* NRSwiftPlist.swift */, - 822F0B61F244246858A07496AF1A5DFF /* Support Files */, + 81BC9F4EC74C402615B9191E9C026953 /* Masonry.framework */, + 78A2B429B3DE287C8786CB0A638B0CC7 /* Realm.framework */, + 61B08904E62B57A581D5301AC89F3F81 /* SDWebImage.framework */, + F952BB5777F8E32CFCE03FDDA3516683 /* TTTAttributedLabel.framework */, + 987AF0D0667D1832398CCA46DB1E7ACF /* iOS */, ); - path = NRSimplePlist; + name = Frameworks; sourceTree = ""; }; - 38EF82EF015EA6E7872EF82DC32AC74D /* Support Files */ = { + 3D666B249214D0254EF1A6E7D42272D9 /* Support Files */ = { isa = PBXGroup; children = ( - 3CA544F73DBBCCFF3EB57C0B4D324E1A /* Info.plist */, - 7B34E261A3A5B5FBC841C89D170A6C6E /* SwiftyJSON.modulemap */, - D5E54AA006C6045DE3561E7408A4CE53 /* SwiftyJSON.xcconfig */, - 56C096266BBF87E09016F86E348558AD /* SwiftyJSON-dummy.m */, - E7D79F2C56233E80E6C3F2584225CE00 /* SwiftyJSON-prefix.pch */, - 41EB6826F15881EC8D2EEAA87DD27A98 /* SwiftyJSON-umbrella.h */, + 1C327B6CF419A21CD9AF4C213025D7A2 /* FXLabel.modulemap */, + 431626777DF84D8C2F19040089EC688A /* FXLabel.xcconfig */, + 4376842819184D4DC33E3D1B1E4A2C55 /* FXLabel-dummy.m */, + BA546E38F914552E7CA96BBD619999E8 /* FXLabel-prefix.pch */, + 93728F6AFB981C1C7DA99A390638001D /* FXLabel-umbrella.h */, + 9ABBB8A05FEA32A521EF1C5B4DCC8E07 /* Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/SwiftyJSON"; + path = "../Target Support Files/FXLabel"; sourceTree = ""; }; - 3D1E234F24D91DFA2E82AEB320758D30 /* Frameworks */ = { + 3FFA848AF4C8D0AE0C59ADE75CF7D9EE /* Support Files */ = { isa = PBXGroup; children = ( - 81BC9F4EC74C402615B9191E9C026953 /* Masonry.framework */, - 78A2B429B3DE287C8786CB0A638B0CC7 /* Realm.framework */, - 61B08904E62B57A581D5301AC89F3F81 /* SDWebImage.framework */, - F952BB5777F8E32CFCE03FDDA3516683 /* TTTAttributedLabel.framework */, - 987AF0D0667D1832398CCA46DB1E7ACF /* iOS */, + 9749ACB4FBFC0E4C95C14F4E09E3C6CA /* GMStepper.modulemap */, + 25995E8C9632540C6EA64938315012CD /* GMStepper.xcconfig */, + 97698A092894E1492DEBDB4B4E75FA57 /* GMStepper-dummy.m */, + A4EDB35D15999748EF7FAA827743ACC8 /* GMStepper-prefix.pch */, + 097436E515650B222F0506208E103BD4 /* GMStepper-umbrella.h */, + 866040B24153E8713D2A8F357D4CE8F9 /* Info.plist */, ); - name = Frameworks; + name = "Support Files"; + path = "../Target Support Files/GMStepper"; sourceTree = ""; }; - 3F0B526611341A855A719AB4D4249E2F /* Core */ = { + 465FE916D4A330BDD338A4C8B4F63A38 /* Support Files */ = { isa = PBXGroup; children = ( - ABFB41769C0E3FB7923DD423F87982E7 /* NSData+ImageContentType.h */, - 9B5FA4DB5321CE60EC8F481D2835A9A7 /* NSData+ImageContentType.m */, - 38772C31D981B21117A63BBFC45F2CD3 /* SDImageCache.h */, - 63D9C00AF0F63AC56C0D94158E50A237 /* SDImageCache.m */, - 1B52D9EB8A11869F92CCF6CBF5BF836E /* SDWebImageCompat.h */, - D5A87336D6D7C1A681E9A989C953BEF5 /* SDWebImageCompat.m */, - 252D1B107EB20F4FC19C1E63D0ED7C9A /* SDWebImageDecoder.h */, - BF3A3502C1AC475138B8AA5B8D761DD8 /* SDWebImageDecoder.m */, - F55EFF21EE3B66FEE8D16544834F0B82 /* SDWebImageDownloader.h */, - 171DC3203028661E2CE1FFE54E5E1856 /* SDWebImageDownloader.m */, - 1C4709516889F4E8B102B424520F1787 /* SDWebImageDownloaderOperation.h */, - 0092AD71B2D8C6464278F195CB3F1CF0 /* SDWebImageDownloaderOperation.m */, - 9B16063F5716715C702408B6D8E6E494 /* SDWebImageManager.h */, - 09F798A98434769BB9FBD15EC173F44F /* SDWebImageManager.m */, - CD2915440975D1723B448B8FBF830987 /* SDWebImageOperation.h */, - 49B73B24384C1E9089084DBB19D9F664 /* SDWebImagePrefetcher.h */, - C8D0FED14AB34E8EA558DFB38061C1E7 /* SDWebImagePrefetcher.m */, - 8D09F7C5D136679AF8C90319F161C5EE /* UIButton+WebCache.h */, - 4DF0504B8A2331930A9B67A66DDC6273 /* UIButton+WebCache.m */, - 64889A9A42008803EC113BEB4FF4D9F6 /* UIImage+GIF.h */, - ADF35DE1D7BEDEE312AA93A7CF3E102B /* UIImage+GIF.m */, - D496CD4B29DCE257540BB7FC5CC7C235 /* UIImage+MultiFormat.h */, - 1159D2029457DBA66BE3A80009ACA542 /* UIImage+MultiFormat.m */, - AC8D39ED816E7EFB938327A68BD573FA /* UIImageView+HighlightedWebCache.h */, - 8895A1FE35B6E9F3F7CF1EF7551FB5A8 /* UIImageView+HighlightedWebCache.m */, - 546069092AEFC9C7FCEB9DDCAC5955D7 /* UIImageView+WebCache.h */, - 761B51D0DD9C3DE7F68FB5AF99D559B7 /* UIImageView+WebCache.m */, - B12EEE7D0718F8E3119717D39C3D5233 /* UIView+WebCacheOperation.h */, - A275C3B0488D0B5ED55F90DAC109A1A1 /* UIView+WebCacheOperation.m */, + 23B7AF975F001554E81DB2365EF57397 /* Info.plist */, + 5CBF42B5D45CE0FD562E83D88009ACD9 /* Realm.modulemap */, + 203BF2012B4F23700CE6DC0B423DC6F9 /* Realm.xcconfig */, + 9246CEA7654059A8556CFC393001C086 /* Realm-dummy.m */, + 3877D3BA1FF1957DE0EC7EE058788AF6 /* Realm-prefix.pch */, ); - name = Core; + name = "Support Files"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - 3F65A1CA712935FCD9FC319AFDC0D6CA /* Resources */ = { + 4DC92AE94B4744A7E7DD2B83BD217C80 /* MHVideoPhotoGallery */ = { isa = PBXGroup; children = ( - 1249AE24D09CE685032C2772E3481955 /* DKCameraResource.bundle */, + AB151A46A4F1738C455078972FCAB8F1 /* MHBarButtonItem.h */, + AFDA02BBD41CC978BC32A5B8FDA88CF4 /* MHBarButtonItem.m */, + 9FA5038E627E30C67D55BD190B122450 /* MHCustomization.h */, + 5F8AC8BD6E9479922C5435341A43BF1D /* MHCustomization.m */, + 8BF0B6731BE9072051FAE4368140F0AA /* MHGallery.h */, + 31D9F5B585C19F5C4D7444E89A334D0B /* MHGallery.m */, + F5C3A60C116F1AE1A1BCF5C10FBDAA6A /* MHGalleryController.h */, + 3590B8876951B3323CCF66998388A09B /* MHGalleryController.m */, + 20E8D0F535523155B3F739043E2F821A /* MHGalleryImageViewerViewController.h */, + 4233D66C28818EAEEFA580208C299D26 /* MHGalleryImageViewerViewController.m */, + 7ED6FBDF09F1ACC25CB6353924F5E366 /* MHGalleryItem.h */, + A5E294704B1AAC1CB535086EE14D30EC /* MHGalleryItem.m */, + 0C76EB0C1CC18D1222ACD24E868E5575 /* MHGalleryLabel.h */, + AA8BCD484A3B03A92DFF27D5855355FD /* MHGalleryLabel.m */, + 20BDBB62211E94D5D1D4DF3D365FFE42 /* MHGallerySharedManager.h */, + 86CCE813E88FF51D9EE299A7C3C61D36 /* MHGallerySharedManager.m */, + 0272BE7EBE1BC67729B73C9B5E1FC842 /* MHGallerySharedManagerPrivate.h */, + 379F766FA580CFE84B562550C5B3A391 /* MHGradientView.h */, + 82B32F5F7E26799E1FEC9EF750CDC7D7 /* MHGradientView.m */, + 161ED7EF1D824ABCFA731E53790406C6 /* MHMediaPreviewCollectionViewCell.h */, + F18E78DF8922BA4FC409BE630145E5D3 /* MHMediaPreviewCollectionViewCell.m */, + 9668500B51D7D30C7CC024A7AC1B3921 /* MHOverviewController.h */, + BC41305D528AD4730C224612EAFEEF17 /* MHOverviewController.m */, + 9D156794C92D9C970531BD607BA602A4 /* MHPresenterImageView.h */, + 872872F2105E9E629348802A282664FD /* MHPresenterImageView.m */, + 73B038BF820019A556DC8059CA84E9C5 /* MHScrollViewLabel.h */, + 1F42985B48A86FFDF92DC6F76B2D7324 /* MHScrollViewLabel.m */, + 1DFE9A0F8F23C0B62965B8A801DFC209 /* MHShareViewController.h */, + EC4728C5EBF4D1B492C4F1850D683A5A /* MHShareViewController.m */, + 845AEB50402F14DCE8FB98BD8AA9461E /* MHTransitionDismissMHGallery.h */, + A3E1AD5960B6B50FAE0AC71B3ED8534F /* MHTransitionDismissMHGallery.m */, + A4F68AE51A54D25C23052732EFD65BBB /* MHTransitionPresentMHGallery.h */, + 216483F5BBB78F0D837B9719ACF40336 /* MHTransitionPresentMHGallery.m */, + D9156EC42E14A141768B50125E105AB1 /* MHTransitionShowDetail.h */, + F87B43FBF75E48EF4D6B71A7C185AB3F /* MHTransitionShowDetail.m */, + 61DECEC981F07C678454D95000CC7BB6 /* MHTransitionShowOverView.h */, + 1260FDAFE33253C88586EAB75CF05118 /* MHTransitionShowOverView.m */, + 41E31DF0CF1F20129192A59455EF3547 /* MHTransitionShowShareView.h */, + 20D45A86AB47FDCFB4B85D2F1B92D632 /* MHTransitionShowShareView.m */, + 13F129109B96A8C706CAD226EE4DF36A /* MHUIImageViewContentViewAnimation.h */, + DB1615A9E4CCBCFF045EBB428F44DB36 /* MHUIImageViewContentViewAnimation.m */, + 23F5843A8306F7E87820A0307116AD24 /* UIImageView+MHGallery.h */, + E8532A8A1B4453F24631AECCBFA3DD04 /* UIImageView+MHGallery.m */, + E55A0CAA0049043E7E654A8AEF5C79FF /* Resources */, + E95C697D4914FFD02775A5CC0286C3FD /* Support Files */, ); - name = Resources; + path = MHVideoPhotoGallery; sourceTree = ""; }; - 40661919A21C8D735A0756F02AA223B8 /* DKCamera */ = { + 5B088A3576895B8AD143D8CB2D6E29C9 /* SZTextView */ = { isa = PBXGroup; children = ( - 6E26F8495C5A83994F3ED8EA90EC74C7 /* DKCamera.swift */, - 3F65A1CA712935FCD9FC319AFDC0D6CA /* Resources */, - E31031E4888CE6E6A0984A3A6671B3EA /* Support Files */, + 204B482B4F07BBBFC3EDABD0B8C702B3 /* SZTextView.h */, + 5CB1123786C147ABE2973D537793E6C0 /* SZTextView.m */, + BA89026143216D74793D27FDA632F053 /* Support Files */, ); - path = DKCamera; + path = SZTextView; sourceTree = ""; }; - 43818E64A12CC5553C0C5AA8915E9D60 /* AcknowList */ = { + 5C454164E3202D2E9220D853E8200AAC /* RealmSwift */ = { isa = PBXGroup; children = ( - 7814161FEDE773E2D0BD4302C50DAFC0 /* Acknow.swift */, - BD33F3F326EF3078F710937A4462C34D /* AcknowListViewController.swift */, - 7C2DD03CCADEA870A1AEDCAA2989A52D /* AcknowParser.swift */, - D9E38A3957E2FEA4AC14AA075139F8A2 /* AcknowViewController.swift */, - FED664C1D4606F4187805C90D2A9DFEA /* Support Files */, + 8F76C872DCF0B8C3CB1258E681900E32 /* Aliases.swift */, + F1398A5E87E4427C3E6C215EB69FB42F /* List.swift */, + EC1E8740FDC848E19C497E8D21EDA57A /* Migration.swift */, + DCBA806DEC239813CAFCE30422EB745E /* Object.swift */, + 39CD9A026B557D389F93EB39A1114E4D /* ObjectSchema.swift */, + 7AB24387062C6C8DB5B7FAC7FE27B6FC /* Optional.swift */, + 69235424C236123265CB3F2D6D733D18 /* Property.swift */, + 7030CA3369B705A9A817B1629A7F616D /* Realm.swift */, + BF578B9D310EBCE6DB34D57CF3518C80 /* RealmCollectionType.swift */, + 8CFDCE7FB513B606B8902441AEAA8DC7 /* RealmConfiguration.swift */, + 6A44BAC6771E24C8B9A8EF52348C31B9 /* Results.swift */, + 33A6870DD8A87CC640C48ECC0C8494BF /* Schema.swift */, + 3136569ED00FA7C96B15A2A1F1EDA521 /* SortDescriptor.swift */, + 2DE0025B2EAFDCF21F10747A7AA6B776 /* Util.swift */, + 5EED38BF71E21794118E702A544B202F /* Support Files */, ); - path = AcknowList; + path = RealmSwift; sourceTree = ""; }; - 4408E5CD69492F7FA0601E0955E29B54 /* Fabric */ = { + 5EED38BF71E21794118E702A544B202F /* Support Files */ = { isa = PBXGroup; children = ( - 269F0E51BFF2DF09CDA38D616E5FDD15 /* Base */, + 31CC1D12F380E7BF5B459C681DD9EC1A /* Info.plist */, + DDD04B3251E3C682C4E45994926CB961 /* RealmSwift.modulemap */, + A1DC0BAE877650D36DF8D76A2075D063 /* RealmSwift.xcconfig */, + DB4664537060163B188DB3F71967C159 /* RealmSwift-dummy.m */, + 3CC972E19052BACFD30A4884723C0ED8 /* RealmSwift-prefix.pch */, + C176DBA3FFD16022BCAA11E5A4FD62A2 /* RealmSwift-umbrella.h */, ); - path = Fabric; + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; sourceTree = ""; }; - 554DDFEA0C24E56C0E75676ED5C695C7 /* Resources */ = { + 5F06686A25C698BF5702D710D1AD0A94 /* Headers */ = { isa = PBXGroup; children = ( - D5800565EBA70F47C492DE6939445526 /* activityMH.png */, - 1B3185BB488A6CFE7E6D3AD2055C3979 /* activtyMH@2x.png */, - 181C99DD9F6DF97882E3C12E7B457D4F /* EditControl.png */, - EB0036C048A38CD2EB1524423A231023 /* EditControl@2x.png */, - 70543E52F033F93BF1D793E0A7563F81 /* EditControlSelected.png */, - BC1AB5591C6D20D9D9F6CC2D69F2D409 /* EditControlSelected@2x.png */, - 46F0F46319181C79F204750B72AC5E8A /* error.png */, - 5BDE57FF29803940F67DD5636303A98E /* error@2x.png */, - 63892B396FCA5D4F57D8CC27795D79EA /* facebookMH.png */, - DFD43D484560F1961A306DD48979A749 /* facebookMH@2x.png */, - B4C8ED9A5AEDF81D5BC937D61A80CC64 /* ic_square.png */, - 181F2BE570D610E3535C2665F2DFB712 /* ic_square@2x.png */, - 6DBA03E67D297184BCF46646A21A179B /* left_arrow.png */, - 3658F09C5BAB9EB79B1306A61C25BB92 /* left_arrow@2x.png */, - 32539282428AE4DA8A36BCD9BAFCAD02 /* mailMH.png */, - 1729D8A5CD025067F99248BB0C1EB32D /* mailMH@2x.png */, - DB302E36268D9BE4206A03AC93531B9A /* messageMH.png */, - 1D583C1060988BD985C0DDD5C042DDE0 /* messageMH@2x.png */, - 8E802E16DE12E597B0A066CFCA61DE00 /* MHGallery.bundle */, - 9FC5BE15A9FBC882530E0A8354B2D0AC /* pause.png */, - 8BDFEBF51BD76A2F4E42BEAA4544C90E /* pause@2x.png */, - AA84411D5D27BE6354583AF78AA605F2 /* play.png */, - C97739756152EA839C2174AEE731BD12 /* play@2x.png */, - F4C3BB5A0DAEFB8975A608ECFABB41E8 /* playButton.png */, - F347E68BFB089A4652DDE21013B5D1B1 /* playButton@2x.png */, - A65E1B6D6D606290818D2104B27618E2 /* right_arrow.png */, - 09BAE900ABBBC7C58093F3244CE92146 /* right_arrow@2x.png */, - 4AE35CA28F0644E20B0E6F5495464431 /* saveMH@2x.png */, - D1D95FA0F47754C4A7D8DCA55B0D5751 /* sliderPoint.png */, - 7F1986F009069654E77F24FC779EFA5A /* sliderPoint@2x.png */, - 4806EB5530981D0A68FFF96CF924897D /* twitterMH.png */, - A04A94EAE6C5E5AC81D4CA85CF835B2D /* twitterMH@2x.png */, - 5D4D65A448859C7DC281FE9A9237FD26 /* unplay.png */, - D61963928AE3CB03694DE19960E9B9CC /* unplay@2x.png */, - 4733C72DA002C4397D65DA31D0CCD5CC /* videoIcon.png */, - 15BA7FEDF5500086B2F647004282D01B /* videoIcon@2x.png */, + EB9F95A3A6758F9D50FCEFC58B655EE5 /* alloc.hpp */, + 4B3068CFDEC22A6BBE795D8D283F8222 /* alloc_slab.hpp */, + 1696CD402E2D35A238B389E431C93962 /* array.hpp */, + A117D143FA477AAF21E651B7FA32B18A /* array_basic.hpp */, + 2A72A150A22F6CCBF1A483AF708DC0DD /* array_basic_tpl.hpp */, + E4E122A6A466FEC7D1FCD03BA03B2BF9 /* array_binary.hpp */, + 670A88E0A593BC8AF5889529096DAB2E /* array_blob.hpp */, + 22281003564E93CCDA63F4AD55A27320 /* array_blobs_big.hpp */, + E5EE73950A3367385660FD5C09843BBB /* array_integer.hpp */, + 8656C63CD1C9ABEF6FD0C5E0E99FED19 /* array_string.hpp */, + 13B446D34DEE667BC050A3055D79E963 /* array_string_long.hpp */, + 80A2B657F7962131BD2BFC22E01DF753 /* array_writer.hpp */, + 1D751B57B63C6561E8BA64432EAD7D16 /* assert.hpp */, + 644F79880059547BCA32943C198D5457 /* basic_system_errors.hpp */, + B60C3CB773CE74DE7B82115FB6379ABC /* binary_data.hpp */, + A4F51CB404E3568F5924F898E0DA3994 /* bind_ptr.hpp */, + 520AA3D01CC899CF664AA8FD089C677E /* bptree.hpp */, + 678A9AC8FB2A16595E125AF5B9D7D31F /* buffer.hpp */, + 5AAE5D720FAD77BABCD9763AEACBE181 /* column.hpp */, + 1D27DF9DD2F685FF8936189B2281CCA9 /* column_backlink.hpp */, + 186C2DD1078FE697C993EE1F5EEC07D0 /* column_basic.hpp */, + BC8C06EA10A0737FF7C852612F510FFA /* column_basic_tpl.hpp */, + 11C884E4D1CD1F482DC28A1A941E7ABC /* column_binary.hpp */, + B324943F68298101C62E0270827AF582 /* column_fwd.hpp */, + 954E60D9FB86F5BE7D1BB429C0833C29 /* column_link.hpp */, + F93DB502C794CDB8EAFCC9149634667D /* column_linkbase.hpp */, + FFBE49E2A418950E01483FCD3122EE04 /* column_linklist.hpp */, + F25491D134A975384983E52CB3C175E4 /* column_mixed.hpp */, + 3BF3CF570913411BE27562730FEC04B1 /* column_mixed_tpl.hpp */, + C4CCAFFD06B91F1ED87695A5DA5E15F9 /* column_string.hpp */, + 49ED114CD06256994223515E4C84610D /* column_string_enum.hpp */, + 56ED6489AD0713ABACB7210E73440326 /* column_table.hpp */, + 56178627396C0881CD8F0FEF35777DD6 /* column_tpl.hpp */, + B8400DF59B00FF3A94FAF7E9813736C1 /* column_type.hpp */, + 79436B1CC54EAED9F01871726346BEF6 /* column_type_traits.hpp */, + 9DD6962E0F245E6EA414FA8F7899411B /* commit_log.hpp */, + AAA0E4BCDE656ED2276DB2E431FE281F /* config.h */, + CBBC4602B7757B31D6D4DD89EA93A891 /* data_type.hpp */, + BADBEB717260695B1AF3FDB712A169BB /* datetime.hpp */, + DA46831B65EAF4155A4EDE2A4498450E /* descriptor.hpp */, + 2ED78A9D03ABCD2F03E51BF63A3C5F65 /* descriptor_fwd.hpp */, + 7AC76F36A164B89C94036BC4A4A0B164 /* destroy_guard.hpp */, + 26D1FFD7CF40DB870D299E5BC3269564 /* disable_sync_to_disk.hpp */, + CC1A71BCF71FA5839910803EDD2D85DA /* encryption_not_supported_exception.hpp */, + 71D2CAE6E82EF963131E73D367A37F46 /* exceptions.hpp */, + C3917F399375E947A37E8AA888A1A937 /* features.h */, + C03A98F729BDC0CC4662E4BD429891F3 /* file.hpp */, + E457B06D29A8657D83593DFCAEE935B3 /* group.hpp */, + EC828E65B5EF1E1FB0D03E8951D0770C /* group_shared.hpp */, + F94A84FA96E4144BE3128DA11F30B65F /* group_writer.hpp */, + 2AF9CEF52B891666E7282FC7958BC310 /* handover_defs.hpp */, + CAE32088A0A5E473AABC9C0046C6478D /* history.hpp */, + D9C7A73A1DBF4B29E706FF6E50FC478B /* importer.hpp */, + 69D8BF8A3A43251550242FCFDE2E180E /* index_string.hpp */, + 070CE3BB1AD10BFBF40825D9142EDA7C /* input_stream.hpp */, + EFA950C6432D062DE575CBDE1D9786FC /* lang_bind_helper.hpp */, + 8D003471D75DB31EE59F24A68A51A594 /* link_view.hpp */, + 63944153B425A3FBE976B2793E707701 /* link_view_fwd.hpp */, + A2066D0A29DB7212E981AACC65495E34 /* logger.hpp */, + FF1495644DF255E8D6738239ABA72AAB /* memory_stream.hpp */, + AAD2E769D6922CBF5A826E7D5DD7CAAE /* meta.hpp */, + C806E837A9189E72FBF1734192E5AD49 /* misc_errors.hpp */, + 3098A75FE8A6FE71B0E6616FF0ABE87B /* mixed.hpp */, + B1CA3FAFB9DD9A36B6124F885242314F /* network.hpp */, + 80F1B31D1E9598EA7624CB3259AEC212 /* object_schema.hpp */, + 5DC8C30A8E33F85D2B57F8D60220D1E2 /* object_store.hpp */, + B2A99014EEEF8ACF81B00998E243A570 /* object_store_exceptions.hpp */, + 30AB9A59784D8335CDE7604559D99FB6 /* optional.hpp */, + 0438668D98787793705DA4253B4E52B1 /* output_stream.hpp */, + 713E43C184807A377C783E9AB02915A5 /* platform_specific_condvar.hpp */, + 9E5D6C4818DAAC5D58AF830099B64429 /* priority_queue.hpp */, + C48B2E5662619F3F88625B50EBC044D4 /* property.hpp */, + 2250AEDD339DB4BA8B562CB5F61D0D8A /* query.hpp */, + 06D5ECCDDE12896987A27D9933A3C447 /* query_conditions.hpp */, + 93A9AAEDB01DCAFFB9050CA3A266191B /* query_engine.hpp */, + 88E7294584697D56A054932CF7545998 /* query_expression.hpp */, + 36EA05545CC6EE646F30CB665F8C797C /* Realm.h */, + 4FCC8E28283DEA2ADBEE01068838FFC8 /* realm.hpp */, + 04ED6E2960BAA90CA5A1F42810691529 /* realm_nmmintrin.h */, + FEDB1E95D5E709CF2171CEA28B848530 /* replication.hpp */, + 5A486E36FD26988C867F217C9DB255BF /* RLMAccessor.h */, + 1D98FFA3E761A287CFF8A48F1D5CEBC5 /* RLMAnalytics.hpp */, + 18FA0E1B37E1B0D2E5DA64097D2D9A76 /* RLMArray.h */, + EB7F2781AC1E36189492920CD25C52C3 /* RLMArray_Private.h */, + 0B57CFD93DD3584E9D44761A2D60A054 /* RLMArray_Private.hpp */, + 33F0467352915E72109F4DB64BFEBEC3 /* RLMCollection.h */, + 45D5117F33AC22AB4D745FEDCE678837 /* RLMConstants.h */, + FD7C44EC827934B100B4C2D93DF658C8 /* RLMDefines.h */, + A3438193A6D11476ACFAD8632ED8BB92 /* RLMListBase.h */, + 85C169EE79190D13F43DF54C6300E77F /* RLMMigration.h */, + 685A5F05DC9FF8117960381E98191948 /* RLMMigration_Private.h */, + CABD5EB1AE006A344618A8599EC40591 /* RLMObject.h */, + 2DBBB84AA77481937256018162C85F4C /* RLMObject_Private.h */, + 11C8FB0CF3FEE42BA2E58620F2036BA9 /* RLMObject_Private.hpp */, + 274EE054DD9943F3C072B4C848454CC8 /* RLMObjectBase.h */, + 4CDE1D3690767DAEE05BE661EF9A628F /* RLMObjectBase_Dynamic.h */, + 7808E8CA31575B06BFFCFA2A6CD3F34E /* RLMObjectSchema.h */, + F05C6F0807D9DD57F12811D2DC77A36F /* RLMObjectSchema_Private.h */, + 0078F8DBEFDD1DC6D110F96A40C47765 /* RLMObjectSchema_Private.hpp */, + 3764F7F68B15973D9C43D5C7261028C3 /* RLMObjectStore.h */, + 333A8FB0118CD22B10B14F65AE77A744 /* RLMObservation.hpp */, + 9C3E14907BD731CF5F730F488D09D33C /* RLMOptionalBase.h */, + 75B86BAAF81D41E56C2669739DC2E2BF /* RLMPlatform.h */, + 6D4199E782497AEA9561790761B58846 /* RLMPrefix.h */, + 08299F6CFEB79A22F3904621AB350AB4 /* RLMProperty.h */, + 5904D1FEBA9E2EE06C061E078979453F /* RLMProperty_Private.h */, + 8816EBD0C3451F3F67FB0E0F31F8112C /* RLMQueryUtil.hpp */, + 27A97F179B05F015BFCDD98DEA80658C /* RLMRealm.h */, + 4958905390474C6BC6A52F8C14809299 /* RLMRealm_Dynamic.h */, + 9FEDD20B8115B15AD8B3ECCE3AE0C7A3 /* RLMRealm_Private.h */, + 2DC602282B103CCD322A3D7E784093E7 /* RLMRealm_Private.hpp */, + 198B73F7227D5DCD0BA2B0BC12B23491 /* RLMRealmConfiguration.h */, + 3B1809516975737EF52088096AAB8590 /* RLMRealmConfiguration_Private.h */, + 702AAF2D4C6AE9690DA3D0554C985298 /* RLMRealmUtil.h */, + BC769193F32FE0AF0235FEC8F51F20F2 /* RLMResults.h */, + C3386F3EC3430F9C907567A69D5809E8 /* RLMResults_Private.h */, + B54E06853AC321CFCF3D7D5FDEC3A1C9 /* RLMSchema.h */, + 9EA5C1A0F375F90B5AAF4BDBA752CA5A /* RLMSchema_Private.h */, + E9D3F866E5719FBDAB0734647C3532AA /* RLMSwiftBridgingHeader.h */, + 9F7366D94F082B96121BD4DEA69F2572 /* RLMSwiftSupport.h */, + 7E366DF99FE9DABEA1E4845736205551 /* RLMUpdateChecker.hpp */, + 7BB4D7A15D2E9241CFB2F1DD8695A1EC /* RLMUtil.hpp */, + E38385809A9290E3B2A4FC2B59F4CE2F /* row.hpp */, + BFAF54FD5EA40A2C3E7FFEE93CA30ECF /* safe_int_ops.hpp */, + 9446EE8D389B5F25591A9541D54DB1B2 /* shared_ptr.hpp */, + 8D07A408469923BDE10C7A6FD893DF3D /* simulated_failure.hpp */, + 03FDDEE52A803D239237F66DC0B3ADDD /* spec.hpp */, + 283644916CEE48F40E5939114A59F50B /* string_buffer.hpp */, + CBA2FE59C79864FA67AB247626CCB8F6 /* string_data.hpp */, + 23D09A6C503EDEB6BAEE436DCE7CA69C /* table.hpp */, + 2153749ACC2A7DBD27543706A8110443 /* table_accessors.hpp */, + 166D8A8BE9BE79ECCA8CDB89D2E1FF61 /* table_basic.hpp */, + D5BD99EA9A70B156B8649767D61944DB /* table_basic_fwd.hpp */, + D9B1917182D7DE4A6B8BA3D2FA223156 /* table_macros.hpp */, + 729663709BE0CE25ABC930FFAD9C2142 /* table_ref.hpp */, + 5317E8B4AD9A6179B2366BC4B42B9377 /* table_view.hpp */, + FDD195BAB1A51078B4BF1F096C2149F1 /* table_view_basic.hpp */, + FF2954832247386CF02A97FEB62901FD /* terminate.hpp */, + 6450AB694BBA7B277AB715926C9D04E5 /* thread.hpp */, + 458BC1E0F3DDC6C5AC78F7AD939F97CF /* transact_log.hpp */, + 1147F8482D7AE40356500848C5B5B5A1 /* tuple.hpp */, + 3A37612BAE90C0C197F2AEC97A145FAC /* type_list.hpp */, + 2F9817AD4A5811C6A98232680387B518 /* type_traits.hpp */, + 8A597376ED434324A6463CD276BBCF35 /* unicode.hpp */, + 1A6157ECD66C5D2775E730017CDDFC3E /* utf8.hpp */, + EB814596860F41A3C055C7C33E9E31B5 /* utilities.hpp */, + 427A7D5BFE6FFB660CF56D6A7B5FCB5F /* version.hpp */, + EE26C4C1BD4ED94246DCAAFAE372E405 /* views.hpp */, ); - name = Resources; + name = Headers; sourceTree = ""; }; - 57D21D55931953D7514ED08852887F33 /* Support Files */ = { + 5F50214B067B9E04EF4DC3D77FE3410B /* Support Files */ = { isa = PBXGroup; children = ( - C1553C6127CB53FF61E4F3D26AAB6459 /* Info.plist */, - 25C3D4BB8D6AAE4E7DCE0BE5C41029C9 /* Masonry.modulemap */, - 2ECF05DFF187E6DF6788E2344AF880B6 /* Masonry.xcconfig */, - 46690442AE1B6A4EAE2F28BA616D5FA4 /* Masonry-dummy.m */, - CB7FE51FA127C9611143705B0599CD39 /* Masonry-prefix.pch */, - B89B093867E24CF96D47B81DBB2C14E0 /* Masonry-umbrella.h */, + B15E32E643A3550E22309CDF8F4C0389 /* Info.plist */, + C1E940EAA68548604EE1BA97ECD5F356 /* SwiftyJSON.modulemap */, + A40646E9D6EB7CE77D8CF9B2F421F9D8 /* SwiftyJSON.xcconfig */, + 7A4ADA49BE039EA92E2A13D59FFB8A06 /* SwiftyJSON-dummy.m */, + 03A6C9301B3E5C5FF90B3C3DA69F5C0C /* SwiftyJSON-prefix.pch */, + DA336A5B3D2BE67045F93738140D9781 /* SwiftyJSON-umbrella.h */, ); name = "Support Files"; - path = "../Target Support Files/Masonry"; + path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 5987CC46B470DC2C874688CD288A5767 /* Products */ = { + 6DAF9F28A03AFD31286E10CB746A6C82 /* Support Files */ = { isa = PBXGroup; children = ( - 98CE3C6F26DCE25DC3CAD9EEABA2F95D /* AcknowList.framework */, - DD9F5F32C97F8CB4F4E744BE2CE85E44 /* Cartography.framework */, - 071E23D26B68C1CCCBE9DE91370E1396 /* DKCamera.framework */, - 074BE272A16E9B1402BD38D935A4087B /* FXLabel.framework */, - C1866DE3A9507C71880EF113A7EDF6A0 /* GMStepper.framework */, - 33D8DA2E15BD7D0AD5A02B029D6EE5EC /* Masonry.framework */, - 67B8C0CFF3CF7B8A5DCD5318158F1855 /* MGSwipeTableCell.framework */, - CC04EF0DE23E224DD552737B9B32FE7A /* MHVideoPhotoGallery.framework */, - B0C81D2191DDC27CAB503A9261A52172 /* MZTimerLabel.framework */, - 092402E2FE6CE6F7B885F3FAB993357D /* NRSimplePlist.framework */, - A4088EC0E79E34823BB67CB0D4186E4B /* Pods.framework */, - CE472E78FFFA5704B5C750096667EE07 /* Realm.framework */, - D690AA4DC4B799EB1FB1E204EF8D6ECE /* RealmSwift.framework */, - 34108A75C05CE2512A7C4815BCFC9D49 /* SDWebImage.framework */, - B9E2FD0A205BB74A6AA8A64F5EF2D874 /* SVProgressHUD.framework */, - A4EBBDE527EAAD6CE9D69B84010BA5B8 /* SwiftyJSON.framework */, - 3B1B9C6DA73C5C8D72AAFC2F0050CD66 /* SwiftyUserDefaults.framework */, - BCC990F336308C0B9869E734D41A6527 /* SZTextView.framework */, - BA01EDD2CF6A8E17977FB534EDE81086 /* TTTAttributedLabel.framework */, + 12F25E96F3CAF56C5D1800C969F2E1A5 /* AcknowList.modulemap */, + 9248404B96602CDD298ECC999569C708 /* AcknowList.xcconfig */, + 2BA4247589B4946F3D6EA843A0167BBC /* AcknowList-dummy.m */, + A8874C5DCC2FDD5F1DFC2E3561100EA5 /* AcknowList-prefix.pch */, + 096601FC64262723F1559409EAC32505 /* AcknowList-umbrella.h */, + EB060FC2C9DD91EE7C4547B5B0103C48 /* Info.plist */, ); - name = Products; + name = "Support Files"; + path = "../Target Support Files/AcknowList"; sourceTree = ""; }; - 6159257402705EAEC4B187A1B6FB6C68 /* Frameworks */ = { + 70046F0A5F7E34FD06B4609C1D633723 /* Frameworks */ = { isa = PBXGroup; children = ( - 133C62CFAAF3426019BDACCED0CD062F /* Fabric.framework */, + E41D33821E63FA1238AB505831CD94B8 /* Fabric.framework */, ); name = Frameworks; sourceTree = ""; }; - 6C018CA7B2421BBCA8DB8D2F5CBAFC86 /* Cartography */ = { + 70F27D45A5C41948F42803AD5479DBA8 /* Support Files */ = { isa = PBXGroup; children = ( - 9124E09BDFF24D714A8101E2F8C1CCF9 /* Align.swift */, - 61C1CE81171A5B3242BFD8C2BDFA122D /* Coefficients.swift */, - 5E2CB9AB2108EE051F0D0B7F1D4C652E /* Compound.swift */, - 5C1251F6C9968ED21916A91A4B8FDFD2 /* Constrain.swift */, - 844C44FC388384284C15ECFC74555D78 /* Constraint.swift */, - 8B549F208619FB819394D72E59A30D6B /* ConstraintGroup.swift */, - 8DDE92E1791B97F5D0006080196DB87B /* Context.swift */, - 33B6A3CFCEA87D18F7E810EC844AA642 /* Dimension.swift */, - FD71A0055BE717332E00D6ABF40B5493 /* Distribute.swift */, - 682375F10C218665670898CEED81C00D /* Edge.swift */, - 2220C8574EF0639AB8991DF1CC710B55 /* Edges.swift */, - 93F9AD291EACA1AA9AF752E72CFF5BDD /* Expression.swift */, - 76A8B37E4BFB637CE963A911DF77C356 /* Extensions.swift */, - F2A4DB0A7D0AEF6DDCBFAD638F6506C5 /* LayoutProxy.swift */, - ECF11E36A04D032E855936581B34CF1C /* Point.swift */, - C96B0D90A3AE0373CE79059C93979415 /* Priority.swift */, - B90FA92332BBF2B320195C053D025AF3 /* Property.swift */, - FCE201397644FEEF6A3A89AF3D6E2E55 /* Size.swift */, - F79833B696C95419AA6CE47DAA04A7E9 /* View.swift */, - 8383D36F27CD33ECEA3CA596797E9257 /* ViewUtils.swift */, - B7FB2B941544D65E1FF4B13B8791D9E9 /* Support Files */, + FFA3EE90F1A75236D1608157FC94C5D3 /* Info.plist */, + 780FED5841553341FE1317149F14C9AA /* NRSimplePlist.modulemap */, + C5564C1EF5809536066F2B75A2052728 /* NRSimplePlist.xcconfig */, + F7F103BDE4AB3314C45D488B66A62D9C /* NRSimplePlist-dummy.m */, + 934EFD335D41C68600B60AE3F45FDE17 /* NRSimplePlist-prefix.pch */, + A74A96666F705A4A5690587B6509AB59 /* NRSimplePlist-umbrella.h */, ); - path = Cartography; + name = "Support Files"; + path = "../Target Support Files/NRSimplePlist"; sourceTree = ""; }; 75D98FF52E597A11900E131B6C4E1ADA /* Pods */ = { @@ -1767,228 +1787,115 @@ path = "Target Support Files/Pods"; sourceTree = ""; }; - 7DB346D0F39D3F0E887471402A8071AB = { + 794BDD8196F03783D26ECC47BDD30277 /* Support Files */ = { isa = PBXGroup; children = ( - BA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */, - 3D1E234F24D91DFA2E82AEB320758D30 /* Frameworks */, - D675DFA8BBA2D7F1D1950CF1BB9C33F4 /* Pods */, - 5987CC46B470DC2C874688CD288A5767 /* Products */, - B7B80995527643776607AFFA75B91E24 /* Targets Support Files */, + C14E18BDD4D301FBAAEDC84CB6A0F37B /* Info.plist */, + A3E955F9D91A30B947DA85A411711F4E /* SDWebImage.modulemap */, + C834046ABB4F49EB7C62413089A30579 /* SDWebImage.xcconfig */, + 80136AC8515146DF417E810DCD8951DB /* SDWebImage-dummy.m */, + 30579F75FD59F51DF1C27421F6A02C04 /* SDWebImage-prefix.pch */, + DD89C7935E614F03C32C43B578742F4E /* SDWebImage-umbrella.h */, ); + name = "Support Files"; + path = "../Target Support Files/SDWebImage"; sourceTree = ""; }; - 822F0B61F244246858A07496AF1A5DFF /* Support Files */ = { + 7A62A9927F82114CC07473B143C162F7 /* Support Files */ = { isa = PBXGroup; children = ( - F37FF46A9E839C6A70F2FAF6B282B9CC /* Info.plist */, - 62D877AD66B72BBC1F3F157A891D5BA1 /* NRSimplePlist.modulemap */, - 50BE944B2F681F8C5302D20962729B36 /* NRSimplePlist.xcconfig */, - EDAC31D71FB9D0EF09930030AA9FAD5A /* NRSimplePlist-dummy.m */, - C8BF54E34AE5A42753464EE38952D2F6 /* NRSimplePlist-prefix.pch */, - 911D0637B7D82B84DABA1994D018EECD /* NRSimplePlist-umbrella.h */, + 2D1D4BA789263C8C34AFAC5EA8EB0030 /* Cartography.modulemap */, + 5CF9DC15B3A63C5F50DC6D5EEDB5A9FE /* Cartography.xcconfig */, + B627D0CB49730A8290D5CCE31BB754FA /* Cartography-dummy.m */, + 70A6FEBAB87995C9219C3651CB6F449D /* Cartography-prefix.pch */, + AA2FAE928BBC770D94B2A76443983D13 /* Cartography-umbrella.h */, + C24A13522D967FD89AA79AA4B381FF80 /* Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/NRSimplePlist"; + path = "../Target Support Files/Cartography"; sourceTree = ""; }; - 8273BC44FB94F203B46D57170BE4DB1E /* Support Files */ = { + 7DB346D0F39D3F0E887471402A8071AB = { isa = PBXGroup; children = ( - 4428919F47FAC66C33533ABFFA0EECAE /* Info.plist */, - 673924D887B91F0968BC500B9F0435A5 /* SZTextView.modulemap */, - 9902F157E869909A780E57D3C371EECD /* SZTextView.xcconfig */, - 1C45D183C0DC57CD85E1FA519CF02315 /* SZTextView-dummy.m */, - 219ECCEAF6679868C4E9EFABB1D31D10 /* SZTextView-prefix.pch */, - 4AB77709048FE647DDD3F0A7CA2DED9F /* SZTextView-umbrella.h */, + BA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */, + 3D1E234F24D91DFA2E82AEB320758D30 /* Frameworks */, + E87C95BB8121698FF56D837B4FAB2107 /* Pods */, + 0BFFC3067C21B0825AFA867485CE8220 /* Products */, + B7B80995527643776607AFFA75B91E24 /* Targets Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/SZTextView"; sourceTree = ""; }; - 860646C7AC7211ED7382EC1027EC3504 /* SZTextView */ = { + 82CDB778D996C7C0A7D125BF5BA701CD /* Support Files */ = { isa = PBXGroup; children = ( - FB89DBABF250AF506B59E52B3DEF7C4A /* SZTextView.h */, - 77293CBCB32DB93D709E763F6C4D2468 /* SZTextView.m */, - 8273BC44FB94F203B46D57170BE4DB1E /* Support Files */, + B76C96112C257B95EFB6AEC5E47B40BD /* Info.plist */, + A4568EC160093F6D49E22220B9B84884 /* MZTimerLabel.modulemap */, + E176926CB228800E1F330481A1A72D83 /* MZTimerLabel.xcconfig */, + F42670A98BC4FA64E3152134C2282A61 /* MZTimerLabel-dummy.m */, + ADD5AA978A7061A6CD1C1743962FD331 /* MZTimerLabel-prefix.pch */, + 007DDAA758DDCB7CD1CBCE31EB4FA830 /* MZTimerLabel-umbrella.h */, ); - path = SZTextView; + name = "Support Files"; + path = "../Target Support Files/MZTimerLabel"; sourceTree = ""; }; - 8A9AEAA376FA59A4CA38985E6871CF60 /* TTTAttributedLabel */ = { + 93B308642E5CFE569B47725107B167CE /* Core */ = { isa = PBXGroup; children = ( - E61FCA88DDE75075BD1ACD9E412D8CDE /* TTTAttributedLabel.h */, - 7AD723D0185BA962E83CD7F38156C7E9 /* TTTAttributedLabel.m */, - 2546D1208C259E82AA1009F16A36C2F3 /* Support Files */, + EE46D925D492F2F6A0EB2EC31A8F0732 /* NSData+ImageContentType.h */, + 7786C002AA476B5ACAF5996DF1E10F16 /* NSData+ImageContentType.m */, + 3A07BE427D2FCFF3A2715F0531F85597 /* SDImageCache.h */, + E0E7D7B4B3ECFB9B6B722E5F3EEA2BA8 /* SDImageCache.m */, + 872859614C85B93543994BA241273063 /* SDWebImageCompat.h */, + 8F25843F5D26184B0B4ECD9C0B1D61B8 /* SDWebImageCompat.m */, + A229814807914F0387A0AF2D1A921434 /* SDWebImageDecoder.h */, + D8CDEE9201BAECC2843E0C97772CFC4D /* SDWebImageDecoder.m */, + 21A217E2D27286DABA17FCDBC316CBF4 /* SDWebImageDownloader.h */, + 0687C1B5B7141F596B53940D37A975E0 /* SDWebImageDownloader.m */, + D220E1E052C50EB6E138B0A87738F8D4 /* SDWebImageDownloaderOperation.h */, + AE99986B7A0FB2D3FDEBB70E35DE5B4D /* SDWebImageDownloaderOperation.m */, + 085D0A4B5F4461EC545F8EE4D10067FE /* SDWebImageManager.h */, + 6491972ECFDBE1247F644DA92A10DDD1 /* SDWebImageManager.m */, + BECD20062D2A2DD0848A5380CBC19761 /* SDWebImageOperation.h */, + 9DE03DDECC33DECD5551851F5714D660 /* SDWebImagePrefetcher.h */, + 34A31685E69806C053ED2A1F76465728 /* SDWebImagePrefetcher.m */, + F9B3D2D35CADB8D8D6A9ADF3087DA27A /* UIButton+WebCache.h */, + AAA3779032FE6CD6B53CF684E63B88B8 /* UIButton+WebCache.m */, + 43B87CE2AAB6C31C9CC3219641898C8C /* UIImage+GIF.h */, + 8CE2B498BBA7D1DB58C0A0F1393DC135 /* UIImage+GIF.m */, + 320ED242F4283EDF75C6B741A9C5AF25 /* UIImage+MultiFormat.h */, + 95ABDB43FB01773468EA77073EC689EF /* UIImage+MultiFormat.m */, + FA26F9B3B1B5ED78798655581A2A1D0A /* UIImageView+HighlightedWebCache.h */, + D738BBEC375070E9DA6D0386C2B7FC9C /* UIImageView+HighlightedWebCache.m */, + 540F809A4A5BF07CC212F722A21F0A89 /* UIImageView+WebCache.h */, + A37796E20BCBB1B740274458A4BF6E80 /* UIImageView+WebCache.m */, + 87983EBAD6219ED2548F455D26C440DC /* UIView+WebCacheOperation.h */, + 77FBC281F3BA1D5EB92C62E550E2C6CF /* UIView+WebCacheOperation.m */, ); - path = TTTAttributedLabel; + name = Core; sourceTree = ""; }; - 8BF530FB1E1F4488A87D3A4CFC18B71F /* MZTimerLabel */ = { + 96EC5810EBE805A3ED0E7B62FA17B5A8 /* Frameworks */ = { isa = PBXGroup; children = ( - 77CF5E634854117A57119EC4B3ADCC25 /* MZTimerLabel.h */, - ADB87236F21EF0D7D4AF9A7E0D7B4B7F /* MZTimerLabel.m */, - F860DB51CA9489D8CB1699CF7FEA155B /* Support Files */, + 8CA2D743F9E20A60CF8F5619E7430C63 /* Crashlytics.framework */, ); - path = MZTimerLabel; + name = Frameworks; sourceTree = ""; }; - 8E86583B8E62618678AC4F400B33E525 /* Headers */ = { + 976C51D8C446FAB0D90DE6FEA702F196 /* Support Files */ = { isa = PBXGroup; children = ( - F598CA883A6A0C2C85768F960255E78F /* alloc.hpp */, - 05783968154CAF0C6D535EB89662D5D5 /* alloc_slab.hpp */, - E7422F6B42C26E7FC6179A5C76B56436 /* array.hpp */, - 03DA186D9110CE9DED7FF28403C8FCAC /* array_basic.hpp */, - B9CCC3ABB1BDDE2B567C99E45BEAAFD7 /* array_basic_tpl.hpp */, - 79697A8C4EAD92B1D7D843CA56A24836 /* array_binary.hpp */, - 44D020F5046256060A9952FF5F4F4FFA /* array_blob.hpp */, - F65A31EB84264086F967DDF01FCFA645 /* array_blobs_big.hpp */, - 4F2E7BF873F6E7BB8852C189FE1926B2 /* array_integer.hpp */, - D15BD191DC301F89F7CB4F155052523C /* array_string.hpp */, - ABCAE3CABE857DAAE60B78EC04C8FF51 /* array_string_long.hpp */, - D1AD29F27420E6166B6D309FD6D10BC1 /* array_writer.hpp */, - 73E4D54A5EAE106ECE123335A8CF262E /* assert.hpp */, - A648108FA8F5AF35EB843AEC202575C1 /* basic_system_errors.hpp */, - 0BC50D57BAF98F32B3903ED1440094F5 /* binary_data.hpp */, - E0ECFF0A4C5DC486955D500D83659FDC /* bind_ptr.hpp */, - 330A53E368EA8DC695B8C96DDCFACE51 /* bptree.hpp */, - BC687D96FB37FF66BDD5475183E3120D /* buffer.hpp */, - 94868A050A965B17036060F5F52C113D /* column.hpp */, - 6599438BBB3363110CC4333701C803D2 /* column_backlink.hpp */, - 69E12944F800444AB0FA348A999172E3 /* column_basic.hpp */, - 0B14E7DC4EAB88585994BF95CDF19583 /* column_basic_tpl.hpp */, - 079D6430503998B5880E9B3AA4876ED8 /* column_binary.hpp */, - 5C275D6ED1D8B50C18DF0CFFD7C82B07 /* column_fwd.hpp */, - 6D23A362A79AE0878886DAAB56B237A7 /* column_link.hpp */, - FD7EEE79DFAAC9D6E607599420345F8F /* column_linkbase.hpp */, - 52DB992CB2F8803AB9B88749BB2C4A39 /* column_linklist.hpp */, - C97F139115ACB8314BEFEB5406E1D723 /* column_mixed.hpp */, - D6F269C8FC97C9025ED393768FDDAD4A /* column_mixed_tpl.hpp */, - E0103F07D5D6609E338A51D78812CF97 /* column_string.hpp */, - B2DB8DFEDE7DC1105977A0E89A0139A4 /* column_string_enum.hpp */, - 181717EED173B4B843FB071B1C65BE31 /* column_table.hpp */, - C3AEDA6A40E311ED50099133C6F40392 /* column_tpl.hpp */, - D4C623EB0F12BB640A16BC3373B0A7E1 /* column_type.hpp */, - FF88F99229410914C8DF11969E13F469 /* column_type_traits.hpp */, - 568DEA673AA9014A54EE3E303586286B /* commit_log.hpp */, - 13D094E83C378B9CE0456E680B8067DD /* config.h */, - BCC70EB3B8294AE4DF66093ADA2C9B66 /* data_type.hpp */, - 9522104178F717B6C457C3C949EC7E97 /* datetime.hpp */, - DCA1A58B134BE1F3092AC838D5AD5BEE /* descriptor.hpp */, - 2C8A9FCC926C6E642C8B1392B6235F0F /* descriptor_fwd.hpp */, - DBEBC667AB0589C44E2D17A8AE89687A /* destroy_guard.hpp */, - F10649D9CAF4167C7C68C096AA46B345 /* disable_sync_to_disk.hpp */, - 1DFDE6A2F78471A8D3317FDF68B1BD0C /* encryption_not_supported_exception.hpp */, - 4E3F31CAC7A41840E0CCB054F58787F5 /* exceptions.hpp */, - D5C2AA490A4D0EA448E088086043354B /* features.h */, - 33B1C799329658E2483FCB56E45C8A6B /* file.hpp */, - 47E7F8A0542C777D993D9023037AE6A2 /* group.hpp */, - 18C28768A7A77F4713AD335780D808C5 /* group_shared.hpp */, - D58EF576795769BA1868D43ADB049BA2 /* group_writer.hpp */, - B3F2E6FE4A01D79BF093245F70F9543F /* handover_defs.hpp */, - C16F40056CE4171D0B93F46BA02A3C32 /* history.hpp */, - 414C7F2276604F7C34A34FE266F89951 /* importer.hpp */, - C46C55D59D24A9A1EFA44328F0304F11 /* index_string.hpp */, - 9C8EEBAB6D974FABF7BF8A346C6A6B4A /* input_stream.hpp */, - D0C9BD288D0616A8DFD0BEBB4B5DBD05 /* lang_bind_helper.hpp */, - EE734E3CFA8964C0D6F4AA4B810C56EE /* link_view.hpp */, - F8BD370B01EFC18D9DDA7ABAAE514C18 /* link_view_fwd.hpp */, - 499588721A3467B44BB14940212DD4B2 /* logger.hpp */, - 3B2CFD22342AF22C513C536DCCE0918B /* memory_stream.hpp */, - 72AA248A36AFCA0F40130B4CD099DCBF /* meta.hpp */, - BCA79D7E3FCA30105C81024B332B06F6 /* misc_errors.hpp */, - 71B1D8D9BE7D46FDB59BD733ECA44E13 /* mixed.hpp */, - A922FD42519ADCBAE2667F1FE25D6D3B /* network.hpp */, - 0D05F922C7F88395D0922CE9E5A81E84 /* object_schema.hpp */, - 108CCC717E3F9ABE5273E2BA193A65FA /* object_store.hpp */, - 80A87E2A1628589321DAE87C1BFA978A /* object_store_exceptions.hpp */, - 6FF3AC9972268B5D37AE7C7F83A5F958 /* optional.hpp */, - 4EB7DB8340B509A78F4FBB77BDFFB5F2 /* output_stream.hpp */, - 963A1CDD6035CDE43FDC5270EE646E0D /* platform_specific_condvar.hpp */, - 03BD339E8F6AB8588C4B9A7EB1A04F09 /* priority_queue.hpp */, - 83595E38061EA4BDA1AF30B50CF819F0 /* property.hpp */, - DD1BE5679587053FD0B5B9E725C2FB78 /* query.hpp */, - DAC54DABDF3C8EC24FD59CAAA47C50B5 /* query_conditions.hpp */, - 67C130D9E2CF0D753C7FC406EC2503F6 /* query_engine.hpp */, - 6109F5535CFEC53786554EE58B77863D /* query_expression.hpp */, - ECFEFC0464BED4CA08F3896C541002EA /* Realm.h */, - 1F4F0CA77339F30C158FEA4853F52F38 /* realm.hpp */, - F04251F437C38EC890BA0F3E2E68D5F7 /* realm_nmmintrin.h */, - 99029E0775AB50B2D4D0FE00EB5ADE8E /* replication.hpp */, - 732DE5D6F8E72EACDF8233BEE62BC926 /* RLMAccessor.h */, - 7A7E5D1687017B06966ECD25F38D664F /* RLMAnalytics.hpp */, - 912DDE18E17FE059049984D9996776C2 /* RLMArray.h */, - CCDEC22831406F55DBEA63288A78C233 /* RLMArray_Private.h */, - 7201A9AD8880B735B86386DCF055214B /* RLMArray_Private.hpp */, - 1F437007478C1D58E3DAA5B09F5B8070 /* RLMCollection.h */, - EFFD29B4A8289085DC4F41673FA3726B /* RLMConstants.h */, - A0309FEF03831FDA1930C3FFBB8432BE /* RLMDefines.h */, - 7ACD7C58DD997A011C251255A31EC457 /* RLMListBase.h */, - A7F51153351BF21F9D29B99719FAB14D /* RLMMigration.h */, - 1EA1D3EF616CDA4669D8D8FF222741E6 /* RLMMigration_Private.h */, - FDDD0DA7AEDB1C10CF11D09C0A97ABA0 /* RLMObject.h */, - A897CE814881FA92F01DD9544037C764 /* RLMObject_Private.h */, - 94468722045F4195BE9F94BC5A2E1323 /* RLMObject_Private.hpp */, - D5A73E03CABA13B7660DD4A2D544736D /* RLMObjectBase.h */, - 2A6797CE5D90205DD58CFBA0E057DC19 /* RLMObjectBase_Dynamic.h */, - 7CF313224C0539D661FF291F1E2E81D7 /* RLMObjectSchema.h */, - A57B96DDE0CB94AFDF7ACFCF9A4A5EBE /* RLMObjectSchema_Private.h */, - FEB66AF68AC9FF85241E4B6A37CDE39C /* RLMObjectSchema_Private.hpp */, - AC52C1D7A27DE21653FA3577560541A4 /* RLMObjectStore.h */, - F7DE4B1F839AF6F2186E9980AF8D17DC /* RLMObservation.hpp */, - 5F7F5025F249B7084E76F967E88AB3FC /* RLMOptionalBase.h */, - D360FBF94D249C22FEFE65C80FD87D30 /* RLMPlatform.h */, - 8F1E098B0150206627573866678979EE /* RLMPrefix.h */, - 185451612C147C2A812AD67BC23713BE /* RLMProperty.h */, - 3188E2DAA46830ECE9EE87BAC1DFF5FE /* RLMProperty_Private.h */, - 8562CFEE5CD26F9BC5AE30B324BCEFB0 /* RLMQueryUtil.hpp */, - 2553498906B98A3C33B6C98803354BB8 /* RLMRealm.h */, - 15ABB4EDDE315ADF0460323E2C3B9D83 /* RLMRealm_Dynamic.h */, - 6D838DE08C6C73329411C24E74A8A057 /* RLMRealm_Private.h */, - E8BE87BDA27A693E84C164F3E7F95468 /* RLMRealm_Private.hpp */, - F116D87D95E8B49560D930D81A10F160 /* RLMRealmConfiguration.h */, - 05326F74A3F3AE8D75CEB5EC5B5D8DC1 /* RLMRealmConfiguration_Private.h */, - 9954D33DA8E1C071F6CCBA0A07D95217 /* RLMRealmUtil.h */, - 0AD3C01025C94AA11E861387208A6DAE /* RLMResults.h */, - 1EF65D261B9D2270D5EA542ED2A4BE25 /* RLMResults_Private.h */, - 5051471B387BD4454C5CCE44925CBE79 /* RLMSchema.h */, - 8E234C50CD9F3B1E46BDAEA3D6E8CA2F /* RLMSchema_Private.h */, - 59D23223255E6EAB6F52881987607123 /* RLMSwiftBridgingHeader.h */, - 47CB26EF9944B976057E10E09F35E86A /* RLMSwiftSupport.h */, - 1DE5A087B2F1667A656EFA44BF643304 /* RLMUpdateChecker.hpp */, - C8B6D4FC0EE3151C317E935C562015DF /* RLMUtil.hpp */, - C4ABF20B073A54BB7EAC019CD783D709 /* row.hpp */, - 31A905F1E4F4E38E24F8C860D58102BA /* safe_int_ops.hpp */, - E899DFDA271FA286FEAD113CB6EE8A15 /* shared_ptr.hpp */, - 278DCB0BA668C24E93E8172D55CBEE4C /* simulated_failure.hpp */, - CADB4A44952C375B6832B358D392DD1F /* spec.hpp */, - 8BC9B78A158E6F82546C24644826279F /* string_buffer.hpp */, - E779A264A24D39162837C7BFCDE313C4 /* string_data.hpp */, - B44E1E9D8EDD0B2BEBF05289A2DE8E5C /* table.hpp */, - BEA2817D94DE6E2383B06D574E519EF9 /* table_accessors.hpp */, - 3D6AD5910536F477239592CC62F166BF /* table_basic.hpp */, - 1CE38990A1E00EB359FD38E7C2A75A5C /* table_basic_fwd.hpp */, - FCEFA9DC646BC58410418B2B35DF739E /* table_macros.hpp */, - CC8ED70EA5EEF0F8879F18A441842A03 /* table_ref.hpp */, - 6B5BAF9194EA0DBD949CEFB43CE3B97F /* table_view.hpp */, - 31140A9151ECD23765E35799A86232F6 /* table_view_basic.hpp */, - 1F3245A3AD36F47EEED596AEDDB7B0AC /* terminate.hpp */, - E4BFE45BC8B51B4D2E5CE908B3968242 /* thread.hpp */, - AD55755B9594948922CCB720A09F5438 /* transact_log.hpp */, - FA0C4815D12241FCAA2B302C2FE618D5 /* tuple.hpp */, - 5B46DD220E98A60E4F452BBB2DD2729A /* type_list.hpp */, - FEAC9A21164298DF2F8BF3709F74255D /* type_traits.hpp */, - 2AFED96449F9C9AAB242FC77C2C23382 /* unicode.hpp */, - E49C38CC2B76D573291BB61B1ECA5BE5 /* utf8.hpp */, - C7B04EE712BD1A8C36027DD7E70B682C /* utilities.hpp */, - 2A52C80C572E6FAC0790F26DC79094A4 /* version.hpp */, - 08D30C10A902132E7EA3EE0A4D48EC30 /* views.hpp */, + 8BAE396F736BA86C3C6BB317890E918D /* Info.plist */, + 0769A840A6877B72D248A5D13C5811ED /* Masonry.modulemap */, + DD63ADCD3F590D433925490073CF3FCF /* Masonry.xcconfig */, + 60C3A44CA12E66CA759FB853CF005DD4 /* Masonry-dummy.m */, + FFC40E0B020E99E61F11E8EEE1A5C100 /* Masonry-prefix.pch */, + 687BC63D4DA9E19A203109F8E7162D0C /* Masonry-umbrella.h */, ); - name = Headers; + name = "Support Files"; + path = "../Target Support Files/Masonry"; sourceTree = ""; }; 987AF0D0667D1832398CCA46DB1E7ACF /* iOS */ = { @@ -2011,299 +1918,312 @@ name = iOS; sourceTree = ""; }; - A78D4AB504A47C2371833743314067F4 /* Realm */ = { + A031F9FED4CF0B887906B22B65799CA3 /* Crashlytics */ = { isa = PBXGroup; children = ( - 0565FF5059BC1E245EF8D7DA9D9693D3 /* object_schema.cpp */, - 3D6149A835DD834394B955073DC67BB3 /* object_store.cpp */, - 5246176A4A2440DDFEF0B1244307F45C /* object_store_exceptions.cpp */, - 5AB5720EC731A35A06FC8A8A02F7346F /* RLMAccessor.mm */, - 32367FD5E3FEBF4F812D74E01BCAFFA6 /* RLMAnalytics.mm */, - BC5FD86BE55CE0107BA89D375DCCDDA1 /* RLMArray.mm */, - AF8988FF0AF0F2C153FA200C121F8FA0 /* RLMArrayLinkView.mm */, - E49349CC73084B6E9CBB16882245879F /* RLMConstants.m */, - 937E391412C63B2D9D017C366A7B226A /* RLMListBase.mm */, - 3249E5A6C7799A1829078CFA52A5B82B /* RLMMigration.mm */, - 9B207DD223F4B407D318E3FE9AA4A440 /* RLMObject.mm */, - 62C3FEA8A7D3C7B258D8909667AF492E /* RLMObjectBase.mm */, - 1BD7F2759D4E631CD84715E83C40F6E3 /* RLMObjectSchema.mm */, - 1817A2D0055F41462E829C620B3CEFD9 /* RLMObjectStore.mm */, - AC09AA51B82A91A065CEC4021AB836D7 /* RLMObservation.mm */, - 8A782EF087447E2F0FD522799E150BA0 /* RLMOptionalBase.mm */, - 8B2AC4DC94CA4E46468169E4DB2CADF8 /* RLMProperty.mm */, - EF37030CD272CF04D321B35BF1056F02 /* RLMQueryUtil.mm */, - 2890C5C7D4924D90DED042DD479C806D /* RLMRealm.mm */, - 72805FCA38957BF8699EA4AF94516101 /* RLMRealmConfiguration.mm */, - 74CFF434DFD371EA4875E06A36186C98 /* RLMRealmUtil.mm */, - 7356195123E3ECA44AC0B39A60A757DB /* RLMResults.mm */, - 7B44FECB6E5C8B16ED3178AC6C00C294 /* RLMSchema.mm */, - 323252ECBB24FC2F8DBC8DEFD0E5E795 /* RLMSwiftSupport.m */, - A27D9E3CBD46E9E72FC34457B1E99067 /* RLMUpdateChecker.mm */, - 843B80593F5B80329E45D76A7D24172C /* RLMUtil.mm */, - BC6A794BCE31A9090CAA618C4CECF418 /* Frameworks */, - 8E86583B8E62618678AC4F400B33E525 /* Headers */, - 22A4ED4B8BB441A3BD1B4A5B2AC6FDA6 /* Support Files */, + 96EC5810EBE805A3ED0E7B62FA17B5A8 /* Frameworks */, ); - path = Realm; + path = Crashlytics; sourceTree = ""; }; - B55FA89EE3473EE418FABC72566026C5 /* GMStepper */ = { + A1F178EE795A5E7AF0882532E167AB6D /* Cartography */ = { isa = PBXGroup; children = ( - A2F4143A388EFBEEF8A9AB3B8A7FB0AB /* GMStepper.swift */, - 1A22873CDCFB1DA3A91E4D1DC8331BB1 /* Support Files */, + 1786FEB6FFF8155E4A666B2E42B77098 /* Align.swift */, + 17A4A347A60D7824A924F3920302AA76 /* Coefficients.swift */, + 73397F8015B2FABB05755BC6A6A58D48 /* Compound.swift */, + 5DA0FE8D0A66B18409C424F4198B10E0 /* Constrain.swift */, + C3FF35309772B99B0BE14B13C9BDCF10 /* Constraint.swift */, + 61B32376CAF3842652258E5206737B88 /* ConstraintGroup.swift */, + 7465672BFF487397857CC17247342387 /* Context.swift */, + B3F9DD5B39DDED07F16BA9BE61C75488 /* Dimension.swift */, + 3562C57CB56BDA8DC049C1BECA51C315 /* Distribute.swift */, + ED060617B1415C0FEDF854FD9CE0BA9C /* Edge.swift */, + E0910132A57ACBC343DE8F486E500C57 /* Edges.swift */, + FF02401D7339866CD1500395DD4EE5F1 /* Expression.swift */, + 59F19C20B94C3C0868999BF3716A776A /* Extensions.swift */, + DABC97C423628F8DE48F1CADC9A3A313 /* LayoutProxy.swift */, + A6EB50CDC2C7C9D21E352583247D1CB8 /* Point.swift */, + BC16289F51A1B63882FF0B6CC580EF30 /* Priority.swift */, + A9C892E09434F9CCEF682A3C168DD5DF /* Property.swift */, + A1B71295714FFA3521D92E5BD1EE1419 /* Size.swift */, + 9DE7D9173FDEDE070500A7DD536DED60 /* View.swift */, + 518EAA4EBCF586C302F96243D6E2B1F1 /* ViewUtils.swift */, + 7A62A9927F82114CC07473B143C162F7 /* Support Files */, ); - path = GMStepper; + path = Cartography; sourceTree = ""; }; - B7B80995527643776607AFFA75B91E24 /* Targets Support Files */ = { + AA8C1F56AF2B14C472E2659CAF837DC0 /* AcknowList */ = { isa = PBXGroup; children = ( - 75D98FF52E597A11900E131B6C4E1ADA /* Pods */, + D0BCAB527A745B5CEC8991E3AD23381B /* Acknow.swift */, + C9E86487E3257B9DD29102663816CB75 /* AcknowListViewController.swift */, + CC57F2D0B1EBEAE825CAB5F4BC7794D2 /* AcknowParser.swift */, + 957C3C6390D758207E1D075BA1984445 /* AcknowViewController.swift */, + 6DAF9F28A03AFD31286E10CB746A6C82 /* Support Files */, ); - name = "Targets Support Files"; + path = AcknowList; sourceTree = ""; }; - B7FB2B941544D65E1FF4B13B8791D9E9 /* Support Files */ = { + B7B80995527643776607AFFA75B91E24 /* Targets Support Files */ = { isa = PBXGroup; children = ( - 68EB7747C10A7962FBD850AD26F04DD7 /* Cartography.modulemap */, - A2B69C58A4F5390803DFF8DD32D131BE /* Cartography.xcconfig */, - 2D857010B0DA0817F53220CFA0DFE681 /* Cartography-dummy.m */, - B2A7DA92E0885B106849827138B6E4A0 /* Cartography-prefix.pch */, - E3D7F9D10D24D2C8F2857C69449C3CD2 /* Cartography-umbrella.h */, - E0F10DBD0CCD4605F0DED21157C92CD4 /* Info.plist */, + 75D98FF52E597A11900E131B6C4E1ADA /* Pods */, ); - name = "Support Files"; - path = "../Target Support Files/Cartography"; + name = "Targets Support Files"; sourceTree = ""; }; - BB123F163FACC078296A27241777BA4E /* Crashlytics */ = { + BA89026143216D74793D27FDA632F053 /* Support Files */ = { isa = PBXGroup; children = ( - CAD5FBC2187C87CF7BFFD838F94F54FB /* Frameworks */, + E8934BA95BC809FE5E0DD3845CD19099 /* Info.plist */, + CEBD8579A6259FA022BED1CFF1139D51 /* SZTextView.modulemap */, + AE01F44E640E2874007FC10B169DB02B /* SZTextView.xcconfig */, + 7C2BEA47BBC46EE0DECCEBF0C54DE034 /* SZTextView-dummy.m */, + 3692D287F1B3294EA2F5F26B33D62540 /* SZTextView-prefix.pch */, + 99373DCF4F441C485D3F27ACA8B6BFAE /* SZTextView-umbrella.h */, ); - path = Crashlytics; + name = "Support Files"; + path = "../Target Support Files/SZTextView"; sourceTree = ""; }; - BC6A794BCE31A9090CAA618C4CECF418 /* Frameworks */ = { + D029684856ADDACCCF8F7FEE6E4922D4 /* Masonry */ = { isa = PBXGroup; children = ( - 23E0647D7A9F4F32488F8788478C12D6 /* librealm-ios.a */, + 544AE57CCB124F328027DBDCD594F49C /* MASCompositeConstraint.h */, + 9F6FB1EDB630E19B0EE269345872E563 /* MASCompositeConstraint.m */, + 170F72E7B47BF786BB0488C928AAC0F6 /* MASConstraint.h */, + 318C6311E562F749D64AB5B7AF7BE48D /* MASConstraint.m */, + B6EFB230DC9D4BC57A6F421BAC625EED /* MASConstraint+Private.h */, + 3AA944B39C8639E91C3B74443B12ABEC /* MASConstraintMaker.h */, + BDDA7FAB6BFACA7F2B141FF4C17FADDB /* MASConstraintMaker.m */, + 207F6FA8E29CFFFDD148FABBCDCE15FE /* MASLayoutConstraint.h */, + 484209EE7C9E3B2B3E4303A100726498 /* MASLayoutConstraint.m */, + 0329B4326DE5886804F18147B135CD7C /* Masonry.h */, + 48499827D1897260AEAA22CB34A29D3D /* MASUtilities.h */, + 905951D9FF63A4994E5E26FF49CF2BBB /* MASViewAttribute.h */, + 0F39FA0A44398AC5AB1D0D602F9E89EB /* MASViewAttribute.m */, + 3D1ACC4B65755E4CEF61182141249818 /* MASViewConstraint.h */, + 6BD03D6D4EFF11B10D0BEBFDC4A6B6F8 /* MASViewConstraint.m */, + FE8BA350E236EC1C53666B2B6B4893D7 /* NSArray+MASAdditions.h */, + 48F98FD3B5CCBA47D4EDDE55774459B1 /* NSArray+MASAdditions.m */, + 0B76F6050EFFA42877D7FDCD675A4F4C /* NSArray+MASShorthandAdditions.h */, + 8F163E38BDC8CFF1068C42BF681C2263 /* NSLayoutConstraint+MASDebugAdditions.h */, + AB7A5D2B9E6CF17717B14DE72E750F3A /* NSLayoutConstraint+MASDebugAdditions.m */, + D536D12D32E04AC279A46A3E2F3378E2 /* View+MASAdditions.h */, + F757F957E16C0FBE10BA8ACE9C95375C /* View+MASAdditions.m */, + 7B87DDC21EBA144898F8DB31CC610C30 /* View+MASShorthandAdditions.h */, + FA2B975CB3F1ED6D01501198447F2362 /* ViewController+MASAdditions.h */, + 3F92B4FD16131DD46715674889A22AEB /* ViewController+MASAdditions.m */, + 976C51D8C446FAB0D90DE6FEA702F196 /* Support Files */, ); - name = Frameworks; + path = Masonry; sourceTree = ""; }; - C13EC53DB95B9ADEBFEDCDDE9BBA9F24 /* Support Files */ = { + D07BB9985FD93262B6535B64854FB3F8 /* DKCamera */ = { isa = PBXGroup; children = ( - 2C401DE5D570DBCD8E108E54357FBE7A /* FXLabel.modulemap */, - 83758C6B813B92D97B696E2E3D9039F7 /* FXLabel.xcconfig */, - 7729BAF15D3C5B9F2CDC511DC4B447A5 /* FXLabel-dummy.m */, - E9C16EC6D5B3A24A3CB28A9F74516EF3 /* FXLabel-prefix.pch */, - 1349A049BBC4BF1C0BB8E343FD3586FC /* FXLabel-umbrella.h */, - AD101572A15D0865988ED7BB962E322B /* Info.plist */, + 789F8B1F6D0515ADA5E6634B33602376 /* DKCamera.swift */, + D9DCE329F4478624F0352070F58576C0 /* Resources */, + 38E5CC9355E44114D07E7AEFA95E8226 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/FXLabel"; + path = DKCamera; sourceTree = ""; }; - C2ADDD30A3C7EE415C0A686107FD9AFE /* FXLabel */ = { + D2E61C1189AE59B8FEF62B21EB13A315 /* SDWebImage */ = { isa = PBXGroup; children = ( - 7E97414FCF8075B92855374FCA302012 /* FXLabel.h */, - 9EB48DF9BE2F912A93A8A7F7F7E0E84F /* FXLabel.m */, - C13EC53DB95B9ADEBFEDCDDE9BBA9F24 /* Support Files */, + 93B308642E5CFE569B47725107B167CE /* Core */, + 794BDD8196F03783D26ECC47BDD30277 /* Support Files */, ); - path = FXLabel; + path = SDWebImage; sourceTree = ""; }; - C2CEABF414422D335529476DE36B304D /* Support Files */ = { + D9DCE329F4478624F0352070F58576C0 /* Resources */ = { isa = PBXGroup; children = ( - 50699E3C7F8FFDB2D84BA0BFF4E9F397 /* Info.plist */, - 7A4761123FCE598DA47C485984D4511E /* MGSwipeTableCell.modulemap */, - BEDE4AB3B25A201F5674D38C135CCE2B /* MGSwipeTableCell.xcconfig */, - D8E72EF9D674C212E826457F06C161E9 /* MGSwipeTableCell-dummy.m */, - 362E90FEC667ACC10896BC276296302E /* MGSwipeTableCell-prefix.pch */, - F23FF814E3C926B121D56A1BBBA65F4D /* MGSwipeTableCell-umbrella.h */, + 95F2DC2AD3A7A4C7593ABA6773860E4F /* DKCameraResource.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/MGSwipeTableCell"; + name = Resources; sourceTree = ""; }; - C7CB47FCF1C10483B4676F29966EE578 /* Support Files */ = { + E0C0CBEFF8E7DC60C76E4AD80F60972A /* Realm */ = { isa = PBXGroup; children = ( - 62D29B9780FB26654904155191E81FB6 /* Info.plist */, - A2FD48A440B6A0B9846964649CC3F469 /* RealmSwift.modulemap */, - 10EB8E24C839EF5761290E2218E279A1 /* RealmSwift.xcconfig */, - 3A7ABAB6388637E2D616DE83DECE71A8 /* RealmSwift-dummy.m */, - 17FDF65CD33539B431C428AE5CF21528 /* RealmSwift-prefix.pch */, - AC3C7ABD316CB1658EBD864EE098BB80 /* RealmSwift-umbrella.h */, + 7CB56BFF97710E5627633C986F39B7BC /* object_schema.cpp */, + 9274F63036AC05F509BF2E49BFA11FA5 /* object_store.cpp */, + E002B38685DBA2476834CC58A0D2DEDA /* object_store_exceptions.cpp */, + F7D6FE287CCC7C322A0954CF0D4C9A0D /* RLMAccessor.mm */, + 6350BA1FF54666E0714855584770F8CB /* RLMAnalytics.mm */, + 7F93C975EE5052424A3EBBD688790AFE /* RLMArray.mm */, + B970E6678F4A7319B5D73D72D833CEE6 /* RLMArrayLinkView.mm */, + 83648835A4CDB91B08DF2AF321C8ADA0 /* RLMConstants.m */, + 2B2FA7868E764EFC8FE5F10DD87DB8F9 /* RLMListBase.mm */, + AFA820D6B54338C40B335BF5E68F774A /* RLMMigration.mm */, + CF26F808B467D892CB899A9F39A722FC /* RLMObject.mm */, + E8D63062E41585DC49B2C4997619861A /* RLMObjectBase.mm */, + C90C899F82BB12E32D0E215B836A6F6F /* RLMObjectSchema.mm */, + 9280E3E2F4C6367A98649F3EAB0D66DE /* RLMObjectStore.mm */, + 2BC26580EB30FCD045EADC5FC0BFCC9B /* RLMObservation.mm */, + A2B80246C508CF4202560F218D1F1017 /* RLMOptionalBase.mm */, + 4F2A7BB52AF9ED14400865B119866C8D /* RLMProperty.mm */, + 4FC1E8F262BEB9B1CA5261CCE758DDCE /* RLMQueryUtil.mm */, + 6770814883FA23902DFC9E43C6DDA8E2 /* RLMRealm.mm */, + EFD1AB20A358BD11BD9A868BB8DAE208 /* RLMRealmConfiguration.mm */, + A6C1D4F77DCE5D499E703B9A8E1EEF99 /* RLMRealmUtil.mm */, + 1E129DD5251990AF30244B7A61903915 /* RLMResults.mm */, + 53681B495537BE32E4E76F5A8DDBC0E5 /* RLMSchema.mm */, + 327458639A57FFA9194307F082279E8A /* RLMSwiftSupport.m */, + 813A91D3D6C58DE3F4E7708CB23FD57E /* RLMUpdateChecker.mm */, + 363CEADD59260473EA7489EB3CCE8218 /* RLMUtil.mm */, + 3BF34623292DFE3C639ACD32CADD3132 /* Frameworks */, + 5F06686A25C698BF5702D710D1AD0A94 /* Headers */, + 465FE916D4A330BDD338A4C8B4F63A38 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; + path = Realm; sourceTree = ""; }; - CAD5FBC2187C87CF7BFFD838F94F54FB /* Frameworks */ = { + E262B9E8F1971905611B424AB4AC65B6 /* SwiftyUserDefaults */ = { isa = PBXGroup; children = ( - AA2BFF7540D9AACC385F5CAA459AF862 /* Crashlytics.framework */, + 87C4A20B8053528551D3BB1205CE7D0A /* SwiftyUserDefaults.swift */, + 09781F1F1B22116744D9EFF0C2771ECF /* Support Files */, ); - name = Frameworks; + path = SwiftyUserDefaults; sourceTree = ""; }; - D675DFA8BBA2D7F1D1950CF1BB9C33F4 /* Pods */ = { + E55A0CAA0049043E7E654A8AEF5C79FF /* Resources */ = { isa = PBXGroup; children = ( - 43818E64A12CC5553C0C5AA8915E9D60 /* AcknowList */, - 6C018CA7B2421BBCA8DB8D2F5CBAFC86 /* Cartography */, - BB123F163FACC078296A27241777BA4E /* Crashlytics */, - 40661919A21C8D735A0756F02AA223B8 /* DKCamera */, - 4408E5CD69492F7FA0601E0955E29B54 /* Fabric */, - C2ADDD30A3C7EE415C0A686107FD9AFE /* FXLabel */, - B55FA89EE3473EE418FABC72566026C5 /* GMStepper */, - E60EE21B9A621B5EE716603D3BB562CD /* Masonry */, - E0BEA4DD875B9847DC5F4FFCA353E999 /* MGSwipeTableCell */, - 2A4D5D9A383AF6A3169E34245BD222A1 /* MHVideoPhotoGallery */, - 8BF530FB1E1F4488A87D3A4CFC18B71F /* MZTimerLabel */, - 33416B8809CBBDF2C9CAEB3A95DC4985 /* NRSimplePlist */, - A78D4AB504A47C2371833743314067F4 /* Realm */, - 02CA0E72B931A506480D2E102C2B6956 /* RealmSwift */, - 019B2BA5236499D8B72C96DA98F5E402 /* SDWebImage */, - DADE11188CFD1F2C71FC926671C18FDE /* SVProgressHUD */, - FCEE0453F4ADD180B6C6FCCC2978A05C /* SwiftyJSON */, - 1744C71E07D4D3AADFCF59AC3E98180C /* SwiftyUserDefaults */, - 860646C7AC7211ED7382EC1027EC3504 /* SZTextView */, - 8A9AEAA376FA59A4CA38985E6871CF60 /* TTTAttributedLabel */, + 896968F300A49008FB7617764EF019BF /* activityMH.png */, + 2BF536936B752965BF6F412FE88933D7 /* activtyMH@2x.png */, + A6B84AE5D8BCFAE032804D60498C4DF4 /* EditControl.png */, + 2A5DECDFE90209A3BB2FA1EFA64E99EB /* EditControl@2x.png */, + 9399D4B85C4034BE7F42EEC1C1261075 /* EditControlSelected.png */, + D21CB2A8BB76CA5D554261A4BEBD41A8 /* EditControlSelected@2x.png */, + 80F3E861A548B52362E5B286940EA3E7 /* error.png */, + A209C0EF21F4E030B087A4EC46DBB31F /* error@2x.png */, + 21260B455193170F1F4786BB361F18DA /* facebookMH.png */, + 56151E69E70BA5066F376444B25DB9E2 /* facebookMH@2x.png */, + 1E9DAA9E11AB51958F23192EA1CC1632 /* ic_square.png */, + 5CC2FE812D9DD7D28749F76485DC7E00 /* ic_square@2x.png */, + D493E3A8B6D74510F671B8C62F22607C /* left_arrow.png */, + 9665AA907D2B393F0D2280B3E722B740 /* left_arrow@2x.png */, + 0FE74EBEA99229F11D85EFCCB72AFB03 /* mailMH.png */, + 1B662C2A639B76E2B12E79991C262F7A /* mailMH@2x.png */, + D50C8E3471A8CAB644373C0CB6A14C4C /* messageMH.png */, + CF856545BAE60CC4180C55322E8AE63C /* messageMH@2x.png */, + 4CAD0AB66B90BB1ACBEBF0153522F454 /* MHGallery.bundle */, + CBA5742979C39A9727B8B945577B8425 /* pause.png */, + 8EB073702168935AEB4660AEAE0CD4C6 /* pause@2x.png */, + 7B74CB798A53DEF69600C2D184261A8A /* play.png */, + 141CA7EF80CC315C5CD319DA1DA7BC36 /* play@2x.png */, + DC8D014A28E7EDCAA42AE8E91B18CE5C /* playButton.png */, + DD7B0A41D67B3D7E50253795C387EDB8 /* playButton@2x.png */, + 62568D1928EEDB74F4627024D0AFE9A0 /* right_arrow.png */, + CCB284E46FB21CA1669FB56DB944C4BC /* right_arrow@2x.png */, + EFCA4AB2AB13F7C27413D326E0DEB0A2 /* saveMH@2x.png */, + 7D26E9BD990E28A68A81340BC0070F1D /* sliderPoint.png */, + 6C3564B4DD86F7C843FE6AEACA3AABC9 /* sliderPoint@2x.png */, + EBED3E635A199BFE1C66285184DD3B5C /* twitterMH.png */, + D4361D54364454AE1856D186E72023C7 /* twitterMH@2x.png */, + 0464C599C5B70757BFB08AAFB55BD710 /* unplay.png */, + 3D7D9283DEC37C36D8B3031F66BB9473 /* unplay@2x.png */, + A3D00974A53F0C9F8015D6BD9CB8B071 /* videoIcon.png */, + FDD27CC2B5E93F6D516FC4B72C06DD56 /* videoIcon@2x.png */, ); - name = Pods; - sourceTree = ""; - }; - DADE11188CFD1F2C71FC926671C18FDE /* SVProgressHUD */ = { - isa = PBXGroup; - children = ( - DFBA7948B7E4C99EF9A13865DFEAA830 /* SVIndefiniteAnimatedView.h */, - 8946F0C5ED09503A9646AACB0A77F698 /* SVIndefiniteAnimatedView.m */, - 1E48417A808F56FECA549A8461B9C9B9 /* SVProgressHUD.h */, - 19C0D07190579752B849E74B49619FF3 /* SVProgressHUD.m */, - A753F0A00827D565483B7EFBEC12E8D7 /* SVRadialGradientLayer.h */, - 696D3C06C8968AA687415BB9DE02F06B /* SVRadialGradientLayer.m */, - 0878568B21C0DB457A769EB513ACD7E5 /* Resources */, - F18CCC5E82E655A75D93DC03F681E593 /* Support Files */, - ); - path = SVProgressHUD; + name = Resources; sourceTree = ""; }; - E0BEA4DD875B9847DC5F4FFCA353E999 /* MGSwipeTableCell */ = { + E657143C954B000A17B429439737010C /* TTTAttributedLabel */ = { isa = PBXGroup; children = ( - 141C0272E92BA66E204F886AB76DA1DC /* MGSwipeButton.h */, - D668CAC9A0C955F6E7529AB7B3A9930B /* MGSwipeButton.m */, - 313DAEB3BEC5F66CE296A8AFA49323FF /* MGSwipeTableCell.h */, - C2D9A15FFDB29C696ACDA3A526ECB5A8 /* MGSwipeTableCell.m */, - C2CEABF414422D335529476DE36B304D /* Support Files */, + B6BDD6F402A2F943779D8B14655B8C0B /* TTTAttributedLabel.h */, + 6E76E06F13A8F2FE3ECC268557B46B90 /* TTTAttributedLabel.m */, + 3A8FA89454702F2C04B8E041DAC03D84 /* Support Files */, ); - path = MGSwipeTableCell; + path = TTTAttributedLabel; sourceTree = ""; }; - E31031E4888CE6E6A0984A3A6671B3EA /* Support Files */ = { + E87C95BB8121698FF56D837B4FAB2107 /* Pods */ = { isa = PBXGroup; children = ( - 55C6D51E6170FFD4C7D13BDB8D65ED1A /* DKCamera.modulemap */, - 96618AD76D7F63A2CBCB54FB80B40F39 /* DKCamera.xcconfig */, - 3A705EA0261A5729DE794111259EEFA9 /* DKCamera-dummy.m */, - F39C6D685D19DD25B6D047DEF70EABD6 /* DKCamera-prefix.pch */, - E969F0DBBDF8C3B017A19A8D4DED9098 /* DKCamera-umbrella.h */, - ADE29807CD8ACA6716C18907FD62F4A3 /* Info.plist */, + AA8C1F56AF2B14C472E2659CAF837DC0 /* AcknowList */, + A1F178EE795A5E7AF0882532E167AB6D /* Cartography */, + A031F9FED4CF0B887906B22B65799CA3 /* Crashlytics */, + D07BB9985FD93262B6535B64854FB3F8 /* DKCamera */, + F5CD61869437F8FEB3E5F19362A9013D /* Fabric */, + 07159BF6C626A0DBD3A118AF3A5B5949 /* FXLabel */, + 0862D7ABA428F3834EDFD92592894880 /* GMStepper */, + D029684856ADDACCCF8F7FEE6E4922D4 /* Masonry */, + 11F709C3D9B841117C957B152987094A /* MGSwipeTableCell */, + 4DC92AE94B4744A7E7DD2B83BD217C80 /* MHVideoPhotoGallery */, + E9BE32E32F35882BC4378BB2B637B22D /* MZTimerLabel */, + 29D1A9B76DEBFAE4E96A72987D35C9A1 /* NRSimplePlist */, + E0C0CBEFF8E7DC60C76E4AD80F60972A /* Realm */, + 5C454164E3202D2E9220D853E8200AAC /* RealmSwift */, + D2E61C1189AE59B8FEF62B21EB13A315 /* SDWebImage */, + 17B8D20CEE5EE8C549EAD7E9A23306D5 /* SwiftyJSON */, + E262B9E8F1971905611B424AB4AC65B6 /* SwiftyUserDefaults */, + 5B088A3576895B8AD143D8CB2D6E29C9 /* SZTextView */, + E657143C954B000A17B429439737010C /* TTTAttributedLabel */, ); - name = "Support Files"; - path = "../Target Support Files/DKCamera"; + name = Pods; sourceTree = ""; }; - E60EE21B9A621B5EE716603D3BB562CD /* Masonry */ = { + E95C697D4914FFD02775A5CC0286C3FD /* Support Files */ = { isa = PBXGroup; children = ( - 06AFBE2BFF500B3D4313FFEBB7ABEABA /* MASCompositeConstraint.h */, - 5342A0DC4495326068BF768CF44D1CC0 /* MASCompositeConstraint.m */, - C74F2EDE4812BA200DBACC3A64EF722E /* MASConstraint.h */, - DB41BE716F47CA758384338316C1E82E /* MASConstraint.m */, - 23D928D9DAD40FFA04D7F765AED3AE26 /* MASConstraint+Private.h */, - 14B51611A5712CB92839AD2DE2A1CC61 /* MASConstraintMaker.h */, - 3D8C547402D4460BC55AB8C5BB7B986D /* MASConstraintMaker.m */, - A81B39542E02DB1E3FDC7D5E8A2B70D3 /* MASLayoutConstraint.h */, - 93F5CE44694BA9A794E0605DA5170E77 /* MASLayoutConstraint.m */, - 1C231F8AFB306CF4A113419DBFDD2212 /* Masonry.h */, - EF8B7439EC24AAB5496C239E23173BE7 /* MASUtilities.h */, - E7E092E4E4EA60ECE84F5F574E8B66EC /* MASViewAttribute.h */, - 42A627C4B1E91F86BE4661D990759FA8 /* MASViewAttribute.m */, - 7969BBED5F0B96C22D8A89D2B138B9D9 /* MASViewConstraint.h */, - 085E0329432D186BC6FD4A4DAA679137 /* MASViewConstraint.m */, - 557E0979910BBB82CCC903B8C425CB04 /* NSArray+MASAdditions.h */, - 5F5C0DD2A0EECF0CFA9463EA5F090D7A /* NSArray+MASAdditions.m */, - A1A3A515077CC52CE944E76322E317E4 /* NSArray+MASShorthandAdditions.h */, - 6CC8990F49F6B05BA22537348DCB0763 /* NSLayoutConstraint+MASDebugAdditions.h */, - 0BCAF6302CFD9A5486CF9B4CFC325F46 /* NSLayoutConstraint+MASDebugAdditions.m */, - EE444BFA6E271CD900D51AA9A9FD9EC1 /* View+MASAdditions.h */, - D3BAE5B5D637A80D4A909E9A9A357370 /* View+MASAdditions.m */, - 5488B6B23ADB5010134203C9999EEDBD /* View+MASShorthandAdditions.h */, - 7FCA92532E0BA09B5D7B6C8ACE7D75B0 /* ViewController+MASAdditions.h */, - C3EFE7E007359DCA6C59DC708EE8AB57 /* ViewController+MASAdditions.m */, - 57D21D55931953D7514ED08852887F33 /* Support Files */, + 3A7D738368CBDCD52D0A7C91B91E22ED /* Info.plist */, + F0192FEFF9609F4CD1CC57C7E1F89AD9 /* MHVideoPhotoGallery.modulemap */, + 24FD708122183787A97C935BDDB20518 /* MHVideoPhotoGallery.xcconfig */, + DA46A3B73E16F50D1FF8791850AAE591 /* MHVideoPhotoGallery-dummy.m */, + C665AEF8A79533975F9D15B3A58DF180 /* MHVideoPhotoGallery-prefix.pch */, + F9F85BDA323C049DDCDCF811FD129F50 /* MHVideoPhotoGallery-umbrella.h */, ); - path = Masonry; + name = "Support Files"; + path = "../Target Support Files/MHVideoPhotoGallery"; sourceTree = ""; }; - F18CCC5E82E655A75D93DC03F681E593 /* Support Files */ = { + E9BE32E32F35882BC4378BB2B637B22D /* MZTimerLabel */ = { isa = PBXGroup; children = ( - FA882C86135FA0A2A96BE1CC6D051461 /* Info.plist */, - 382EEE9FF777B80680A72D1A9BCDA10C /* SVProgressHUD.modulemap */, - 202C2ED8AE0615EAA0E65CE02F07D3CD /* SVProgressHUD.xcconfig */, - D3D66A4E5C46E45548BF424B2876FAB3 /* SVProgressHUD-dummy.m */, - AE5DDA22B92F60AF972926B2DC316935 /* SVProgressHUD-prefix.pch */, - B0BE3C23FCFEEEC32594B923D9D275AC /* SVProgressHUD-umbrella.h */, + B4ED87ECBB659676F9F02EEDD7A0EB3D /* MZTimerLabel.h */, + FB7F84B5B0F5F6D3D53F0A6F14A8EFAD /* MZTimerLabel.m */, + 82CDB778D996C7C0A7D125BF5BA701CD /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/SVProgressHUD"; + path = MZTimerLabel; sourceTree = ""; }; - F860DB51CA9489D8CB1699CF7FEA155B /* Support Files */ = { + EBD5E7F0CD0CC29CCD66688382C80BD6 /* Support Files */ = { isa = PBXGroup; children = ( - 6B4BEFF1DAEF619B1AAEAE5240E95CAB /* Info.plist */, - 4E0B2F09FF80090E91C5702049EE5D97 /* MZTimerLabel.modulemap */, - 03550A19C33A7A5D6FEC6E7B10D3A6B7 /* MZTimerLabel.xcconfig */, - 4462DE1F41A94567CFDCE906BD90AE20 /* MZTimerLabel-dummy.m */, - F3A767CBA6A82BD4DD2BAD03CB84C7B1 /* MZTimerLabel-prefix.pch */, - 96097752CD72DEC14ADD1F60B2EAFC33 /* MZTimerLabel-umbrella.h */, + 8EC14670088F6CD7B80907418DEE5C5A /* Info.plist */, + AD4A6032429CE28DB07108569964DFFA /* MGSwipeTableCell.modulemap */, + 35C46F6F39F0F906205B86FBD04552DB /* MGSwipeTableCell.xcconfig */, + 64299D56CB5DC06F23DAAF5230FFEDC8 /* MGSwipeTableCell-dummy.m */, + CE96DFF3B7ED389B1F2B4841633ADC07 /* MGSwipeTableCell-prefix.pch */, + 3E691692529C2AE424FB453783B4900E /* MGSwipeTableCell-umbrella.h */, ); name = "Support Files"; - path = "../Target Support Files/MZTimerLabel"; + path = "../Target Support Files/MGSwipeTableCell"; sourceTree = ""; }; - FCEE0453F4ADD180B6C6FCCC2978A05C /* SwiftyJSON */ = { + F4394314897B9D70BB7F223C4247B7B9 /* Base */ = { isa = PBXGroup; children = ( - 0313BC7221762C1DF7C952912928DFF8 /* SwiftyJSON.swift */, - 38EF82EF015EA6E7872EF82DC32AC74D /* Support Files */, + 70046F0A5F7E34FD06B4609C1D633723 /* Frameworks */, ); - path = SwiftyJSON; + name = Base; sourceTree = ""; }; - FED664C1D4606F4187805C90D2A9DFEA /* Support Files */ = { + F5CD61869437F8FEB3E5F19362A9013D /* Fabric */ = { isa = PBXGroup; children = ( - 03CAD7B6BD1CFEE3187BFCA1E393F02D /* AcknowList.modulemap */, - 5DB8ED52A4ABA3DCDE9C047815ACC985 /* AcknowList.xcconfig */, - AA94556BB1014D83B1D530C08BB79E2C /* AcknowList-dummy.m */, - B3730D9E515195038E4428AA5DA66B48 /* AcknowList-prefix.pch */, - 66840DDA2EB4E39EBAC17ACA69B2E2A4 /* AcknowList-umbrella.h */, - 7222E6F58761DC09CC27B3C6E736000C /* Info.plist */, + F4394314897B9D70BB7F223C4247B7B9 /* Base */, ); - name = "Support Files"; - path = "../Target Support Files/AcknowList"; + path = Fabric; sourceTree = ""; }; /* End PBXGroup section */ @@ -2332,14 +2252,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 13583F34F9512C5D26C4879D7883B57E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 7ACC5F3A89C09CEE4ABE54FB4E4A497B /* SwiftyUserDefaults-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 14A51B3999BC947A6098955DCCD331AF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -2359,16 +2271,25 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 457F97C19D0061B55ED7D2CC6368E6C0 /* Headers */ = { + 1EEB6C535E74C2F4AFF85B48BCA3EBE8 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 314B78E81976A6AFA75552095BFD2A57 /* MZTimerLabel-umbrella.h in Headers */, - 72CEF2ED99F52432AEDA588E204CD328 /* MZTimerLabel.h in Headers */, + 566C59875BCD44D303AA1ADDFACFD983 /* SZTextView-umbrella.h in Headers */, + BF9507A4EE8BD96FEDD6E775F0D668A5 /* SZTextView.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4EC82C78F0D730DD733095DB505C657D /* Headers */ = { + 457F97C19D0061B55ED7D2CC6368E6C0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 314B78E81976A6AFA75552095BFD2A57 /* MZTimerLabel-umbrella.h in Headers */, + 72CEF2ED99F52432AEDA588E204CD328 /* MZTimerLabel.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4EC82C78F0D730DD733095DB505C657D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( @@ -2393,11 +2314,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 55707D26BED797510DA1499593526AEB /* Headers */ = { + 5A5BA6DEB5C465D3C6CC383AE0A5DB1A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 366B639B478C71E8431D64D0E5600E48 /* Pods-umbrella.h in Headers */, + CE1F3275650C9567470A5BD99A319C67 /* RealmSwift-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2447,20 +2368,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9440FD25E673C9A924A940F2641866E0 /* Headers */ = { + 93F43F12206F2F81B6B01FEA51098F86 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1B19BA084EDD70E6CABC81E16420AC8C /* SZTextView-umbrella.h in Headers */, - C46D2C234B0521C89157F6F393345F9D /* SZTextView.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A1BEBD1303C28301102BEFAC34D2CB42 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 25E23781F7D9E646970CBC75DFC7491B /* RealmSwift-umbrella.h in Headers */, + DD09EB76FF6431409C3B5058399A2983 /* SwiftyJSON-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2487,11 +2399,158 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BDEADF580FADC71D2DE35E0EB6DC0139 /* Headers */ = { + C32602992D748BA63983B1F688D06EDD /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B54889471EBF2C3F740F601EC95F54B4 /* SwiftyJSON-umbrella.h in Headers */, + BD5650C8A8B697E03E7BEAE409727056 /* alloc.hpp in Headers */, + E475A6519BD99A2D87F1D8393E1F645B /* alloc_slab.hpp in Headers */, + A8A2281D3BA8B919836579E86561B069 /* array.hpp in Headers */, + BC50DCD539920773A7C144DDE6083B25 /* array_basic.hpp in Headers */, + 529328A04A37F27633BAA72F94343659 /* array_basic_tpl.hpp in Headers */, + 2026FB830867C53B14561A3C897869F4 /* array_binary.hpp in Headers */, + E9BB548A9446173BC5D5B2F89BEB3B0E /* array_blob.hpp in Headers */, + 04C32D6B72CE238C0F28BE94E942A81B /* array_blobs_big.hpp in Headers */, + E8268DCDADBFEF660AC7F29070569F36 /* array_integer.hpp in Headers */, + B036FDFF795A63E1D8768541E1FFA85E /* array_string.hpp in Headers */, + F8AB66D3A2F31462FA6DA3DD1567659F /* array_string_long.hpp in Headers */, + 4718BD0C630931D7E438427C6FF39107 /* array_writer.hpp in Headers */, + E96D822788437561EE3D7EA961ADB70C /* assert.hpp in Headers */, + 7585F238FE1F39318D2107FCAE856564 /* basic_system_errors.hpp in Headers */, + 51403B2B592D6FBDB6945BA5E614222E /* binary_data.hpp in Headers */, + 87597AAAB4489271FA86D0CC513A2228 /* bind_ptr.hpp in Headers */, + F52F8315D19C06263085E2B00CD6E477 /* bptree.hpp in Headers */, + FE0F5B1F1E65767B2C66AD0E41B582F6 /* buffer.hpp in Headers */, + 8A5154914D8C194AF7407FDE09C64CE6 /* column.hpp in Headers */, + 7CE8432DF484B04F006B496F8793F668 /* column_backlink.hpp in Headers */, + FFF7577A03C2AAD003B809590D5A5BEC /* column_basic.hpp in Headers */, + B811C81DB84D3A5A3249962AD482984F /* column_basic_tpl.hpp in Headers */, + 0D58D2896A3C0B5A11131C85E478FDAD /* column_binary.hpp in Headers */, + 9D8625C7953768DC38FCE4559BE40C66 /* column_fwd.hpp in Headers */, + 6ED553DF576004907CBC5480E9DC1D52 /* column_link.hpp in Headers */, + F62F78A7D0FB1DABDAB21BFEE7503148 /* column_linkbase.hpp in Headers */, + BF9D0A0083155AA688F1AE81CA5A94BA /* column_linklist.hpp in Headers */, + D04BE5F62A1455CAFC47B9D7B3CF829D /* column_mixed.hpp in Headers */, + 14D67E282EB63AE30A9F44D182D05A0B /* column_mixed_tpl.hpp in Headers */, + 596F479D54DAECC9BBCC28585888E4D7 /* column_string.hpp in Headers */, + F17065EB45068A3C46C3AC7AD77B5E40 /* column_string_enum.hpp in Headers */, + AEC688D121E3CD69F86C44069ADA2EAB /* column_table.hpp in Headers */, + 0F9C143A51778A5CBC0101025E56CFAD /* column_tpl.hpp in Headers */, + 78ED9012ED5A7F38869E25D25EA3B53D /* column_type.hpp in Headers */, + 194BD31E7C09E4E03BB40BF96F816418 /* column_type_traits.hpp in Headers */, + DC009D0AD3231C14C750BD01134526CA /* commit_log.hpp in Headers */, + 0EC48FD11930E5820663CA71D07175DC /* config.h in Headers */, + 00978692689D30C08C546C594F5BEBAF /* data_type.hpp in Headers */, + 624056F2EFECE5FA91B945D61978B26C /* datetime.hpp in Headers */, + 8B9F331F8C733773042410DFD27E3CA5 /* descriptor.hpp in Headers */, + B495D4B2F133A912794D7A3B5C248CD2 /* descriptor_fwd.hpp in Headers */, + 7DC17A48F0AA03427F4B8721500BCCA7 /* destroy_guard.hpp in Headers */, + 0596E42A15F5D06BD5E9C1D2C01B1650 /* disable_sync_to_disk.hpp in Headers */, + 78F964CD803B070588083FFD22565425 /* encryption_not_supported_exception.hpp in Headers */, + 8B6540B076030860546778926AE77903 /* exceptions.hpp in Headers */, + 67A4BD5A2B56639D4ED694BEB82E980E /* features.h in Headers */, + 919C099DFA60E523781BFE6A59A3FDA3 /* file.hpp in Headers */, + A5F9853594371B7254B9C492D0583093 /* group.hpp in Headers */, + 60A4FBEAF5792DFB18AD8A16F8B856EB /* group_shared.hpp in Headers */, + 0308A79A985770F079B9969D42E45FB1 /* group_writer.hpp in Headers */, + F22C3456942D6A1CD7EB3561CD234ABD /* handover_defs.hpp in Headers */, + 686E1DC26698396F99BBB8847424F4FB /* history.hpp in Headers */, + D7F4693E5A481A44455431EA0DD06634 /* importer.hpp in Headers */, + 3ED67CA16A9B38E7515C5A3E09D081D1 /* index_string.hpp in Headers */, + B45BC52CAA6A1D154B8114C905BA9E2D /* input_stream.hpp in Headers */, + BAF6C435E6460A5896AB5950A0AAE7A1 /* lang_bind_helper.hpp in Headers */, + B971503EB5AE950950E0197F232F032B /* link_view.hpp in Headers */, + 0F0454AD3F788AF65EDFA83B32F75630 /* link_view_fwd.hpp in Headers */, + 7C0F1C6B958448D810A7EACFD42A21BE /* logger.hpp in Headers */, + 18D4AC32EF86B5A1CD083834C964C0D8 /* memory_stream.hpp in Headers */, + AB13C78433756E516C73A7FFB4BC4A89 /* meta.hpp in Headers */, + 2B6F7E2060F693B2671E328BCB8BE24D /* misc_errors.hpp in Headers */, + 7BC5C6A06810DFFEBD3F9175A8E01D3F /* mixed.hpp in Headers */, + 82D5B626CADD2466BF3B70AC17933CB0 /* network.hpp in Headers */, + 7F5ECF7BD469C1F52C3F30F044A8CE8F /* object_schema.hpp in Headers */, + FE7165DB74479C6FEA74ECB1AA11945A /* object_store.hpp in Headers */, + BF94277A463BF3D37E5905E54944B6DA /* object_store_exceptions.hpp in Headers */, + B3D5E2C0A5F17342168887AC3442768D /* optional.hpp in Headers */, + 0F24DC804FEE2C3751379324BA25B69F /* output_stream.hpp in Headers */, + 56C718EE4E3D542C1333E6A3EB6E025F /* platform_specific_condvar.hpp in Headers */, + 2D3D4553E97143267D9B257B58A97326 /* priority_queue.hpp in Headers */, + 2CDC3FF86C57D446FA42D79F9DF386B6 /* property.hpp in Headers */, + 8A3F0EC7174F6D9D7F285A52D353CC04 /* query.hpp in Headers */, + D3ED641B6E41D8741EDAD5ED3D47EB64 /* query_conditions.hpp in Headers */, + 8B59C4CC87DB44E38D355B6B91E056D7 /* query_engine.hpp in Headers */, + BF4966CE86BD46FB1BAE09A254F8B3FB /* query_expression.hpp in Headers */, + D2E5F9896FDEFE0E161375D611D912EC /* Realm.h in Headers */, + 9582026EB793F22808596F4E2F9C6286 /* realm.hpp in Headers */, + 3FDB5C05C91E24F8A0D63E63C8513ACE /* realm_nmmintrin.h in Headers */, + 8B0FFF0054442C9330469D9833C89C9A /* replication.hpp in Headers */, + 3E448CDCA5E9EA588B427F5CC2AC09E9 /* RLMAccessor.h in Headers */, + 39568BB1FB10AB5E037A9F38157ACF35 /* RLMAnalytics.hpp in Headers */, + D6023AE1870AE2356FDAF080A7CFF89D /* RLMArray.h in Headers */, + C100C1A2DD6D3C242DBF4D1DDA2555B3 /* RLMArray_Private.h in Headers */, + E0D28CD83D977CDB5D0A69CDB0DCDE94 /* RLMArray_Private.hpp in Headers */, + AB526BFBE6B79C5DD56581937E4387AC /* RLMCollection.h in Headers */, + 092A37C63A7D9AF6E89848777D18691A /* RLMConstants.h in Headers */, + 9DA257BAF1C008D852BFBA6FD7DA2E29 /* RLMDefines.h in Headers */, + 1C9603E2F5CFF86BE71A5FA149B1D49B /* RLMListBase.h in Headers */, + AF6C73195165528F06D7061EE13B09FE /* RLMMigration.h in Headers */, + 69744249BC63E64F1EA5B490A22133FC /* RLMMigration_Private.h in Headers */, + 85420E56C841E08AE161F9C05D8E1F02 /* RLMObject.h in Headers */, + 305054CCABAE57284EA671D797B72D87 /* RLMObject_Private.h in Headers */, + 8F50FF9C2834293114F44B2C72EE4098 /* RLMObject_Private.hpp in Headers */, + B5ED3ADF89CC652CF7289DC98757AE31 /* RLMObjectBase.h in Headers */, + 9CD84613001A87DF0EF00A322C711A49 /* RLMObjectBase_Dynamic.h in Headers */, + 11ABCEB0B43AC62AEE1FB70F1AE64912 /* RLMObjectSchema.h in Headers */, + B1A1C5D9AAC12E2A3572F8680EF414D2 /* RLMObjectSchema_Private.h in Headers */, + 8078EF194EB498F298A664278EB42CCF /* RLMObjectSchema_Private.hpp in Headers */, + 943234761D15C6CFC3CC0B7FE0B2B91C /* RLMObjectStore.h in Headers */, + 78D5F90B672934EBD91F6705B5A34F0B /* RLMObservation.hpp in Headers */, + 22D4172B188BFAEB7E73DAC8ADB2D79D /* RLMOptionalBase.h in Headers */, + F6433D987EF706924E1237FA46FD0769 /* RLMPlatform.h in Headers */, + BD1601BE04E3BB995B87D52B01E97E34 /* RLMPrefix.h in Headers */, + 072AB2F59BE7AF57F8D2DB800D1FE0E8 /* RLMProperty.h in Headers */, + 1DC9C4061DFCF04B5E264A1A2DF5DCAE /* RLMProperty_Private.h in Headers */, + 4B71A0335CC8CB6D731E0F9EC76BFAFA /* RLMQueryUtil.hpp in Headers */, + 832ECE987A3F355F6C97006BEB164043 /* RLMRealm.h in Headers */, + BA6D45494A1973574CB1DFB2C859D751 /* RLMRealm_Dynamic.h in Headers */, + 6331262AF849244C043CD62033B7D6A1 /* RLMRealm_Private.h in Headers */, + 7A06946590E497603857AFE77E740F45 /* RLMRealm_Private.hpp in Headers */, + 57F7F398E77AE40E0BEF862311640D5E /* RLMRealmConfiguration.h in Headers */, + C0B4BC9336389EBC2FB096C45A542323 /* RLMRealmConfiguration_Private.h in Headers */, + 4FC9C557039A857570BFCBA354C17382 /* RLMRealmUtil.h in Headers */, + 2F5DB6E30448D9C627D7FC92A00C250B /* RLMResults.h in Headers */, + 4791DF73AFCD67A3FAF2EE55F98AD56A /* RLMResults_Private.h in Headers */, + F244AE2C77EBC902A2F888633ECB490F /* RLMSchema.h in Headers */, + 49FA39D91BD22C1457C7F007E02F460E /* RLMSchema_Private.h in Headers */, + 3B7B55FB704FBA6AE49193F39D7C385B /* RLMSwiftBridgingHeader.h in Headers */, + 58AAF4CDEB55D5E352184D6134CDC44E /* RLMSwiftSupport.h in Headers */, + AEB04711D3E2EF32696C1D3D22EACABA /* RLMUpdateChecker.hpp in Headers */, + 9552BAF450FB90710CE79CDF97733C68 /* RLMUtil.hpp in Headers */, + F1B56813E637F28D8F1278C452F55458 /* row.hpp in Headers */, + 0F1A984E0FEDACB36E738CFB90CB0D31 /* safe_int_ops.hpp in Headers */, + 466304F9D7BB729C9ABBD26F4707C0C4 /* shared_ptr.hpp in Headers */, + 00FEE29E888033C3E9D5BB89A76A3246 /* simulated_failure.hpp in Headers */, + 83322A2C3C4C043536B3BCA16B314362 /* spec.hpp in Headers */, + 78195F931CC14A626DB98A652E07C806 /* string_buffer.hpp in Headers */, + 692B6CD48B7F5552B7FDA966B6B438D7 /* string_data.hpp in Headers */, + A623A87EE961F2DE944B3119537C41D7 /* table.hpp in Headers */, + 0334C021E2C0401E72E0220C31D7C218 /* table_accessors.hpp in Headers */, + ADF2366F307B3A6BF0FE5D3C9AF272B0 /* table_basic.hpp in Headers */, + 29731E5E838E4B07BC4DEEB338288CE0 /* table_basic_fwd.hpp in Headers */, + 14A1B1D9009628FE3211DC44B8F8E166 /* table_macros.hpp in Headers */, + C9892E9E5519452F2C1853E69E7F8139 /* table_ref.hpp in Headers */, + 7ABA777DFA3AACA219DC6E2ADFE2FEDE /* table_view.hpp in Headers */, + F9853CC2C4FDA642F85D2434FD878E83 /* table_view_basic.hpp in Headers */, + 3A13528C97BD70F6822546CE4799A672 /* terminate.hpp in Headers */, + A0608BE926F462897761F8B0E38A242F /* thread.hpp in Headers */, + 50C37515EFD97051ABD82D30BD9B842F /* transact_log.hpp in Headers */, + 114793685A099BAE1BD53D498E3F23E9 /* tuple.hpp in Headers */, + AD22FD4AD477864A34519C172B0449F3 /* type_list.hpp in Headers */, + 6A0EB0C1B61C57A2DD18D63D95F58481 /* type_traits.hpp in Headers */, + 75FF63AE937E719DC911E4653E70E91B /* unicode.hpp in Headers */, + 1EB5324CCD33E40EADE8E0CCC519CDFC /* utf8.hpp in Headers */, + 650EF58FF128A30287AC93FB72831754 /* utilities.hpp in Headers */, + C0E511D37B4FE7F911CAFCB92CD451C5 /* version.hpp in Headers */, + 72E772E8FEB7839E35FE1B580111F06F /* views.hpp in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2504,169 +2563,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DA8D0CABA4D8FC002C61C7686EEC6ADE /* Headers */ = { + E9C6F10FD19FA579709CDA20FAB079CB /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 66296D044E535F3A8E61F3B7F730684D /* alloc.hpp in Headers */, - 9C5713DD07EEBEEC81E4DC4D69620265 /* alloc_slab.hpp in Headers */, - 4A5E921484350E47AD81E6102C19ADEC /* array.hpp in Headers */, - FEDEE5DB785990027C7D27FBFC0F16BE /* array_basic.hpp in Headers */, - FC1B60B043252E27A0CDCD7BC40D1CCA /* array_basic_tpl.hpp in Headers */, - 07DA2CF60C633379C835EB520A13B3CC /* array_binary.hpp in Headers */, - BECA2AB1B4836ED0DB1E40C3064E1EE6 /* array_blob.hpp in Headers */, - D52EBD0640C2B7C8CC0C29A7343034BA /* array_blobs_big.hpp in Headers */, - C6CFEC4E8433D49012712F9202F19E3B /* array_integer.hpp in Headers */, - 5AC8F84E8B4BC9F82BDD3F85284F63FB /* array_string.hpp in Headers */, - 7ACA556F51EE2B782642C3A288EB272F /* array_string_long.hpp in Headers */, - C0BC85E8D48132A7D33F6A430246EC48 /* array_writer.hpp in Headers */, - CD9B719EC61A26C1209D3BE3DE5DB54D /* assert.hpp in Headers */, - CE0E6BD24BDFB6502A27B0628920666F /* basic_system_errors.hpp in Headers */, - 0A604526BBCDA47A03929A171C3DFBF1 /* binary_data.hpp in Headers */, - 837D78B9FEA03261747C1A733DFC7D8D /* bind_ptr.hpp in Headers */, - E04BF5BB9847DA11191DE4FD9CA8E9C0 /* bptree.hpp in Headers */, - 2073E98DAC3FD98F2BBB74CEBDC3F823 /* buffer.hpp in Headers */, - 54B7C9FF4575749955CE74DAC45E9C73 /* column.hpp in Headers */, - 5E69CA6F5616276E67E7AB1D1490DCA4 /* column_backlink.hpp in Headers */, - 9E8D457D06C9FE1E0164CFC3339DEA2D /* column_basic.hpp in Headers */, - C869DE6AF7D9F51CD24B4E001E2AB76F /* column_basic_tpl.hpp in Headers */, - 9A72A629562319B5EC7178E7EED1D5F3 /* column_binary.hpp in Headers */, - EF0C5AD14FEC08F606C6B3DBACA3D144 /* column_fwd.hpp in Headers */, - A5F3FCBE2A8913A7E122C2CA44342AB4 /* column_link.hpp in Headers */, - 8A68D3120A8233606C4F3D1840B1B49A /* column_linkbase.hpp in Headers */, - 950F11B1E5951CB121D657CF86ACEAFB /* column_linklist.hpp in Headers */, - EA60480A506081E33E974AE2DB187CD6 /* column_mixed.hpp in Headers */, - D5B41BDCDC51E9E59EB718CB1B438D9C /* column_mixed_tpl.hpp in Headers */, - 760973393BE546AE2EF60FA819B162A4 /* column_string.hpp in Headers */, - 9EA97364B843F7268EC415C4AB8DCEFC /* column_string_enum.hpp in Headers */, - 3F73756D155F5182F120D9A663DF6D46 /* column_table.hpp in Headers */, - A43D7BBBD5FE552169656573407AA8DB /* column_tpl.hpp in Headers */, - 8EF31855090675F1CA6F71E176B4C8F2 /* column_type.hpp in Headers */, - 5C45EE1773838A4E28AA42BA8C73B0DC /* column_type_traits.hpp in Headers */, - 4A008AA25A717C54ADF9267804D56623 /* commit_log.hpp in Headers */, - C2FD71BD8F305C0EEB582C2053B0A392 /* config.h in Headers */, - DED57E3C57D55FCD99449EBCD7809248 /* data_type.hpp in Headers */, - 7D6982B09CD299B7890FD7D54D78397B /* datetime.hpp in Headers */, - 6D165F0F617C321BC2386A85F1112FD3 /* descriptor.hpp in Headers */, - 0888B98B8815ACD99B41090C7630E933 /* descriptor_fwd.hpp in Headers */, - 170FDD43CC6EA50A72E197713D65A907 /* destroy_guard.hpp in Headers */, - 8D6D7096393FE490B43DBDCEFA70CFC1 /* disable_sync_to_disk.hpp in Headers */, - 3984CA9A0863DA872D44D34269A25711 /* encryption_not_supported_exception.hpp in Headers */, - 25939CC99BAF235E747B4A9C316F5B07 /* exceptions.hpp in Headers */, - 5508512E46AA6BC0925E007D4D1E16A4 /* features.h in Headers */, - 4109BC18112C9FB9DA6DF636E3B05A1B /* file.hpp in Headers */, - F35DFAD30EC08BACC785BB4B0D46ADE8 /* group.hpp in Headers */, - 88FEDF3EE3F7B042E7390C615AE1E7C9 /* group_shared.hpp in Headers */, - 42CF076BB33A023CA663675DCBFA0C4B /* group_writer.hpp in Headers */, - D9D0F2AEB5C0BCDF1B267AF55AD26C22 /* handover_defs.hpp in Headers */, - 895FC99BB15ACAEE338042716A0BB714 /* history.hpp in Headers */, - 931F9B231A6C8B697E792CE3A2A1D416 /* importer.hpp in Headers */, - 5CD7B67D9B36AE554E7203B4D954595D /* index_string.hpp in Headers */, - E0473B7F38048DBB896A379E02A1AF26 /* input_stream.hpp in Headers */, - EA8DE9D1FFD8E26613BE5ACE883E69D7 /* lang_bind_helper.hpp in Headers */, - 2253BE6734BD3085CFDDC10E615F725D /* link_view.hpp in Headers */, - 4DBE316A755D42592343D043A55F2E4E /* link_view_fwd.hpp in Headers */, - FD296EC917256464979580EFB60511E9 /* logger.hpp in Headers */, - B0C11D3B02576552AEF38D6B56C6A95E /* memory_stream.hpp in Headers */, - C36C2BD52475E51DDE2D8BA6DD18D0AA /* meta.hpp in Headers */, - 0F638444CA2EAF3C86469EBCFDB0D244 /* misc_errors.hpp in Headers */, - 1CCF8973C61B61D6D2B36953AEC4353A /* mixed.hpp in Headers */, - F7C70B0783274D08BE79ED6B357C86E0 /* network.hpp in Headers */, - A5015C36E66160A4FB0251DD4F44ED75 /* object_schema.hpp in Headers */, - BD21057E6A5C3FB4B545178800D50ED1 /* object_store.hpp in Headers */, - 4AC465CDAE3ECF2B9EB9DA2D29958090 /* object_store_exceptions.hpp in Headers */, - 1D0B1A533359259C95931CF11D556916 /* optional.hpp in Headers */, - 8B76F1133AB1AA2F6004A820261956EF /* output_stream.hpp in Headers */, - B9723E8B3618167E25BC01DE00377827 /* platform_specific_condvar.hpp in Headers */, - 4604C6575E48F5C1F1C2D344DFB101AB /* priority_queue.hpp in Headers */, - 624CD17AA3DA6F3F630B604735849328 /* property.hpp in Headers */, - 3761ED87D33CCEE63833FBEF6ED12530 /* query.hpp in Headers */, - EEC0381EC26FBAA55BAAB64C438F6479 /* query_conditions.hpp in Headers */, - 965529A94A032152B91C10D7B324CA71 /* query_engine.hpp in Headers */, - 386B86BF67ABC21D10CDF870D172EFB2 /* query_expression.hpp in Headers */, - EC6C58377505305F1411B0B74B566C42 /* Realm.h in Headers */, - F7A084F07D43A73D2D2C96F94075BAD1 /* realm.hpp in Headers */, - 6C3DC651E563DD7CC19F7C9FC3385ADB /* realm_nmmintrin.h in Headers */, - E27286139F5320DD3B01A4AB2691502C /* replication.hpp in Headers */, - CA9625E1A131AFF7C451DCA3A62F0A93 /* RLMAccessor.h in Headers */, - CFBBA0C280473B9722C5B962A0C105BD /* RLMAnalytics.hpp in Headers */, - EBD8E6AABDD0D34CD96E63B80C73B241 /* RLMArray.h in Headers */, - 4225FE1761D4DC8735E2A0B6BCD5F68F /* RLMArray_Private.h in Headers */, - 52E1446BA11B81A4C0869A3F2F765BBD /* RLMArray_Private.hpp in Headers */, - 9AA69CC96A738D2C35CC65A8054DDBCC /* RLMCollection.h in Headers */, - 0B00809400A5577EF75B5FD458471194 /* RLMConstants.h in Headers */, - 12F69A2A008CFA3D29D1475025F4F385 /* RLMDefines.h in Headers */, - D96B96E9785AAA1B7ABDB3ACE0E8246C /* RLMListBase.h in Headers */, - F993AB50672239C588C08A7C6A254C2B /* RLMMigration.h in Headers */, - 8AAE2882C322DF184F124953CFDDE949 /* RLMMigration_Private.h in Headers */, - EE0437B9F1484A301F114FD111DF1298 /* RLMObject.h in Headers */, - 742BFE70DE6F34CD3702B264AA9DF6E1 /* RLMObject_Private.h in Headers */, - 35DAEBD36C9DAC5879151C83538F9792 /* RLMObject_Private.hpp in Headers */, - 6ABCAFF7DDFD73BE4D083346CDBFCB39 /* RLMObjectBase.h in Headers */, - 24A44D13E1A6E92AD48592E85D6B6BF0 /* RLMObjectBase_Dynamic.h in Headers */, - 6A2399B1FACFCF040400710B56B3D63E /* RLMObjectSchema.h in Headers */, - FF24BC568698E40988F9B0C2AFB9E546 /* RLMObjectSchema_Private.h in Headers */, - 1592DF0AFD6BBC71DCB0A30AE8B74364 /* RLMObjectSchema_Private.hpp in Headers */, - C7D67043710CE67998B15380F6680194 /* RLMObjectStore.h in Headers */, - C19C6EF73ED634CBC8061246C338B219 /* RLMObservation.hpp in Headers */, - 65AEF7915A9BCA0965149981FAA62358 /* RLMOptionalBase.h in Headers */, - 1613EA67C149A99A66B5324D676FD467 /* RLMPlatform.h in Headers */, - 98942CE51E3614E7918E15855EBBE790 /* RLMPrefix.h in Headers */, - 275FEB3C342CA3D11B9F17DA33A48C5A /* RLMProperty.h in Headers */, - 812792654D8245327DB2AE2525ED62B0 /* RLMProperty_Private.h in Headers */, - B223CBABEFF8FBA16C4B8A01F7ED2410 /* RLMQueryUtil.hpp in Headers */, - 070975C76F90F88141E45EF4B386FB3E /* RLMRealm.h in Headers */, - 3724EF7929FBAF989C557E9ED8BB9869 /* RLMRealm_Dynamic.h in Headers */, - C21CCCA999EEB6D19AFD64F6744864EB /* RLMRealm_Private.h in Headers */, - 41A098ECCFF5ED1D06C95F97D5E885C9 /* RLMRealm_Private.hpp in Headers */, - 6A32279FDF5420A43E8F2AF481ADBDEE /* RLMRealmConfiguration.h in Headers */, - 873A41290435988E7EF431EDD79ADC4D /* RLMRealmConfiguration_Private.h in Headers */, - 159DCFCFD1819764020E2EA733324715 /* RLMRealmUtil.h in Headers */, - B9C39C73B8D4D8C97EAA01EE49ABF700 /* RLMResults.h in Headers */, - 798CB166EF52D18766CEC2050F530B88 /* RLMResults_Private.h in Headers */, - B8A2A12480FC3C8B38443A571D1217F3 /* RLMSchema.h in Headers */, - 19A1A3F14F399FEC48861A57EBEA6563 /* RLMSchema_Private.h in Headers */, - 3BD51DD13A17A22A785F6B19B6A0502E /* RLMSwiftBridgingHeader.h in Headers */, - 9872CFEA3A972D9D92634E5915400532 /* RLMSwiftSupport.h in Headers */, - 20D0B81ED8AAEFD129B565DD7591EB61 /* RLMUpdateChecker.hpp in Headers */, - 39B614E7CF4E4C9CC993C7071C966F0F /* RLMUtil.hpp in Headers */, - 9185CB2BAB2C43EEA4881D2F3DCC9A76 /* row.hpp in Headers */, - 754B6808EE2E74B4926CC0C45C2AD1B8 /* safe_int_ops.hpp in Headers */, - 7779AEFF25A01763F7267B2C9E95CFC5 /* shared_ptr.hpp in Headers */, - 074E0ACB19514A3863B4C1D7EC4E3EE5 /* simulated_failure.hpp in Headers */, - BB77149AEF72F89A0B1139232C17DECE /* spec.hpp in Headers */, - 7053F2ECEC824ADE7478A6CABB4C32B0 /* string_buffer.hpp in Headers */, - C06BD081F497B019BFFE7DF06BF60FD4 /* string_data.hpp in Headers */, - 41FAA1ACC6B25B35CDE6E93018B4BCD8 /* table.hpp in Headers */, - F691EF37EC43F1368D49621E94E88B38 /* table_accessors.hpp in Headers */, - 997CB2EB099C11B76BDB00263EA174B7 /* table_basic.hpp in Headers */, - 5FA87EAF4E10AB1A6E6F4AC0D46F3D16 /* table_basic_fwd.hpp in Headers */, - A96C7C4BAC7A38B4B7093BD0BB6981CC /* table_macros.hpp in Headers */, - 72DA4A7C4BCE27E1C74D2FC28E766933 /* table_ref.hpp in Headers */, - 657C14893EE500C3FFAB73CFE8958413 /* table_view.hpp in Headers */, - 8A8511409C53AC53FD63A10D75B726A5 /* table_view_basic.hpp in Headers */, - 2C5E8BC92C099C4B9311F035F6263F1A /* terminate.hpp in Headers */, - E6CFC1446411EECC15DED1227CB5AD04 /* thread.hpp in Headers */, - B2A44A44DE9715171085B1D552C6044D /* transact_log.hpp in Headers */, - 9F59DBC6AE880FF95972B933138DB44A /* tuple.hpp in Headers */, - 91AF5C854FD5BA2CC0911C9C67C4C278 /* type_list.hpp in Headers */, - D544F369327798F1BCB30C685B7751E1 /* type_traits.hpp in Headers */, - 54082FF939FC870CB2F47DD16E492E35 /* unicode.hpp in Headers */, - BC5D4DAFE0EAF4378B35624C03ED06CA /* utf8.hpp in Headers */, - 9CBBCC989BEBF3737252DE66580693A6 /* utilities.hpp in Headers */, - 94294DC4F2DFF719C8661517691F363E /* version.hpp in Headers */, - C4902BEC117A29AE71595A8EFC1488B1 /* views.hpp in Headers */, + C8DFBD3F06B641D9785918A424D24D38 /* Pods-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - E4BCF9E30C2703D29A408FE06C91A74A /* Headers */ = { + FBC0DFB094D53E66EC8B1B8131956B2C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B411F7AF2C0E7F7B5BDFB72072CCEC8D /* SVIndefiniteAnimatedView.h in Headers */, - 996CC7374042DF5766D29640A9438D31 /* SVProgressHUD-umbrella.h in Headers */, - 203247EE2141D1844C051D453699E746 /* SVProgressHUD.h in Headers */, - D8E754EA5F638893CC0910D9A56C023E /* SVRadialGradientLayer.h in Headers */, + 6496AD6E64FC386C06360E6719785C3F /* SwiftyUserDefaults-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2687,59 +2596,59 @@ ); name = NRSimplePlist; productName = NRSimplePlist; - productReference = 092402E2FE6CE6F7B885F3FAB993357D /* NRSimplePlist.framework */; + productReference = BF8B96AF240903A1426F58DE45097563 /* NRSimplePlist.framework */; productType = "com.apple.product-type.framework"; }; - 3659F26154297384413166FB5F695D0F /* RealmSwift */ = { + 286D8553F333B35D7644EA533D954035 /* RealmSwift */ = { isa = PBXNativeTarget; - buildConfigurationList = A6E7096C24A3BDFAD2B5AE1CAA82B3B3 /* Build configuration list for PBXNativeTarget "RealmSwift" */; + buildConfigurationList = E7105D1B416C78CC765390CAFFEAF51A /* Build configuration list for PBXNativeTarget "RealmSwift" */; buildPhases = ( - 1BC994C5401D0FA94732EF833A935441 /* Sources */, - 1D7015AFC7695B329B502107098559A8 /* Frameworks */, - A1BEBD1303C28301102BEFAC34D2CB42 /* Headers */, + 34B1CB65F0B07F8066F37DB007A5023A /* Sources */, + 7460835EE385A2365A5BF9935C56018B /* Frameworks */, + 5A5BA6DEB5C465D3C6CC383AE0A5DB1A /* Headers */, ); buildRules = ( ); dependencies = ( - 768FD131685A8B47B5C6EA9D45373C57 /* PBXTargetDependency */, + 5F791750F643EE9DEE832E7D84A7BB4D /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; - productReference = D690AA4DC4B799EB1FB1E204EF8D6ECE /* RealmSwift.framework */; + productReference = DE9A95372AFB795E5B825DF8D3FC4EEE /* RealmSwift.framework */; productType = "com.apple.product-type.framework"; }; - 441B965F881E4E91093C1059356CFB51 /* SDWebImage */ = { + 42652E1C07266574CB0A2321EB08BAF0 /* Realm */ = { isa = PBXNativeTarget; - buildConfigurationList = BE2037712A7DD10C0CAD090D327057BD /* Build configuration list for PBXNativeTarget "SDWebImage" */; + buildConfigurationList = B9D51C840D10FA6F61295173F56E70D5 /* Build configuration list for PBXNativeTarget "Realm" */; buildPhases = ( - 964768EA8CEC633FC339361DD57C8CE7 /* Sources */, - F4296D07BF61EDFA1CA10ACF1C59BDC1 /* Frameworks */, - BC1748D9E0CE1AF56CDCEDBFE46393F5 /* Headers */, + 92E0BC69938EAA880770EC0DD4B2790B /* Sources */, + E1B2D777F2D00D043B8A46737B61C976 /* Frameworks */, + C32602992D748BA63983B1F688D06EDD /* Headers */, ); buildRules = ( ); dependencies = ( ); - name = SDWebImage; - productName = SDWebImage; - productReference = 34108A75C05CE2512A7C4815BCFC9D49 /* SDWebImage.framework */; + name = Realm; + productName = Realm; + productReference = 97EB6ADA3CD9EB29F2CD892AF5DA2D14 /* Realm.framework */; productType = "com.apple.product-type.framework"; }; - 4521B7DFE013319241DD144112F612B2 /* SwiftyUserDefaults */ = { + 441B965F881E4E91093C1059356CFB51 /* SDWebImage */ = { isa = PBXNativeTarget; - buildConfigurationList = EC479464C7B0F885F2940213516E74F6 /* Build configuration list for PBXNativeTarget "SwiftyUserDefaults" */; + buildConfigurationList = BE2037712A7DD10C0CAD090D327057BD /* Build configuration list for PBXNativeTarget "SDWebImage" */; buildPhases = ( - 6FF74095D1ED3BA7A725BB2A16AD3FD8 /* Sources */, - 39916AB0BA55436487F6DB00BDAD806C /* Frameworks */, - 13583F34F9512C5D26C4879D7883B57E /* Headers */, + 964768EA8CEC633FC339361DD57C8CE7 /* Sources */, + F4296D07BF61EDFA1CA10ACF1C59BDC1 /* Frameworks */, + BC1748D9E0CE1AF56CDCEDBFE46393F5 /* Headers */, ); buildRules = ( ); dependencies = ( ); - name = SwiftyUserDefaults; - productName = SwiftyUserDefaults; - productReference = 3B1B9C6DA73C5C8D72AAFC2F0050CD66 /* SwiftyUserDefaults.framework */; + name = SDWebImage; + productName = SDWebImage; + productReference = 6A96B01B54E5DB3E9640A2F18301FBB3 /* SDWebImage.framework */; productType = "com.apple.product-type.framework"; }; 4E1263BFF45F6446CF3DE29AE234C893 /* MGSwipeTableCell */ = { @@ -2756,7 +2665,24 @@ ); name = MGSwipeTableCell; productName = MGSwipeTableCell; - productReference = 67B8C0CFF3CF7B8A5DCD5318158F1855 /* MGSwipeTableCell.framework */; + productReference = 37749A82A65333E803AF79B6FD5C3839 /* MGSwipeTableCell.framework */; + productType = "com.apple.product-type.framework"; + }; + 5F53C69EAB62ABEBC0CC4BA697F68750 /* SwiftyJSON */ = { + isa = PBXNativeTarget; + buildConfigurationList = 08D5406B30BCF2C82355F5C226A71306 /* Build configuration list for PBXNativeTarget "SwiftyJSON" */; + buildPhases = ( + 92381C9C622E9ACBE2342EEC899A8384 /* Sources */, + 1AFA3C0F44A76939DD8D2314D2A22406 /* Frameworks */, + 93F43F12206F2F81B6B01FEA51098F86 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = SwiftyJSON; + productName = SwiftyJSON; + productReference = 5A59C2CE20546C13D12F85BEE63F8D2F /* SwiftyJSON.framework */; productType = "com.apple.product-type.framework"; }; 88B793CB88A3270533AFD3E016C675E2 /* TTTAttributedLabel */ = { @@ -2773,7 +2699,24 @@ ); name = TTTAttributedLabel; productName = TTTAttributedLabel; - productReference = BA01EDD2CF6A8E17977FB534EDE81086 /* TTTAttributedLabel.framework */; + productReference = 707246874FCA02ACF552CED8D98C2B61 /* TTTAttributedLabel.framework */; + productType = "com.apple.product-type.framework"; + }; + 93F1F22CC1F46E96FC044741143753CF /* SwiftyUserDefaults */ = { + isa = PBXNativeTarget; + buildConfigurationList = FE055906511C473845F226EE7281C825 /* Build configuration list for PBXNativeTarget "SwiftyUserDefaults" */; + buildPhases = ( + 35DAC62AE3B590D8A441E4A68FFBA6EA /* Sources */, + 300C750DB3A51220FC7F769D27328F5D /* Frameworks */, + FBC0DFB094D53E66EC8B1B8131956B2C /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = SwiftyUserDefaults; + productName = SwiftyUserDefaults; + productReference = CF5564B1F92A117CAE39E54044C101A8 /* SwiftyUserDefaults.framework */; productType = "com.apple.product-type.framework"; }; 948A46EC641E4DA25A0C1AA1762AF963 /* DKCamera */ = { @@ -2791,7 +2734,7 @@ ); name = DKCamera; productName = DKCamera; - productReference = 071E23D26B68C1CCCBE9DE91370E1396 /* DKCamera.framework */; + productReference = 43AAF2EB5873C94F2E8C4582F6356A72 /* DKCamera.framework */; productType = "com.apple.product-type.framework"; }; 9E29A23890B992C6D47D51882C1B22A6 /* MZTimerLabel */ = { @@ -2808,7 +2751,7 @@ ); name = MZTimerLabel; productName = MZTimerLabel; - productReference = B0C81D2191DDC27CAB503A9261A52172 /* MZTimerLabel.framework */; + productReference = 16D7B63C79C523CD23F5AF81233FF9AC /* MZTimerLabel.framework */; productType = "com.apple.product-type.framework"; }; A9A83F63385AA43314397B8DD375464B /* Masonry */ = { @@ -2825,7 +2768,7 @@ ); name = Masonry; productName = Masonry; - productReference = 33D8DA2E15BD7D0AD5A02B029D6EE5EC /* Masonry.framework */; + productReference = 634068D43DFE69B5A9DAB95A94D08C47 /* Masonry.framework */; productType = "com.apple.product-type.framework"; }; BEC80C3F78DFE790C67F87B66172685C /* FXLabel */ = { @@ -2842,7 +2785,7 @@ ); name = FXLabel; productName = FXLabel; - productReference = 074BE272A16E9B1402BD38D935A4087B /* FXLabel.framework */; + productReference = 5D8CE9E1E6B378C3A7AF2329E0E84D7F /* FXLabel.framework */; productType = "com.apple.product-type.framework"; }; C3A04698AAE4D6124C20602D622956E5 /* Cartography */ = { @@ -2859,42 +2802,58 @@ ); name = Cartography; productName = Cartography; - productReference = DD9F5F32C97F8CB4F4E744BE2CE85E44 /* Cartography.framework */; + productReference = FF5DEC79F8C14CC883D4A4337A0C046E /* Cartography.framework */; productType = "com.apple.product-type.framework"; }; - CE94A3A3A46E7EA2C90CD17366EEF27E /* Realm */ = { + C85F9EA22AEAD443144BB851500199B4 /* Pods */ = { isa = PBXNativeTarget; - buildConfigurationList = D066869089F12D1654C36CAF674D8D9D /* Build configuration list for PBXNativeTarget "Realm" */; + buildConfigurationList = 52ABAF6CAAA846A8032EF19812386714 /* Build configuration list for PBXNativeTarget "Pods" */; buildPhases = ( - A655FB8DDD0A3CBDB5B4EE0D8D0D3045 /* Sources */, - 226553F1D133C7493A94A88B41BF0581 /* Frameworks */, - DA8D0CABA4D8FC002C61C7686EEC6ADE /* Headers */, + 57DA541C454C01265108168CC16DB432 /* Sources */, + C3D4D8B7141843145A3536AD77152715 /* Frameworks */, + E9C6F10FD19FA579709CDA20FAB079CB /* Headers */, ); buildRules = ( ); dependencies = ( + 212FB72022A9D6065A8870F071BE916E /* PBXTargetDependency */, + 791DFEC92CCACFD72986B01BFCFF07C1 /* PBXTargetDependency */, + E8A445C09C90A9F60BD8A1AA9DA8221C /* PBXTargetDependency */, + 1E6C1C047241D92DA0C1C45F868C272D /* PBXTargetDependency */, + 809E85B5DEEFCB2165BC85A12CC61188 /* PBXTargetDependency */, + 34D55C7B7BE3A2C5A382C07A1704D2BE /* PBXTargetDependency */, + 32A83646DC623D79E949B56C8F032FEB /* PBXTargetDependency */, + 86A24B86AECF64B4455D505FE5ECB470 /* PBXTargetDependency */, + ECC9915C2AB8A9B3F6DF375273D3B6DF /* PBXTargetDependency */, + 93DC141447413137CDCB49E3E3ACB984 /* PBXTargetDependency */, + 9BF2BC886F34CA94D1132E0A332C2ED8 /* PBXTargetDependency */, + 2F660F76EE96ED36DF10F2702CBC33F8 /* PBXTargetDependency */, + B9EECEC4DC88A123A7FEECC05DDCE9ED /* PBXTargetDependency */, + 523CE7C7E05149459D65B994E24789C8 /* PBXTargetDependency */, + 3052ADEAD96943C82189E9C1EED09A66 /* PBXTargetDependency */, + 164819C726EB6FDFD2C84169612928EA /* PBXTargetDependency */, + 0641B5826824AAB95352C6111DBA2E00 /* PBXTargetDependency */, ); - name = Realm; - productName = Realm; - productReference = CE472E78FFFA5704B5C750096667EE07 /* Realm.framework */; + name = Pods; + productName = Pods; + productReference = 45C4EB2523CB5BFBE55D10BB89404165 /* Pods.framework */; productType = "com.apple.product-type.framework"; }; - E078E5BD511113C448A6BB6FAE2CEE26 /* SVProgressHUD */ = { + EB64B7ADCEE6F2C42F2443D1E14D8563 /* SZTextView */ = { isa = PBXNativeTarget; - buildConfigurationList = 9DFA379DF7F555243AAD54E94AFF516D /* Build configuration list for PBXNativeTarget "SVProgressHUD" */; + buildConfigurationList = 06ACD1E707147309EC128FD9E107BE8F /* Build configuration list for PBXNativeTarget "SZTextView" */; buildPhases = ( - 378036D20F7F7CF149CF6D26155C8399 /* Sources */, - 2B968CCC91677AD4D456CE4C489795DC /* Frameworks */, - E4BCF9E30C2703D29A408FE06C91A74A /* Headers */, - 61675F19AA196409F344E49BB281E6F4 /* Resources */, + 87D7111BA32C6BB27783450F073E72B4 /* Sources */, + DF0D429CF90E3F5C4592755DB4E2837D /* Frameworks */, + 1EEB6C535E74C2F4AFF85B48BCA3EBE8 /* Headers */, ); buildRules = ( ); dependencies = ( ); - name = SVProgressHUD; - productName = SVProgressHUD; - productReference = B9E2FD0A205BB74A6AA8A64F5EF2D874 /* SVProgressHUD.framework */; + name = SZTextView; + productName = SZTextView; + productReference = DC683E70757EC263A0AC1B23B2E7E249 /* SZTextView.framework */; productType = "com.apple.product-type.framework"; }; F07B3C127248980549954B07ACC37CE4 /* AcknowList */ = { @@ -2911,7 +2870,7 @@ ); name = AcknowList; productName = AcknowList; - productReference = 98CE3C6F26DCE25DC3CAD9EEABA2F95D /* AcknowList.framework */; + productReference = D0E3DBDE7A3469C98DFBB3CFA1EED671 /* AcknowList.framework */; productType = "com.apple.product-type.framework"; }; F6577CCC59333B45DB640FFCD4560817 /* MHVideoPhotoGallery */ = { @@ -2932,7 +2891,7 @@ ); name = MHVideoPhotoGallery; productName = MHVideoPhotoGallery; - productReference = CC04EF0DE23E224DD552737B9B32FE7A /* MHVideoPhotoGallery.framework */; + productReference = 89542D11B33A8814D8AFA693C47DED0E /* MHVideoPhotoGallery.framework */; productType = "com.apple.product-type.framework"; }; F8878A29900A25BDE9E2342E03BC8EAB /* GMStepper */ = { @@ -2949,76 +2908,7 @@ ); name = GMStepper; productName = GMStepper; - productReference = C1866DE3A9507C71880EF113A7EDF6A0 /* GMStepper.framework */; - productType = "com.apple.product-type.framework"; - }; - FAE52A96A796C7B140506B0E050F5A57 /* SwiftyJSON */ = { - isa = PBXNativeTarget; - buildConfigurationList = A5DB90D5B6AE8509C026850430F4D3E6 /* Build configuration list for PBXNativeTarget "SwiftyJSON" */; - buildPhases = ( - 3672F9131E1269D14AFC445E1CDF6714 /* Sources */, - 2D73C0121E38CB0D8BE653DC380E0103 /* Frameworks */, - BDEADF580FADC71D2DE35E0EB6DC0139 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SwiftyJSON; - productName = SwiftyJSON; - productReference = A4EBBDE527EAAD6CE9D69B84010BA5B8 /* SwiftyJSON.framework */; - productType = "com.apple.product-type.framework"; - }; - FC3F4F442BD4B4A37B48A839A04AEECF /* Pods */ = { - isa = PBXNativeTarget; - buildConfigurationList = ADF7C924E99DE95A86246A4F84E0D0EE /* Build configuration list for PBXNativeTarget "Pods" */; - buildPhases = ( - B05E8916CE8B5FFA7A3DB53D4B437868 /* Sources */, - CA04F8D4F078EA495F1E5BDEC51BB484 /* Frameworks */, - 55707D26BED797510DA1499593526AEB /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - 466785584A8DC7412E724945F42DBFA0 /* PBXTargetDependency */, - 7E291D658C9F61D0472BF4C5175FB74E /* PBXTargetDependency */, - 51D991BB4B168005768F5726462ED341 /* PBXTargetDependency */, - 84C629FDD831907E1AFD051BC1721469 /* PBXTargetDependency */, - 7B688485097B55500956BE181363D5DF /* PBXTargetDependency */, - 5523BD1E1675DD18AC9F23296D9D732A /* PBXTargetDependency */, - 54DC229473FC7B62A896CA5D64D680AA /* PBXTargetDependency */, - 9C703B386D872CCF8C5FEA395A4CB419 /* PBXTargetDependency */, - 42738CBF39B1367F89093AC5123B55D0 /* PBXTargetDependency */, - 5443DE9A323FF1818BAE02C965398B42 /* PBXTargetDependency */, - E158325DD9909C8B05965338C3F77284 /* PBXTargetDependency */, - DF70F5CE6652EAB0964605C481F2963F /* PBXTargetDependency */, - 53B7F5144F132A7A710E60B2B901BECB /* PBXTargetDependency */, - 535FCE99B5906A2242D2E82DDF6C625D /* PBXTargetDependency */, - D4337877CCB42ECE111FDD4E49331643 /* PBXTargetDependency */, - 8DA614EB915DB06C71ED89711C3856A7 /* PBXTargetDependency */, - D6F5F268E449A300E3BF95B91A82359A /* PBXTargetDependency */, - 19A95000882A19F4FB837B7A64A48CB4 /* PBXTargetDependency */, - ); - name = Pods; - productName = Pods; - productReference = A4088EC0E79E34823BB67CB0D4186E4B /* Pods.framework */; - productType = "com.apple.product-type.framework"; - }; - FFF770C242D6A418A3038C290B924221 /* SZTextView */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3A372F4603D20064AF10C37DAB2D14C6 /* Build configuration list for PBXNativeTarget "SZTextView" */; - buildPhases = ( - BA32D5055C68683B63CF535E654D0F5A /* Sources */, - BD9DE7B5E5811B3F5E76D6AF0865B20D /* Frameworks */, - 9440FD25E673C9A924A940F2641866E0 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SZTextView; - productName = SZTextView; - productReference = BCC990F336308C0B9869E734D41A6527 /* SZTextView.framework */; + productReference = 54A5556D1C5289221EA3F3F32174435D /* GMStepper.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -3038,7 +2928,7 @@ en, ); mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = 5987CC46B470DC2C874688CD288A5767 /* Products */; + productRefGroup = 0BFFC3067C21B0825AFA867485CE8220 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -3052,28 +2942,19 @@ F6577CCC59333B45DB640FFCD4560817 /* MHVideoPhotoGallery */, 9E29A23890B992C6D47D51882C1B22A6 /* MZTimerLabel */, 01F2FAAF48B4CFE9933A1165FB93C16E /* NRSimplePlist */, - FC3F4F442BD4B4A37B48A839A04AEECF /* Pods */, - CE94A3A3A46E7EA2C90CD17366EEF27E /* Realm */, - 3659F26154297384413166FB5F695D0F /* RealmSwift */, + C85F9EA22AEAD443144BB851500199B4 /* Pods */, + 42652E1C07266574CB0A2321EB08BAF0 /* Realm */, + 286D8553F333B35D7644EA533D954035 /* RealmSwift */, 441B965F881E4E91093C1059356CFB51 /* SDWebImage */, - E078E5BD511113C448A6BB6FAE2CEE26 /* SVProgressHUD */, - FAE52A96A796C7B140506B0E050F5A57 /* SwiftyJSON */, - 4521B7DFE013319241DD144112F612B2 /* SwiftyUserDefaults */, - FFF770C242D6A418A3038C290B924221 /* SZTextView */, + 5F53C69EAB62ABEBC0CC4BA697F68750 /* SwiftyJSON */, + 93F1F22CC1F46E96FC044741143753CF /* SwiftyUserDefaults */, + EB64B7ADCEE6F2C42F2443D1E14D8563 /* SZTextView */, 88B793CB88A3270533AFD3E016C675E2 /* TTTAttributedLabel */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 61675F19AA196409F344E49BB281E6F4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 316CCC0730F53ED94BBF7FB8F0D357A4 /* SVProgressHUD.bundle in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; B1FCDB45F8E1477BD0371F2B7B4C9448 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -3178,54 +3059,51 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1BC994C5401D0FA94732EF833A935441 /* Sources */ = { + 34B1CB65F0B07F8066F37DB007A5023A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E34EBB6271A8C4F18C58B81BEE481FE3 /* Aliases.swift in Sources */, - F49F64C88C6BEA9CF5D321665C003EEB /* List.swift in Sources */, - 9F51F381F82FD3AD84E02ADC53D1D56B /* Migration.swift in Sources */, - 6212940754ED83DCA6F91B95BBCD0476 /* Object.swift in Sources */, - 96A5A2942F64DCB68F9AB1DA74314B00 /* ObjectSchema.swift in Sources */, - B11CB7E059DB56219935FAC57B7DF5C5 /* Optional.swift in Sources */, - F80709425BA3F23CFC3F2BB74A0EB18D /* Property.swift in Sources */, - FFC3444F278E334415AD50F04DC6007D /* Realm.swift in Sources */, - A6AD6B45DDB543F2ED98AB3C40276F79 /* RealmCollectionType.swift in Sources */, - BEBCD8A77F962B14E7836363988F8D5E /* RealmConfiguration.swift in Sources */, - 4B13F3B8CF9F2837848B36D7C761FD23 /* RealmSwift-dummy.m in Sources */, - BF57531DF2D1C4784C9E8DA5DE47D7B7 /* Results.swift in Sources */, - 104EF5C53FFFBF07DEBC68390A7E1509 /* Schema.swift in Sources */, - 0F3B8130592148839045416F7789C907 /* SortDescriptor.swift in Sources */, - 3F350699200BB654AEE227DA3DAE7150 /* Util.swift in Sources */, + 96EEADB0BB449A246290365212C9A734 /* Aliases.swift in Sources */, + AA2B0E0D247D5AEA3A7173B081181FA3 /* List.swift in Sources */, + F57BE06C8AFA26EA5BB25B8C58A4F255 /* Migration.swift in Sources */, + FF38CB17A1ACAF58EF822DD4B526102E /* Object.swift in Sources */, + 4F5DE9BB6A92C3558E238BE1CB67C6C1 /* ObjectSchema.swift in Sources */, + A1C95EE7339FF30B71759EB16DC236B6 /* Optional.swift in Sources */, + B40B84EC791411873010A7F8BAC4967E /* Property.swift in Sources */, + 56871B157298772E635DB7898604E9C0 /* Realm.swift in Sources */, + 47306755E2D357037AD42B02A0FBA42B /* RealmCollectionType.swift in Sources */, + 884C2A4115948321CF70D7E39C154BB7 /* RealmConfiguration.swift in Sources */, + 778EC2B2E30207B7587B1E3C2C2EEE36 /* RealmSwift-dummy.m in Sources */, + C02B9B9F02B10604FF4C95620EED061E /* Results.swift in Sources */, + C0AF1C3F2705303BFA092BF069DD0CBA /* Schema.swift in Sources */, + 62F4E1E655168E70B571A424694CD5E2 /* SortDescriptor.swift in Sources */, + 241B43BC5F30097E3801816F7A46B59F /* Util.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3672F9131E1269D14AFC445E1CDF6714 /* Sources */ = { + 35DAC62AE3B590D8A441E4A68FFBA6EA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CDB2762E2468A852001B795B7F6A0BC3 /* SwiftyJSON-dummy.m in Sources */, - DCD2B16A6B6B218DB3EDE4809AA56BB3 /* SwiftyJSON.swift in Sources */, + F28B1563E35A849C9716631CD67C2EAD /* SwiftyUserDefaults-dummy.m in Sources */, + 87516C1C11492AFF61870B8D81F5C658 /* SwiftyUserDefaults.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 378036D20F7F7CF149CF6D26155C8399 /* Sources */ = { + 42CED2E9A32615C0F1CE24780E7D0AE3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A0A608CA392CF50AF98FF4A862039ECD /* SVIndefiniteAnimatedView.m in Sources */, - E001A555A514DDDB25F14DAE2277B65F /* SVProgressHUD-dummy.m in Sources */, - 8C0E1218E0C679C1288EAB06E879BC23 /* SVProgressHUD.m in Sources */, - 5FE181AAF9D93B4E0AABDD26B88E9482 /* SVRadialGradientLayer.m in Sources */, + D9AA4190BA6CB567F8087104C9B8D6CD /* DKCamera-dummy.m in Sources */, + 11417F7E0087C4BB8FC52A509FD63D32 /* DKCamera.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 42CED2E9A32615C0F1CE24780E7D0AE3 /* Sources */ = { + 57DA541C454C01265108168CC16DB432 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D9AA4190BA6CB567F8087104C9B8D6CD /* DKCamera-dummy.m in Sources */, - 11417F7E0087C4BB8FC52A509FD63D32 /* DKCamera.swift in Sources */, + 2D2E252208522EF64C60E18F559D4378 /* Pods-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3257,12 +3135,55 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6FF74095D1ED3BA7A725BB2A16AD3FD8 /* Sources */ = { + 87D7111BA32C6BB27783450F073E72B4 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 09EDC90CCDCFA7D931649D88DC2A0326 /* SZTextView-dummy.m in Sources */, + F80126476321050C30D73D2C0C16873D /* SZTextView.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 92381C9C622E9ACBE2342EEC899A8384 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 08C5313C8D77CC0E2FEA3B7D4A4ED779 /* SwiftyJSON-dummy.m in Sources */, + 8E727D141B455ED816AE4DA399A36A34 /* SwiftyJSON.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 92E0BC69938EAA880770EC0DD4B2790B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E2C552FC26925810A161C8B9DB032AD6 /* SwiftyUserDefaults-dummy.m in Sources */, - 5F267FC3A28544073C210BF33B47987E /* SwiftyUserDefaults.swift in Sources */, + DFD9C2CA7888E818099989F080FC14E9 /* object_schema.cpp in Sources */, + F78625DC50F1C0C124F2F8B4A9A6D8F4 /* object_store.cpp in Sources */, + CA2511EAF279A05A691C7434A15BFFD0 /* object_store_exceptions.cpp in Sources */, + 221F0B37C84B16C99BD450F3434A813B /* Realm-dummy.m in Sources */, + C13415E853F73314AC95162B75A64CF5 /* RLMAccessor.mm in Sources */, + A282E3F5B272567E837A84B01A5C8F50 /* RLMAnalytics.mm in Sources */, + 1264A78E850932122B91866F99F4FEB7 /* RLMArray.mm in Sources */, + 096CD8D22685C2EE06CD7A6091BBBE69 /* RLMArrayLinkView.mm in Sources */, + 60491879447D7A3192834009258A72C2 /* RLMConstants.m in Sources */, + 57DEF2AEF87ED1B1A38B7A921A2A201F /* RLMListBase.mm in Sources */, + 2C5AE06AFD61733DEF09D0F7A285F36E /* RLMMigration.mm in Sources */, + 778BF799AD4F50AE24F6EA27B6D90784 /* RLMObject.mm in Sources */, + 5EFAE279A00C4B8E0EE3793B1117CFB6 /* RLMObjectBase.mm in Sources */, + 5B77E49BD5C73F306FF9D7965C0F4814 /* RLMObjectSchema.mm in Sources */, + ECC7EA9D503EDA093F5E4C7E9AD56B3D /* RLMObjectStore.mm in Sources */, + D8A94000FF37EF18587E077923D8F9E0 /* RLMObservation.mm in Sources */, + B08033F10E22201E538D015AF6B8314D /* RLMOptionalBase.mm in Sources */, + 5E7C7A72710A9589EBEC6B3B09087074 /* RLMProperty.mm in Sources */, + 0C95A2B4A93C5C159601152DA937688F /* RLMQueryUtil.mm in Sources */, + 046B670FDF6E8884B99310D9F144FEDB /* RLMRealm.mm in Sources */, + E5BA5DA077A0E3C28649E5A5A61D8D44 /* RLMRealmConfiguration.mm in Sources */, + 413A3E5304ECF1D5806915EBE1B64697 /* RLMRealmUtil.mm in Sources */, + 379BACD27E3846E19D8248F53586A13B /* RLMResults.mm in Sources */, + B340F83DC7EBA286AB6298436B66B757 /* RLMSchema.mm in Sources */, + AAB56BDE3204389CB080E56EF9C31A06 /* RLMSwiftSupport.m in Sources */, + D95DA3D01C629744A9AF372EDD948612 /* RLMUpdateChecker.mm in Sources */, + ADC9555E26F0B86419A0A534542B1C9B /* RLMUtil.mm in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3288,40 +3209,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A655FB8DDD0A3CBDB5B4EE0D8D0D3045 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2B84BE3ED033CD093C26CC03D6733005 /* object_schema.cpp in Sources */, - 577559212E91433468F28B3DB84B95DB /* object_store.cpp in Sources */, - 1F8FAE854816490A497A656AA0E3E4D3 /* object_store_exceptions.cpp in Sources */, - 756C5E53B80C285EB2C95E3E8B1141A0 /* Realm-dummy.m in Sources */, - 5C063B22AC1D588FB5B0DBAABC34800B /* RLMAccessor.mm in Sources */, - F7F83378D93771DEB5AD28935F03E8F8 /* RLMAnalytics.mm in Sources */, - FC5397C0A3CD11918B8C0F84C05FD1D0 /* RLMArray.mm in Sources */, - 7D1041AC4C5CCD974CF7523FACB0EDE1 /* RLMArrayLinkView.mm in Sources */, - BCDAF63DA02B5BC2F41D7507A54A5462 /* RLMConstants.m in Sources */, - 4E7379F2753C921116F35363614AB6E1 /* RLMListBase.mm in Sources */, - 6D7907B321D1A214A640916F77320437 /* RLMMigration.mm in Sources */, - F7371FC495838DE0B3E666FA607ECC33 /* RLMObject.mm in Sources */, - 1CD8C2F790479FF2F74030A81B168316 /* RLMObjectBase.mm in Sources */, - 0C7F485EBC547430C0BBE528438AA6D5 /* RLMObjectSchema.mm in Sources */, - AF73F66500702A098F86A54AAF66579A /* RLMObjectStore.mm in Sources */, - D8918A3E1E60F86AD7A88CB89A5BA376 /* RLMObservation.mm in Sources */, - 5E79CC71C04B8B8207ECCDCA3205706B /* RLMOptionalBase.mm in Sources */, - D6FCB6652B5634E7B9DDF7260ABB47CD /* RLMProperty.mm in Sources */, - 2E0361EC7DC6855CFA912E516A216B95 /* RLMQueryUtil.mm in Sources */, - 411C459E9D6A1B9EA8621198AF436DC2 /* RLMRealm.mm in Sources */, - 0F4BAA69D469EA1543E4442DCD5CB567 /* RLMRealmConfiguration.mm in Sources */, - 24AF36348624FCAD10F9BB70CB963A7B /* RLMRealmUtil.mm in Sources */, - F54B26B1CEE1EFE4BDA1A4AC5800B5AC /* RLMResults.mm in Sources */, - 8ED9C05AE3779CA6CC5D1E3EE810E1DD /* RLMSchema.mm in Sources */, - 81931151882D146538FB76382655898B /* RLMSwiftSupport.m in Sources */, - C39330D05C7BD79A047F6C78152C2FE1 /* RLMUpdateChecker.mm in Sources */, - 185D6AB52C91AC231D58A0B276E038A0 /* RLMUtil.mm in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; AE5B467F4ACA3C58C804715570C7C3AC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -3340,14 +3227,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B05E8916CE8B5FFA7A3DB53D4B437868 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5846AC8D0C7CEDACE830D4B539A99C24 /* Pods-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; B962ED42E882856B9D168260BB18AE95 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -3376,15 +3255,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BA32D5055C68683B63CF535E654D0F5A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 54EA9ABC94A6FA66641D9E1608BF1CE7 /* SZTextView-dummy.m in Sources */, - F7D512626EF870A0BA83D08647032574 /* SZTextView.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C8C13026DC462129E945B064D7D89D95 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -3407,125 +3277,113 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 19A95000882A19F4FB837B7A64A48CB4 /* PBXTargetDependency */ = { + 0641B5826824AAB95352C6111DBA2E00 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = TTTAttributedLabel; target = 88B793CB88A3270533AFD3E016C675E2 /* TTTAttributedLabel */; - targetProxy = B2425ECB82A2D49217B227613DAC71F6 /* PBXContainerItemProxy */; + targetProxy = B46FF0A6FAAC76A06D73D26097134542 /* PBXContainerItemProxy */; }; - 3B0613788882701FACF406B8B2DABE48 /* PBXTargetDependency */ = { + 164819C726EB6FDFD2C84169612928EA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = TTTAttributedLabel; - target = 88B793CB88A3270533AFD3E016C675E2 /* TTTAttributedLabel */; - targetProxy = 35F6FA0E28A35FC8849FEBD12C65090D /* PBXContainerItemProxy */; + name = SwiftyUserDefaults; + target = 93F1F22CC1F46E96FC044741143753CF /* SwiftyUserDefaults */; + targetProxy = CC4C30E5811CEBE021CBA048C30CBA03 /* PBXContainerItemProxy */; }; - 42738CBF39B1367F89093AC5123B55D0 /* PBXTargetDependency */ = { + 1E6C1C047241D92DA0C1C45F868C272D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Masonry; - target = A9A83F63385AA43314397B8DD375464B /* Masonry */; - targetProxy = 773C433D3DEFED2D7431F9A67E1DB0B7 /* PBXContainerItemProxy */; + name = FXLabel; + target = BEC80C3F78DFE790C67F87B66172685C /* FXLabel */; + targetProxy = B72F42B6A7FA9E9520462C472B0EAE5B /* PBXContainerItemProxy */; }; - 466785584A8DC7412E724945F42DBFA0 /* PBXTargetDependency */ = { + 212FB72022A9D6065A8870F071BE916E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = AcknowList; target = F07B3C127248980549954B07ACC37CE4 /* AcknowList */; - targetProxy = 39533FE81A3539FBFDC3959AF49EC375 /* PBXContainerItemProxy */; + targetProxy = 44BF6354AEF3FE8A68E883449DF06D87 /* PBXContainerItemProxy */; }; - 4CD9F00FB29B5BB25CFF66D52A7D3718 /* PBXTargetDependency */ = { + 2F660F76EE96ED36DF10F2702CBC33F8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 441B965F881E4E91093C1059356CFB51 /* SDWebImage */; - targetProxy = B7ACE1307CEA79010D4590FF23337403 /* PBXContainerItemProxy */; + name = RealmSwift; + target = 286D8553F333B35D7644EA533D954035 /* RealmSwift */; + targetProxy = 4999D2B49608416211673498AF808791 /* PBXContainerItemProxy */; }; - 51D991BB4B168005768F5726462ED341 /* PBXTargetDependency */ = { + 3052ADEAD96943C82189E9C1EED09A66 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DKCamera; - target = 948A46EC641E4DA25A0C1AA1762AF963 /* DKCamera */; - targetProxy = 5BA579243E96052A4FFE4C34984709D9 /* PBXContainerItemProxy */; + name = SwiftyJSON; + target = 5F53C69EAB62ABEBC0CC4BA697F68750 /* SwiftyJSON */; + targetProxy = 1A23762D8855E657643F1AA67C99F54E /* PBXContainerItemProxy */; }; - 535FCE99B5906A2242D2E82DDF6C625D /* PBXTargetDependency */ = { + 32A83646DC623D79E949B56C8F032FEB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVProgressHUD; - target = E078E5BD511113C448A6BB6FAE2CEE26 /* SVProgressHUD */; - targetProxy = FBC125E662028CBB0DE0A8F41B94C3E7 /* PBXContainerItemProxy */; + name = MHVideoPhotoGallery; + target = F6577CCC59333B45DB640FFCD4560817 /* MHVideoPhotoGallery */; + targetProxy = 22B66E42970978C9C68337480D59F370 /* PBXContainerItemProxy */; }; - 53B7F5144F132A7A710E60B2B901BECB /* PBXTargetDependency */ = { + 34D55C7B7BE3A2C5A382C07A1704D2BE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 441B965F881E4E91093C1059356CFB51 /* SDWebImage */; - targetProxy = B014CC5574DF5A8371455FF37E0BF20F /* PBXContainerItemProxy */; + name = MGSwipeTableCell; + target = 4E1263BFF45F6446CF3DE29AE234C893 /* MGSwipeTableCell */; + targetProxy = D26F373FC7E379130C7B179740EAAB70 /* PBXContainerItemProxy */; }; - 5443DE9A323FF1818BAE02C965398B42 /* PBXTargetDependency */ = { + 3B0613788882701FACF406B8B2DABE48 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NRSimplePlist; - target = 01F2FAAF48B4CFE9933A1165FB93C16E /* NRSimplePlist */; - targetProxy = C954287D4A8AB74A3CF72237727CB2B3 /* PBXContainerItemProxy */; + name = TTTAttributedLabel; + target = 88B793CB88A3270533AFD3E016C675E2 /* TTTAttributedLabel */; + targetProxy = 35F6FA0E28A35FC8849FEBD12C65090D /* PBXContainerItemProxy */; }; - 54DC229473FC7B62A896CA5D64D680AA /* PBXTargetDependency */ = { + 4CD9F00FB29B5BB25CFF66D52A7D3718 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MHVideoPhotoGallery; - target = F6577CCC59333B45DB640FFCD4560817 /* MHVideoPhotoGallery */; - targetProxy = 3003AE796E4CB29DF692D43108634C47 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 441B965F881E4E91093C1059356CFB51 /* SDWebImage */; + targetProxy = B7ACE1307CEA79010D4590FF23337403 /* PBXContainerItemProxy */; }; - 5523BD1E1675DD18AC9F23296D9D732A /* PBXTargetDependency */ = { + 523CE7C7E05149459D65B994E24789C8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MGSwipeTableCell; - target = 4E1263BFF45F6446CF3DE29AE234C893 /* MGSwipeTableCell */; - targetProxy = A0EF90C9A26C46DD1DF2764ECEA09565 /* PBXContainerItemProxy */; + name = SZTextView; + target = EB64B7ADCEE6F2C42F2443D1E14D8563 /* SZTextView */; + targetProxy = B299797842AD8EF43FBCDF9020A05665 /* PBXContainerItemProxy */; }; - 768FD131685A8B47B5C6EA9D45373C57 /* PBXTargetDependency */ = { + 5F791750F643EE9DEE832E7D84A7BB4D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Realm; - target = CE94A3A3A46E7EA2C90CD17366EEF27E /* Realm */; - targetProxy = EE9563358F6C50C9BE0484893E4708C6 /* PBXContainerItemProxy */; + target = 42652E1C07266574CB0A2321EB08BAF0 /* Realm */; + targetProxy = E21D34058A52C4106726B2D9D0F07E70 /* PBXContainerItemProxy */; }; - 7B688485097B55500956BE181363D5DF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GMStepper; - target = F8878A29900A25BDE9E2342E03BC8EAB /* GMStepper */; - targetProxy = 2625AA853C58C6F475A12C1CA6FC89B5 /* PBXContainerItemProxy */; - }; - 7E291D658C9F61D0472BF4C5175FB74E /* PBXTargetDependency */ = { + 791DFEC92CCACFD72986B01BFCFF07C1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Cartography; target = C3A04698AAE4D6124C20602D622956E5 /* Cartography */; - targetProxy = 363B547DB4B69746D18D58C009A3C987 /* PBXContainerItemProxy */; + targetProxy = 2CD51358A2BFB1A67EE9805A3441F9B4 /* PBXContainerItemProxy */; }; - 84C629FDD831907E1AFD051BC1721469 /* PBXTargetDependency */ = { + 809E85B5DEEFCB2165BC85A12CC61188 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FXLabel; - target = BEC80C3F78DFE790C67F87B66172685C /* FXLabel */; - targetProxy = ED9509E61FC0D69B70816FD81C1557C3 /* PBXContainerItemProxy */; - }; - 8DA614EB915DB06C71ED89711C3856A7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = FAE52A96A796C7B140506B0E050F5A57 /* SwiftyJSON */; - targetProxy = C8285957BFB9795FF144263D6182A8CE /* PBXContainerItemProxy */; + name = GMStepper; + target = F8878A29900A25BDE9E2342E03BC8EAB /* GMStepper */; + targetProxy = 13325B707074ADD60BD86480EE89FD57 /* PBXContainerItemProxy */; }; - 9C703B386D872CCF8C5FEA395A4CB419 /* PBXTargetDependency */ = { + 86A24B86AECF64B4455D505FE5ECB470 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = MZTimerLabel; target = 9E29A23890B992C6D47D51882C1B22A6 /* MZTimerLabel */; - targetProxy = 7864937C0F240487965A50B4441FBEB5 /* PBXContainerItemProxy */; + targetProxy = 55899586F6889CC3FF5D80E01C308D8E /* PBXContainerItemProxy */; }; - D4337877CCB42ECE111FDD4E49331643 /* PBXTargetDependency */ = { + 93DC141447413137CDCB49E3E3ACB984 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SZTextView; - target = FFF770C242D6A418A3038C290B924221 /* SZTextView */; - targetProxy = 4A800FA2D2D77CAFD33534B4F710D1AD /* PBXContainerItemProxy */; + name = NRSimplePlist; + target = 01F2FAAF48B4CFE9933A1165FB93C16E /* NRSimplePlist */; + targetProxy = A382E7082BB5B81ABE2B4B946861CE70 /* PBXContainerItemProxy */; }; - D6F5F268E449A300E3BF95B91A82359A /* PBXTargetDependency */ = { + 9BF2BC886F34CA94D1132E0A332C2ED8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SwiftyUserDefaults; - target = 4521B7DFE013319241DD144112F612B2 /* SwiftyUserDefaults */; - targetProxy = 1414BB6CD792F4909589CD36CD768E94 /* PBXContainerItemProxy */; + name = Realm; + target = 42652E1C07266574CB0A2321EB08BAF0 /* Realm */; + targetProxy = 9A9B49047749D492219029836750FB8B /* PBXContainerItemProxy */; }; - DF70F5CE6652EAB0964605C481F2963F /* PBXTargetDependency */ = { + B9EECEC4DC88A123A7FEECC05DDCE9ED /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RealmSwift; - target = 3659F26154297384413166FB5F695D0F /* RealmSwift */; - targetProxy = 348641A6A6A622103DA87C9131911549 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 441B965F881E4E91093C1059356CFB51 /* SDWebImage */; + targetProxy = 3CAA8BB8551CCB35055E44D62898A473 /* PBXContainerItemProxy */; }; E0C32730888413969B4E717675E08E3D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -3533,45 +3391,24 @@ target = A9A83F63385AA43314397B8DD375464B /* Masonry */; targetProxy = BB0AB5EFC48AF84F1067AA70A8EC45BF /* PBXContainerItemProxy */; }; - E158325DD9909C8B05965338C3F77284 /* PBXTargetDependency */ = { + E8A445C09C90A9F60BD8A1AA9DA8221C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Realm; - target = CE94A3A3A46E7EA2C90CD17366EEF27E /* Realm */; - targetProxy = 038F27179F4474C0ADBB8AC6DB49B752 /* PBXContainerItemProxy */; + name = DKCamera; + target = 948A46EC641E4DA25A0C1AA1762AF963 /* DKCamera */; + targetProxy = 644A0723FC0141EB63BF643FB09962B6 /* PBXContainerItemProxy */; + }; + ECC9915C2AB8A9B3F6DF375273D3B6DF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Masonry; + target = A9A83F63385AA43314397B8DD375464B /* Masonry */; + targetProxy = 266E4D97BDE76A9E1C2301FDCC954D05 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 047CF23CA95338E9E8F795BF4E693766 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1DAE17C0BE9C3991A89B46DE6E2D900E /* Realm.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/Realm/Realm-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Realm/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.1; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Realm/Realm.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = Realm; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 0817C6DCEFDA07644938DAD70956CD5E /* Release */ = { + 13822DBA4FCE13E831E62E5F761E7B6B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DA312349A49333542E6F4B36B329960E /* Pods.release.xcconfig */; + baseConfigurationReference = A40646E9D6EB7CE77D8CF9B2F421F9D8 /* SwiftyJSON.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -3580,17 +3417,14 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - INFOPLIST_FILE = "Target Support Files/Pods/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/SwiftyJSON/SwiftyJSON-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SwiftyJSON/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods/Pods.modulemap"; + MODULEMAP_FILE = "Target Support Files/SwiftyJSON/SwiftyJSON.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_NAME = Pods; + PRODUCT_NAME = SwiftyJSON; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -3601,7 +3435,7 @@ }; 177B9767696FD39113A19497894E6CF3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BEDE4AB3B25A201F5674D38C135CCE2B /* MGSwipeTableCell.xcconfig */; + baseConfigurationReference = 35C46F6F39F0F906205B86FBD04552DB /* MGSwipeTableCell.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -3626,9 +3460,9 @@ }; name = Debug; }; - 23EFEEDE2216EA2B468F1239E0F51B53 /* Release */ = { + 1AA4AA6C32BF4AA36356A8B654D25EEF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0856BBDF031BC592754939381234429E /* SDWebImage.xcconfig */; + baseConfigurationReference = DA312349A49333542E6F4B36B329960E /* Pods.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -3637,14 +3471,17 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SDWebImage/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SDWebImage/SDWebImage.modulemap"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods/Pods.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = SDWebImage; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_NAME = Pods; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -3653,9 +3490,9 @@ }; name = Release; }; - 241EE7B6D1C7CC09C7632A609CAB8753 /* Release */ = { + 23EFEEDE2216EA2B468F1239E0F51B53 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 10EB8E24C839EF5761290E2218E279A1 /* RealmSwift.xcconfig */; + baseConfigurationReference = C834046ABB4F49EB7C62413089A30579 /* SDWebImage.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -3664,14 +3501,14 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/RealmSwift/RealmSwift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/RealmSwift/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SDWebImage/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/RealmSwift/RealmSwift.modulemap"; + MODULEMAP_FILE = "Target Support Files/SDWebImage/SDWebImage.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = RealmSwift; + PRODUCT_NAME = SDWebImage; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -3682,7 +3519,7 @@ }; 2897A689B5E38F5AFED426D4050A5BA7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5DB8ED52A4ABA3DCDE9C047815ACC985 /* AcknowList.xcconfig */; + baseConfigurationReference = 9248404B96602CDD298ECC999569C708 /* AcknowList.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -3710,7 +3547,7 @@ }; 2A4875CCC15711F355328D4D36BB210F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A2B69C58A4F5390803DFF8DD32D131BE /* Cartography.xcconfig */; + baseConfigurationReference = 5CF9DC15B3A63C5F50DC6D5EEDB5A9FE /* Cartography.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -3736,9 +3573,9 @@ }; name = Debug; }; - 2BDD16253B88F44C28E10FB8CE78F5B2 /* Release */ = { + 2D5C4BBE7EB505A6FBB8E9B69E620742 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1DAE17C0BE9C3991A89B46DE6E2D900E /* Realm.xcconfig */; + baseConfigurationReference = 431626777DF84D8C2F19040089EC688A /* FXLabel.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -3747,25 +3584,25 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/Realm/Realm-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Realm/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/FXLabel/FXLabel-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FXLabel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Realm/Realm.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = Realm; + MODULEMAP_FILE = "Target Support Files/FXLabel/FXLabel.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = FXLabel; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 2D5C4BBE7EB505A6FBB8E9B69E620742 /* Debug */ = { + 3871BF36DFB10BBEF07357B8A2062297 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 83758C6B813B92D97B696E2E3D9039F7 /* FXLabel.xcconfig */; + baseConfigurationReference = 977577C045EDA9D9D1F46E2598D19FC7 /* Pods.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -3774,16 +3611,20 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/FXLabel/FXLabel-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FXLabel/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FXLabel/FXLabel.modulemap"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods/Pods.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = FXLabel; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_NAME = Pods; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; @@ -3792,7 +3633,7 @@ }; 44A37733D2914E61CCD2FB8A1113510D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 03550A19C33A7A5D6FEC6E7B10D3A6B7 /* MZTimerLabel.xcconfig */; + baseConfigurationReference = E176926CB228800E1F330481A1A72D83 /* MZTimerLabel.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -3817,9 +3658,9 @@ }; name = Release; }; - 515B2DA84014D29321E4F954266D5D2F /* Debug */ = { + 55BEDC574365F5B8BD3E4DF4CFA81847 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D5E54AA006C6045DE3561E7408A4CE53 /* SwiftyJSON.xcconfig */; + baseConfigurationReference = 431626777DF84D8C2F19040089EC688A /* FXLabel.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -3828,26 +3669,25 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/SwiftyJSON/SwiftyJSON-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SwiftyJSON/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/FXLabel/FXLabel-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FXLabel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SwiftyJSON/SwiftyJSON.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = SwiftyJSON; + MODULEMAP_FILE = "Target Support Files/FXLabel/FXLabel.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = FXLabel; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 55BEDC574365F5B8BD3E4DF4CFA81847 /* Release */ = { + 570B227C817E6737E6E987BF76823BC9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 83758C6B813B92D97B696E2E3D9039F7 /* FXLabel.xcconfig */; + baseConfigurationReference = 35C46F6F39F0F906205B86FBD04552DB /* MGSwipeTableCell.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -3856,14 +3696,14 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/FXLabel/FXLabel-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FXLabel/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/MGSwipeTableCell/MGSwipeTableCell-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MGSwipeTableCell/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FXLabel/FXLabel.modulemap"; + MODULEMAP_FILE = "Target Support Files/MGSwipeTableCell/MGSwipeTableCell.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = FXLabel; + PRODUCT_NAME = MGSwipeTableCell; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -3872,9 +3712,9 @@ }; name = Release; }; - 570B227C817E6737E6E987BF76823BC9 /* Release */ = { + 609A705AA4AE687787E9321FAD55F50A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BEDE4AB3B25A201F5674D38C135CCE2B /* MGSwipeTableCell.xcconfig */; + baseConfigurationReference = C834046ABB4F49EB7C62413089A30579 /* SDWebImage.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -3883,14 +3723,41 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/MGSwipeTableCell/MGSwipeTableCell-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MGSwipeTableCell/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SDWebImage/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/MGSwipeTableCell/MGSwipeTableCell.modulemap"; + MODULEMAP_FILE = "Target Support Files/SDWebImage/SDWebImage.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = SDWebImage; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 6485625C95F18FB7214BBE332C2F58E3 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 203BF2012B4F23700CE6DC0B423DC6F9 /* Realm.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_PREFIX_HEADER = "Target Support Files/Realm/Realm-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Realm/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.1; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Realm/Realm.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = MGSwipeTableCell; + PRODUCT_NAME = Realm; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -3899,9 +3766,9 @@ }; name = Release; }; - 609A705AA4AE687787E9321FAD55F50A /* Debug */ = { + 64C5B14757546905553B86B64E69D2DC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0856BBDF031BC592754939381234429E /* SDWebImage.xcconfig */; + baseConfigurationReference = A40646E9D6EB7CE77D8CF9B2F421F9D8 /* SwiftyJSON.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -3910,25 +3777,26 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SDWebImage/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/SwiftyJSON/SwiftyJSON-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SwiftyJSON/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SDWebImage/SDWebImage.modulemap"; + MODULEMAP_FILE = "Target Support Files/SwiftyJSON/SwiftyJSON.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = SDWebImage; + PRODUCT_NAME = SwiftyJSON; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 674F645D4E34CD67B4A057DED66707BE /* Debug */ = { + 6D9715C6038895988778260C63C15532 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 202C2ED8AE0615EAA0E65CE02F07D3CD /* SVProgressHUD.xcconfig */; + baseConfigurationReference = C148D8BA1E499CC5D06EA19C281AC98A /* SwiftyUserDefaults.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -3937,25 +3805,25 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SVProgressHUD/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/SwiftyUserDefaults/SwiftyUserDefaults-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SwiftyUserDefaults/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SVProgressHUD/SVProgressHUD.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = SVProgressHUD; + MODULEMAP_FILE = "Target Support Files/SwiftyUserDefaults/SwiftyUserDefaults.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = SwiftyUserDefaults; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 70485F6C2AD6C15A85D7F94D9122430F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2ECF05DFF187E6DF6788E2344AF880B6 /* Masonry.xcconfig */; + baseConfigurationReference = DD63ADCD3F590D433925490073CF3FCF /* Masonry.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -3982,7 +3850,7 @@ }; 71225195E938194F3FB1369CA67A4335 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2ECF05DFF187E6DF6788E2344AF880B6 /* Masonry.xcconfig */; + baseConfigurationReference = DD63ADCD3F590D433925490073CF3FCF /* Masonry.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4009,7 +3877,7 @@ }; 72F86E54FEB2407F55E6848103224CCA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6E8AAC3B658F8768A1425E654D002A1 /* GMStepper.xcconfig */; + baseConfigurationReference = 25995E8C9632540C6EA64938315012CD /* GMStepper.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4034,9 +3902,9 @@ }; name = Release; }; - 8397CB73EDEBCB6F40516DA8A09613F6 /* Release */ = { + 7DD8E7D7FA8B6325F4258C5534728337 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 96618AD76D7F63A2CBCB54FB80B40F39 /* DKCamera.xcconfig */; + baseConfigurationReference = AE01F44E640E2874007FC10B169DB02B /* SZTextView.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4045,25 +3913,25 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/DKCamera/DKCamera-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/DKCamera/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/SZTextView/SZTextView-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SZTextView/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/DKCamera/DKCamera.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = DKCamera; + MODULEMAP_FILE = "Target Support Files/SZTextView/SZTextView.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = SZTextView; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 8CC3D25D531F3DB35DB56E377920B753 /* Debug */ = { + 8397CB73EDEBCB6F40516DA8A09613F6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F7DA9A7583ECA82648F09D98384C1537 /* TTTAttributedLabel.xcconfig */; + baseConfigurationReference = AC1B97446FCEEE5AAE1B207EB336B60D /* DKCamera.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4072,25 +3940,25 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/TTTAttributedLabel/TTTAttributedLabel-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/TTTAttributedLabel/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/DKCamera/DKCamera-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/DKCamera/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/TTTAttributedLabel/TTTAttributedLabel.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = TTTAttributedLabel; + MODULEMAP_FILE = "Target Support Files/DKCamera/DKCamera.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = DKCamera; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 8D26F05DBFA44F3267B677EB61951CF7 /* Debug */ = { + 8CC3D25D531F3DB35DB56E377920B753 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 958FAC4C50AA0FE16F739128793166C5 /* SwiftyUserDefaults.xcconfig */; + baseConfigurationReference = D5CAFEEDE638F3B38BCB4AF091CA67D1 /* TTTAttributedLabel.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4099,26 +3967,25 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/SwiftyUserDefaults/SwiftyUserDefaults-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SwiftyUserDefaults/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/TTTAttributedLabel/TTTAttributedLabel-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/TTTAttributedLabel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SwiftyUserDefaults/SwiftyUserDefaults.modulemap"; + MODULEMAP_FILE = "Target Support Files/TTTAttributedLabel/TTTAttributedLabel.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = SwiftyUserDefaults; + PRODUCT_NAME = TTTAttributedLabel; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 8F44739227C2F30EDF07022EF59B543F /* Release */ = { + 9768FD27A4E2D1352ED646F0C41F0C60 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9902F157E869909A780E57D3C371EECD /* SZTextView.xcconfig */; + baseConfigurationReference = 5CF9DC15B3A63C5F50DC6D5EEDB5A9FE /* Cartography.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4127,14 +3994,14 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/SZTextView/SZTextView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SZTextView/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Cartography/Cartography-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Cartography/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SZTextView/SZTextView.modulemap"; + MODULEMAP_FILE = "Target Support Files/Cartography/Cartography.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = SZTextView; + PRODUCT_NAME = Cartography; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -4143,9 +4010,9 @@ }; name = Release; }; - 9768FD27A4E2D1352ED646F0C41F0C60 /* Release */ = { + 981CB83B067CF43A2D6EF5EED0D1AA2F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A2B69C58A4F5390803DFF8DD32D131BE /* Cartography.xcconfig */; + baseConfigurationReference = C148D8BA1E499CC5D06EA19C281AC98A /* SwiftyUserDefaults.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4154,25 +4021,26 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/Cartography/Cartography-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Cartography/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/SwiftyUserDefaults/SwiftyUserDefaults-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SwiftyUserDefaults/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Cartography/Cartography.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = Cartography; + MODULEMAP_FILE = "Target Support Files/SwiftyUserDefaults/SwiftyUserDefaults.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = SwiftyUserDefaults; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 9EE3B383D206A5798328EEC6ED59062C /* Debug */ = { + A2572CFE7DF3BF2D9F15A19A31834392 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 10EB8E24C839EF5761290E2218E279A1 /* RealmSwift.xcconfig */; + baseConfigurationReference = AC1B97446FCEEE5AAE1B207EB336B60D /* DKCamera.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4181,14 +4049,14 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/RealmSwift/RealmSwift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/RealmSwift/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/DKCamera/DKCamera-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/DKCamera/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/RealmSwift/RealmSwift.modulemap"; + MODULEMAP_FILE = "Target Support Files/DKCamera/DKCamera.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = RealmSwift; + PRODUCT_NAME = DKCamera; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -4198,9 +4066,9 @@ }; name = Debug; }; - A2572CFE7DF3BF2D9F15A19A31834392 /* Debug */ = { + A84B76675F34546845024044177892DB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 96618AD76D7F63A2CBCB54FB80B40F39 /* DKCamera.xcconfig */; + baseConfigurationReference = D5CAFEEDE638F3B38BCB4AF091CA67D1 /* TTTAttributedLabel.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4209,26 +4077,25 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/DKCamera/DKCamera-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/DKCamera/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/TTTAttributedLabel/TTTAttributedLabel-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/TTTAttributedLabel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/DKCamera/DKCamera.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = DKCamera; + MODULEMAP_FILE = "Target Support Files/TTTAttributedLabel/TTTAttributedLabel.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = TTTAttributedLabel; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - A84B76675F34546845024044177892DB /* Release */ = { + AD280D3EC702877C5E24825630DADB7D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F7DA9A7583ECA82648F09D98384C1537 /* TTTAttributedLabel.xcconfig */; + baseConfigurationReference = AE01F44E640E2874007FC10B169DB02B /* SZTextView.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4237,14 +4104,14 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/TTTAttributedLabel/TTTAttributedLabel-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/TTTAttributedLabel/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/SZTextView/SZTextView-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SZTextView/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/TTTAttributedLabel/TTTAttributedLabel.modulemap"; + MODULEMAP_FILE = "Target Support Files/SZTextView/SZTextView.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = TTTAttributedLabel; + PRODUCT_NAME = SZTextView; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -4255,7 +4122,7 @@ }; AFA990F9D4A8332DC09A2645B1519F02 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 03550A19C33A7A5D6FEC6E7B10D3A6B7 /* MZTimerLabel.xcconfig */; + baseConfigurationReference = E176926CB228800E1F330481A1A72D83 /* MZTimerLabel.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4280,9 +4147,9 @@ }; name = Debug; }; - B8AA8DDEFA8A6BBFD7B6BC2D9E634F65 /* Debug */ = { + B1E67B26E9DB65F709DB5C019AF6816D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6E8AAC3B658F8768A1425E654D002A1 /* GMStepper.xcconfig */; + baseConfigurationReference = A1DC0BAE877650D36DF8D76A2075D063 /* RealmSwift.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4291,14 +4158,14 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/GMStepper/GMStepper-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/GMStepper/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/RealmSwift/RealmSwift-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/RealmSwift/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/GMStepper/GMStepper.modulemap"; + MODULEMAP_FILE = "Target Support Files/RealmSwift/RealmSwift.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = GMStepper; + PRODUCT_NAME = RealmSwift; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -4308,9 +4175,9 @@ }; name = Debug; }; - BEB2F1DE2E359CD36CFD5786534719AD /* Release */ = { + B8AA8DDEFA8A6BBFD7B6BC2D9E634F65 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A84947E352DD4EF285D15BCB1E9E5A2 /* MHVideoPhotoGallery.xcconfig */; + baseConfigurationReference = 25995E8C9632540C6EA64938315012CD /* GMStepper.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4319,25 +4186,26 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/MHVideoPhotoGallery/MHVideoPhotoGallery-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MHVideoPhotoGallery/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/GMStepper/GMStepper-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/GMStepper/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/MHVideoPhotoGallery/MHVideoPhotoGallery.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = MHVideoPhotoGallery; + MODULEMAP_FILE = "Target Support Files/GMStepper/GMStepper.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = GMStepper; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - BF4E6BD80F964EFFE507C6E0A9C7C6AE /* Debug */ = { + BEB2F1DE2E359CD36CFD5786534719AD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 977577C045EDA9D9D1F46E2598D19FC7 /* Pods.debug.xcconfig */; + baseConfigurationReference = 24FD708122183787A97C935BDDB20518 /* MHVideoPhotoGallery.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4346,25 +4214,21 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - INFOPLIST_FILE = "Target Support Files/Pods/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/MHVideoPhotoGallery/MHVideoPhotoGallery-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MHVideoPhotoGallery/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods/Pods.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_NAME = Pods; + MODULEMAP_FILE = "Target Support Files/MHVideoPhotoGallery/MHVideoPhotoGallery.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = MHVideoPhotoGallery; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; C074F63C9EE7CB4D8C618390A32CEC35 /* Debug */ = { isa = XCBuildConfiguration; @@ -4405,63 +4269,9 @@ }; name = Debug; }; - C59A6FB473FCC23ED25A4EF6B35E020D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 958FAC4C50AA0FE16F739128793166C5 /* SwiftyUserDefaults.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/SwiftyUserDefaults/SwiftyUserDefaults-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SwiftyUserDefaults/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.1; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SwiftyUserDefaults/SwiftyUserDefaults.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = SwiftyUserDefaults; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - C629759FF3F1B3DE125B0A1FF8363F9A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9902F157E869909A780E57D3C371EECD /* SZTextView.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/SZTextView/SZTextView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SZTextView/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.1; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SZTextView/SZTextView.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = SZTextView; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; C84F442E32CEDCFCFE2D7BE12D459AA8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5DB8ED52A4ABA3DCDE9C047815ACC985 /* AcknowList.xcconfig */; + baseConfigurationReference = 9248404B96602CDD298ECC999569C708 /* AcknowList.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4488,7 +4298,7 @@ }; C89159DB1BF1F41FB1EBE2B36B5445AC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50BE944B2F681F8C5302D20962729B36 /* NRSimplePlist.xcconfig */; + baseConfigurationReference = C5564C1EF5809536066F2B75A2052728 /* NRSimplePlist.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4513,9 +4323,9 @@ }; name = Release; }; - CB30EAF3473BC6400B6388662497F2B5 /* Release */ = { + C90F6727B6EFA3B3FF1DE543C87B085D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 202C2ED8AE0615EAA0E65CE02F07D3CD /* SVProgressHUD.xcconfig */; + baseConfigurationReference = A1DC0BAE877650D36DF8D76A2075D063 /* RealmSwift.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4524,14 +4334,14 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SVProgressHUD/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/RealmSwift/RealmSwift-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/RealmSwift/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SVProgressHUD/SVProgressHUD.modulemap"; + MODULEMAP_FILE = "Target Support Files/RealmSwift/RealmSwift.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = SVProgressHUD; + PRODUCT_NAME = RealmSwift; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -4540,9 +4350,9 @@ }; name = Release; }; - CFA396773749C9F2F966B62508E64B20 /* Release */ = { + C981C42D53A1D3D470917317ECC21474 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D5E54AA006C6045DE3561E7408A4CE53 /* SwiftyJSON.xcconfig */; + baseConfigurationReference = 203BF2012B4F23700CE6DC0B423DC6F9 /* Realm.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4551,25 +4361,25 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/SwiftyJSON/SwiftyJSON-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SwiftyJSON/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Realm/Realm-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Realm/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SwiftyJSON/SwiftyJSON.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = SwiftyJSON; + MODULEMAP_FILE = "Target Support Files/Realm/Realm.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = Realm; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; D8CD200477FB8D98C2526FAC438D37E6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A84947E352DD4EF285D15BCB1E9E5A2 /* MHVideoPhotoGallery.xcconfig */; + baseConfigurationReference = 24FD708122183787A97C935BDDB20518 /* MHVideoPhotoGallery.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4596,7 +4406,7 @@ }; E11C63D334B52BBDC38267488679F0ED /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50BE944B2F681F8C5302D20962729B36 /* NRSimplePlist.xcconfig */; + baseConfigurationReference = C5564C1EF5809536066F2B75A2052728 /* NRSimplePlist.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -4659,83 +4469,65 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C074F63C9EE7CB4D8C618390A32CEC35 /* Debug */, - E43846B588E1892F3093F3B7082B6DFB /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 3A372F4603D20064AF10C37DAB2D14C6 /* Build configuration list for PBXNativeTarget "SZTextView" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C629759FF3F1B3DE125B0A1FF8363F9A /* Debug */, - 8F44739227C2F30EDF07022EF59B543F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6AE4B27876861954493B4EFC68E401B0 /* Build configuration list for PBXNativeTarget "TTTAttributedLabel" */ = { + 06ACD1E707147309EC128FD9E107BE8F /* Build configuration list for PBXNativeTarget "SZTextView" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8CC3D25D531F3DB35DB56E377920B753 /* Debug */, - A84B76675F34546845024044177892DB /* Release */, + 7DD8E7D7FA8B6325F4258C5534728337 /* Debug */, + AD280D3EC702877C5E24825630DADB7D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7B05C24F339BF84D6E16E6538A947C90 /* Build configuration list for PBXNativeTarget "MGSwipeTableCell" */ = { + 08D5406B30BCF2C82355F5C226A71306 /* Build configuration list for PBXNativeTarget "SwiftyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( - 177B9767696FD39113A19497894E6CF3 /* Debug */, - 570B227C817E6737E6E987BF76823BC9 /* Release */, + 64C5B14757546905553B86B64E69D2DC /* Debug */, + 13822DBA4FCE13E831E62E5F761E7B6B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9774D48C6587A8D3DF2BC712D03E9182 /* Build configuration list for PBXNativeTarget "MZTimerLabel" */ = { + 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - AFA990F9D4A8332DC09A2645B1519F02 /* Debug */, - 44A37733D2914E61CCD2FB8A1113510D /* Release */, + C074F63C9EE7CB4D8C618390A32CEC35 /* Debug */, + E43846B588E1892F3093F3B7082B6DFB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9DFA379DF7F555243AAD54E94AFF516D /* Build configuration list for PBXNativeTarget "SVProgressHUD" */ = { + 52ABAF6CAAA846A8032EF19812386714 /* Build configuration list for PBXNativeTarget "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - 674F645D4E34CD67B4A057DED66707BE /* Debug */, - CB30EAF3473BC6400B6388662497F2B5 /* Release */, + 3871BF36DFB10BBEF07357B8A2062297 /* Debug */, + 1AA4AA6C32BF4AA36356A8B654D25EEF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A5DB90D5B6AE8509C026850430F4D3E6 /* Build configuration list for PBXNativeTarget "SwiftyJSON" */ = { + 6AE4B27876861954493B4EFC68E401B0 /* Build configuration list for PBXNativeTarget "TTTAttributedLabel" */ = { isa = XCConfigurationList; buildConfigurations = ( - 515B2DA84014D29321E4F954266D5D2F /* Debug */, - CFA396773749C9F2F966B62508E64B20 /* Release */, + 8CC3D25D531F3DB35DB56E377920B753 /* Debug */, + A84B76675F34546845024044177892DB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A6E7096C24A3BDFAD2B5AE1CAA82B3B3 /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { + 7B05C24F339BF84D6E16E6538A947C90 /* Build configuration list for PBXNativeTarget "MGSwipeTableCell" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9EE3B383D206A5798328EEC6ED59062C /* Debug */, - 241EE7B6D1C7CC09C7632A609CAB8753 /* Release */, + 177B9767696FD39113A19497894E6CF3 /* Debug */, + 570B227C817E6737E6E987BF76823BC9 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - ADF7C924E99DE95A86246A4F84E0D0EE /* Build configuration list for PBXNativeTarget "Pods" */ = { + 9774D48C6587A8D3DF2BC712D03E9182 /* Build configuration list for PBXNativeTarget "MZTimerLabel" */ = { isa = XCConfigurationList; buildConfigurations = ( - BF4E6BD80F964EFFE507C6E0A9C7C6AE /* Debug */, - 0817C6DCEFDA07644938DAD70956CD5E /* Release */, + AFA990F9D4A8332DC09A2645B1519F02 /* Debug */, + 44A37733D2914E61CCD2FB8A1113510D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -4776,6 +4568,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + B9D51C840D10FA6F61295173F56E70D5 /* Build configuration list for PBXNativeTarget "Realm" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C981C42D53A1D3D470917317ECC21474 /* Debug */, + 6485625C95F18FB7214BBE332C2F58E3 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; BE2037712A7DD10C0CAD090D327057BD /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -4803,15 +4604,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D066869089F12D1654C36CAF674D8D9D /* Build configuration list for PBXNativeTarget "Realm" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 047CF23CA95338E9E8F795BF4E693766 /* Debug */, - 2BDD16253B88F44C28E10FB8CE78F5B2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; D8A392DE4026F09BCC7C1366EAC858FC /* Build configuration list for PBXNativeTarget "GMStepper" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -4821,11 +4613,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EC479464C7B0F885F2940213516E74F6 /* Build configuration list for PBXNativeTarget "SwiftyUserDefaults" */ = { + E7105D1B416C78CC765390CAFFEAF51A /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8D26F05DBFA44F3267B677EB61951CF7 /* Debug */, - C59A6FB473FCC23ED25A4EF6B35E020D /* Release */, + B1E67B26E9DB65F709DB5C019AF6816D /* Debug */, + C90F6727B6EFA3B3FF1DE543C87B085D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -4839,6 +4631,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + FE055906511C473845F226EE7281C825 /* Build configuration list for PBXNativeTarget "SwiftyUserDefaults" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 981CB83B067CF43A2D6EF5EED0D1AA2F /* Debug */, + 6D9715C6038895988778260C63C15532 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; /* End XCConfigurationList section */ }; rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; diff --git a/Pods/SVProgressHUD/LICENSE.txt b/Pods/SVProgressHUD/LICENSE.txt deleted file mode 100644 index 5bcd8b4..0000000 --- a/Pods/SVProgressHUD/LICENSE.txt +++ /dev/null @@ -1,26 +0,0 @@ -Copyright (c) 2011-2014 Sam Vermette - -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. - -A different license may apply to other resources included in this package, -including Freepik Icons. Please consult their -respective headers for the terms of their individual licenses. \ No newline at end of file diff --git a/Pods/SVProgressHUD/README.md b/Pods/SVProgressHUD/README.md deleted file mode 100644 index 1b9b624..0000000 --- a/Pods/SVProgressHUD/README.md +++ /dev/null @@ -1,175 +0,0 @@ -# SVProgressHUD - -![Pod Version](https://img.shields.io/cocoapods/v/SVProgressHUD.svg?style=flat) -![Pod License](https://img.shields.io/cocoapods/l/SVProgressHUD.svg?style=flat) -![Pod Platform](https://img.shields.io/cocoapods/p/SVProgressHUD.svg?style=flat) -[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) - -`SVProgressHUD` is a clean and easy-to-use HUD meant to display the progress of an ongoing task on iOS and tvOS. - -![SVProgressHUD](http://f.cl.ly/items/2G1F1Z0M0k0h2U3V1p39/SVProgressHUD.gif) - -## Demo - -Try `SVProgressHUD` on [Appetize.io](https://appetize.io/app/p8r2cvy8kq74x7q7tjqf5gyatr). - -## Installation - -### From CocoaPods - -[CocoaPods](http://cocoapods.org) is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like `SVProgressHUD` in your projects. First, add the following line to your [Podfile](http://guides.cocoapods.org/using/using-cocoapods.html): - -```ruby -pod 'SVProgressHUD' -``` - -If you want to use the latest features of `SVProgressHUD` add `:head`: - -```ruby -pod 'SVProgressHUD', :head -``` - -This pulls from the `master` branch directly. We are usually careful about what we push there and this is the version we use ourselves in all of our projects. - -Second, install `SVProgressHUD` into your project: - -```ruby -pod install -``` - -### Carthage - -You can install `SVProgressHUD` with [Carthage](https://github.com/Carthage/Carthage). - -[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/TransitApp/SVProgressHUD) - -### Manually - -* Drag the `SVProgressHUD/SVProgressHUD` folder into your project. -* Take care that `SVProgressHUD.bundle` is added to `Targets->Build Phases->Copy Bundle Resources`. -* Add the **QuartzCore** framework to your project. - -## Usage - -(see sample Xcode project in `/Demo`) - -`SVProgressHUD` is created as a singleton (i.e. it doesn't need to be explicitly allocated and instantiated; you directly call `[SVProgressHUD method]`). - -**Use `SVProgressHUD` wisely! Only use it if you absolutely need to perform a task before taking the user forward. Bad use case examples: pull to refresh, infinite scrolling, sending message.** - -Using `SVProgressHUD` in your app will usually look as simple as this (using Grand Central Dispatch): - -```objective-c -[SVProgressHUD show]; -dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ - // time-consuming task - dispatch_async(dispatch_get_main_queue(), ^{ - [SVProgressHUD dismiss]; - }); -}); -``` - -### Showing the HUD - -You can show the status of indeterminate tasks using one of the following: - -```objective-c -+ (void)show; -+ (void)showWithStatus:(NSString*)string; -``` - -If you'd like the HUD to reflect the progress of a task, use one of these: - -```objective-c -+ (void)showProgress:(CGFloat)progress; -+ (void)showProgress:(CGFloat)progress status:(NSString*)status; -``` - -### Dismissing the HUD - -The HUD can be dismissed using: - -```objective-c -+ (void)dismiss; -+ (void)dismissWithDelay:(NSTimeInterval)delay; -``` - -If you'd like to stack HUDs, you can balance out every show call using: - -```objective-c -+ (void)popActivity; -``` - -The HUD will get dismissed once the `popActivity` calls will match the number of show calls. - -Or show a confirmation glyph before before getting dismissed a little bit later. The display time depends on the length of the given string (between 0.5 and 5 seconds). - -```objective-c -+ (void)showInfoWithStatus:(NSString *)string; -+ (void)showSuccessWithStatus:(NSString*)string; -+ (void)showErrorWithStatus:(NSString *)string; -+ (void)showImage:(UIImage*)image status:(NSString*)string; -``` - -## Customization - -`SVProgressHUD` can be customized via the following methods: - -```objective-c -+ (void)setDefaultStyle:(SVProgressHUDStyle)style; // default is SVProgressHUDStyleLight -+ (void)setDefaultMaskType:(SVProgressHUDMaskType)maskType; // default is SVProgressHUDMaskTypeNone -+ (void)setDefaultAnimationType:(SVProgressHUDAnimationType)type; // default is SVProgressHUDAnimationTypeFlat -+ (void)setMinimumSize:(CGSize)minimumSize; // default is CGSizeZero, can be used to avoid resizing for a larger message -+ (void)setRingThickness:(CGFloat)width; // default is 2 pt -+ (void)setRingRadius:(CGFloat)radius; // default is 18 pt -+ (void)setRingNoTextRadius:(CGFloat)radius; // default is 24 pt -+ (void)setCornerRadius:(CGFloat)cornerRadius; // default is 14 pt -+ (void)setFont:(UIFont*)font; // default is [UIFont preferredFontForTextStyle:UIFontTextStyleSubheadline] -+ (void)setForegroundColor:(UIColor*)color; // default is [UIColor blackColor], only used for SVProgressHUDStyleCustom -+ (void)setBackgroundColor:(UIColor*)color; // default is [UIColor whiteColor], only used for SVProgressHUDStyleCustom -+ (void)setInfoImage:(UIImage*)image; // default is the bundled info image provided by Freepik -+ (void)setSuccessImage:(UIImage*)image; // default is bundled success image from Freepik -+ (void)setErrorImage:(UIImage*)image; // default is bundled error image from Freepik -+ (void)setViewForExtension:(UIView*)view; // default is nil, only used if #define SV_APP_EXTENSIONS is set -+ (void)setMinimumDismissTimeInterval:(NSTimeInterval)interval; // default is 5.0 seconds -``` - -Additionally `SVProgressHUD` supports the `UIAppearance` protocol for most of the above methods. - -### Hint - -As standard `SVProgressHUD` offers two preconfigured styles: - -* `SVProgressHUDStyleLight`: White background with black spinner and text -* `SVProgressHUDStyleDark`: Black background with white spinner and text - -If you want to use custom colors with `setForegroundColor` and `setBackgroundColor:` don't forget to set `SVProgressHUDStyleCustom` via `setDefaultStyle:`. - -## Notifications - -`SVProgressHUD` posts four notifications via `NSNotificationCenter` in response to being shown/dismissed: -* `SVProgressHUDWillAppearNotification` when the show animation starts -* `SVProgressHUDDidAppearNotification` when the show animation completes -* `SVProgressHUDWillDisappearNotification` when the dismiss animation starts -* `SVProgressHUDDidDisappearNotification` when the dismiss animation completes - -Each notification passes a `userInfo` dictionary holding the HUD's status string (if any), retrievable via `SVProgressHUDStatusUserInfoKey`. - -`SVProgressHUD` also posts `SVProgressHUDDidReceiveTouchEventNotification` when users touch on the overall screen or `SVProgressHUDDidTouchDownInsideNotification` when a user touches on the HUD directly. For this notifications `userInfo` is not passed but the object parameter contains the `UIEvent` that related to the touch. - -## App Extensions - -When using `SVProgressHUD` in an App Extension, `#define SV_APP_EXTENSIONS` to avoid using unavailable APIs. Additionally call `setViewForExtension:` from your extensions view controller with `self.view`. - -## Contributing to this project - -If you have feature requests or bug reports, feel free to help out by sending pull requests or by [creating new issues](https://github.com/TransitApp/SVProgressHUD/issues/new). Please take a moment to -review the guidelines written by [Nicolas Gallagher](https://github.com/necolas/): - -* [Bug reports](https://github.com/necolas/issue-guidelines/blob/master/CONTRIBUTING.md#bugs) -* [Feature requests](https://github.com/necolas/issue-guidelines/blob/master/CONTRIBUTING.md#features) -* [Pull requests](https://github.com/necolas/issue-guidelines/blob/master/CONTRIBUTING.md#pull-requests) - -## Credits - -`SVProgressHUD` is brought to you by [Sam Vermette](http://samvermette.com) and [contributors to the project](https://github.com/TransitApp/SVProgressHUD/contributors). If you're using `SVProgressHUD` in your project, attribution would be very appreciated. The success, error and info icons are made by [Freepik](http://www.freepik.com) from [Flaticon](http://www.flaticon.com) and are licensed under [Creative Commons BY 3.0](http://creativecommons.org/licenses/by/3.0/). diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h b/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h deleted file mode 100644 index e6be802..0000000 --- a/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// SVIndefiniteAnimatedView.h -// SVProgressHUD, https://github.com/TransitApp/SVProgressHUD -// -// Copyright (c) 2014 Guillaume Campagna. All rights reserved. -// - -#import - -@interface SVIndefiniteAnimatedView : UIView - -@property (nonatomic, assign) CGFloat strokeThickness; -@property (nonatomic, assign) CGFloat radius; -@property (nonatomic, strong) UIColor *strokeColor; - -@end - diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.m b/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.m deleted file mode 100644 index a1a8782..0000000 --- a/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.m +++ /dev/null @@ -1,140 +0,0 @@ -// -// SVIndefiniteAnimatedView.m -// SVProgressHUD, https://github.com/TransitApp/SVProgressHUD -// -// Copyright (c) 2014 Guillaume Campagna. All rights reserved. -// - -#import "SVIndefiniteAnimatedView.h" - -#pragma mark SVIndefiniteAnimatedView - -@interface SVIndefiniteAnimatedView () - -@property (nonatomic, strong) CAShapeLayer *indefiniteAnimatedLayer; - -@end - -@implementation SVIndefiniteAnimatedView - -- (void)willMoveToSuperview:(UIView *)newSuperview { - if (newSuperview) { - [self layoutAnimatedLayer]; - } else { - [_indefiniteAnimatedLayer removeFromSuperlayer]; - _indefiniteAnimatedLayer = nil; - } -} - -- (void)layoutAnimatedLayer { - CALayer *layer = self.indefiniteAnimatedLayer; - [self.layer addSublayer:layer]; - layer.position = CGPointMake(CGRectGetWidth(self.bounds) - CGRectGetWidth(layer.bounds) / 2, CGRectGetHeight(self.bounds) - CGRectGetHeight(layer.bounds) / 2); -} - -- (CAShapeLayer*)indefiniteAnimatedLayer { - if(!_indefiniteAnimatedLayer) { - CGPoint arcCenter = CGPointMake(self.radius+self.strokeThickness/2+5, self.radius+self.strokeThickness/2+5); - CGRect rect = CGRectMake(0.0f, 0.0f, arcCenter.x*2, arcCenter.y*2); - - UIBezierPath* smoothedPath = [UIBezierPath bezierPathWithArcCenter:arcCenter - radius:self.radius - startAngle:(CGFloat) (M_PI*3/2) - endAngle:(CGFloat) (M_PI/2+M_PI*5) - clockwise:YES]; - - _indefiniteAnimatedLayer = [CAShapeLayer layer]; - _indefiniteAnimatedLayer.contentsScale = [[UIScreen mainScreen] scale]; - _indefiniteAnimatedLayer.frame = rect; - _indefiniteAnimatedLayer.fillColor = [UIColor clearColor].CGColor; - _indefiniteAnimatedLayer.strokeColor = self.strokeColor.CGColor; - _indefiniteAnimatedLayer.lineWidth = self.strokeThickness; - _indefiniteAnimatedLayer.lineCap = kCALineCapRound; - _indefiniteAnimatedLayer.lineJoin = kCALineJoinBevel; - _indefiniteAnimatedLayer.path = smoothedPath.CGPath; - - CALayer *maskLayer = [CALayer layer]; - - NSBundle *bundle = [NSBundle bundleForClass:self.class]; - NSURL *url = [bundle URLForResource:@"SVProgressHUD" withExtension:@"bundle"]; - NSBundle *imageBundle = [NSBundle bundleWithURL:url]; - NSString *path = [imageBundle pathForResource:@"angle-mask" ofType:@"png"]; - - maskLayer.contents = (__bridge id)[[UIImage imageWithContentsOfFile:path] CGImage]; - maskLayer.frame = _indefiniteAnimatedLayer.bounds; - _indefiniteAnimatedLayer.mask = maskLayer; - - NSTimeInterval animationDuration = 1; - CAMediaTimingFunction *linearCurve = [CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionLinear]; - - CABasicAnimation *animation = [CABasicAnimation animationWithKeyPath:@"transform.rotation"]; - animation.fromValue = (id) 0; - animation.toValue = @(M_PI*2); - animation.duration = animationDuration; - animation.timingFunction = linearCurve; - animation.removedOnCompletion = NO; - animation.repeatCount = INFINITY; - animation.fillMode = kCAFillModeForwards; - animation.autoreverses = NO; - [_indefiniteAnimatedLayer.mask addAnimation:animation forKey:@"rotate"]; - - CAAnimationGroup *animationGroup = [CAAnimationGroup animation]; - animationGroup.duration = animationDuration; - animationGroup.repeatCount = INFINITY; - animationGroup.removedOnCompletion = NO; - animationGroup.timingFunction = linearCurve; - - CABasicAnimation *strokeStartAnimation = [CABasicAnimation animationWithKeyPath:@"strokeStart"]; - strokeStartAnimation.fromValue = @0.015; - strokeStartAnimation.toValue = @0.515; - - CABasicAnimation *strokeEndAnimation = [CABasicAnimation animationWithKeyPath:@"strokeEnd"]; - strokeEndAnimation.fromValue = @0.485; - strokeEndAnimation.toValue = @0.985; - - animationGroup.animations = @[strokeStartAnimation, strokeEndAnimation]; - [_indefiniteAnimatedLayer addAnimation:animationGroup forKey:@"progress"]; - - } - return _indefiniteAnimatedLayer; -} - -- (void)setFrame:(CGRect)frame { - if(!CGRectEqualToRect(frame, super.frame)){ - [super setFrame:frame]; - - if (self.superview) { - [self layoutAnimatedLayer]; - } - } - -} - -- (void)setRadius:(CGFloat)radius { - if(radius != _radius){ - _radius = radius; - - [_indefiniteAnimatedLayer removeFromSuperlayer]; - _indefiniteAnimatedLayer = nil; - - if (self.superview) { - [self layoutAnimatedLayer]; - } - } -} - -- (void)setStrokeColor:(UIColor *)strokeColor { - _strokeColor = strokeColor; - _indefiniteAnimatedLayer.strokeColor = strokeColor.CGColor; -} - -- (void)setStrokeThickness:(CGFloat)strokeThickness { - _strokeThickness = strokeThickness; - _indefiniteAnimatedLayer.lineWidth = _strokeThickness; -} - -- (CGSize)sizeThatFits:(CGSize)size { - return CGSizeMake((self.radius+self.strokeThickness/2+5)*2, (self.radius+self.strokeThickness/2+5)*2); -} - -@end diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png b/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png deleted file mode 100644 index 84d1f7cb49b6445c664e3aba8010a299cf176e23..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3482 zcmV;L4Q29)P)%bMovp zC4PXCkL>5K?Cn=ZEdx*p)<}LV`x;I*G<%-^#oJlRdUSl9ipPX=}>Z zjEbx2r~A2Xv|)o{NH&EJvq_%aw1x; zPK(3;H9m=|BG8mLcPCS+9DUzm!LoPkwsV; zAxtDFfZ3qFGhm#t;Hv^M?6pJ>w~-?W5YaIJei~`Zex#V!#faCQx_Nwk|N!fCS8G~nl2bZP}Yan52um6s6Y@I z-f?r$CP_@fEb^j8-iem=b653t1X0JN%W32s!H=$TdarRJz@+HKnsB`aJ*+Yl)ui+u zD7z`Hkj10yMB{RJ&l`Tc;Due^D3yK~^HC)jY8lTOCoS`bV zzCh8ls|JsbKN}eoCSaQ@EDRsG$yM3~0T?p35j0B!qMUY4Zr-H8RnM~613v4`15{Irlao51&QPL_I%e~69sE=W}`VGMAZrFKy7&aI~f?WW*63JoHv?QYfg;k1 z;k?ckgWa)?&SX0E+}_zV{VE`kjGK7pu`^)C5)o<|PLs|f0X5wcK^LbuWwWR1If!)q z`F-xs!f+N9GGm2jpdg7H&m*&@_0uRjdge+Cv7BCK@8zV_`;dFule~7jMV-)GQdy8hBu+fnfl2KhV6K6LA z#1@ERC`}wd4g*eQokW^22unW$14K<0W?9{Asv5VbMi@NHhaYH zBcbBXE=3hZX=J~%Ix>kbQ%$(*_MRwBe(q#+1Mv1Z|1SajdWnvaWKI>Y3(?_rfe71X zm$G(NH%T+%n5;zrd;#!J0DpJ@^S#rfWH9v*CTSKsbLiSLR4w~Zl>s~fc`*P6W4G2;(a~>#cO;!PO}2>y#M9{=jh?|Aqe&50tv|7=wB`edXJdZ>@Q(*D z8GvyI@Z;nD<Nm7OIj(WA4V5vGg?^ zYPzAGpL|OEqgA+B)jpdPcB0w-Jr0M-ed_U_|TKwa^m{z?chAYs6S# zgfsqe3p$!E07{VhR$B~eLr1bm8BwLqP!zM5VpeUdqahv*-5tR0N!9Jy_aiAlZw>?8 zlgukib-OcmyzdNl=3?b7b*k@2>(W9p!N{oGYS=iU(j)0pxjo&H$ zvL4SKQ<UAR~8(Q(Gb0!&9F&logfkJYy^)5WCq;N{2hVc@r%Y%y<5xOO9EES zm_c=4S?WT7YTMV%vZ{iw%CKfIG&>t~Rp|~2ms*mV#Ct7^4lxZZ!Sks4W_C~dKv|O* zy{kZ(1(hk`V?~>3GTC31WmUqD02~dXCd$A%)w);HjDye(#wzIuc{Z+%K+I?I{i+%8 z(JaI$5kMmB9g5V%UWsOHzRb(2XseW4>h(T+bh$Jw{?f>Iv->OuHe)o36{FN(ESstD>Bi_8Vi7~8(m4J9MN z8>vjMryl7*m1VKi#y0BC)jzuwR_!HRZS#kuK!lTBMFr~1tdqJTcN9bIxDI2HHj7?d&t#b`^hU2@L)z0`i)4*~PKt@-XYvx9k`b&jBPJqEs z(`QiEPEVH;|AW2s9eV-F^qlK9crexYfql`OrU7XS#Hn@P#kSWNNkvBcYd0G3sPXtpf6761SM07*qo IM6N<$g4p$m`2YX_ diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@2x.png b/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@2x.png deleted file mode 100644 index 4aa036ec83e017118d33c04c99528259d2a31c89..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5614 zcmV0qwj%6m6RT{H-FSdqC1-Q9J@9wwe@gdjjMs z_ywdMe75EDC*$Hv&cz=&yr(fB2n@*{&zu&3TxI)3SvCcvXVs_;pN|01RasB_MO!up z$etkav{}6YvX^W^UA6>BRBIKE&Mt&K0^$vecaUEV>9?T& zWeicR6}z}117ZnP1gk~4CjA5mI)o&OiZBZ*83FI99$mmORS*Uc7B6;BP_zPam0@AR zv03YLfOtT{4C!80Bsw4wESW|~SG^QB0r=}eNZ0OWS%vb*P%r?A3`@kp#42D;fZS4g zg1vOAt_mP~?{HNwn*!1sBvv-0WMUy}znc5DdSAR@p)H#O#G{*KtsK^8U2j0F)uRU` zDcUvx_@KiK;-MT?1($aCntD}|OF(YH=8D2SDo0O%TqPx;bhO5R^pHV%QjXRPPyLdQ+7!8RT{+8N?bG zuR=^acny27S(h2)c4G!gbL%YyY@Z;-2Nt!LyTn4!f`?*-XgmLD!nt=2K4HF!; zlFVk1_nk6G&tY7%2vcXr>lNP3GRXT48AJ;TD@e4@&Jh5KpfpyNO9IPg26-R0*MmqP z@wQj2$7lg!1(KJlnA@y5K(yp41%^bk7;E>PIyue=aF~3%`+Joc#0rWCxx-^w3U)jZ z@`yGps~O}ytX~h}sT`4VNA0o*fM|kZl}9|3nM5}}?i0oiKvUL}jA4aC-CJ)V;V%w8>#&0(e!i=_z*t4Nap zoDo&T(qa`aPXOM5-AMYL)MM+ht^4wN-kw!Nt&?>ERTiF=z zvGlVx3FcFa^^TFnVycIRoq}U=MgYXR1?;IJRTk@QlEtzP=sjc(Ye0I*Bwj(i$zr|j zV6n8ph^iXwBJV*>G(j=3SZ{Y?u_6a^rdmW&B&)z4-eTP{v{+u9EM_p*D$r#3JeGky zN(ZaSV!cJSSk|4anrZIZ){0@Tn3gPp)neH#)9f*}SZ`HWEXF}u+AJ??B`Mm25*Sgf zmPaTruI~ik&4w;wqRr7(d=SHQ*0&WF_ z`CJ;ah+C{yG<)@c#d;I+>F&MTEKO@w`r*`N-UO_&60MvJmIhgqz6c9LGiFx4_K@>DlL{(NN2Qttvgnw_Zfgh zfP`tUEWoI)=>*_)fyIhsvpf`p3C9v3T98;ONK|`OWU*dH*_SpjTfY(Vh!q^Q>kj1o zSwj*fcQiwR$(J^~j{2!4nySJEh4sxMQrlBn+y|xoN;+Md8N{k{)wC`Fcn#~{i>2|z zkrYHDZl1)KqkJ61B9~}?v9)G6Zzwm%T}rJ*7o`NK;^E&;jK@ZjhzVCJBqL_L;*_|jtzg2ysd#JjcYYOS^afe|n) zShPSXz3Q*^Y+nnAR7sXzLn$ayFkGgrOKSTB$jutr>8K5?sUj>Ov;b*Q5-;@#(Xm0>}dJ2O@g4;5iTa%ceLpa_SxdRQokxP}veKNeUls%!;N5mvjm29#1D4kVar1G`3h z*IGST_4yDWHx<>x({iyuX@R6h2@Vy&lmP`6(dfBX2TQvv9 zp%I)GyJcmsSfHp|s=1B+&=Ar+Eth8dck6$aO8_|(f+2yX6_Dw&RuyTrSYa&HTuA>z zfr2DsXe`D`nBA-vIF^=4fRO^yq9V-PVQHs|+q@-!Fb>9|HOy9$8bHu!r49vv94Y{* zne504<{HYuv{S7rf&}3Agf_3nK}&OrWcF|C*Myc@s=Gba2Vjv|wA4gmvzCf{?sitVT`43j_R2#w zOfp4_g1m~lk#tY#V|`Z_(;Dk4b}o;^&+e%NlH6hr8a90jwuM&7C<>` z0Hn61tJSX64&JH?^4mf{68JxwK2j1Ew+0tWa>*JbbH#sc29RqD5S6M&Z5wy%eeej} zuJu;~i06x9b}?GRy)=`osmB2JUtDD-@xQW>ww zD{HxAX=Hs`+*2?f8v!!Df7)itUafVkN>ziQ5>}t1dfjaS5>ZVo&RWvWS4l@}tRB|@ zJU#&N#OVIx6E!(2>|C)sQV|rw1*8Pv*WkB#dw`9VW7h6(Dalwp9v|Si4&XBrP_Auc zkLmN(S}E=P;H?f~KyL1&=)IJuCe+W3g`AY*#_(A@Ioy9@Sa-INJ8DCBR3!)tQzSro zSEd@ZnOd%sirfV7c>tdq?msrl9wphL_Z$$iAb#}-kWfEgc=Q%L0;J|AcXm8^W!d=m z>2@*P?gID^fR6xtINZNGT0efw+&-np_~ z9l-e4aQ~BG-Tl$_#}OcNw~}MiR-4G5brT>@?o4VkVcT5s_Y?}OfN{E=54RH_cL010 z;C}-g9}mk;fSk6U?q>;*5=F_4??trFP!*705EUc`f`?(1*8a`{I4(v7e{Z;bIw;1S z;rA!QvU?+&bv{v%T1c`0lDF$U!RaJx4s#izsV z&hY#0uMQX&jreHTv3mUiN(4% zg5>T5j(Zb}b+Mu%#{wnE4X>90NS8Kk4Unuwr9psZD1}5dmaNqhAY(}G&A?Ft$g$vf zTGWJ*Q+jCxyQC4eS#V6dR&#(%A-TT-#}tr@4F$1+L|awdY*`5)mOXK4 z5M+dI4LGLiv7{nn%XPk@9yKK>^cB{4O4M+lO95#mjr{_ctyxCvb`6p>d^uT1fW>JqFG~`+n)e= zl0}>{5L$MsrE9g-y(+a?#{xi(klCwa0UT05ES1EpUAzW}^$2$aZRguz;)^P=p67|R^9}6k5 zS`t7sI$Ule^$Ea_RxFkV5SBq)svMet99NX#Vq?8FAd!_st3{l*0MX1B%(I0?w~7(Y zTL4)q{!%bX0I>+`lJ1t5iWJp*0`NnDf_SM%%jkFu6lheBT0pjdsRg7(MF8ITNG5!a z)+(~7AY(xGXsM*C0RbR+rI4k7WR%atsu?hBRg+y>t_0u*8*Sd~0E-0}YacwzVwEV# z>ASJUzmE&cO0AXDVwJv6kwDR?)mcEiY?WppFNH!2kQ&RC(VjUp04agRD!7~5trH+O z8lljhG9tZ}L)%`}+N@GVsR2W3ub4KAbxn!o6qU`%ir=5HSeg?HHPnOMy=t9qG>_y8wa|h?OGUEab9L`-O#$(Qf&qqh=L&@dcoZl}7Ai;SaRISAT8tVJ!;%1e z7i|NDUU@@PJy1|Awd#>83cLl1W8pE>s0MpvU0X%ea>*PZ9+M5FZ=yFGH8zU{2-{w1 zLlVty71j9(kQ>4CMvHvcSSwZrscrpA0FtzHwZ=nQKcld@BmwwNMVnWvV`bget%U;( z%F(JOOw~9Nltas6S&ff~YIzC>TP@gNFd(T3=3n(O`=+-&J)oLXG-zp60*-1gP@<+>HA;@6V0>T6Z zkPi~F;jmVa&1GXiyxO@^)sW^74SS^t3|l#*V<6gauuiy5_A3E+r6Qzzj+9%&!Gz^V zSYEpit@dt&ux>WeJ_W?;f+r0iYCbf!ilDJ@8GvkU0|oV{IT=~y5hf@Pg!EU0A>C6! zq=SQ23Q}9_N5NyY6{IzPeF(pASwt04y~^b zss?2W2y2S5hH7Xlh;?Ak1}dRB{t-n%v@W!|v{>IL4CxW3vRl|IORMDph(|cL9$}|} zG6zT`Ff1Xlv|5&cFsxN%I8;Fy1Hx*J<((@CghicO&D!1n*}U@3~E zbL9nxxy?EOazi1cvj+w(6+~jQ5CD+Y++k_27_DCQi>nfVmm4gWroD=4vmh))3qWd* zr}nj5D~N^7+O$|NV|lWo_F$lgz0$B*Oi--B@UmByHmkX|6M&b%A4!kay^`82Mizkr zAT7@)fg?I3^w2&9MAKer!hwblQY(u{A%TNxu;9q#&(I2t)sgg<1Qttrz>Mi7EY*kt z2|9x#6F;Zg6Q{bGBmgfKSgfe6UADDi26i|AQVXv%m@}+Yw3hEf7VAZ##j?yE%>1Dl z)*&qN*2l2JIV*>Bl|{yYXsJddI6Rbu1rGE1td+y-A}VoBp8&a`1OpQeb|*_Shk$(M zm)I(caPBb{k`3w=Q$Q@TN6m}Z?qsnbfzp{?(?+r3u;ifK;d~K$yzW zbN-+Y7M=i!VzIQXme#i~Y6p6D@Me8$qJ_0`w^&~#S}e;c?i#AWYWaeA_LuCB+1j;k z@rG#kP64?pa9CR{R$kD|8s63_BqS$5m=;Ux`>&*LyhS$)fdJ8jLu>w(_V;BqS*#Zv zEmnlUE}eQJJ%eimZU*pLYT^w^wZ(d&(PBy0_0r9 z2@cknhzBgzP-xG&iVDf9#X12J2@XkX&~t2LYuno8tjBtdd05TCQiCJ`_zKpiyEB4& zPt#5qRz&k`uNA_x(R=C*N!7M0b&V?h1D{JWC}H4Ix3r<@O*Nv}DiughfLtepb5A(5!emz7MjH_JHjMW=8YHXh5`bsXHj=LW zU!|<=mX@mY0*JPXc(-|*){OzNyjaQ#6wB5xyKpUFh|tpYycWI4Vm%9;k#x4Tiq`Vg z$|_N_MU;U-)9>m{0GyHSBmy98P?*qY zgCT}w42U)yj5lVFcB==Kh|=2C9yy=QAkPTeyv$zooRM52cnnAn8Kg(`@BpND6$zC=o>s~r z)`}6OtF<>kyt-Ci|K;|f4Du!DerZFmHtVVaauw~>;7;ZKAf80ZYWvr;?yZ`_I07*qo IM6N<$g6NSPp8x;= diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png b/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png deleted file mode 100644 index 2a4cd170883099d9c07bad7e235885affc3d5a5f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9389 zcmeHN^;6Uj(5CAE$wQFFL*kG|y1Pa1`~U)X2-4CG(k%@~NSDL`N0$;uNC?sr5+aCl z(jm?JegBU4-I@JicV=gHpJ!)wXJ_M#4YjB!SSaxD@ThdO)lKm5@S*>!WQ6~D3`^f? z;o%YD8S6jS_|N=*`F{ld&mzzyauWMr@poP(hR^Wu2?&XZNl3}aDL|A|)c0s;>F604 z!A$p=Sst*mv2$>8aq~Qc@IK<>7Z8LBJr))b6%&_`lzJj9BP%Dbps1v*qN=8@p{b>< zqpPQHU}$9g)a2Q782klbYG(e@!qN(Xw0>n{``XUl!O_Xt<&CSGyN9Qjw~w!%e?VYR z@Y|5ku<(e;sOXs3xcG#3iAl*RscGpMnW(JnoZR<$`2~eV#U-U>_23gF~N(M@GlKj8A->oSL4Qotyu*u(-7RePwlR{l~`7 z&8=VCzyIvu{_gJW9~>SXpPZikJHNQRy1u!^ku6H%;c;5%sH;5pTiVKZNH6>R^m9$8 z-MvNpB;~a7OxC{7>*9!4>j?)Aeu)hYsZ_tZ_pd}qc+63@xW))FOJ$#Xq_Q zrF)}aMymq?S_4fJUk3(U`W0AhD;*b_&V9PPF;XCsyqg-mouar|ysfQyfm+L1TYqx9 z{#j{#PwrCvI+GzRf9mdr+&duTcKh?{7GHa*YiQJr>Em8Q5~q;K{hnLnhT?&{g&Py` zdKWrV1EVK&RBbU z^fD9XysKF*j{RPPk`}N`RGz|svxoEh}|!3O}tAFMt0KUEwLM2CUk(JcQ~j z(G?g8qJO+lofkq0jo+dXRPyWKoVSTk>DRP>DI#a0y)z;Q^M-gaOIB&c&EA)o>g4Zi z_T$3@XdnHRPI~R5=g45A*KC^f^FqC{K1;GnKy9{^zPUK`N33Q6COS1=3cZVtxcI2EOL()Qv!nv`QP_TS>(@Zu_KRe1@=eF77lyOa+5DL5)np99k`Srk}ZwZuLdl z-zX^phq9il05u*V2`VgokZ)knYj;kJYsqWj2dIwsSEA&Gw#LznL8XNfVxHVL-JX0p9s ze*|n^QOQ*oW3FL_=gmmT9%gjED8|k*2J*I&{T^3NMga)AQ`~w)Gfi}NhRZikx@1$k zd2R%T=d4GKP0eXA>F~AmJHpFFJm)GTJSF8H0oc#9QVT+Tw)EG_?vl>mooAm@G0WPK z=$)QUrx6JkJvCDe;Tx_@>=2|wl*E}IS6R3`%TP)+JQxn@cL#Cr$Ry~P%^=GKwQ;CbW? z>;^awn|@I?%_oQEWzj4~%Q$%-ti`ikPkEq-o_W20799m2?aPBTy^yG4Mb&+;UCh_@ zgm)kg-yy?Ly+{90L`#T?jSA{Dh9rAU4{)j6^|cWgEahD(9Q%|@a~mC>ON1f1+!``Z z)69Lgag47As)(Q}Jn7v;yN-IGf_iAPnkLxh-`86Z_@BMO#8TjwF8H*{Ao}X4nGRK(dS2C1lkOM)2 z^`@)U?pw{*qv{g@d|ylrK5>1cg!4qjL@7?}_Fmda*@;dhno&7v0}QcrsA;N;8fnTQ zWo^A5xlILBXqYZ5G@qHt@X`-|Jj);M(Mqp?;JaZFm5PkU4Ci8<( zjK-F94yD{T{*65EWsC{!784mTyz38XW!#Xr7uQez1z#z?h}#a7C<1B%t=UMBkpH2N>X9!2%0F^Z+Z?67Nbl zUMlhCXx$6}F;AK_|0l$mCbnr!5i$6gsb(N`OO+1H9B8pCF+EvQF7hk$r4Od^LD4MSBi@QVXKcF528W7(#drupo!P4yJGg3MpVsIB3Ow+AI;>)EttNsof$;h2R&vlVq zLQQ*WYU*R8^8+*b;3vI`2c9rRjR3lSa5rhe<@6n%-cL(J<2N+MTDg)vE)P&)kU_f_V+cqg9V>|{bzFa#PFTNwVCM9+~U<-`?Vwl3aV+Q zZfu5;KbH8+B&0_txdh?8r&mJ>XSK2k|KRf)7PDsp%nEJN_X!9K4>dBpwi1OVrc(^W z8Qe=VDyX`Oc2*as0C5kNOKJ~FKCSIBYi`nQe1M`(#whO8d6gX^)rlJxTkPh4INf7c zeS4by-cB>LnPdw?0~xK@f6#{wSro};qWa0dMq~SrjQ~^{-AURf8|CFf0GT2h(`x** zE}-XpkrqxiAxZ*>{K&4GuPa%6Y*b%8+a=%kYFHIw!EW%#-0`(RMa3+9=(n+&UiMkE zOa$dH5pJKOY(A_b!cVke^>9;hW^gv3m_qLZk8<}nT47pU1XqpRmzABIgdZ?jlVpCH zDe(Md%?3%VFr#7m;39?H6geo-k?El642&P3v9L;mx|Gx-4QojQ>b}bWO=iAMbmriF zAt;mW@z2_1=JX?@PnMHUON{>@>zN)dR=b63s;uDBNpGU?T*Ivot|rIJH|Tv`i4}cWyizTvGEEDm%1L^5;H{} zUKL7LWNYGs-e{G21=xHJ$~M~WOncO-?b}!5<$J=!(sdcsAWXiC&y4ohuX6v0R^Ih z){i7BzNBM6)TY5^6oQr+hOiQ4hiKx4VS=cIU#W1#--FbSB_@?;)bl4UQH*b!YfIZI z-l#w8J+hSOi<;|u$7{d$z5ig})l!4EeENv*;HCCjdLnDd>>IT|+`UIHe!&wK5f9Jc zb2~=8)vGFS4jn-&iMUj{7Coaq!QLaQQ5kZ^{kdu^T_PgV?qw8g=usJMotH;Wj@ssX zb(2Ed2zw^PAI5LgF^t+Sj3Vk$U6ccu#M>08^d8|(R|&Hm1Qa{3 zho4cwxj|u&fyW#ROxBc=v_3u%Z^orJVUqZrSF0bCK4yok?$0~@jMSjMZeL-ivx0=4 zzTk)M%{MlNy}-4%wNion2pf(uvy@K0u3;@}S`JR1sNQ^sU1|yoSm5BYi}g56r3mrg z@^>KXhtn3VTNV1ppm-Uz@u}u-{~iIpuN^&Yb~DEh)$b@%c@nocAVg&(;R8=+xofBt zopy|mVb~+tm(Sa0m;!IGU4<716Y7pVR%zL1O+sku(MPylyY&7`z1Gw>fiDF_8C*&q z$e#ZQ!x7p2+4bdkkK7ghHQYF%*98ge5!M5-C|?xo8p4S{j#_x45x;k|sTWBMnHU~h zEi3w0gbwlmus+B9`ntT|4rNT z0lC7PTM!cy)3X%fHN@JJbBeThXXs1EYk>ZQCN?nB5y|Gzy;C>qPR zxMtZOy77j2UP^YZ+{psoQ6X?%>Uuld)9rOPF=#^JnMKp}K?vsa5a3i&tTdQSYe_y8 zij=!q-z~i86J%m~)1hctUsiZ5g}Av8Qb$1jwF8d zZ~DhkJh5^_SpSa$4vy<}rNWmSv&e3e=ekrUnqTk!Th_oUbQ{Xk1+yo_L#zd>FN04G z)^2Zh4xf37%)pLM_Y_mUvo(I6#jfwt9}?ldwq|fuk^t-6qu5-VCmNX@{+A~^Kl<-3 ze@~U-_=nctOzS{rW`FowGh<61yP6jOE-UBmJ;K6Dsk8HPZA>e<-t{%0 z*d7$5a$($P$065a32egY_%g^0Ia7$|j>f-y?EO;Z7$!M5O@tdMeRQwBK)$29Lk6uY zA&CAnKciqGs%qmuW%uosT?RIwTrHaOjxl5D_~QEq0b67a@%+rA1=OZcVv>9<8*+4U)wa*8@7EgWq$%F|oeZ^z`%;@5}YKP|AP&74s#2y8m=4@*upT z)Jb+54%oiOACzWHdtWbr=cXEY?!>r}w&a49{jT3!V5!v6@%G3o+FQB|18zL*k0d2+ z6VP^`aZ|G>;CZa>hC%4R?G>nphNu`|(sGZVhDuK5B38bHwP3|+s8yJ=e!cot#!$Sy z{>QTraYN2#Dilsi0#+}R=fh(|ge9Y4F-9MtJy@|iPL}sA?*fa;qzNk2?S0Ju)|(+z zn7dN1IXj)b0%``iiH;roFNVYKqfAwu$m_^6qr8nn`9z~yE`>kA7sR-fJOAc**BUp> zr}T&WkkbjX)pc`Qb;#P&qY|M_ShJ1M$YHUeoEe$+=CG3=ehToF?BCxX0U`RDV2Q0q zLlDlYmHufElzzlb#~joUk${#Q)Jo0#aG@W^iQ$ndtqXiuX(M_9{_aO54I8XTe z0gY7e>>g^Tq(bp;?{+ZR(-EeGV<-Yj@IqM8)YLIR#~$uQ5q#;RTPDD0DE1IdgnGv9M`Z>)8SPVDfjjUxX42-8M*7xm4_hO{hJq^V z1=qvD@v`^XI!$e?odvVAu#$EL&2K6mvLnW+8ClUX4$LqHbutz$q)Gt<8|CFzhP!Zz zM=PO+Q=lxNcD{%m&ayHJfV5s6iDzfHT5V@X30M#JJq=>#Xp5&kEZ)B11 zDJ!S>mjWIL_}4$g6nN=dF9c1I8hKegnncF~v-y|Ow9!l)mis7blqLh~|6@gxuQ;{W z?>VwO^Knf?J4tXdsy7#gKcAt=>%@H3aX3cc^t2?#)(ybOn$WXET$BH7)GQR9!|tP(f$Y=ss!WVxJY=OHt@{HTBs8 zBEU!Y=RUi-g^sxxWS&<>2&4Q$!d{|Wg^{JBC8Jhm>5C+YTHtYPO>tx1FV1JY^F;|- zj0lw!|CfQ@o9&b}>iH)fK{mlAd}=9__uZ%h8f?lZA%5CuIMEozjKidDjmMd?2H3}M z({$GM{EEv?WjqR-O;Ur&qa&=4K#F2WGJpqaT^x=WRU1{7=BZ?rxHmBCmZE^0BbJfi zh)fd#C#pKW#jlBm1WwEsKQJDrSH%WCDYG39*%_G&S4|N)mP}?J?JM!f)1&&s@57y0 zHipwog}&z#yoa^REA?F}$Tt=ZigF53&(nc1=n6VOv~g2!vAlm)b`yi=uwI^16aKf3 z0bZqOZd}6ICMM#u%NgD>DuOHdcE^T}*g&XAc!77* zNEz;402OX!IyO}_(%gWlO?fv1+c)R*Uyp#Es}Vt(ab$qDhL+Jb8qF!I-b758`3Ndt zr;)(4@=;*sy&~Yy#+X4Sg-!GclAyxj1w=^-yH)j)Z%izu%2rM?S5eMa9~!#_SNx-Y z9^!ZA=e7EEsJiT1g96k(l}j>ZgbI1&*pv#JSMS|H2sMfU3mb|u^bFWeqB>9pSfwuH zHS0&K^^w8sbTJ)#*h6S*DL6}mGLi-kC-QEF$i=%gS)QE^|F#!rtRz60>iv+n7ww1% zjm;o;gb7x_ux5{3llHS$|8J zs}4JJRP3qY+ID+wqrqC>fxOKuMqRd!8K}j8^>dol&c! zVH2Q|q#;}z`s`lEGt!zWdK+!7#p+2!02Z&3E^HFv@p%K;v|a8AHYV6~cBDu9b*Dx* zKPg;#Xw@p!F)q$E`HsW8)1RMOP;VEpPd8M4i~pj*$%-c3S(z2{#$50{;s)+^aAd1; z9aT+f7thLJ6Lq74M3P&QlSo!FJb#2n9f~qet79qNr8F}dv@np5-BAcd9sZng&>Ko< zq5Xu}$W6d(AXxw zNVS^M3I?(!(^kTk1tM&HD_BrXEZn1*k#}VZL|+K2hfZ(E=3ReLvp)e`gt#2mQY~dg zX&~rn3A|zzl?ghjIOzl*K_paFq!~K2#7N4XfT8m)ol)tU+=4QwZNV zb5YmCQPA_abg@G1tys|#vI`5zr{(d{j8U+`R63qsvl*V~(+5!zt`LYvS%WL)8x1?R zP)Ow~kqb(-#B-BBs+u6QerPP+%B{;T@%{MOlCc4L6@(p@E;`&^ukmR&1MlK!+1cp% zxQAi#YL;eKcW_;iY{4jWQVUF`Sz0op&xKz#r}~qx@JvS^Zkk@+#6pYKlUBv*c46ZK z@rGU09hg#_qpnE0v)HxGBQXC39O^z+J!k;unDCAZrbDg<%q#P<(whQ30~VgxrHq*Q zRAPt22V}1U9NCIAqVvA$$|g&r8JOUdXtDMU1uIkjO{uweePTjG`MN;6E8>9zmzZIM z7tgpohF7hG*D!sW8u+v9CkkxUP)?E34)GXvlJEbx5qa^p)w=Rv?-B{b^(K5?WWs` z=e`pL*5!CFkfB0m3ZEjC%(VfE=N!;xG7@IhRYQpPl#I=Ae$n0!$^L)~3RxX@YQeAn z9gbifd{*snVpV3bF>s=oKGHz!8umpt)H#sjNgls#ELxbRES^JWCX^StSHy74jtmg; zzrgt*m>CDANI_%}Uh*+q@&^rdxc3(0e>7VJy-6u9Qb22)s8~d|(2h%C-a`HxPA*i_ z%nlKO_EB@c9&9$T2 zI6KHx7fx7oh~O?Z zE-T^-Poe06^v#fPZ+ZKM*$$6W-6S#i-?74II;>xS1W))gWWi`FGn<7*Z7xc|FIgtU zqNNeNCetQBDzZk{Kucn||43jsh(B$;g$ypHHSf=_U&x)wRrHzP(nY9(8iek2ps_d3 z6m~A>G^yqOY$%zbYP{Sp_8kv&cc0*rj7Hx%CYC?dF%I~dl!@3m7=4j1PV)wReQuB8 zTwFzY#ky;#Wol!mhpPqZRK#GX$3cQsn}IE(E}Wg$Y%-Ks>_9twHAPsHv5^j8hSV z?h>0>oPI3q4ga_G*O@3Dew4VR1d$+AL z>=vyDjLYE06lC;LTJi1>d^XlvosY1onfv$nNXrJIr=J3@ZZZjN`x z*GEa%8DQQXmTL*g)GTJ1@F)*5Nb^=utdKWdMPnY$`0}F5WD>GWAo=ce>|SL>568gI zCS)I@tv%9En72Sf-m_D8f41MYS)DNe!a|3Y@P>6#Ch&gDoTBUfaLJJaJ>jh`d&fe` z>1Dm+vg*H%ABQ^a-!SP9o3@b(@`p!YOymS|FJPU&FUcnR9P?A*9w;}PrF%7Y%AK^( znS(#_yH4^1zPZjwEyY7pT#m+KwS&Id^1HzOGvpwSi2%5W3hFg3Od8#$%DmT*&5cVC zR-g-dJTQr2V4EFI_nk8j`}^lf#9)2&NSjaFxTF1Jwnbf$9Q=_#Dej&%n8skqR~TK< zqy=9cxBnwxgfKSd37tB$y7EFm<^zds!HdT+OCBekqMK8c zV`LIQaN{pigWAeC(3%T2prLVibU)*J^tUsNnGS4z&qXq558*9~?wrd-1lKhprv9?4 z&!6NW=bmW4*=%hT-=>)aI*bUJn@e9#=5awSEcl#*9sqjbci-(LH(4C!UhWrnHFYoo z!n&=jan{xSE-s*&ktC^Lvgq3AucT;H?c1Xq57DoeGJPnXKAVm=Yz3r%VqaTi<^h{G zmL3-~*AmB&eUJY1u3AX_uA=#74m9&19}4AE-1&N|*L_iO@EcWeME>;nP7_(*Eyn0- z%qecIIVc(#@=rt|>yNGrkt<7fZU5KX;a5E8FV#ulySup~b&niL{oGA$G3N@)jVnNC iU-kZho9k8Zb%^ECs?1E{(bWGwoaks6s@JI^!v6+3^TQrVAsP(&qgyRB zcxqC6KwT#9w__3j8IS$cp;nybZkd$>0G4>9s4J$faM!HEDp~A-DF>=oD-DSpQq>~& zOgSQ{Qr3NC`^~A|kdjV%MbQ^{#$ z4V$zVLhE(kT=l|N?ZP1?@1IDAaA1vLe?`tp2xqNVCUm;2q$j*K8u7($r1YE7D-qUS z`>YL+)@Q~g^TpF-RKX4aq+L|j7hjvaHDMb7AgxDPzZ%t9XUw=QP+6T9xl+A0`{1L^ zP_>>B8BnW2i*fI5GPjgdBG=RbzA92 x4eA_KmY3n35zP`pEpSlL1$Jtbfbgo#hW~lJVjw@uh7kY&002ovPDHLkV1j#n(#!w= diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@2x.png b/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@2x.png deleted file mode 100644 index b8bc16c896bc3667141e4b131974628f68c785d2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1137 zcmV-%1djWOP)3FgJsCjVV#>2m~}1+ma*bQF_J7n79au+hf7mL@rEEaf-W;t z6c=x}OdL#@4mPti27@=O&<#`wmx)X35O5%~qu0~+XY%`RP1p9EKF|B_bI$AeobN-G z)fyzSEzw}LO1Rb`KXqEBWa1RJ=yj_~erL#_?G|N5<}A=*K*0e`oa6VAyxU^AOt^(^ z*Kf=-E>uamWgaqY&<;(K)VVj?q~EwF#T!CmsZPU&+-s>MRc?{ZUN`Ou7pMS$rG9P5 zke%KoNsW7}Esh!2?E-l?p4=VDUs$dz74A%T=rgX%D&;0=iCu;ayI=FH$($y4#&v&m zzA~7c+-cCTUs|bL=_Quf>XC+O5VBQmkv-G&uBV5O2;Y^$S!-?(sEGSTcFh4_B2 zP;zJZek6Zujr=s+PGd&w@@}*0bl;8S!&8ts&F&M7xZl}k-9mTxuiy{XC_e$WD{}Wa zODZk!?MOc2L&{9-J$6U#UdyD`eBX*>my0A5xCaFV_gEs;8f}i`V?HbgV1>Pr+u?0e z?_}SMgN{Aq%h+3jX~;<{~4muYj|8p%TB z?sA&Ut9PeyL9p8yGB2k^mk`N=)@9GF@+U#Rr}PS*woW3m60IJI_uFET>%Ag)#udu4 z;y&olBIi_8yTOr2UZq^>mANQ#BQ{44YP5Sfl2^-1wQ?6nZpbDJ0Fl(@rAV$fCr$1W zU4j9(9mhefjb0EuYlAAOl(*Jj1jl?mawd|lb2zTtsMf5T<5G_b`gBanL5&T1;>tF2 z&8kY5Mea3UJ0SQF%KC2N*BG>tA{Ee?p zcaS=tb})Xl-5Zr&l}kMykJ2#}S!bi?1-;rdm|d0DM)F0sortW{rbp1@I&U!h=D5TG z!OOle*)8j}I~>=oS1+9^Tx`GKh)om8de?g~a#yL7UU_SD3tqLwJOCPe#*z4{T;U{0 zm2A~*%xk_ASEA94UXAN6GZ#`PTXY-sKi@N7jxRfET(7liWmCCxJ!Vv&t?KA>RF98k z#zEc+j~e!@W)}L9RyB|*x!eOju7aFOWwI|(Ezkb}fNXxRAP(Sm00000NkvXXu0mjf D&(JVb diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@3x.png b/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@3x.png deleted file mode 100644 index 4cf4c4fcd318ce70a46eee5d29bb369bcb47392f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2315 zcmV+m3H0`fP)y000QmNklURFKHcEC~eU5(z>`&Nu*;~LZ?xGqIV@$1o0T!!O8do{y>6OvxjLIju~Ft&E0)&i zX_NJ(udjQ_UP&$9@FSn^XF@TD;>fBNWICC8|7Zn^7mlHP^&iU%`-|)yN@}+V)fd@>diAo@yVv= zD$6v8wFXs3DbijPfO&o~7xRc%WMz$Ob->UE3?ea5wF zgj2{mKXJZ<4k5=#i_~e8Qs*(1@?;&=^nRwO(Huc<92=qN$}=GiVKsm@}Pj%wv! zxYkOIq3Q3MVXy)nN}jP6sFjwo)nZlpev0y^x!%9n8`NCuPUR9hoP;5&ec*_sdQX`6 zi2!6PbDb5MrNf#217DD*GYA2gZL5@&|MYWL=>dQ(_eFWS1li6r-@97FsLxtpg%+`c*7$+5C3p{W>$N2}AtQnxNbv&-j|tl3SnPmbxlY+pGI*A6d07ZRI8@J;)sd#3=MJmI!Sv@`_kX^; z`iyB_)+7#fyQ$*>kY`9(p-74~d&Wei!Sth%qpusiqFK_%{v)h}bcmW4xYIh}ZMquQ z>f_j)>6=~%wQBb7rWue~RU-w4n(1w^v^`e3TFG%{u9v^_lKo;Id(ACAFI&dQH_Y8O zY7Kd-ahXz)<0D(C>%FL1$|0|XJO2zm9N+C7ZDPAUWs06ojL*99zgI$D@jV0OX2SI0 z?o=C0-)Du(6^ooG-F?%GVbsIkbgQ#uwZEEkZFEFzza=J|jG4teWRjk4SwOWIkj~cIs_NA|D{4!*<#cKcL zeAy?n$X8*mP$4@kRjEk()7@7+D{NZ%vzfjq|3rIPp<11k*glUK8%)p40_GJ~Xp(Z+ zI(Hf31n6O$hrO>&tjx<$t;B?3jxq- zt-F-VKfb-0Md~EQcAM`a#Uhy{(!&Hbnxq}}t~o{?+lKKL+7iax>JgXfrei2^wdEQG zRo(3Zg^ohDV&hc@3)<}Rh|!9490e{HR_(M}@1CQ-i0o~GB|Zph*1I>D-jPIlhUJC5 zApjf9HCE&kMEbZQWHTkU$-^#EsN?D8%a*ARp1$o~BmTEoS$dl2XZA{mrr&S4B9YFZ z(4~H9r=(UJ%{NM}2%yv?PYG(;Vzx25>pXg>@|fMyTGX1aQUW;Ll^)j^)O_E9(6`Q| zz(h;cg^AwtfYExw4IbAdDXAg6^be+YGDR-5)J|<$Z1#|gWbw3jgX!!2#3)6&2HjPu z)*vNmt7*>U=U%njd+swtfv!WIahBSq+52vF4(GVpGo}fqcd`Fx8ex%_++mmmk#k(8 lzXDy4LKUuZt`h%$_%8sKT8DVubNT=P002ovPDHLkV1nvRn<)SQ diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info.png b/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info.png deleted file mode 100644 index 5bb81928c4b4251d564078da2c238c45cb38ca6d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3527 zcmV;&4LI_NP)KLZ*U+IBfRsybQWXdwQbLP>6pAqfylh#{fb6;Z(vMMVS~$e@S=j*ftg6;Uhf59&ghTmgWD0l;*T zI709Y^p6lP1rIRMx#05C~cW=H_Aw*bJ-5DT&Z2n+x)QHX^p z00esgV8|mQcmRZ%02D^@S3L16t`O%c004NIvOKvYIYoh62rY33S640`D9%Y2D-rV&neh&#Q1i z007~1e$oCcFS8neI|hJl{-P!B1ZZ9hpmq0)X0i`JwE&>$+E?>%_LC6RbVIkUx0b+_+BaR3cnT7Zv!AJxW zizFb)h!jyGOOZ85F;a?DAXP{m@;!0_IfqH8(HlgRxt7s3}k3K`kFu>>-2Q$QMFfPW!La{h336o>X zu_CMttHv6zR;&ZNiS=X8v3CR#fknUxHUxJ0uoBa_M6WNWeqIg~6QE69c9o#eyhGvpiOA@W-aonk<7r1(?fC{oI5N*U!4 zfg=2N-7=cNnjjOr{yriy6mMFgG#l znCF=fnQv8CDz++o6_Lscl}eQ+l^ZHARH>?_s@|##Rr6KLRFA1%Q+=*RRWnoLsR`7U zt5vFIcfW3@?wFpwUVxrVZ>QdQz32KIeJ}k~{cZZE^+ya? z2D1z#2HOnI7(B%_ac?{wFUQ;QQA1tBKtrWrm0_3Rgps+?Jfqb{jYbcQX~taRB;#$y zZN{S}1|}gUOHJxc?wV3fxuz+mJ4`!F$IZ;mqRrNsHJd##*D~ju=bP7?-?v~|cv>vB zsJ6IeNwVZxrdjT`yl#bBIa#GxRa#xMMy;K#CDyyGyQdMSxlWT#tDe?p!?5wT$+oGt z8L;Kp2HUQ-ZMJ=3XJQv;x5ci*?vuTfeY$;({XGW_huIFR9a(?@3)XSs8O^N5RyOM=TTmp(3=8^+zpz2r)C z^>JO{deZfso3oq3?Wo(Y?l$ge?uXo;%ru`Vo>?<<(8I_>;8Eq#KMS9gFl*neeosSB zfoHYnBQIkwkyowPu(zdms`p{<7e4kra-ZWq<2*OsGTvEV%s0Td$hXT+!*8Bnh2KMe zBmZRodjHV?r+_5^X9J0WL4jKW`}lf%A-|44I@@LTvf1rHjG(ze6+w@Jt%Bvjts!X0 z?2xS?_ve_-kiKB_KiJlZ$9G`c^=E@oNG)mWWaNo-3TIW8)$Hg0Ub-~8?KhvJ>$ z3*&nim@mj(aCxE5!t{lw7O5^0EIO7zOo&c6l<+|iDySBWCGrz@C5{St!X3hAA}`T4 z(TLbXTq+(;@<=L8dXnssyft|w#WSTW<++3>sgS%(4NTpeI-VAqb|7ssJvzNHgOZVu zaYCvgO_R1~>SyL=cFU|~g|hy|Zi}}s9+d~lYqOB71z9Z$wnC=pR9Yz4DhIM>Wmjgu z&56o6maCpC&F##y%G;1PobR9i?GnNg;gYtchD%p19a!eQtZF&3JaKv33gZ<8D~47E ztUS1iwkmDaPpj=$m#%)jCVEY4fnLGNg2A-`YwHVD3gv};>)hAvT~AmqS>Lr``i7kw zJ{5_It`yrBmlc25DBO7E8;5VoznR>Ww5hAaxn$2~(q`%A-YuS64wkBy=9dm`4cXeX z4c}I@?e+FW+b@^RDBHV(wnMq2zdX3SWv9u`%{xC-q*U}&`cyXV(%rRT*Z6MH?i+i& z_B8C(+grT%{XWUQ+f@NoP1R=AW&26{v-dx)iK^-Nmiuj8txj!m?Z*Ss1N{dh4z}01 z)YTo*JycSU)+_5r4#yw9{+;i4Ee$peRgIj+;v;ZGdF1K$3E%e~4LaI(jC-u%2h$&R z9cLXcYC@Xwnns&bn)_Q~Te?roKGD|d-g^8;+aC{{G(1^(O7m37Y1-+6)01cN&y1aw zoqc{T`P^XJqPBbIW6s}d4{z_f5Om?vMgNQEJG?v2T=KYd^0M3I6IZxbny)%vZR&LD zJpPl@Psh8QyPB@KTx+@RdcC!KX7}kEo;S|j^u2lU7XQ}Oo;f|;z4Ll+_r>@1-xl3| zawq-H%e&ckC+@AhPrP6BKT#_XdT7&;F71j}Joy zkC~6lh7E@6o;W@^IpRNZ{ptLtL(gQ-CY~4mqW;US7Zxvm_|@yz&e53Bp_lTPlfP|z zrTyx_>lv@x#=^!PzR7qqF<$gm`|ZJZ+;<)Cqu&ot2z=0000WV@Og>004R=004l4008;_004mL004C`008P>0026e000+nl3&F} z0008=Nkl^j6d-`cHu32lyAnnot`#}qR{FCIuV<31(xG? z?7h!Lfnc|@JiOlm_Sk4(#A+4uo-8^+xxJy4*d@>u!Xo5 zcVPz}z=t?k>QxO?q5;R?0^EicZpWMB-Ok||z-(NA8{^sYco08TK{dcMy!L$!?!{>A zjg@+J;Kg_xPi4b_`W-}X6;@*Vc(=2^;r@qWYZ%wyi}7wpQ54!y8o@ny8xQq@MHXQT zUdE;MKgYYB((8S=JMZBREGiGv&bkas1N*J%S>rIi#AkUx{bX0{ZOWPko{B5+96lLf zB~cqq&c0UyU&rxSKM!GT z;oPL$H1K_NQ+}4r6*P8MrZI2B-V*q0TFHiVdVQcpr5R5RfGx!J=`hcv@K2}17~V~% z|0V-bFFA;3Qwnzu7``sT)p!J-S7Tf%t;Ul%`Aum-{YDB64Z4N%@hINGEto7DaDArP zfX7m7?~K<|O@JPUSe)X%1=};O?42=U)Hbif{aBl^Z)?JQXh0V^6F0=Wmold8Yn<9@ zryb7pc2zF>jofoLGwB~VE>ptVJpFT0M4rG4(a{&!BSfQ_UCzTvl^0rMUMceMcBi|) zhVPof-xJsXJ~~}{MJm!#{E}hm>#V=}-E|54cL1!Y7$XZEBQyX2002ovPDHLkV1i*T Bo#6lg diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@2x.png b/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@2x.png deleted file mode 100644 index 49a57d65250a695e3aa489f1dcdc6b5d3695c142..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4852 zcmVKLZ*U+IBfRsybQWXdwQbLP>6pAqfylh#{fb6;Z(vMMVS~$e@S=j*ftg6;Uhf59&ghTmgWD0l;*T zI709Y^p6lP1rIRMx#05C~cW=H_Aw*bJ-5DT&Z2n+x)QHX^p z00esgV8|mQcmRZ%02D^@S3L16t`O%c004NIvOKvYIYoh62rY33S640`D9%Y2D-rV&neh&#Q1i z007~1e$oCcFS8neI|hJl{-P!B1ZZ9hpmq0)X0i`JwE&>$+E?>%_LC6RbVIkUx0b+_+BaR3cnT7Zv!AJxW zizFb)h!jyGOOZ85F;a?DAXP{m@;!0_IfqH8(HlgRxt7s3}k3K`kFu>>-2Q$QMFfPW!La{h336o>X zu_CMttHv6zR;&ZNiS=X8v3CR#fknUxHUxJ0uoBa_M6WNWeqIg~6QE69c9o#eyhGvpiOA@W-aonk<7r1(?fC{oI5N*U!4 zfg=2N-7=cNnjjOr{yriy6mMFgG#l znCF=fnQv8CDz++o6_Lscl}eQ+l^ZHARH>?_s@|##Rr6KLRFA1%Q+=*RRWnoLsR`7U zt5vFIcfW3@?wFpwUVxrVZ>QdQz32KIeJ}k~{cZZE^+ya? z2D1z#2HOnI7(B%_ac?{wFUQ;QQA1tBKtrWrm0_3Rgps+?Jfqb{jYbcQX~taRB;#$y zZN{S}1|}gUOHJxc?wV3fxuz+mJ4`!F$IZ;mqRrNsHJd##*D~ju=bP7?-?v~|cv>vB zsJ6IeNwVZxrdjT`yl#bBIa#GxRa#xMMy;K#CDyyGyQdMSxlWT#tDe?p!?5wT$+oGt z8L;Kp2HUQ-ZMJ=3XJQv;x5ci*?vuTfeY$;({XGW_huIFR9a(?@3)XSs8O^N5RyOM=TTmp(3=8^+zpz2r)C z^>JO{deZfso3oq3?Wo(Y?l$ge?uXo;%ru`Vo>?<<(8I_>;8Eq#KMS9gFl*neeosSB zfoHYnBQIkwkyowPu(zdms`p{<7e4kra-ZWq<2*OsGTvEV%s0Td$hXT+!*8Bnh2KMe zBmZRodjHV?r+_5^X9J0WL4jKW`}lf%A-|44I@@LTvf1rHjG(ze6+w@Jt%Bvjts!X0 z?2xS?_ve_-kiKB_KiJlZ$9G`c^=E@oNG)mWWaNo-3TIW8)$Hg0Ub-~8?KhvJ>$ z3*&nim@mj(aCxE5!t{lw7O5^0EIO7zOo&c6l<+|iDySBWCGrz@C5{St!X3hAA}`T4 z(TLbXTq+(;@<=L8dXnssyft|w#WSTW<++3>sgS%(4NTpeI-VAqb|7ssJvzNHgOZVu zaYCvgO_R1~>SyL=cFU|~g|hy|Zi}}s9+d~lYqOB71z9Z$wnC=pR9Yz4DhIM>Wmjgu z&56o6maCpC&F##y%G;1PobR9i?GnNg;gYtchD%p19a!eQtZF&3JaKv33gZ<8D~47E ztUS1iwkmDaPpj=$m#%)jCVEY4fnLGNg2A-`YwHVD3gv};>)hAvT~AmqS>Lr``i7kw zJ{5_It`yrBmlc25DBO7E8;5VoznR>Ww5hAaxn$2~(q`%A-YuS64wkBy=9dm`4cXeX z4c}I@?e+FW+b@^RDBHV(wnMq2zdX3SWv9u`%{xC-q*U}&`cyXV(%rRT*Z6MH?i+i& z_B8C(+grT%{XWUQ+f@NoP1R=AW&26{v-dx)iK^-Nmiuj8txj!m?Z*Ss1N{dh4z}01 z)YTo*JycSU)+_5r4#yw9{+;i4Ee$peRgIj+;v;ZGdF1K$3E%e~4LaI(jC-u%2h$&R z9cLXcYC@Xwnns&bn)_Q~Te?roKGD|d-g^8;+aC{{G(1^(O7m37Y1-+6)01cN&y1aw zoqc{T`P^XJqPBbIW6s}d4{z_f5Om?vMgNQEJG?v2T=KYd^0M3I6IZxbny)%vZR&LD zJpPl@Psh8QyPB@KTx+@RdcC!KX7}kEo;S|j^u2lU7XQ}Oo;f|;z4Ll+_r>@1-xl3| zawq-H%e&ckC+@AhPrP6BKT#_XdT7&;F71j}Joy zkC~6lh7E@6o;W@^IpRNZ{ptLtL(gQ-CY~4mqW;US7Zxvm_|@yz&e53Bp_lTPlfP|z zrTyx_>lv@x#=^!PzR7qqF<$gm`|ZJZ+;<)Cqu&ot2z=0000WV@Og>004R=004l4008;_004mL004C`008P>0026e000+nl3&F} z000OdNklO3}-Y>Sc+tzmLmhFXYciZjmmhR5@$NT%1 zk6~taXXYz1zR6@Vv$Nm#J?}Z^InO!gO_9LLwr5g68b|>Rz+zw)a6WJ@(CGK`fgWH4 z=mz!!hk>0yKQId9f!v<1eN{hKKA$I5A)vyq<^yj6E(9(WSR>Hnd)n7o!1F-P_fx+2 z0~>%Xz(0Upeh)yUU@HO`16L1R23!eT3@iZ723{=~fMMVWFa(?cjsa}~JsW6^UAiAQ zsAYEmPXT|`;uQfc3t$Xb3V0*199RLoRd+;p`xmeec-GH-T53>`bKIO(U?wm_%b%xf z*J-`TntukKa0AK$Icb1`t23V72E5DHT;M3s3H%$_25gLhoXk24=nz~7ut>n?x|th* zUue-SZq%fJP6#k&wI*-+F<_ND-v=CWcYh76)k2ixQbpop0-74SMOUI#o3{1Et? zn>yh=#syda?#;mGfcNWO&jG&!ehzE`PA0{CGIE_n^&#K`z(Sx|^7+0NjaauN$b3Fe z{RH=G0Nw|D0a)tiZNN7rfMdXEsXeKcH;wE8z6bmY_#$u}@EYJt64_4-i`;k@OO0c_ zM&P5sO|s+&uo}1nSRZ%CBrG=pskIC6W*{RouLiyW>;*=PJws6!^}c+Iegv$k0^C%| zsTi@8T(SG~NM?7)sOK1?p8%$px@NH$%mO!<28My(1NWE;DsjgtGUFA-@H${^wmoxv zve$}!mu=4s0}p!5dB)_;Ko{_2wmoyA@S61nJKYMrSH>JR(S8@$T1A{?yxuB5uK{ia z{vNSlIo1^9<67{`GVD!?if0N5FI_-5%YhH-rh9>JDVwTU=gYv+S^~UYmo0m_(Fb+c z`%U~SfMq~yp{vFLPWMMkfnM|6Ms;L0>x8>I>g%`=iZUk7VHhvLt*2fSp zSB5nxweD7}Fy`Zi-D)HQ}fbUTKY*w(3#b8Qhe>HHCJM#x% zH!zYwj_U)S)a9E@IY+9!s33mIF^`+cWpZT{Nl=I&{-bzytAmEP-`gp}Zz4 zcoPx_qbi<Oo9E>*Y#EiNv)hrzr)lvS817!0A>wR+=b0a%Szzwz-&X{ zN*{uxtf(Ur}Fxw;783U_%>fQJ$W7;i{LQZPmGtIICJY(s8l1n^>@#eA~2Ty;@l z4m%TTgBa4LqeT(GIp)4z;P{y+eO{*3AN6hYkmd+ri*7SynSxQjj(>tSRf zky?Z7c?n?x)?>*xmgolw{lvqBA>^WLdxjc{#gwjjfh5^Y=;w|B%v%lj5{8b;Oc$vd zanF>`e4e28TGx&N%xS?+LQDKDz`KD|4OlU4-dm}0x~vON#($7E**`%TJ4d6cxj_1r z3Nkk0yNb}yok|$W{3YH~O2x5S!^vOws#A# zQ|o=2Fukd-(u${*f}@7Rkiw$cxSK<0MJ^HSgV+%)1u#!INU+-c*a6(g3#T0_UAurs zOuPquke(_%Vj7`4cZ*)Ol`x>~EEc5kiueFw9{8A=?mEKgD_eyX2Y^2k4lrCpn0fS8 zVLc?m8+Fk^!fRP@qI=2f5|bHlILW+ z=uF`Az^4Rx0JxXXe(z+0Gb#xJgD`o1kKuBeMD?iFTT6*y&O`t)4sSIUv&Pc{z+DR3 zK3ylDaRzE67+^!@W_aIPe5_H_6Quqwv#8cD-xLt8@*a~{INE@#bYem4O z5sq?w68Nz7UY}v|W0^BI(NV7YNf5*UVT#&KIMJ|DVf!7zz~eWB`P}|k+pd!Kd^EpE zYq1-ApG7#Zw;Q-q59(%;6XH}EJKJn270vlNWU(WJk@wT;z-KDRa}9)JnF~z;OAU!> zy5u8-b8%}-F}Xxe85z@qcaNtXk!^#K?7w?T#bNdfi~rpHn5WUfFPtp=ib;gCSK z>;6w!ybe_o+ew|-o)5f%aQ5XQ;8g;hA(#fO6_)()-Or=<_bianJw@fibHBDJJ>X_q;EuUw3!U-U{cpXT#< a{yPAv9LW!_yhN-30000KLZ*U+IBfRsybQWXdwQbLP>6pAqfylh#{fb6;Z(vMMVS~$e@S=j*ftg6;Uhf59&ghTmgWD0l;*T zI709Y^p6lP1rIRMx#05C~cW=H_Aw*bJ-5DT&Z2n+x)QHX^p z00esgV8|mQcmRZ%02D^@S3L16t`O%c004NIvOKvYIYoh62rY33S640`D9%Y2D-rV&neh&#Q1i z007~1e$oCcFS8neI|hJl{-P!B1ZZ9hpmq0)X0i`JwE&>$+E?>%_LC6RbVIkUx0b+_+BaR3cnT7Zv!AJxW zizFb)h!jyGOOZ85F;a?DAXP{m@;!0_IfqH8(HlgRxt7s3}k3K`kFu>>-2Q$QMFfPW!La{h336o>X zu_CMttHv6zR;&ZNiS=X8v3CR#fknUxHUxJ0uoBa_M6WNWeqIg~6QE69c9o#eyhGvpiOA@W-aonk<7r1(?fC{oI5N*U!4 zfg=2N-7=cNnjjOr{yriy6mMFgG#l znCF=fnQv8CDz++o6_Lscl}eQ+l^ZHARH>?_s@|##Rr6KLRFA1%Q+=*RRWnoLsR`7U zt5vFIcfW3@?wFpwUVxrVZ>QdQz32KIeJ}k~{cZZE^+ya? z2D1z#2HOnI7(B%_ac?{wFUQ;QQA1tBKtrWrm0_3Rgps+?Jfqb{jYbcQX~taRB;#$y zZN{S}1|}gUOHJxc?wV3fxuz+mJ4`!F$IZ;mqRrNsHJd##*D~ju=bP7?-?v~|cv>vB zsJ6IeNwVZxrdjT`yl#bBIa#GxRa#xMMy;K#CDyyGyQdMSxlWT#tDe?p!?5wT$+oGt z8L;Kp2HUQ-ZMJ=3XJQv;x5ci*?vuTfeY$;({XGW_huIFR9a(?@3)XSs8O^N5RyOM=TTmp(3=8^+zpz2r)C z^>JO{deZfso3oq3?Wo(Y?l$ge?uXo;%ru`Vo>?<<(8I_>;8Eq#KMS9gFl*neeosSB zfoHYnBQIkwkyowPu(zdms`p{<7e4kra-ZWq<2*OsGTvEV%s0Td$hXT+!*8Bnh2KMe zBmZRodjHV?r+_5^X9J0WL4jKW`}lf%A-|44I@@LTvf1rHjG(ze6+w@Jt%Bvjts!X0 z?2xS?_ve_-kiKB_KiJlZ$9G`c^=E@oNG)mWWaNo-3TIW8)$Hg0Ub-~8?KhvJ>$ z3*&nim@mj(aCxE5!t{lw7O5^0EIO7zOo&c6l<+|iDySBWCGrz@C5{St!X3hAA}`T4 z(TLbXTq+(;@<=L8dXnssyft|w#WSTW<++3>sgS%(4NTpeI-VAqb|7ssJvzNHgOZVu zaYCvgO_R1~>SyL=cFU|~g|hy|Zi}}s9+d~lYqOB71z9Z$wnC=pR9Yz4DhIM>Wmjgu z&56o6maCpC&F##y%G;1PobR9i?GnNg;gYtchD%p19a!eQtZF&3JaKv33gZ<8D~47E ztUS1iwkmDaPpj=$m#%)jCVEY4fnLGNg2A-`YwHVD3gv};>)hAvT~AmqS>Lr``i7kw zJ{5_It`yrBmlc25DBO7E8;5VoznR>Ww5hAaxn$2~(q`%A-YuS64wkBy=9dm`4cXeX z4c}I@?e+FW+b@^RDBHV(wnMq2zdX3SWv9u`%{xC-q*U}&`cyXV(%rRT*Z6MH?i+i& z_B8C(+grT%{XWUQ+f@NoP1R=AW&26{v-dx)iK^-Nmiuj8txj!m?Z*Ss1N{dh4z}01 z)YTo*JycSU)+_5r4#yw9{+;i4Ee$peRgIj+;v;ZGdF1K$3E%e~4LaI(jC-u%2h$&R z9cLXcYC@Xwnns&bn)_Q~Te?roKGD|d-g^8;+aC{{G(1^(O7m37Y1-+6)01cN&y1aw zoqc{T`P^XJqPBbIW6s}d4{z_f5Om?vMgNQEJG?v2T=KYd^0M3I6IZxbny)%vZR&LD zJpPl@Psh8QyPB@KTx+@RdcC!KX7}kEo;S|j^u2lU7XQ}Oo;f|;z4Ll+_r>@1-xl3| zawq-H%e&ckC+@AhPrP6BKT#_XdT7&;F71j}Joy zkC~6lh7E@6o;W@^IpRNZ{ptLtL(gQ-CY~4mqW;US7Zxvm_|@yz&e53Bp_lTPlfP|z zrTyx_>lv@x#=^!PzR7qqF<$gm`|ZJZ+;<)Cqu&ot2z=0000WV@Og>004R=004l4008;_004mL004C`008P>0026e000+nl3&F} z000i;Nkl@bp6~@2Ww0eMvfFXonNKQC;;3a=x9+H!s zlaPhQ!7&hHj5mmFutA$`Ew(H#qs5YD%R~KYy43V&ogNvaI;YQ!S~JsCU*G%PrK)a6 zip8QLk%+=>>13+hzuF~rN@|eQDruXfW=XY@B9dw(wei_uNm)rbNduAwB~3`WC+Vi7 zhm!I^7wPKj4SkHoVo{MW0G$QA^^(>}YUKR}Nt*zyM$%e9T_Y*McM^Q3C@BMA1xX_S zI3;NmQ0y&Jh!4gZgE#QBVn&Kr`xkn}lHJHT&GyVAN;V8c-PqNF51 z9+vbpD!v&WwCw?^*e&T6#$^~F#~G*vJImmsaBqwo*8rGtNiC9gpaokbr2$;RzjnW(fO66-=N<0 zaNn?`bCNzoGW+07%Z=4){q*H5H1MLNSLk;u{e1zxO-uSCeI9e%vT!)m$C*jE@(t8y zKdL`2=>pPdC9>NmIaP^V0$jND(9ur(;TMtGO&F$|lKzAGpNH2c7Si8&yG>5#YT%~h zaONAhE(I=rgS&hZAje%tx*Fl%Ed7r-K|_b6-=bYFp#D*$`I4l+;$ro}@rC*He=$aB zJ9qXiB(sC_Ly-GPNng^DF+EwW=*0O$l0GB=xP^c`L$DEpS34#B1w%Jc5f1f9W)pYw zZAr)Aol%JYD@pH3`k44Rw^WHNmk(IXZ~DKJPNs6WZ4dD_a!BqLgrpUT9fS_L=ga-` zmCy~iAHS6JGAc3(kf$a68+CtBWuvpy_7J|jhlPJv(n|=?PH15gkLA�S$24cROm{ z&Ry%1^btgU*;VnSa;5M3367kk$;G-eK@y9k+KkjFu2W3XbGTN|K?@_2&Zm>9;km9o zmxR_z+KPYqYt&(yi(HcQPkha(5VBM;k|E7F>f^XUkNxSm3bZWL^*4ZR!4uesn-zyg zKby;)nhQ{C4Nnk{$KjO^;mj@uSZQ}?4L9-_K4T5)c?E5_mQJSfOTAWCU$51MBID@8 zf8N8n{X~H|#yTqLMmm`qD>v5oEK!inU%o@=Cb;GbV16X&aY(LE8}#z7q*pn2AI`2} z;G>lY6&>{#+Se!PeXwbzFWc}0Ca@FZ<*pqqbDbI-_v8Fn0=51^(w`)K&5sroPTTCn z-~7-DuWiB#$es$TF;>VTfiqeUzLxLL^y)a*$kMs3E@tm_F*>b2R8a{ zej8HLFpDr$!cg4-)DFOGflv1VY`>&iK-T_& zpPzAIGN}J#74iV@Ia#YM_~OUu+i*}WH6Fm99o&U9@o$!B;ZsT9+NdGqFme#%u$Jhi z9sql|siFD1j-*;6^)+_GW~2_Gtrz+Kl*^~_0D$-4ytgx$`?yAD_CgCq zeX8)Z#VnFqB-TGeBsGdbN|FOk`NL#aLL2zNexx)`40{GpCsf@wMZDc5Z%VmzR4H>+ zL^H0U_WNb#$lCBiuAwm{wRa`787sC0KQs?loRgX3o>ujne|B_HN#6>9IsuoSBc^X8 z98Y0qqBA5Ek!^7jt~rRm2MHOeay~O6Z>F-Dem*9!81);1kkwx4WGau!pN9@Rp~TJL zHHKe4L*=c6ZU#_0EBSaCBr}1x@s6Zl;1_qv%v4^K$*$+C*dH6~U$er+4Q(U%81e&J zhrhLr&Sx0Fw~{87A=BOhUmXL`MyM!*=JZz?P#f#t!6@FtrP~OgSJKJUpv$3c98LT^ zEpL6$#4<=|C#kcP6Jj>wfozB4m!nOhwOwfOM#o>D;WpWgA4`nrTLGV`BD7Aui6d;E}%ys^lo0ZTzKJ971 zkd`F0LEc)+EEX-dieFh5D##C>5h>XB@W$!+DEYLcb3Wje4?8#6rIA-+c3G_1=KF7$$|Q?!q15RRMg*1 z;*OZ5^fz4L5I|ql}1HTfWy)x;jJZ@7b$9gT_gxHhV8e~@0JSA_L_)R&R8Z3wYPi8*; zvAmtTn>e@PQ+Yn?ZUIdIWUriBCssng;~&F-7n4cpZI@J+PNrt7BeGIjRNkcARxla@ zyNos5QHNOX$t+vE>j1h ziK>of#<3|+$*i!6$;{FB%Pd*S_>&`oD+gtky2O#tXXS0&U&+amxXcvCL7DmYB2qaB zs8d0JK9pCMX9}@S%IxplB`Ll_xipSc9+X)Qz7~nRfrX#38^#alB|se_`?OwWk^T{R zb51KQGFpeKACf6z&;WOy!;t@gY;Ch;ey+-_TD}Vr@0MA=v&AM%R)Ul|JM2<2`;&I! z*xTL7pUBL77TnOh1SlsXi1NoWE6fT+OuJ;(KehkV9esz^Y&Eo}(b7%~k*%e2QN9fe z3NSRbGS>wp)h;>NAyd6!p90eUA*ou-ck}#N@@hmyJ2A|AQT;Kn`HJ_&Aj0(nIu6-> z1$WqmrAH9)9!Wjy;|VJhH38*3BG8DF(HZ7kF(ehYH!gwO_%httinb0whgT%!g2rC% zZchQ|7g)4fIP^s%b#utlF(9*Z&lWY9LR&6CMPV)zvYTd~m-IUTEpjuj$ZXI2US-zJ z&X7>we#dT^Mf!&!<5ro4xs&){c}e~0WNJDDNwsdtNqL0#HQ7Wvb^qk0E+S zX5G@5%r21A+|aSv?nY3vJLs-pplW3H<+SoTfpmX>gVbpZr%;MO$!*3`g}R;L-?by#!Wo8y~e^zTpO?K0)& z-ohBi2zEY|sYP`|^VlC1pNFL6;f?nJb(6fh$!`;uZIIcQ+5IDQJ=Y+SZ^~4}*@cTV zD6i1q_vPHA1p(?v>O&;e)=PdKOTR~E_OFJEWo4!UCR|Ba?n%BfkzE3J@M)y-1pJx6 zWjinFAB5u>e?+uc33c0;Oi7_f7>3vAP`gZB5L@}+6zY+Ef~7KsR=p(Y_ar{r;LQ6n zb*SD)-S21tJ5Lq@XdWYVj?QH1NDB2og1@?!yL+8GJy{7}t&nua5P*~uQoe*BSXc2f zM(8ZAT7Dt@Ud;NX40rDqYI0m&`N(5%&_S7kd|zT2r?q@*POafdAP7g%s8{8c=*+^I zCmGxMg-T}WVv8tuXFEyGl#T@`hAP45+2}k>;llYWvU$1$(u5<^HiS`#(u-O97ndok{i>^YT*g` zcLLSkFK=qxZejmUrUumqcr%aYYk-0PUCNS0>r&Yocq4S~01{wbt6JV42GDMqX@g#Q zQ?Qk4Yw;)BWG2&g0O&rF9W8url)hXb+3~f!5}ixh`dG<2_U&~3DC)llH>(A=ssQiy z(D@r21M*4=<$O15+VK{wM%bG5c70}C-Y$&oT(=Vd_u}5I;ddUQA>Dv^7QP(OJd3V| zDWU#$pF7=$L%bJ*^*V!!0dSMN$~(5I%uPUk;Kc2AbJYU|n{bjeZSq!HuLHmoH?@h+ z)d8fP1|Pymo`K(Q$$M@{#Wv(tG-GTRhMP z2|+i@a-QYIjJ#)t+=WI4IQscJi9b|;|Jf#3|BLPPQp(9WEZ0H(x$ub#|DMS~Z@hpYS_0IEb9*y$8ZQ@LBHO9}nF7-f@zZwangb=nM*yW|Zadiz_%qmz`jO z3hbiG(io#=Mp+79xP?P>Spq{mn6YPZeBuc%(Pc68(11sD**-qdf>(4|7;k99r)9v6 z4V`5&UeQ57>(C>LI?950#tY@fI-HCe)aA@>>w&xu`-h>U%yyW$2XZ&00000NkvXXu0mjf6Y-TU diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@2x.png b/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@2x.png deleted file mode 100644 index c33f9f38609fb07043bb6d861265f74abaac8909..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 811 zcmV+`1JwM9P)>ewcv^b_CfX<4Lfmi> zZd|!xVNA4EXr1ZMGbwn8eip>k9criL)%hi#cmK_^c%!lZ!5V9LPNW=|v5zlU=6l}a5eh`gfhC5x%o^V^Oe+ED z1~&5ym$<`syhA&Ydf)>La+Y71WtcW1^}rGXoZ~k0yiE%k$p;Q{iDjxBpoN@BJ#c_e zS>QScX(J<24$OI)3oP*ihv^_7-M}VxafVyW@IGBc>VZx4Gr?`D9HEOyJ+Me06Rfku zdvuVId|*G5EW)30MI!aUex{hG$_Sn0#AXFHkrP`e<0(#4W0n&s7K%@OmmAVy2*(;$o~=t$LS%jS70kg zxy~XN=p-jLSudm1SmiiRP$KFTh@iWXEO53Cm+WPXITjhEOp&N>Ae0&52Fr|5-h{{k zJ$%F*RZj6F1!8Lgp@$EcV~u0~GO|b)$EZ5%(aYi^D9j&Nw?MZf_uDv@u478YgMJ$H;DuQek6U6Tx-|0%b<| zi7MmwaLH~)m|>Mk`Y93jS0MB=Mui1N=p-Wm=->!5EO4IPWW@a$2s@czo@L&pi<}^* zjf2c_lZ)&jw$tDJ%T80<5ZO*Mtqe2I3g;Q1kVYUB>EsMG7CFRT4p8G~rr1M?NGA|- zx;I4r$XDFh5H~b%700OXF@^?(5V_N_K0Dvo9JN6cv^pVU#{S4wQ_ecw>y=45b`8W@4h7 zbCcnSAtAUMW1>zD8?2ntvPN*bG?@%=-Yju0(PhTX4H=XIrJS~bGGMoEb8=`)&y=aJ z7%qM>f#(S_`cQrsuRCsd=lje5^K{~*F)ZO#+BwBGrt;r^ke?{SDDJ0`!}M^34SY2Q z&0mTNzRp(8&_y?|vx15F1&vaCfd_b=qkP7B{=yn&P#%NkmZ6*nXykA7(!(Bp%oK)` zia~Q5%_5%X1bwve7OR*-841Lo*Hc6}i`c?@4A4#!KV=%jNn+64MzM(JI7K&Iyur%w zGGox(ms!ao8ac|pxIi;2na&837&M0<<~B~#NiT2mGp3Lw9fRIjIvDL+X$_`P6RVj{ z2?@lY*OQ_=c;=_+qLsphc8XOFhTAN;?Nw$qeoxi9vI#qL!_kq>~>0 z%$oc!GX~92$wIaS)94}xS;I_5lEk37RZvSKf2ET?-ewik$dZmh^Be68Y2*-Bxkxil zGlMM2jm4lT%BZD*Q*_bCJA}W@(=ljnqgcStIZQuo>}4I(^ZNkBpczV8z-HbJM*9I) zF(d!c9)sQ+T;_4Q>0&o)nNB&$tu`b_dvKXY_>6X1Si>xeNn+64Dp^1y?{hhrMo$Nq znTkR48}0L{52n#2T3E|0N=R~xLCaW311GsmKYLiijQmD>44UFz=Cg$Z3~-49Jj1MT z8r{yIDY&CzW|_|>-lv;>_OqIq6q6o|pd%P|hfSk-JWC6`bkIZ{Gs9_gJA;;TA5)mf z@B+Wo3|Z!}fn)U3ML3N{kQ$7j%UR2>_#qP*PEw$%g3CNcCq3*5F0+CJZhz42?B)|* z<8dYz;H73LWgZ)8;VSJMVJ&kQNivv0cd?HyKIKh*z_Ry=0bFV+^V!UM zT;>Y)UtW>ZYM0D}T!`8F@`0sVZ+?|6cV47*L2IhO_w(M>1& z*~n}vNuY3prpfXsJ2*=(?fikopY!<7P{Lg5XypoBgwv>)RG|kAjpbWx=L7oqnAdoM zai7zrR!~DdN9drBy=*Ap%LH=$=a%py=jaJ0)e^pR3okW88P%*0rcpb`sH2(^k~=kM zhB17T9l@pkgFmsHvA5__%YvPGoOZ6Tm%897|WVd6Ws^ zrCyU^By(8HK?dmLICadWgw)*=6jF@iA$D?>K0f02*O^r1RI`cJU>Y^CiE1jtn0HZ7 zpo*p8r3RDgF(y$=IkR~tm_{9(U=uZzlEB>?w1_c0$ghJ-{e(ZVl&?@r9Y<+nfc

zF6CrmP_7xn=oR`VQt=%<5Y)Kfz_34s`N7?nKCOTnc2J7@VQ80{_8F_$cv z81(wa@fbTfM>qezrjx@oP?O(ZjbhLu%2>=x!SnCq80)E_gmes=zX?3TZ)oLBo~7pI zMtcmJqJm}A^CK3LB^86-oHP^o8k4CaO%j7fF=z}LgGMoE3>t$DQ88!?8iPhLXbc*I aM*jiOnw!beb;(o!0000 -#import - -#if __IPHONE_OS_VERSION_MAX_ALLOWED < 70000 - -#define UI_APPEARANCE_SELECTOR - -#endif - -extern NSString * const SVProgressHUDDidReceiveTouchEventNotification; -extern NSString * const SVProgressHUDDidTouchDownInsideNotification; -extern NSString * const SVProgressHUDWillDisappearNotification; -extern NSString * const SVProgressHUDDidDisappearNotification; -extern NSString * const SVProgressHUDWillAppearNotification; -extern NSString * const SVProgressHUDDidAppearNotification; - -extern NSString * const SVProgressHUDStatusUserInfoKey; - -typedef NS_ENUM(NSInteger, SVProgressHUDStyle) { - SVProgressHUDStyleLight, // default style, white HUD with black text, HUD background will be blurred on iOS 8 and above - SVProgressHUDStyleDark, // black HUD and white text, HUD background will be blurred on iOS 8 and above - SVProgressHUDStyleCustom // uses the fore- and background color properties -}; - -typedef NS_ENUM(NSUInteger, SVProgressHUDMaskType) { - SVProgressHUDMaskTypeNone = 1, // default mask type, allow user interactions while HUD is displayed - SVProgressHUDMaskTypeClear, // don't allow user interactions - SVProgressHUDMaskTypeBlack, // don't allow user interactions and dim the UI in the back of the HUD, as on iOS 7 and above - SVProgressHUDMaskTypeGradient // don't allow user interactions and dim the UI with a a-la UIAlertView background gradient, as on iOS 6 -}; - -typedef NS_ENUM(NSUInteger, SVProgressHUDAnimationType) { - SVProgressHUDAnimationTypeFlat, // default animation type, custom flat animation (indefinite animated ring) - SVProgressHUDAnimationTypeNative // iOS native UIActivityIndicatorView -}; - -@interface SVProgressHUD : UIView - -#pragma mark - Customization - -@property (assign, nonatomic) SVProgressHUDStyle defaultStyle UI_APPEARANCE_SELECTOR; // default is SVProgressHUDStyleLight -@property (assign, nonatomic) SVProgressHUDMaskType defaultMaskType UI_APPEARANCE_SELECTOR; // default is SVProgressHUDMaskTypeNone -@property (assign, nonatomic) SVProgressHUDAnimationType defaultAnimationType UI_APPEARANCE_SELECTOR; // default is SVProgressHUDAnimationTypeFlat -@property (assign, nonatomic) CGSize minimumSize UI_APPEARANCE_SELECTOR; // default is CGSizeZero, can be used to avoid resizing for a larger message -@property (assign, nonatomic) CGFloat ringThickness UI_APPEARANCE_SELECTOR; // default is 2 pt -@property (assign, nonatomic) CGFloat ringRadius UI_APPEARANCE_SELECTOR; // default is 18 pt -@property (assign, nonatomic) CGFloat ringNoTextRadius UI_APPEARANCE_SELECTOR; // default is 24 pt -@property (assign, nonatomic) CGFloat cornerRadius UI_APPEARANCE_SELECTOR; // default is 14 pt -@property (strong, nonatomic) UIFont *font UI_APPEARANCE_SELECTOR; // default is [UIFont preferredFontForTextStyle:UIFontTextStyleSubheadline] -@property (strong, nonatomic) UIColor *backgroundColor UI_APPEARANCE_SELECTOR; // default is [UIColor whiteColor] -@property (strong, nonatomic) UIColor *foregroundColor UI_APPEARANCE_SELECTOR; // default is [UIColor blackColor] -@property (strong, nonatomic) UIImage *infoImage UI_APPEARANCE_SELECTOR; // default is the bundled info image provided by Freepik -@property (strong, nonatomic) UIImage *successImage UI_APPEARANCE_SELECTOR; // default is the bundled success image provided by Freepik -@property (strong, nonatomic) UIImage *errorImage UI_APPEARANCE_SELECTOR; // default is the bundled error image provided by Freepik -@property (strong, nonatomic) UIView *viewForExtension UI_APPEARANCE_SELECTOR; // default is nil, only used if #define SV_APP_EXTENSIONS is set -@property (assign, nonatomic) NSTimeInterval minimumDismissTimeInterval; // default is 5.0 seconds - -@property (assign, nonatomic) UIOffset offsetFromCenter UI_APPEARANCE_SELECTOR; // default is 0, 0 - -+ (void)setDefaultStyle:(SVProgressHUDStyle)style; // default is SVProgressHUDStyleLight -+ (void)setDefaultMaskType:(SVProgressHUDMaskType)maskType; // default is SVProgressHUDMaskTypeNone -+ (void)setDefaultAnimationType:(SVProgressHUDAnimationType)type; // default is SVProgressHUDAnimationTypeFlat -+ (void)setMinimumSize:(CGSize)minimumSize; // default is CGSizeZero, can be used to avoid resizing for a larger message -+ (void)setRingThickness:(CGFloat)ringThickness; // default is 2 pt -+ (void)setRingRadius:(CGFloat)radius; // default is 18 pt -+ (void)setRingNoTextRadius:(CGFloat)radius; // default is 24 pt -+ (void)setCornerRadius:(CGFloat)cornerRadius; // default is 14 pt -+ (void)setFont:(UIFont*)font; // default is [UIFont preferredFontForTextStyle:UIFontTextStyleSubheadline] -+ (void)setForegroundColor:(UIColor*)color; // default is [UIColor blackColor], only used for SVProgressHUDStyleCustom -+ (void)setBackgroundColor:(UIColor*)color; // default is [UIColor whiteColor], only used for SVProgressHUDStyleCustom -+ (void)setInfoImage:(UIImage*)image; // default is the bundled info image provided by Freepik -+ (void)setSuccessImage:(UIImage*)image; // default is the bundled success image provided by Freepik -+ (void)setErrorImage:(UIImage*)image; // default is the bundled error image provided by Freepik -+ (void)setViewForExtension:(UIView*)view; // default is nil, only used if #define SV_APP_EXTENSIONS is set -+ (void)setMinimumDismissTimeInterval:(NSTimeInterval)interval; // default is 5.0 seconds - -#pragma mark - Show Methods - -+ (void)show; -+ (void)showWithMaskType:(SVProgressHUDMaskType)maskType __attribute__((deprecated("Use show and setDefaultMaskType: instead."))); -+ (void)showWithStatus:(NSString*)status; -+ (void)showWithStatus:(NSString*)status maskType:(SVProgressHUDMaskType)maskType __attribute__((deprecated("Use showWithStatus: and setDefaultMaskType: instead."))); - -+ (void)showProgress:(float)progress; -+ (void)showProgress:(float)progress maskType:(SVProgressHUDMaskType)maskType __attribute__((deprecated("Use showProgress: and setDefaultMaskType: instead."))); -+ (void)showProgress:(float)progress status:(NSString*)status; -+ (void)showProgress:(float)progress status:(NSString*)status maskType:(SVProgressHUDMaskType)maskType __attribute__((deprecated("Use showProgress: and setDefaultMaskType: instead."))); - -+ (void)setStatus:(NSString*)status; // change the HUD loading status while it's showing - -// stops the activity indicator, shows a glyph + status, and dismisses the HUD a little bit later -+ (void)showInfoWithStatus:(NSString*)status; -+ (void)showInfoWithStatus:(NSString*)status maskType:(SVProgressHUDMaskType)maskType __attribute__((deprecated("Use showInfoWithStatus: and setDefaultMaskType: instead."))); -+ (void)showSuccessWithStatus:(NSString*)status; -+ (void)showSuccessWithStatus:(NSString*)status maskType:(SVProgressHUDMaskType)maskType __attribute__((deprecated("Use showSuccessWithStatus: and setDefaultMaskType: instead."))); -+ (void)showErrorWithStatus:(NSString*)status; -+ (void)showErrorWithStatus:(NSString*)status maskType:(SVProgressHUDMaskType)maskType __attribute__((deprecated("Use showErrorWithStatus: and setDefaultMaskType: instead."))); - -// shows a image + status, use 28x28 white PNGs -+ (void)showImage:(UIImage*)image status:(NSString*)status; -+ (void)showImage:(UIImage*)image status:(NSString*)status maskType:(SVProgressHUDMaskType)maskType __attribute__((deprecated("Use showImage: and setDefaultMaskType: instead."))); - -+ (void)setOffsetFromCenter:(UIOffset)offset; -+ (void)resetOffsetFromCenter; - -+ (void)popActivity; // decrease activity count, if activity count == 0 the HUD is dismissed -+ (void)dismiss; -+ (void)dismissWithDelay:(NSTimeInterval)delay; // delayes the dismissal - -+ (BOOL)isVisible; - -+ (NSTimeInterval)displayDurationForString:(NSString*)string; - -@end - diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.m b/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.m deleted file mode 100644 index c5ad60a..0000000 --- a/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.m +++ /dev/null @@ -1,1284 +0,0 @@ -// -// SVProgressHUD.h -// SVProgressHUD, https://github.com/TransitApp/SVProgressHUD -// -// Copyright (c) 2011-2014 Sam Vermette and contributors. All rights reserved. -// - -#if !__has_feature(objc_arc) -#error SVProgressHUD is ARC only. Either turn on ARC for the project or use -fobjc-arc flag -#endif - -#import "SVProgressHUD.h" -#import "SVIndefiniteAnimatedView.h" -#import "SVRadialGradientLayer.h" - -NSString * const SVProgressHUDDidReceiveTouchEventNotification = @"SVProgressHUDDidReceiveTouchEventNotification"; -NSString * const SVProgressHUDDidTouchDownInsideNotification = @"SVProgressHUDDidTouchDownInsideNotification"; -NSString * const SVProgressHUDWillDisappearNotification = @"SVProgressHUDWillDisappearNotification"; -NSString * const SVProgressHUDDidDisappearNotification = @"SVProgressHUDDidDisappearNotification"; -NSString * const SVProgressHUDWillAppearNotification = @"SVProgressHUDWillAppearNotification"; -NSString * const SVProgressHUDDidAppearNotification = @"SVProgressHUDDidAppearNotification"; - -NSString * const SVProgressHUDStatusUserInfoKey = @"SVProgressHUDStatusUserInfoKey"; - -static const CGFloat SVProgressHUDParallaxDepthPoints = 10; -static const CGFloat SVProgressHUDUndefinedProgress = -1; - -@interface SVProgressHUD () - -@property (nonatomic, strong, readonly) NSTimer *fadeOutTimer; -@property (nonatomic, readonly, getter = isClear) BOOL clear; - -@property (nonatomic, strong) UIControl *overlayView; -@property (nonatomic, strong) UIView *hudView; - -@property (nonatomic, strong) UILabel *stringLabel; -@property (nonatomic, strong) UIImageView *imageView; -@property (nonatomic, strong) UIView *indefiniteAnimatedView; -@property (nonatomic, strong) CALayer *backgroundLayer; - -@property (nonatomic, readwrite) CGFloat progress; -@property (nonatomic, readwrite) NSUInteger activityCount; -@property (nonatomic, strong) CAShapeLayer *backgroundRingLayer; -@property (nonatomic, strong) CAShapeLayer *ringLayer; - -@property (nonatomic, readonly) CGFloat visibleKeyboardHeight; - -- (void)updateHUDFrame; -- (void)updateMask; -- (void)updateBlurBounds; -#if TARGET_OS_IOS -- (void)updateMotionEffectForOrientation:(UIInterfaceOrientation)orientation; -#endif -- (void)updateMotionEffectForXMotionEffectType:(UIInterpolatingMotionEffectType)xMotionEffectType yMotionEffectType:(UIInterpolatingMotionEffectType)yMotionEffectType; - -- (void)setStatus:(NSString*)string; -- (void)setFadeOutTimer:(NSTimer*)newTimer; - -- (void)registerNotifications; -- (NSDictionary*)notificationUserInfo; - -- (void)positionHUD:(NSNotification*)notification; -- (void)moveToPoint:(CGPoint)newCenter rotateAngle:(CGFloat)angle; - -- (void)overlayViewDidReceiveTouchEvent:(id)sender forEvent:(UIEvent*)event; - -- (void)showProgress:(float)progress status:(NSString*)string; -- (void)showImage:(UIImage*)image status:(NSString*)status duration:(NSTimeInterval)duration; - -- (void)dismissWithDelay:(NSTimeInterval)delay; -- (void)dismiss; - -- (UIActivityIndicatorView *)createActivityIndicatorView; -- (SVIndefiniteAnimatedView *)createIndefiniteAnimatedView; -- (UIView *)indefiniteAnimatedView; -- (CAShapeLayer*)ringLayer; -- (CAShapeLayer*)backgroundRingLayer; -- (void)cancelRingLayerAnimation; -- (CAShapeLayer*)createRingLayerWithCenter:(CGPoint)center radius:(CGFloat)radius; - -- (UIColor*)foregroundColorForStyle; -- (UIColor*)backgroundColorForStyle; -- (UIImage*)image:(UIImage*)image withTintColor:(UIColor*)color; - -@end - - -@implementation SVProgressHUD { - BOOL _isInitializing; -} - -+ (SVProgressHUD*)sharedView{ - static dispatch_once_t once; - - static SVProgressHUD *sharedView; -#if !defined(SV_APP_EXTENSIONS) - dispatch_once(&once, ^{ sharedView = [[self alloc] initWithFrame:[[[UIApplication sharedApplication] delegate] window].bounds]; }); -#else - dispatch_once(&once, ^{ sharedView = [[self alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; }); -#endif - return sharedView; -} - - -#pragma mark - Setters - -+ (void)setStatus:(NSString*)status{ - [[self sharedView] setStatus:status]; -} - -+ (void)setDefaultStyle:(SVProgressHUDStyle)style{ - [self sharedView].defaultStyle = style; -} - -+ (void)setDefaultMaskType:(SVProgressHUDMaskType)maskType{ - [self sharedView].defaultMaskType = maskType; -} - -+ (void)setDefaultAnimationType:(SVProgressHUDAnimationType)type { - [self sharedView].defaultAnimationType = type; - // Reset indefiniteAnimatedView so it gets recreated with the new style - [self sharedView].indefiniteAnimatedView = nil; -} - -+ (void)setMinimumSize:(CGSize)minimumSize{ - [self sharedView].minimumSize = minimumSize; -} - -+ (void)setRingThickness:(CGFloat)ringThickness{ - [self sharedView].ringThickness = ringThickness; -} - -+ (void)setRingRadius:(CGFloat)radius{ - [self sharedView].ringRadius = radius; -} - -+ (void)setRingNoTextRadius:(CGFloat)radius{ - [self sharedView].ringNoTextRadius = radius; -} - -+ (void)setCornerRadius:(CGFloat)cornerRadius{ - [self sharedView].cornerRadius = cornerRadius; -} - -+ (void)setFont:(UIFont*)font{ - [self sharedView].font = font; -} - -+ (void)setForegroundColor:(UIColor*)color{ - [self sharedView].foregroundColor = color; -} - -+ (void)setBackgroundColor:(UIColor*)color{ - [self sharedView].backgroundColor = color; -} - -+ (void)setInfoImage:(UIImage*)image{ - [self sharedView].infoImage = image; -} - -+ (void)setSuccessImage:(UIImage *)image { - [self sharedView].successImage = image; -} - -+ (void)setErrorImage:(UIImage *)image { - [self sharedView].errorImage = image; -} - -+ (void)setViewForExtension:(UIView *)view{ - [self sharedView].viewForExtension = view; -} - -+ (void)setMinimumDismissTimeInterval:(NSTimeInterval)interval { - [self sharedView].minimumDismissTimeInterval = interval; -} - - -#pragma mark - Show Methods - -+ (void)show{ - [self showWithStatus:nil]; -} - -+ (void)showWithMaskType:(SVProgressHUDMaskType)maskType{ - SVProgressHUDMaskType existingMaskType = [self sharedView].defaultMaskType; - [self setDefaultMaskType:maskType]; - [self show]; - [self setDefaultMaskType:existingMaskType]; -} - -+ (void)showWithStatus:(NSString*)status{ - [self sharedView]; - [self showProgress:SVProgressHUDUndefinedProgress status:status]; -} - -+ (void)showWithStatus:(NSString*)status maskType:(SVProgressHUDMaskType)maskType{ - SVProgressHUDMaskType existingMaskType = [self sharedView].defaultMaskType; - [self setDefaultMaskType:maskType]; - [self showWithStatus:status]; - [self setDefaultMaskType:existingMaskType]; -} - -+ (void)showProgress:(float)progress{ - [self showProgress:progress status:nil]; -} - -+ (void)showProgress:(float)progress maskType:(SVProgressHUDMaskType)maskType{ - SVProgressHUDMaskType existingMaskType = [self sharedView].defaultMaskType; - [self setDefaultMaskType:maskType]; - [self showProgress:progress]; - [self setDefaultMaskType:existingMaskType]; -} - -+ (void)showProgress:(float)progress status:(NSString*)status{ - [[self sharedView] showProgress:progress status:status]; -} - -+ (void)showProgress:(float)progress status:(NSString*)status maskType:(SVProgressHUDMaskType)maskType{ - SVProgressHUDMaskType existingMaskType = [self sharedView].defaultMaskType; - [self setDefaultMaskType:maskType]; - [self showProgress:progress status:status]; - [self setDefaultMaskType:existingMaskType]; -} - -#pragma mark - Show, then automatically dismiss methods - -+ (void)showInfoWithStatus:(NSString*)status{ - [self showImage:[self sharedView].infoImage status:status]; -} - -+ (void)showInfoWithStatus:(NSString*)status maskType:(SVProgressHUDMaskType)maskType{ - SVProgressHUDMaskType existingMaskType = [self sharedView].defaultMaskType; - [self setDefaultMaskType:maskType]; - [self showInfoWithStatus:status]; - [self setDefaultMaskType:existingMaskType]; -} - -+ (void)showSuccessWithStatus:(NSString*)status{ - [self showImage:[self sharedView].successImage status:status]; -} - -+ (void)showSuccessWithStatus:(NSString*)status maskType:(SVProgressHUDMaskType)maskType{ - SVProgressHUDMaskType existingMaskType = [self sharedView].defaultMaskType; - [self setDefaultMaskType:maskType]; - [self showSuccessWithStatus:status]; - [self setDefaultMaskType:existingMaskType]; -} - -+ (void)showErrorWithStatus:(NSString*)status{ - [self showImage:[self sharedView].errorImage status:status]; -} - -+ (void)showErrorWithStatus:(NSString*)status maskType:(SVProgressHUDMaskType)maskType{ - SVProgressHUDMaskType existingMaskType = [self sharedView].defaultMaskType; - [self setDefaultMaskType:maskType]; - [self showErrorWithStatus:status]; - [self setDefaultMaskType:existingMaskType]; -} - -+ (void)showImage:(UIImage*)image status:(NSString*)status{ - NSTimeInterval displayInterval = [self displayDurationForString:status]; - [[self sharedView] showImage:image status:status duration:displayInterval]; -} - -+ (void)showImage:(UIImage*)image status:(NSString*)status maskType:(SVProgressHUDMaskType)maskType{ - SVProgressHUDMaskType existingMaskType = [self sharedView].defaultMaskType; - [self setDefaultMaskType:maskType]; - [self showImage:image status:status]; - [self setDefaultMaskType:existingMaskType]; -} - - -#pragma mark - Dismiss Methods - -+ (void)popActivity{ - if([self sharedView].activityCount > 0){ - [self sharedView].activityCount--; - } - if([self sharedView].activityCount == 0){ - [[self sharedView] dismiss]; - } -} - -+ (void)dismissWithDelay:(NSTimeInterval)delay{ - if([self isVisible]){ - [[self sharedView] dismissWithDelay:delay]; - } -} - -+ (void)dismiss{ - [self dismissWithDelay:0]; -} - - -#pragma mark - Offset - -+ (void)setOffsetFromCenter:(UIOffset)offset{ - [self sharedView].offsetFromCenter = offset; -} - -+ (void)resetOffsetFromCenter{ - [self setOffsetFromCenter:UIOffsetZero]; -} - - -#pragma mark - Instance Methods - -- (instancetype)initWithFrame:(CGRect)frame{ - if((self = [super initWithFrame:frame])){ - _isInitializing = YES; - - self.userInteractionEnabled = NO; - _backgroundColor = [UIColor clearColor]; - _foregroundColor = [UIColor blackColor]; - self.alpha = 0.0f; - self.activityCount = 0; - - _defaultMaskType = SVProgressHUDMaskTypeNone; - _defaultStyle = SVProgressHUDStyleLight; - _defaultAnimationType = SVProgressHUDAnimationTypeFlat; - - // add accessibility support - self.accessibilityIdentifier = @"SVProgressHUD"; - self.accessibilityLabel = @"SVProgressHUD"; - self.isAccessibilityElement = YES; - - if ([UIFont respondsToSelector:@selector(preferredFontForTextStyle:)]) { - _font = [UIFont preferredFontForTextStyle:UIFontTextStyleSubheadline]; - } else { - _font = [UIFont systemFontOfSize:14.0f]; - } - - NSBundle *bundle = [NSBundle bundleForClass:[self class]]; - NSURL *url = [bundle URLForResource:@"SVProgressHUD" withExtension:@"bundle"]; - NSBundle *imageBundle = [NSBundle bundleWithURL:url]; - - UIImage* infoImage = [UIImage imageWithContentsOfFile:[imageBundle pathForResource:@"info" ofType:@"png"]]; - UIImage* successImage = [UIImage imageWithContentsOfFile:[imageBundle pathForResource:@"success" ofType:@"png"]]; - UIImage* errorImage = [UIImage imageWithContentsOfFile:[imageBundle pathForResource:@"error" ofType:@"png"]]; - - if ([[UIImage class] instancesRespondToSelector:@selector(imageWithRenderingMode:)]) { - _infoImage = [infoImage imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate]; - _successImage = [successImage imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate]; - _errorImage = [errorImage imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate]; - } else { - _infoImage = infoImage; - _successImage = successImage; - _errorImage = errorImage; - } - - _ringThickness = 2; - _ringRadius = 18; - _ringNoTextRadius = 24; - - _cornerRadius = 14; - - _minimumDismissTimeInterval = 5.0f; - - _isInitializing = NO; - } - return self; -} - -- (void)updateHUDFrame{ - CGFloat hudWidth = 100.0f; - CGFloat hudHeight = 100.0f; - CGFloat stringHeightBuffer = 20.0f; - CGFloat stringAndContentHeightBuffer = 80.0f; - CGRect labelRect = CGRectZero; - - // Check if an image or progress ring is displayed - BOOL imageUsed = (self.imageView.image) || (self.imageView.hidden); - BOOL progressUsed = (self.progress != SVProgressHUDUndefinedProgress) && (self.progress >= 0.0f); - - // Calculate and apply sizes - NSString *string = self.stringLabel.text; - if(string){ - CGSize constraintSize = CGSizeMake(200.0f, 300.0f); - CGRect stringRect; - if([string respondsToSelector:@selector(boundingRectWithSize:options:attributes:context:)]){ - stringRect = [string boundingRectWithSize:constraintSize - options:(NSStringDrawingOptions)(NSStringDrawingUsesFontLeading|NSStringDrawingTruncatesLastVisibleLine|NSStringDrawingUsesLineFragmentOrigin) - attributes:@{NSFontAttributeName: self.stringLabel.font} - context:NULL]; - } else{ - CGSize stringSize; - if([string respondsToSelector:@selector(sizeWithAttributes:)]){ - stringSize = [string sizeWithAttributes:@{NSFontAttributeName:[UIFont fontWithName:self.stringLabel.font.fontName size:self.stringLabel.font.pointSize]}]; - } else{ -#if TARGET_OS_IOS -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wdeprecated" - stringSize = [string sizeWithFont:self.stringLabel.font constrainedToSize:CGSizeMake(200.0f, 300.0f)]; -#pragma clang diagnostic pop -#endif - } - stringRect = CGRectMake(0.0f, 0.0f, stringSize.width, stringSize.height); - } - - CGFloat stringWidth = stringRect.size.width; - CGFloat stringHeight = ceilf(CGRectGetHeight(stringRect)); - - if(imageUsed || progressUsed){ - hudHeight = stringAndContentHeightBuffer + stringHeight; - } else{ - hudHeight = stringHeightBuffer + stringHeight; - } - if(stringWidth > hudWidth){ - hudWidth = ceilf(stringWidth/2)*2; - } - CGFloat labelRectY = (imageUsed || progressUsed) ? 68.0f : 9.0f; - if(hudHeight > 100.0f){ - labelRect = CGRectMake(12.0f, labelRectY, hudWidth, stringHeight); - hudWidth += 24.0f; - } else{ - hudWidth += 24.0f; - labelRect = CGRectMake(0.0f, labelRectY, hudWidth, stringHeight); - } - } - - // Update values on subviews - self.hudView.bounds = CGRectMake(0.0f, 0.0f, MAX(self.minimumSize.width, hudWidth), MAX(self.minimumSize.height, hudHeight)); - labelRect.size.width += MAX(0, self.minimumSize.width - hudWidth); - [self updateBlurBounds]; - - if(string){ - self.imageView.center = CGPointMake(CGRectGetWidth(self.hudView.bounds)/2, 36.0f); - } else{ - self.imageView.center = CGPointMake(CGRectGetWidth(self.hudView.bounds)/2, CGRectGetHeight(self.hudView.bounds)/2); - } - - self.stringLabel.hidden = NO; - self.stringLabel.frame = labelRect; - - // Animate value update - [CATransaction begin]; - [CATransaction setValue:(id)kCFBooleanTrue forKey:kCATransactionDisableActions]; - - if(string) { - if(self.defaultAnimationType == SVProgressHUDAnimationTypeFlat) { - SVIndefiniteAnimatedView *indefiniteAnimationView = (SVIndefiniteAnimatedView *)self.indefiniteAnimatedView; - indefiniteAnimationView.radius = self.ringRadius; - [indefiniteAnimationView sizeToFit]; - } - - CGPoint center = CGPointMake((CGRectGetWidth(self.hudView.bounds)/2), 36.0f); - self.indefiniteAnimatedView.center = center; - - if(self.progress != SVProgressHUDUndefinedProgress){ - self.backgroundRingLayer.position = self.ringLayer.position = CGPointMake((CGRectGetWidth(self.hudView.bounds)/2), 36.0f); - } - } else { - if(self.defaultAnimationType == SVProgressHUDAnimationTypeFlat) { - SVIndefiniteAnimatedView *indefiniteAnimationView = (SVIndefiniteAnimatedView *)self.indefiniteAnimatedView; - indefiniteAnimationView.radius = self.ringNoTextRadius; - [indefiniteAnimationView sizeToFit]; - } - - CGPoint center = CGPointMake((CGRectGetWidth(self.hudView.bounds)/2), CGRectGetHeight(self.hudView.bounds)/2); - self.indefiniteAnimatedView.center = center; - - if(self.progress != SVProgressHUDUndefinedProgress){ - self.backgroundRingLayer.position = self.ringLayer.position = CGPointMake((CGRectGetWidth(self.hudView.bounds)/2), CGRectGetHeight(self.hudView.bounds)/2); - } - } - - [CATransaction commit]; -} - -- (void)updateMask{ - if(self.backgroundLayer){ - [self.backgroundLayer removeFromSuperlayer]; - self.backgroundLayer = nil; - } - switch (self.defaultMaskType){ - case SVProgressHUDMaskTypeBlack:{ - - self.backgroundLayer = [CALayer layer]; - self.backgroundLayer.frame = self.bounds; - self.backgroundLayer.backgroundColor = [UIColor colorWithWhite:0 alpha:0.5].CGColor; - [self.backgroundLayer setNeedsDisplay]; - - [self.layer insertSublayer:self.backgroundLayer atIndex:0]; - break; - } - - case SVProgressHUDMaskTypeGradient:{ - SVRadialGradientLayer *layer = [SVRadialGradientLayer layer]; - self.backgroundLayer = layer; - self.backgroundLayer.frame = self.bounds; - CGPoint gradientCenter = self.center; - gradientCenter.y = (self.bounds.size.height - self.visibleKeyboardHeight) / 2; - layer.gradientCenter = gradientCenter; - [self.backgroundLayer setNeedsDisplay]; - - [self.layer insertSublayer:self.backgroundLayer atIndex:0]; - break; - } - default: - break; - } -} - -- (void)updateBlurBounds{ -#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 80000 - if(NSClassFromString(@"UIBlurEffect") && self.defaultStyle != SVProgressHUDStyleCustom){ - // Remove background color, else the effect would not work - self.hudView.backgroundColor = [UIColor clearColor]; - - // Remove any old instances of UIVisualEffectViews - for (UIView *subview in self.hudView.subviews){ - if([subview isKindOfClass:[UIVisualEffectView class]]){ - [subview removeFromSuperview]; - } - } - - if(self.backgroundColor != [UIColor clearColor]){ - // Create blur effect - UIBlurEffectStyle blurEffectStyle = self.defaultStyle == SVProgressHUDStyleDark ? UIBlurEffectStyleDark : UIBlurEffectStyleLight; - UIBlurEffect *blurEffect = [UIBlurEffect effectWithStyle:blurEffectStyle]; - UIVisualEffectView *blurEffectView = [[UIVisualEffectView alloc] initWithEffect:blurEffect]; - blurEffectView.autoresizingMask = self.hudView.autoresizingMask; - blurEffectView.frame = self.hudView.bounds; - - // Add vibrancy to the blur effect to make it more vivid - UIVibrancyEffect *vibrancyEffect = [UIVibrancyEffect effectForBlurEffect:blurEffect]; - UIVisualEffectView *vibrancyEffectView = [[UIVisualEffectView alloc] initWithEffect:vibrancyEffect]; - vibrancyEffectView.autoresizingMask = blurEffectView.autoresizingMask; - vibrancyEffectView.bounds = blurEffectView.bounds; - [blurEffectView.contentView addSubview:vibrancyEffectView]; - - [self.hudView insertSubview:blurEffectView atIndex:0]; - } - } -#endif -} - -#if TARGET_OS_IOS -- (void)updateMotionEffectForOrientation:(UIInterfaceOrientation)orientation{ - UIInterpolatingMotionEffectType xMotionEffectType = UIInterfaceOrientationIsPortrait(orientation) ? UIInterpolatingMotionEffectTypeTiltAlongHorizontalAxis : UIInterpolatingMotionEffectTypeTiltAlongVerticalAxis; - UIInterpolatingMotionEffectType yMotionEffectType = UIInterfaceOrientationIsPortrait(orientation) ? UIInterpolatingMotionEffectTypeTiltAlongVerticalAxis : UIInterpolatingMotionEffectTypeTiltAlongHorizontalAxis; - [self updateMotionEffectForXMotionEffectType:xMotionEffectType yMotionEffectType:yMotionEffectType]; -} -#endif - -- (void)updateMotionEffectForXMotionEffectType:(UIInterpolatingMotionEffectType)xMotionEffectType yMotionEffectType:(UIInterpolatingMotionEffectType)yMotionEffectType{ - if([_hudView respondsToSelector:@selector(addMotionEffect:)]){ - UIInterpolatingMotionEffect *effectX = [[UIInterpolatingMotionEffect alloc] initWithKeyPath:@"center.x" type:xMotionEffectType]; - effectX.minimumRelativeValue = @(-SVProgressHUDParallaxDepthPoints); - effectX.maximumRelativeValue = @(SVProgressHUDParallaxDepthPoints); - - UIInterpolatingMotionEffect *effectY = [[UIInterpolatingMotionEffect alloc] initWithKeyPath:@"center.y" type:yMotionEffectType]; - effectY.minimumRelativeValue = @(-SVProgressHUDParallaxDepthPoints); - effectY.maximumRelativeValue = @(SVProgressHUDParallaxDepthPoints); - - UIMotionEffectGroup *effectGroup = [[UIMotionEffectGroup alloc] init]; - effectGroup.motionEffects = @[effectX, effectY]; - - // Update motion effects - self.hudView.motionEffects = @[]; - [self.hudView addMotionEffect:effectGroup]; - } -} - -- (void)setStatus:(NSString*)string{ - self.stringLabel.text = string; - [self updateHUDFrame]; -} - -- (void)setFadeOutTimer:(NSTimer*)newTimer{ - if(_fadeOutTimer){ - [_fadeOutTimer invalidate], _fadeOutTimer = nil; - } - if(newTimer){ - _fadeOutTimer = newTimer; - } -} - - -#pragma mark - Notifications and their handling - -- (void)registerNotifications{ -#if TARGET_OS_IOS - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(positionHUD:) - name:UIApplicationDidChangeStatusBarOrientationNotification - object:nil]; -#endif - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(positionHUD:) - name:UIApplicationDidBecomeActiveNotification - object:nil]; - - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(positionHUD:) - name:UIKeyboardWillHideNotification - object:nil]; - - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(positionHUD:) - name:UIKeyboardDidHideNotification - object:nil]; - - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(positionHUD:) - name:UIKeyboardWillShowNotification - object:nil]; - - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(positionHUD:) - name:UIKeyboardDidShowNotification - object:nil]; -} - -- (NSDictionary*)notificationUserInfo{ - return (self.stringLabel.text ? @{SVProgressHUDStatusUserInfoKey : self.stringLabel.text} : nil); -} - -- (void)positionHUD:(NSNotification*)notification{ - CGFloat keyboardHeight = 0.0f; - double animationDuration = 0.0; - -#if !defined(SV_APP_EXTENSIONS) && TARGET_OS_IOS - self.frame = [[[UIApplication sharedApplication] delegate] window].bounds; - UIInterfaceOrientation orientation = UIApplication.sharedApplication.statusBarOrientation; -#elif !defined(SV_APP_EXTENSIONS) - self.frame = [UIApplication sharedApplication].keyWindow.bounds; -#else - if (self.viewForExtension){ - self.frame = self.viewForExtension.frame; - } else { - self.frame = UIScreen.mainScreen.bounds; - } - UIInterfaceOrientation orientation = CGRectGetWidth(self.frame) > CGRectGetHeight(self.frame) ? UIInterfaceOrientationLandscapeLeft : UIInterfaceOrientationPortrait; -#endif - - // no transforms applied to window in iOS 8, but only if compiled with iOS 8 sdk as base sdk, otherwise system supports old rotation logic. - BOOL ignoreOrientation = NO; -#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 80000 - if([[NSProcessInfo processInfo] respondsToSelector:@selector(operatingSystemVersion)]){ - ignoreOrientation = YES; - } -#endif - - // Get keyboardHeight in regards to current state - if(notification){ - NSDictionary* keyboardInfo = [notification userInfo]; - CGRect keyboardFrame = [keyboardInfo[UIKeyboardFrameBeginUserInfoKey] CGRectValue]; - animationDuration = [keyboardInfo[UIKeyboardAnimationDurationUserInfoKey] doubleValue]; - - if(notification.name == UIKeyboardWillShowNotification || notification.name == UIKeyboardDidShowNotification){ - keyboardHeight = CGRectGetWidth(keyboardFrame); -#if TARGET_OS_IOS - if(ignoreOrientation || UIInterfaceOrientationIsPortrait(orientation)){ - keyboardHeight = CGRectGetHeight(keyboardFrame); - } -#endif - } - } else{ - keyboardHeight = self.visibleKeyboardHeight; - } - - // Get the currently active frame of the display (depends on orientation) - CGRect orientationFrame = self.bounds; - -#if !defined(SV_APP_EXTENSIONS) && TARGET_OS_IOS - CGRect statusBarFrame = UIApplication.sharedApplication.statusBarFrame; -#else - CGRect statusBarFrame = CGRectZero; -#endif - -#if TARGET_OS_IOS - if(!ignoreOrientation && UIInterfaceOrientationIsLandscape(orientation)){ - float temp = CGRectGetWidth(orientationFrame); - orientationFrame.size.width = CGRectGetHeight(orientationFrame); - orientationFrame.size.height = temp; - - temp = CGRectGetWidth(statusBarFrame); - statusBarFrame.size.width = CGRectGetHeight(statusBarFrame); - statusBarFrame.size.height = temp; - } - - // Update the motion effects in regards to orientation - [self updateMotionEffectForOrientation:orientation]; -#else - [self updateMotionEffectForXMotionEffectType:UIInterpolatingMotionEffectTypeTiltAlongHorizontalAxis yMotionEffectType:UIInterpolatingMotionEffectTypeTiltAlongHorizontalAxis]; -#endif - - // Calculate available height for display - CGFloat activeHeight = CGRectGetHeight(orientationFrame); - if(keyboardHeight > 0){ - activeHeight += CGRectGetHeight(statusBarFrame)*2; - } - activeHeight -= keyboardHeight; - - CGFloat posX = CGRectGetWidth(orientationFrame)/2.0f; - CGFloat posY = floorf(activeHeight*0.45f); - - CGFloat rotateAngle = 0.0; - CGPoint newCenter = CGPointMake(posX, posY); - - // Update posX and posY in regards to orientation -#if TARGET_OS_IOS - if(!ignoreOrientation){ - switch (orientation){ - case UIInterfaceOrientationPortraitUpsideDown: - rotateAngle = (CGFloat) M_PI; - newCenter = CGPointMake(posX, CGRectGetHeight(orientationFrame)-posY); - break; - case UIInterfaceOrientationLandscapeLeft: - rotateAngle = (CGFloat) (-M_PI/2.0f); - newCenter = CGPointMake(posY, posX); - break; - case UIInterfaceOrientationLandscapeRight: - rotateAngle = (CGFloat) (M_PI/2.0f); - newCenter = CGPointMake(CGRectGetHeight(orientationFrame)-posY, posX); - break; - default: // Same as UIInterfaceOrientationPortrait - rotateAngle = 0.0f; - newCenter = CGPointMake(posX, posY); - break; - } - } -#endif - - if(notification){ - // Animate update if notification was present - [UIView animateWithDuration:animationDuration - delay:0 - options:UIViewAnimationOptionAllowUserInteraction - animations:^{ - [self moveToPoint:newCenter rotateAngle:rotateAngle]; - [self.hudView setNeedsDisplay]; - } completion:NULL]; - } else{ - [self moveToPoint:newCenter rotateAngle:rotateAngle]; - [self.hudView setNeedsDisplay]; - } - - [self updateMask]; -} - -- (void)moveToPoint:(CGPoint)newCenter rotateAngle:(CGFloat)angle{ - self.hudView.transform = CGAffineTransformMakeRotation(angle); - self.hudView.center = CGPointMake(newCenter.x + self.offsetFromCenter.horizontal, newCenter.y + self.offsetFromCenter.vertical); -} - - -#pragma mark - Event handling - -- (void)overlayViewDidReceiveTouchEvent:(id)sender forEvent:(UIEvent*)event{ - [[NSNotificationCenter defaultCenter] postNotificationName:SVProgressHUDDidReceiveTouchEventNotification object:event]; - - UITouch *touch = event.allTouches.anyObject; - CGPoint touchLocation = [touch locationInView:self]; - - if(CGRectContainsPoint(self.hudView.frame, touchLocation)){ - [[NSNotificationCenter defaultCenter] postNotificationName:SVProgressHUDDidTouchDownInsideNotification object:event]; - } -} - - -#pragma mark - Master show/dismiss methods - -- (void)showProgress:(float)progress status:(NSString*)string{ - if(!self.overlayView.superview){ -#if !defined(SV_APP_EXTENSIONS) - NSEnumerator *frontToBackWindows = [UIApplication.sharedApplication.windows reverseObjectEnumerator]; - for (UIWindow *window in frontToBackWindows){ - BOOL windowOnMainScreen = window.screen == UIScreen.mainScreen; - BOOL windowIsVisible = !window.hidden && window.alpha > 0; - BOOL windowLevelNormal = window.windowLevel == UIWindowLevelNormal; - - if(windowOnMainScreen && windowIsVisible && windowLevelNormal){ - [window addSubview:self.overlayView]; - break; - } - } -#else - if(self.viewForExtension){ - [self.viewForExtension addSubview:self.overlayView]; - } -#endif - } else{ - // Ensure that overlay will be exactly on top of rootViewController (which may be changed during runtime). - [self.overlayView.superview bringSubviewToFront:self.overlayView]; - } - - if(!self.superview){ - [self.overlayView addSubview:self]; - } - - if(self.fadeOutTimer){ - self.activityCount = 0; - } - self.fadeOutTimer = nil; - self.imageView.hidden = YES; - self.progress = progress; - - self.stringLabel.text = string; - [self updateHUDFrame]; - - if(progress >= 0){ - self.imageView.image = nil; - self.imageView.hidden = NO; - - [self.indefiniteAnimatedView removeFromSuperview]; - if([self.indefiniteAnimatedView respondsToSelector:@selector(stopAnimating)]) { - [(id)self.indefiniteAnimatedView stopAnimating]; - } - - self.ringLayer.strokeEnd = progress; - - if(progress == 0){ - self.activityCount++; - } - } else{ - self.activityCount++; - [self cancelRingLayerAnimation]; - - [self.hudView addSubview:self.indefiniteAnimatedView]; - if([self.indefiniteAnimatedView respondsToSelector:@selector(startAnimating)]) { - [(id)self.indefiniteAnimatedView startAnimating]; - } - } - - if(self.defaultMaskType != SVProgressHUDMaskTypeNone){ - self.overlayView.userInteractionEnabled = YES; - self.accessibilityLabel = string; - self.isAccessibilityElement = YES; - } else{ - self.overlayView.userInteractionEnabled = NO; - self.hudView.accessibilityLabel = string; - self.hudView.isAccessibilityElement = YES; - } - - self.overlayView.hidden = NO; - self.overlayView.backgroundColor = [UIColor clearColor]; - [self positionHUD:nil]; - - // Appear - if(self.alpha != 1 || self.hudView.alpha != 1){ - NSDictionary *userInfo = [self notificationUserInfo]; - [[NSNotificationCenter defaultCenter] postNotificationName:SVProgressHUDWillAppearNotification - object:nil - userInfo:userInfo]; - - [self registerNotifications]; - self.hudView.transform = CGAffineTransformScale(self.hudView.transform, 1.3, 1.3); - - if(self.isClear){ - self.alpha = 1; - self.hudView.alpha = 0; - } - - __weak SVProgressHUD *weakSelf = self; - [UIView animateWithDuration:0.15 - delay:0 - options:UIViewAnimationOptionAllowUserInteraction | UIViewAnimationCurveEaseOut | UIViewAnimationOptionBeginFromCurrentState - animations:^{ - __strong SVProgressHUD *strongSelf = weakSelf; - if(strongSelf){ - strongSelf.hudView.transform = CGAffineTransformScale(strongSelf.hudView.transform, 1/1.3f, 1/1.3f); - - if(strongSelf.isClear){ // handle iOS 7 and 8 UIToolbar which not answers well to hierarchy opacity change - strongSelf.hudView.alpha = 1; - } else{ - strongSelf.alpha = 1; - } - } - } - completion:^(BOOL finished){ - [[NSNotificationCenter defaultCenter] postNotificationName:SVProgressHUDDidAppearNotification - object:nil - userInfo:userInfo]; - UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, nil); - UIAccessibilityPostNotification(UIAccessibilityAnnouncementNotification, string); - }]; - - [self setNeedsDisplay]; - } -} - -- (void)showImage:(UIImage*)image status:(NSString*)string duration:(NSTimeInterval)duration{ - self.progress = SVProgressHUDUndefinedProgress; - [self cancelRingLayerAnimation]; - - if(![self.class isVisible]){ - [self.class show]; - } - - UIColor *tintColor = self.foregroundColorForStyle; - if([self.imageView respondsToSelector:@selector(setTintColor:)]){ - if (image.renderingMode != UIImageRenderingModeAlwaysTemplate) { - image = [image imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate]; - } - self.imageView.tintColor = tintColor; - } else{ - image = [self image:image withTintColor:tintColor]; - } - self.imageView.image = image; - self.imageView.hidden = NO; - - self.stringLabel.text = string; - [self updateHUDFrame]; - [self.indefiniteAnimatedView removeFromSuperview]; - if([self.indefiniteAnimatedView respondsToSelector:@selector(stopAnimating)]) { - [(id)self.indefiniteAnimatedView stopAnimating]; - } - - if(self.defaultMaskType != SVProgressHUDMaskTypeNone){ - self.overlayView.userInteractionEnabled = YES; - self.accessibilityLabel = string; - self.isAccessibilityElement = YES; - } else{ - self.overlayView.userInteractionEnabled = NO; - self.hudView.accessibilityLabel = string; - self.hudView.isAccessibilityElement = YES; - } - - UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, nil); - UIAccessibilityPostNotification(UIAccessibilityAnnouncementNotification, string); - - self.fadeOutTimer = [NSTimer timerWithTimeInterval:duration target:self selector:@selector(dismiss) userInfo:nil repeats:NO]; - [[NSRunLoop mainRunLoop] addTimer:self.fadeOutTimer forMode:NSRunLoopCommonModes]; -} - -- (void)dismissWithDelay:(NSTimeInterval)delay{ - NSDictionary *userInfo = [self notificationUserInfo]; - [[NSNotificationCenter defaultCenter] postNotificationName:SVProgressHUDWillDisappearNotification - object:nil - userInfo:userInfo]; - - self.activityCount = 0; - __weak SVProgressHUD *weakSelf = self; - [UIView animateWithDuration:0.15 - delay:delay - options:(UIViewAnimationOptions) (UIViewAnimationCurveEaseIn | UIViewAnimationOptionAllowUserInteraction) - animations:^{ - __strong SVProgressHUD *strongSelf = weakSelf; - if(strongSelf){ - strongSelf.hudView.transform = CGAffineTransformScale(self.hudView.transform, 0.8f, 0.8f); - if(strongSelf.isClear){ // handle iOS 7 UIToolbar not answer well to hierarchy opacity change - strongSelf.hudView.alpha = 0.0f; - } else{ - strongSelf.alpha = 0.0f; - } - } - } - completion:^(BOOL finished){ - __strong SVProgressHUD *strongSelf = weakSelf; - if(strongSelf){ - if(strongSelf.alpha == 0.0f || strongSelf.hudView.alpha == 0.0f){ - strongSelf.alpha = 0.0f; - strongSelf.hudView.alpha = 0.0f; - - [[NSNotificationCenter defaultCenter] removeObserver:strongSelf]; - [strongSelf cancelRingLayerAnimation]; - [_hudView removeFromSuperview]; - _hudView = nil; - - [_overlayView removeFromSuperview]; - _overlayView = nil; - - [_indefiniteAnimatedView removeFromSuperview]; - _indefiniteAnimatedView = nil; - - UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, nil); - - [[NSNotificationCenter defaultCenter] postNotificationName:SVProgressHUDDidDisappearNotification - object:nil - userInfo:userInfo]; - - // Tell the rootViewController to update the StatusBar appearance -#if !defined(SV_APP_EXTENSIONS) && TARGET_OS_IOS - UIViewController *rootController = [[UIApplication sharedApplication] keyWindow].rootViewController; - if([rootController respondsToSelector:@selector(setNeedsStatusBarAppearanceUpdate)]){ - [rootController setNeedsStatusBarAppearanceUpdate]; - } -#endif - // uncomment to make sure UIWindow is gone from app.windows - //NSLog(@"%@", [UIApplication sharedApplication].windows); - //NSLog(@"keyWindow = %@", [[[UIApplication sharedApplication] delegate] window]); - } - } - }]; -} - -- (void)dismiss -{ - [self dismissWithDelay:0]; -} - - -#pragma mark - Ring progress animation - -- (UIActivityIndicatorView *)createActivityIndicatorView{ - UIActivityIndicatorView *activityIndicatorView = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhiteLarge]; - activityIndicatorView.color = self.foregroundColorForStyle; - [activityIndicatorView sizeToFit]; - return activityIndicatorView; -} - -- (SVIndefiniteAnimatedView *)createIndefiniteAnimatedView{ - SVIndefiniteAnimatedView *indefiniteAnimatedView = [[SVIndefiniteAnimatedView alloc] initWithFrame:CGRectZero]; - indefiniteAnimatedView.strokeColor = self.foregroundColorForStyle; - indefiniteAnimatedView.radius = self.stringLabel.text ? self.ringRadius : self.ringNoTextRadius; - indefiniteAnimatedView.strokeThickness = self.ringThickness; - [indefiniteAnimatedView sizeToFit]; - return indefiniteAnimatedView; -} - -- (UIView *)indefiniteAnimatedView{ - if(_indefiniteAnimatedView == nil){ - _indefiniteAnimatedView = (self.defaultAnimationType == SVProgressHUDAnimationTypeFlat) ? [self createIndefiniteAnimatedView] : [self createActivityIndicatorView]; - } - - return _indefiniteAnimatedView; -} - -- (CAShapeLayer*)ringLayer{ - if(!_ringLayer){ - CGPoint center = CGPointMake(CGRectGetWidth(_hudView.frame)/2, CGRectGetHeight(_hudView.frame)/2); - _ringLayer = [self createRingLayerWithCenter:center radius:self.ringRadius]; - [self.hudView.layer addSublayer:_ringLayer]; - } - _ringLayer.strokeColor = self.foregroundColorForStyle.CGColor; - _ringLayer.lineWidth = self.ringThickness; - - return _ringLayer; -} - -- (CAShapeLayer*)backgroundRingLayer{ - if(!_backgroundRingLayer){ - CGPoint center = CGPointMake(CGRectGetWidth(_hudView.frame)/2, CGRectGetHeight(_hudView.frame)/2); - _backgroundRingLayer = [self createRingLayerWithCenter:center radius:self.ringRadius]; - _backgroundRingLayer.strokeEnd = 1; - [self.hudView.layer addSublayer:_backgroundRingLayer]; - } - _backgroundRingLayer.strokeColor = [self.foregroundColorForStyle colorWithAlphaComponent:0.1f].CGColor; - _backgroundRingLayer.lineWidth = self.ringThickness; - - return _backgroundRingLayer; -} - -- (void)cancelRingLayerAnimation{ - [CATransaction begin]; - [CATransaction setDisableActions:YES]; - [_hudView.layer removeAllAnimations]; - - _ringLayer.strokeEnd = 0.0f; - if(_ringLayer.superlayer){ - [_ringLayer removeFromSuperlayer]; - } - _ringLayer = nil; - - if(_backgroundRingLayer.superlayer){ - [_backgroundRingLayer removeFromSuperlayer]; - } - _backgroundRingLayer = nil; - - [CATransaction commit]; -} - -- (CAShapeLayer*)createRingLayerWithCenter:(CGPoint)center radius:(CGFloat)radius{ - UIBezierPath* smoothedPath = [UIBezierPath bezierPathWithArcCenter:CGPointMake(radius, radius) radius:radius startAngle:(CGFloat) -M_PI_2 endAngle:(CGFloat) (M_PI + M_PI_2) clockwise:YES]; - - CAShapeLayer *slice = [CAShapeLayer layer]; - slice.contentsScale = [[UIScreen mainScreen] scale]; - slice.frame = CGRectMake(center.x-radius, center.y-radius, radius*2, radius*2); - slice.fillColor = [UIColor clearColor].CGColor; - slice.lineCap = kCALineCapRound; - slice.lineJoin = kCALineJoinBevel; - slice.path = smoothedPath.CGPath; - - return slice; -} - - -#pragma mark - Utilities - -+ (BOOL)isVisible{ - return ([self sharedView].alpha == 1); -} - - -#pragma mark - Getters -+ (NSTimeInterval)displayDurationForString:(NSString*)string{ - return MIN((float)string.length * 0.06 + 0.5, [self sharedView].minimumDismissTimeInterval); -} - -- (UIColor *)foregroundColorForStyle{ - if(self.defaultStyle == SVProgressHUDStyleLight){ - return [UIColor blackColor]; - } else if(self.defaultStyle == SVProgressHUDStyleDark){ - return [UIColor whiteColor]; - } else{ - return self.foregroundColor; - } -} - -- (UIColor *)backgroundColorForStyle{ - if(self.defaultStyle == SVProgressHUDStyleLight){ - return [UIColor whiteColor]; - } else if(self.defaultStyle == SVProgressHUDStyleDark){ - return [UIColor blackColor]; - } else{ - return self.backgroundColor; - } -} - -- (UIImage*)image:(UIImage*)image withTintColor:(UIColor*)color{ - CGRect rect = CGRectMake(0.0f, 0.0f, image.size.width, image.size.height); - UIGraphicsBeginImageContextWithOptions(rect.size, NO, image.scale); - CGContextRef c = UIGraphicsGetCurrentContext(); - [image drawInRect:rect]; - CGContextSetFillColorWithColor(c, [color CGColor]); - CGContextSetBlendMode(c, kCGBlendModeSourceAtop); - CGContextFillRect(c, rect); - UIImage *tintedImage = UIGraphicsGetImageFromCurrentImageContext(); - UIGraphicsEndImageContext(); - - return tintedImage; -} - -- (BOOL)isClear{ // used for iOS 7 and above - return (self.defaultMaskType == SVProgressHUDMaskTypeClear || self.defaultMaskType == SVProgressHUDMaskTypeNone); -} - -- (UIControl*)overlayView{ - if(!_overlayView){ -#if !defined(SV_APP_EXTENSIONS) - CGRect windowBounds = [[[UIApplication sharedApplication] delegate] window].bounds; - _overlayView = [[UIControl alloc] initWithFrame:windowBounds]; -#else - _overlayView = [[UIControl alloc] initWithFrame:[UIScreen mainScreen].bounds]; -#endif - _overlayView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight; - _overlayView.backgroundColor = [UIColor clearColor]; - [_overlayView addTarget:self action:@selector(overlayViewDidReceiveTouchEvent:forEvent:) forControlEvents:UIControlEventTouchDown]; - } - return _overlayView; -} - -- (UIView*)hudView{ - if(!_hudView){ - _hudView = [[UIView alloc] initWithFrame:CGRectZero]; - _hudView.layer.cornerRadius = self.cornerRadius; - _hudView.layer.masksToBounds = YES; - _hudView.autoresizingMask = UIViewAutoresizingFlexibleBottomMargin | UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleLeftMargin; - } - _hudView.backgroundColor = self.backgroundColorForStyle; - - if(!_hudView.superview){ - [self addSubview:_hudView]; - } - return _hudView; -} - -- (UILabel*)stringLabel{ - if(!_stringLabel){ - _stringLabel = [[UILabel alloc] initWithFrame:CGRectZero]; - _stringLabel.backgroundColor = [UIColor clearColor]; - _stringLabel.adjustsFontSizeToFitWidth = YES; - _stringLabel.textAlignment = NSTextAlignmentCenter; - _stringLabel.baselineAdjustment = UIBaselineAdjustmentAlignCenters; - _stringLabel.numberOfLines = 0; - } - _stringLabel.textColor = self.foregroundColorForStyle; - _stringLabel.font = self.font; - - if(!_stringLabel.superview){ - [self.hudView addSubview:_stringLabel]; - } - return _stringLabel; -} - -- (UIImageView*)imageView{ - if(!_imageView){ - _imageView = [[UIImageView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, 28.0f, 28.0f)]; - } - if(!_imageView.superview){ - [self.hudView addSubview:_imageView]; - } - return _imageView; -} - -- (CGFloat)visibleKeyboardHeight{ -#if !defined(SV_APP_EXTENSIONS) - UIWindow *keyboardWindow = nil; - for (UIWindow *testWindow in [[UIApplication sharedApplication] windows]){ - if(![[testWindow class] isEqual:[UIWindow class]]){ - keyboardWindow = testWindow; - break; - } - } - - for (__strong UIView *possibleKeyboard in [keyboardWindow subviews]){ - if([possibleKeyboard isKindOfClass:NSClassFromString(@"UIPeripheralHostView")] || [possibleKeyboard isKindOfClass:NSClassFromString(@"UIKeyboard")]){ - return CGRectGetHeight(possibleKeyboard.bounds); - } else if([possibleKeyboard isKindOfClass:NSClassFromString(@"UIInputSetContainerView")]){ - for (__strong UIView *possibleKeyboardSubview in [possibleKeyboard subviews]){ - if([possibleKeyboardSubview isKindOfClass:NSClassFromString(@"UIInputSetHostView")]){ - return CGRectGetHeight(possibleKeyboardSubview.bounds); - } - } - } - } -#endif - return 0; -} - -#pragma mark - UIAppearance Setters - -- (void)setDefaultStyle:(SVProgressHUDStyle)style{ - if (!_isInitializing) _defaultStyle = style; -} - -- (void)setDefaultMaskType:(SVProgressHUDMaskType)maskType{ - if (!_isInitializing) _defaultMaskType = maskType; -} - -- (void)setDefaultAnimationType:(SVProgressHUDAnimationType)animationType{ - if (!_isInitializing) _defaultAnimationType = animationType; -} - -- (void)setMinimumSize:(CGSize)minimumSize{ - if (!_isInitializing) _minimumSize = minimumSize; -} - -- (void)setRingThickness:(CGFloat)ringThickness{ - if (!_isInitializing) _ringThickness = ringThickness; -} - -- (void)setRingRadius:(CGFloat)ringRadius{ - if (!_isInitializing) _ringRadius = ringRadius; -} - -- (void)setRingNoTextRadius:(CGFloat)ringNoTextRadius{ - if (!_isInitializing) _ringNoTextRadius = ringNoTextRadius; -} - -- (void)setCornerRadius:(CGFloat)cornerRadius{ - if (!_isInitializing) _cornerRadius = cornerRadius; -} - -- (void)setFont:(UIFont *)font{ - if (!_isInitializing) _font = font; -} - -- (void)setBackgroundColor:(UIColor *)color{ - if (!_isInitializing) _backgroundColor = color; -} - -- (void)setForegroundColor:(UIColor *)color{ - if (!_isInitializing) _foregroundColor = color; -} - -- (void)setInfoImage:(UIImage*)image{ - if (!_isInitializing) _infoImage = image; -} - -- (void)setSuccessImage:(UIImage *)image{ - if (!_isInitializing) _successImage = image; -} - -- (void)setErrorImage:(UIImage *)image{ - if (!_isInitializing) _errorImage = image; -} - -- (void)setViewForExtension:(UIView *)view{ - if (!_isInitializing) _viewForExtension = view; -} - -- (void)setOffsetFromCenter:(UIOffset)offset{ - if (!_isInitializing) _offsetFromCenter = offset; -} - -- (void)setMinimumDismissTimeInterval:(NSTimeInterval)minimumDismissTimeInterval{ - if (!_isInitializing) _minimumDismissTimeInterval = minimumDismissTimeInterval; -} - -@end - diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h b/Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h deleted file mode 100644 index 38cbf74..0000000 --- a/Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h +++ /dev/null @@ -1,14 +0,0 @@ -// -// SVRadialGradientLayer.h -// SVProgressHUD, https://github.com/TransitApp/SVProgressHUD -// -// Copyright (c) 2014 Tobias Tiemerding. All rights reserved. -// - -#import - -@interface SVRadialGradientLayer : CALayer - -@property (nonatomic) CGPoint gradientCenter; - -@end diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.m b/Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.m deleted file mode 100644 index dd4c89a..0000000 --- a/Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.m +++ /dev/null @@ -1,25 +0,0 @@ -// -// SVRadialGradientLayer.m -// SVProgressHUD, https://github.com/TransitApp/SVProgressHUD -// -// Copyright (c) 2014 Tobias Tiemerding. All rights reserved. -// - -#import "SVRadialGradientLayer.h" - -@implementation SVRadialGradientLayer - -- (void)drawInContext:(CGContextRef)context { - size_t locationsCount = 2; - CGFloat locations[2] = {0.0f, 1.0f}; - CGFloat colors[8] = {0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.75f}; - CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB(); - CGGradientRef gradient = CGGradientCreateWithColorComponents(colorSpace, colors, locations, locationsCount); - CGColorSpaceRelease(colorSpace); - - float radius = MIN(self.bounds.size.width , self.bounds.size.height) ; - CGContextDrawRadialGradient (context, gradient, self.gradientCenter, 0, self.gradientCenter, radius, kCGGradientDrawsAfterEndLocation); - CGGradientRelease(gradient); -} - -@end diff --git a/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown b/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown index 784540d..ec7135f 100644 --- a/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown @@ -1015,35 +1015,6 @@ THE SOFTWARE. -## SVProgressHUD - -Copyright (c) 2011-2014 Sam Vermette - -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. - -A different license may apply to other resources included in this package, -including Freepik Icons. Please consult their -respective headers for the terms of their individual licenses. - ## SZTextView Copyright (c) 2013 glaszig diff --git a/Pods/Target Support Files/Pods/Pods-acknowledgements.plist b/Pods/Target Support Files/Pods/Pods-acknowledgements.plist index e4db2f7..2dc63a4 100644 --- a/Pods/Target Support Files/Pods/Pods-acknowledgements.plist +++ b/Pods/Target Support Files/Pods/Pods-acknowledgements.plist @@ -1086,39 +1086,6 @@ THE SOFTWARE. Type PSGroupSpecifier - - FooterText - Copyright (c) 2011-2014 Sam Vermette - -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. - -A different license may apply to other resources included in this package, -including Freepik Icons. Please consult their -respective headers for the terms of their individual licenses. - Title - SVProgressHUD - Type - PSGroupSpecifier - FooterText Copyright (c) 2013 glaszig <glaszig@gmail.com> diff --git a/Pods/Target Support Files/Pods/Pods-frameworks.sh b/Pods/Target Support Files/Pods/Pods-frameworks.sh index e8f4475..051a7f3 100755 --- a/Pods/Target Support Files/Pods/Pods-frameworks.sh +++ b/Pods/Target Support Files/Pods/Pods-frameworks.sh @@ -97,7 +97,6 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "Pods/Realm.framework" install_framework "Pods/RealmSwift.framework" install_framework "Pods/SDWebImage.framework" - install_framework "Pods/SVProgressHUD.framework" install_framework "Pods/SZTextView.framework" install_framework "Pods/SwiftyJSON.framework" install_framework "Pods/SwiftyUserDefaults.framework" @@ -117,7 +116,6 @@ if [[ "$CONFIGURATION" == "Release" ]]; then install_framework "Pods/Realm.framework" install_framework "Pods/RealmSwift.framework" install_framework "Pods/SDWebImage.framework" - install_framework "Pods/SVProgressHUD.framework" install_framework "Pods/SZTextView.framework" install_framework "Pods/SwiftyJSON.framework" install_framework "Pods/SwiftyUserDefaults.framework" diff --git a/Pods/Target Support Files/Pods/Pods.debug.xcconfig b/Pods/Target Support Files/Pods/Pods.debug.xcconfig index 3c98c7a..dcfb35d 100644 --- a/Pods/Target Support Files/Pods/Pods.debug.xcconfig +++ b/Pods/Target Support Files/Pods/Pods.debug.xcconfig @@ -3,8 +3,8 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROO GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Crashlytics" "${PODS_ROOT}/Headers/Public/Fabric" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AcknowList.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Cartography.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/DKCamera.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FXLabel.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/GMStepper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/MGSwipeTableCell.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/MHVideoPhotoGallery.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/MZTimerLabel.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Masonry.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NRSimplePlist.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Realm.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/RealmSwift.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SDWebImage.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SVProgressHUD.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SZTextView.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SwiftyJSON.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SwiftyUserDefaults.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/TTTAttributedLabel.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Crashlytics" -isystem "${PODS_ROOT}/Headers/Public/Fabric" -OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"z" -framework "AcknowList" -framework "Cartography" -framework "Crashlytics" -framework "DKCamera" -framework "FXLabel" -framework "Fabric" -framework "GMStepper" -framework "MGSwipeTableCell" -framework "MHVideoPhotoGallery" -framework "MZTimerLabel" -framework "Masonry" -framework "NRSimplePlist" -framework "Realm" -framework "RealmSwift" -framework "SDWebImage" -framework "SVProgressHUD" -framework "SZTextView" -framework "Security" -framework "SwiftyJSON" -framework "SwiftyUserDefaults" -framework "SystemConfiguration" -framework "TTTAttributedLabel" -framework "UIKit" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AcknowList.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Cartography.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/DKCamera.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FXLabel.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/GMStepper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/MGSwipeTableCell.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/MHVideoPhotoGallery.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/MZTimerLabel.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Masonry.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NRSimplePlist.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Realm.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/RealmSwift.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SDWebImage.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SZTextView.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SwiftyJSON.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SwiftyUserDefaults.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/TTTAttributedLabel.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Crashlytics" -isystem "${PODS_ROOT}/Headers/Public/Fabric" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"z" -framework "AcknowList" -framework "Cartography" -framework "Crashlytics" -framework "DKCamera" -framework "FXLabel" -framework "Fabric" -framework "GMStepper" -framework "MGSwipeTableCell" -framework "MHVideoPhotoGallery" -framework "MZTimerLabel" -framework "Masonry" -framework "NRSimplePlist" -framework "Realm" -framework "RealmSwift" -framework "SDWebImage" -framework "SZTextView" -framework "Security" -framework "SwiftyJSON" -framework "SwiftyUserDefaults" -framework "SystemConfiguration" -framework "TTTAttributedLabel" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Pods/Target Support Files/Pods/Pods.release.xcconfig b/Pods/Target Support Files/Pods/Pods.release.xcconfig index 3c98c7a..dcfb35d 100644 --- a/Pods/Target Support Files/Pods/Pods.release.xcconfig +++ b/Pods/Target Support Files/Pods/Pods.release.xcconfig @@ -3,8 +3,8 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROO GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Crashlytics" "${PODS_ROOT}/Headers/Public/Fabric" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AcknowList.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Cartography.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/DKCamera.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FXLabel.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/GMStepper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/MGSwipeTableCell.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/MHVideoPhotoGallery.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/MZTimerLabel.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Masonry.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NRSimplePlist.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Realm.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/RealmSwift.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SDWebImage.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SVProgressHUD.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SZTextView.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SwiftyJSON.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SwiftyUserDefaults.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/TTTAttributedLabel.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Crashlytics" -isystem "${PODS_ROOT}/Headers/Public/Fabric" -OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"z" -framework "AcknowList" -framework "Cartography" -framework "Crashlytics" -framework "DKCamera" -framework "FXLabel" -framework "Fabric" -framework "GMStepper" -framework "MGSwipeTableCell" -framework "MHVideoPhotoGallery" -framework "MZTimerLabel" -framework "Masonry" -framework "NRSimplePlist" -framework "Realm" -framework "RealmSwift" -framework "SDWebImage" -framework "SVProgressHUD" -framework "SZTextView" -framework "Security" -framework "SwiftyJSON" -framework "SwiftyUserDefaults" -framework "SystemConfiguration" -framework "TTTAttributedLabel" -framework "UIKit" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AcknowList.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Cartography.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/DKCamera.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FXLabel.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/GMStepper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/MGSwipeTableCell.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/MHVideoPhotoGallery.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/MZTimerLabel.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Masonry.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NRSimplePlist.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Realm.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/RealmSwift.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SDWebImage.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SZTextView.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SwiftyJSON.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/SwiftyUserDefaults.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/TTTAttributedLabel.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Crashlytics" -isystem "${PODS_ROOT}/Headers/Public/Fabric" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"z" -framework "AcknowList" -framework "Cartography" -framework "Crashlytics" -framework "DKCamera" -framework "FXLabel" -framework "Fabric" -framework "GMStepper" -framework "MGSwipeTableCell" -framework "MHVideoPhotoGallery" -framework "MZTimerLabel" -framework "Masonry" -framework "NRSimplePlist" -framework "Realm" -framework "RealmSwift" -framework "SDWebImage" -framework "SZTextView" -framework "Security" -framework "SwiftyJSON" -framework "SwiftyUserDefaults" -framework "SystemConfiguration" -framework "TTTAttributedLabel" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Pods/Target Support Files/SVProgressHUD/Info.plist b/Pods/Target Support Files/SVProgressHUD/Info.plist deleted file mode 100644 index be161dd..0000000 --- a/Pods/Target Support Files/SVProgressHUD/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - org.cocoapods.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - HEAD based on 2.0-beta - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-dummy.m b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-dummy.m deleted file mode 100644 index 696032a..0000000 --- a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_SVProgressHUD : NSObject -@end -@implementation PodsDummy_SVProgressHUD -@end diff --git a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch deleted file mode 100644 index aa992a4..0000000 --- a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch +++ /dev/null @@ -1,4 +0,0 @@ -#ifdef __OBJC__ -#import -#endif - diff --git a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-umbrella.h b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-umbrella.h deleted file mode 100644 index cad07ba..0000000 --- a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-umbrella.h +++ /dev/null @@ -1,9 +0,0 @@ -#import - -#import "SVIndefiniteAnimatedView.h" -#import "SVProgressHUD.h" -#import "SVRadialGradientLayer.h" - -FOUNDATION_EXPORT double SVProgressHUDVersionNumber; -FOUNDATION_EXPORT const unsigned char SVProgressHUDVersionString[]; - diff --git a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.modulemap b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.modulemap deleted file mode 100644 index 2eaf140..0000000 --- a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module SVProgressHUD { - umbrella header "SVProgressHUD-umbrella.h" - - export * - module * { export * } -} diff --git a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.xcconfig b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.xcconfig deleted file mode 100644 index 3ae13e7..0000000 --- a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.xcconfig +++ /dev/null @@ -1,5 +0,0 @@ -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/SVProgressHUD" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Crashlytics" "${PODS_ROOT}/Headers/Public/Fabric" -OTHER_LDFLAGS = -framework "QuartzCore" -PODS_ROOT = ${SRCROOT} -SKIP_INSTALL = YES \ No newline at end of file