From 0f34b71ecf056c94a159994d946f7d5fa75b54e5 Mon Sep 17 00:00:00 2001 From: durul Date: Wed, 22 Mar 2017 12:35:05 -0400 Subject: [PATCH] Added Turkish translation Updated localization --- Gulps WatchKit App/Info.plist | 2 +- Gulps WatchKit App/tr.lproj/Interface.strings | 12 + Gulps WatchKit Extension/Info.plist | 2 +- Gulps.xcodeproj/project.pbxproj | 13 + .../AppIcon.appiconset/Contents.json | 10 + Gulps/Info.plist | 2 +- Gulps/Resources/tr.lproj/Localizable.strings | 41 + Gulps/Support/HealthKitHealper.swift | 2 +- Gulps/tr.lproj/InfoPlist.strings | 4 + Gulps/tr.lproj/LaunchScreen.strings | 1 + Gulps/tr.lproj/Main.strings | 126 + Gulps/tr.lproj/Onboarding.strings | 82 + GulpsToday/Info.plist | 2 +- Podfile.lock | 2 +- Pods/Manifest.lock | 2 +- Pods/Pods.xcodeproj/project.pbxproj | 3488 +++++++++-------- .../AHKActionSheet/AHKActionSheet-umbrella.h | 2 + .../AMPopTip/AMPopTip-umbrella.h | 2 + .../AMWaveTransition-umbrella.h | 2 + .../BAFluidView/BAFluidView-umbrella.h | 2 + .../BubbleTransition-umbrella.h | 2 + .../FBSnapshotTestCase-umbrella.h | 2 + .../JTCalendar/JTCalendar-umbrella.h | 2 + .../Nimble-Snapshots-umbrella.h | 2 + .../Nimble/Nimble-umbrella.h | 2 + .../Pods-Gulps/Pods-Gulps-resources.sh | 10 +- .../Pods-Gulps/Pods-Gulps-umbrella.h | 2 + .../Pods-GulpsTests-resources.sh | 10 +- .../Pods-GulpsTests-umbrella.h | 2 + .../Pods-GulpsToday-resources.sh | 10 +- .../Pods-GulpsToday-umbrella.h | 2 + .../Quick/Quick-umbrella.h | 2 + .../RealmSwift/RealmSwift-umbrella.h | 2 + .../UICountingLabel-umbrella.h | 2 + Pods/Target Support Files/pop/pop-umbrella.h | 2 + README.md | 1 + 36 files changed, 2086 insertions(+), 1768 deletions(-) create mode 100644 Gulps WatchKit App/tr.lproj/Interface.strings create mode 100644 Gulps/Resources/tr.lproj/Localizable.strings create mode 100644 Gulps/tr.lproj/InfoPlist.strings create mode 100644 Gulps/tr.lproj/LaunchScreen.strings create mode 100644 Gulps/tr.lproj/Main.strings create mode 100644 Gulps/tr.lproj/Onboarding.strings diff --git a/Gulps WatchKit App/Info.plist b/Gulps WatchKit App/Info.plist index 0c4d3d3..261b793 100644 --- a/Gulps WatchKit App/Info.plist +++ b/Gulps WatchKit App/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 28 + 29 UISupportedInterfaceOrientations UIInterfaceOrientationPortrait diff --git a/Gulps WatchKit App/tr.lproj/Interface.strings b/Gulps WatchKit App/tr.lproj/Interface.strings new file mode 100644 index 0000000..3ef1101 --- /dev/null +++ b/Gulps WatchKit App/tr.lproj/Interface.strings @@ -0,0 +1,12 @@ + +/* Class = "WKInterfaceLabel"; text = "Remember to drink some water!"; ObjectID = "XkS-y5-khE"; */ +"XkS-y5-khE.text" = "Biraz su içmeyi unutma!"; + +/* Class = "WKInterfaceMenuItem"; title = "+ Small Gulp"; ObjectID = "bMN-XA-clU"; */ +"bMN-XA-clU.title" = "+ Küçük Yudum"; + +/* Class = "WKInterfaceMenuItem"; title = "+ Big Gulp"; ObjectID = "d2z-2A-k0p"; */ +"d2z-2A-k0p.title" = "+ Büyük Yudum"; + +/* Class = "WKInterfaceLabel"; text = "DAILY GOAL: 0%"; ObjectID = "jsO-fa-6Yq"; */ +"jsO-fa-6Yq.text" = "GÜNLÜK HEDEF: 0%"; diff --git a/Gulps WatchKit Extension/Info.plist b/Gulps WatchKit Extension/Info.plist index 9ade8d5..63d6ac7 100644 --- a/Gulps WatchKit Extension/Info.plist +++ b/Gulps WatchKit Extension/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 28 + 29 CLKComplicationPrincipalClass $(PRODUCT_MODULE_NAME).ComplicationController CLKComplicationSupportedFamilies diff --git a/Gulps.xcodeproj/project.pbxproj b/Gulps.xcodeproj/project.pbxproj index e4b763b..22ef4bd 100644 --- a/Gulps.xcodeproj/project.pbxproj +++ b/Gulps.xcodeproj/project.pbxproj @@ -159,6 +159,12 @@ /* Begin PBXFileReference section */ 0949E3042AD24736A6E5C665 /* Pods-GulpsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GulpsTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-GulpsTests/Pods-GulpsTests.release.xcconfig"; sourceTree = ""; }; + 2AB916D31E82B36600301C45 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Main.strings; sourceTree = ""; }; + 2AB916D41E82B36600301C45 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/LaunchScreen.strings; sourceTree = ""; }; + 2AB916D51E82B36600301C45 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Onboarding.strings; sourceTree = ""; }; + 2AB916D61E82B36600301C45 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Interface.strings; sourceTree = ""; }; + 2AB916D71E82B36600301C45 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = ""; }; + 2AB916D81E82B36600301C45 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 58E28A47EF2AA14E880CD719 /* Pods_GulpsTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GulpsTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 650DCE641AF3CD4100E12764 /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = ""; }; 653039861BDF6F9000263D77 /* WatchEntryHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WatchEntryHelper.swift; sourceTree = ""; }; @@ -706,6 +712,7 @@ en, Base, it, + tr, ); mainGroup = 65F44C121AF24B440093A3E9; productRefGroup = 65F44C1C1AF24B440093A3E9 /* Products */; @@ -1005,6 +1012,7 @@ children = ( 6537A80C1AF24CA700EC16E9 /* Base */, 65F55F281B593A0A008653F2 /* it */, + 2AB916D51E82B36600301C45 /* tr */, ); name = Onboarding.storyboard; sourceTree = ""; @@ -1014,6 +1022,7 @@ children = ( 65E94C6B1BBC13B400A65B30 /* Base */, 65E94C6D1BBC13BF00A65B30 /* it */, + 2AB916D81E82B36600301C45 /* tr */, ); name = InfoPlist.strings; sourceTree = ""; @@ -1023,6 +1032,7 @@ children = ( 65F44C251AF24B440093A3E9 /* Base */, 65F55F261B5938BE008653F2 /* it */, + 2AB916D31E82B36600301C45 /* tr */, ); name = Main.storyboard; sourceTree = ""; @@ -1031,6 +1041,7 @@ isa = PBXVariantGroup; children = ( 65F44C2A1AF24B440093A3E9 /* Base */, + 2AB916D41E82B36600301C45 /* tr */, ); name = LaunchScreen.xib; sourceTree = ""; @@ -1040,6 +1051,7 @@ children = ( 65F44C711AF24B8A0093A3E9 /* Base */, 65F55F2A1B593C16008653F2 /* it */, + 2AB916D61E82B36600301C45 /* tr */, ); name = Interface.storyboard; sourceTree = ""; @@ -1049,6 +1061,7 @@ children = ( 65F55F221B592D91008653F2 /* it */, 65F55F241B592DA2008653F2 /* en */, + 2AB916D71E82B36600301C45 /* tr */, ); name = Localizable.strings; sourceTree = ""; diff --git a/Gulps/Images.xcassets/AppIcon.appiconset/Contents.json b/Gulps/Images.xcassets/AppIcon.appiconset/Contents.json index 0115a46..4b6e6c2 100644 --- a/Gulps/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/Gulps/Images.xcassets/AppIcon.appiconset/Contents.json @@ -1,5 +1,15 @@ { "images" : [ + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "3x" + }, { "size" : "29x29", "idiom" : "iphone", diff --git a/Gulps/Info.plist b/Gulps/Info.plist index fd50a80..9f5fa1c 100644 --- a/Gulps/Info.plist +++ b/Gulps/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 28 + 29 LSRequiresIPhoneOS NSHealthShareUsageDescription diff --git a/Gulps/Resources/tr.lproj/Localizable.strings b/Gulps/Resources/tr.lproj/Localizable.strings new file mode 100644 index 0000000..3275385 --- /dev/null +++ b/Gulps/Resources/tr.lproj/Localizable.strings @@ -0,0 +1,41 @@ +/* Globals */ +"notification text" = "Biraz su içmeyi unutma!"; +"Liters" = "Litre"; +"Ounces" = "Ons"; + +/* Main */ +"drink title" = "Su İç!"; +"undo poptip" = "Son işleminizi geri almak için buraya dokunun"; +"undo title" = "Geri al"; +"undo message" = "Son işlemi geri al?"; +"No" = "Hayır"; +"Yes" = "Evet"; + +/* Calendar */ +"progress title" = "Geçmiş"; +"share poptip" = "Buradan geçmişinizi kontrol edebilirsiniz"; +"share text" = "Sağlıklı kalmak için! % D gün boyunca% d% @ su içtim. https://goo.gl/reTyQU @GulpsApp"; +"unit format" = "%@ Limitin üzerinde içtin"; +"goal met" = "Hedef başarıldı!"; + +/* Settings */ +"settings title" = "Tercihler"; +"hours" = "Saat"; +"hour" = "Saat"; +"unit of measure title" = "Ölçü Birimi:"; +"from:" = "Bitiş:"; +"to:" = "Başlangıç:"; +"every:" = "Yenileme:"; + +/* Today ext */ +"way to go" = "Yürü be!"; +"today extension format" = "%@ %@ su içtin (Hedefin %@ başarıldı.)"; +"confirm" = "Onayla"; +"never mind" = "Boşver"; + +/* WatchKit */ +"daily goal:" = "GÜNLÜK HEDEF: "; +"watch.please_onboard" = "Lütfen uygulamayı ilk olarak iPhone'dan çalıştırdığınıza emin olun.!"; + +/* HealthKit */ +"health.poptip" = "Apple Health dışa aktarmayı ayarlardan etkinleştirebilirsiniz."; diff --git a/Gulps/Support/HealthKitHealper.swift b/Gulps/Support/HealthKitHealper.swift index df13b21..45ca2c6 100644 --- a/Gulps/Support/HealthKitHealper.swift +++ b/Gulps/Support/HealthKitHealper.swift @@ -23,7 +23,7 @@ open class HealthKitHelper { healthKitStore.requestAuthorization(toShare: types, read: nil) { (success, error) in if !success { - print(error) + print(error!) } } } diff --git a/Gulps/tr.lproj/InfoPlist.strings b/Gulps/tr.lproj/InfoPlist.strings new file mode 100644 index 0000000..aa20808 --- /dev/null +++ b/Gulps/tr.lproj/InfoPlist.strings @@ -0,0 +1,4 @@ +"ADD_BIG_GULP" = "Büyük bir yudum ekleyin"; +"ADD_SMALL_GULP" = "Küçük bir yudum ekleyin"; +"PRIVACY_UPDATE" = "Bu uygulama Su tüketiminizi günceller"; +"PRIVACY_SHARE" = "Bu uygulama Su tüketiminizi günceller"; diff --git a/Gulps/tr.lproj/LaunchScreen.strings b/Gulps/tr.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Gulps/tr.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/Gulps/tr.lproj/Main.strings b/Gulps/tr.lproj/Main.strings new file mode 100644 index 0000000..b45aefa --- /dev/null +++ b/Gulps/tr.lproj/Main.strings @@ -0,0 +1,126 @@ + +/* Class = "UITabBarItem"; title = "My progress"; ObjectID = "1AV-yg-enX"; */ +"1AV-yg-enX.title" = "Geçmiş"; + +/* Class = "UILabel"; text = "Liters drank over"; ObjectID = "4E2-NO-CiF"; */ +"4E2-NO-CiF.text" = "Limitin üzerinde içtin."; + +/* Class = "UILabel"; text = "Export data to Health"; ObjectID = "72o-fo-Kke"; */ +"72o-fo-Kke.text" = "Veriyi dışarı aktar"; + +/* Class = "UITabBarItem"; title = "Preferences"; ObjectID = "BBe-Kb-DPg"; */ +"BBe-Kb-DPg.title" = "Tercihler"; + +/* Class = "UILabel"; text = "Small gulp"; ObjectID = "Brt-M3-CC4"; */ +"Brt-M3-CC4.text" = "Küçük Yudum"; + +/* Class = "UITableViewSection"; headerTitle = "Notifications"; ObjectID = "Cqk-U1-F6w"; */ +"Cqk-U1-F6w.headerTitle" = "Bildirimler"; + +/* Class = "UILabel"; text = "Oz"; ObjectID = "DT8-cB-ShB"; */ +"DT8-cB-ShB.text" = "Oz"; + +/* Class = "UITextField"; text = "2"; ObjectID = "Heo-vz-8M3"; */ +"Heo-vz-8M3.text" = "2"; + +/* Class = "UITextField"; text = "0,2"; ObjectID = "HpM-IE-rg0"; */ +"HpM-IE-rg0.text" = "0,2"; + +/* Class = "UILabel"; text = "Liters"; ObjectID = "Jwx-tY-nJI"; */ +"Jwx-tY-nJI.text" = "Litre"; + +/* Class = "UIButton"; normalTitle = "Nope"; ObjectID = "KcM-qN-18r"; */ +"KcM-qN-18r.normalTitle" = "Hayır"; + +/* Class = "UITableViewSection"; headerTitle = "Settings"; ObjectID = "M6x-da-DQK"; */ +"M6x-da-DQK.headerTitle" = "Ayarlar"; + +/* Class = "UILabel"; text = "0%"; ObjectID = "Nja-Uo-jJw"; */ +"Nja-Uo-jJw.text" = "0%"; + +/* Class = "UILabel"; text = "From"; ObjectID = "Pnc-7E-Kee"; */ +"Pnc-7E-Kee.text" = "Bitiş"; + +/* Class = "UIButton"; normalTitle = "Sure!"; ObjectID = "QXZ-Em-FFP"; */ +"QXZ-Em-FFP.normalTitle" = "Kesinlikle!"; + +/* Class = "UILabel"; text = "200"; ObjectID = "R2u-Oc-VLI"; */ +"R2u-Oc-VLI.text" = "200"; + +/* Class = "UILabel"; text = "How about rating Gulps on the AppStore? We always appreciate the feedback!"; ObjectID = "R9l-6a-fbg"; */ +"R9l-6a-fbg.text" = "App Store'da Gulps'i derecelendirmeye ne dersin? Geri bildirimleriniz bizi çok memnun eder!"; + +/* Class = "UILabel"; text = "Oz"; ObjectID = "RVh-z0-hYc"; */ +"RVh-z0-hYc.text" = "Oz"; + +/* Class = "UITextField"; text = "0,5"; ObjectID = "SBF-ug-rBd"; */ +"SBF-ug-rBd.text" = "0,5"; + +/* Class = "UITableViewSection"; headerTitle = "Portions"; ObjectID = "Uhu-cr-ZJf"; */ +"Uhu-cr-ZJf.headerTitle" = "Miktar"; + +/* Class = "UILabel"; text = "Remind me to drink"; ObjectID = "XIg-ci-rnk"; */ +"XIg-ci-rnk.text" = "Su içmeyi hatırlat"; + +/* Class = "UILabel"; text = "8:00"; ObjectID = "aBp-Ni-lCc"; */ +"aBp-Ni-lCc.text" = "8:00"; + +/* Class = "UITabBarItem"; title = "Drink"; ObjectID = "acW-dT-cKf"; */ +"acW-dT-cKf.title" = "Su iç"; + +/* Class = "UILabel"; text = "Yay!"; ObjectID = "ee7-af-1yT"; */ +"ee7-af-1yT.text" = "Süper!"; + +/* Class = "UILabel"; text = "22:00"; ObjectID = "en4-wz-CaR"; */ +"en4-wz-CaR.text" = "22:00"; + +/* Class = "UILabel"; text = "To"; ObjectID = "f3c-OV-GHw"; */ +"f3c-OV-GHw.text" = "Başlangıç"; + +/* Class = "UILabel"; text = "days"; ObjectID = "jpZ-Ht-zcx"; */ +"jpZ-Ht-zcx.text" = "günler"; + +/* Class = "UITableViewSection"; headerTitle = "Apple Health"; ObjectID = "kL3-zV-Q1y"; */ +"kL3-zV-Q1y.headerTitle" = "Apple Health"; + +/* Class = "UIButton"; normalTitle = "Contact us"; ObjectID = "lX0-8d-2KC"; */ +"lX0-8d-2KC.normalTitle" = "Bize ulaşın"; + +/* Class = "UILabel"; text = "2 hours"; ObjectID = "llL-4J-aC6"; */ +"llL-4J-aC6.text" = "2 saat"; + +/* Class = "UILabel"; text = "200"; ObjectID = "lon-Jb-3Cm"; */ +"lon-Jb-3Cm.text" = "200"; + +/* Class = "UILabel"; text = "0%"; ObjectID = "mEa-Xq-QB6"; */ +"mEa-Xq-QB6.text" = "0%"; + +/* Class = "UILabel"; text = "Unit of mesure"; ObjectID = "mud-m1-HKI"; */ +"mud-m1-HKI.text" = "Ölçü Birimi"; + +/* Class = "UILabel"; text = "Oz"; ObjectID = "nbd-CS-kU7"; */ +"nbd-CS-kU7.text" = "Ons"; + +/* Class = "UIButton"; normalTitle = "Close"; ObjectID = "nce-Ji-tce"; */ +"nce-Ji-tce.normalTitle" = "Kapat"; + +/* Class = "UILabel"; text = "Daily goal"; ObjectID = "pt1-x1-O82"; */ +"pt1-x1-O82.text" = "Günlük Hedef"; + +/* Class = "UILabel"; text = "Good job keeping healthy! \nBy the way, we’d love some feedback! How do you feel about Gulps? "; ObjectID = "q2X-D7-DBk"; */ +"q2X-D7-DBk.text" = "Harika bir iş başardınız! \nBu arada, Biz geri bildirimleri çok severiz! Gulps hakkında ne düşünüyorsun?"; + +/* Class = "UILabel"; text = "Sorry to hear that! Is there any way we can improve your experience with Gulps? Contact us, we'd love your feedback!"; ObjectID = "upP-xB-nVY"; */ +"upP-xB-nVY.text" = "Bunu duyduğuma üzüldüm! Gulps'le deneyiminizi geliştirebilmemizin bir yolu var mı? Bize ulaşın, görüşlerinizi bilmeyi çok isteriz!"; + +/* Class = "UILabel"; text = "Every"; ObjectID = "w1F-Cx-bRx"; */ +"w1F-Cx-bRx.text" = "Yenileme"; + +/* Class = "UIButton"; normalTitle = "Share"; ObjectID = "xk6-tX-JQH"; */ +"xk6-tX-JQH.normalTitle" = "Paylaş"; + +/* Class = "UILabel"; text = "Big gulp"; ObjectID = "yCk-VT-Gki"; */ +"yCk-VT-Gki.text" = "Büyük Yudum"; + +/* Class = "UILabel"; text = "Way to go!"; ObjectID = "zyj-Gr-Ph8"; */ +"zyj-Gr-Ph8.text" = "Yürü be!"; diff --git a/Gulps/tr.lproj/Onboarding.strings b/Gulps/tr.lproj/Onboarding.strings new file mode 100644 index 0000000..b7fa11a --- /dev/null +++ b/Gulps/tr.lproj/Onboarding.strings @@ -0,0 +1,82 @@ + +/* Class = "UILabel"; text = "22:00"; ObjectID = "0pm-Fb-nta"; */ +"0pm-Fb-nta.text" = "22:00"; + +/* Class = "UILabel"; text = "Every"; ObjectID = "6pM-Tq-50n"; */ +"6pM-Tq-50n.text" = "Yenileme"; + +/* Class = "UILabel"; text = "1 hour"; ObjectID = "9Xn-gc-3Bx"; */ +"9Xn-gc-3Bx.text" = "1 saat"; + +/* Class = "UILabel"; text = "Hi there!"; ObjectID = "J5V-th-GOK"; */ +"J5V-th-GOK.text" = "Merhaba!"; + +/* Class = "UILabel"; text = "I’ll keep track of your water consumption through gulps, you just need to set up your usual small gulp (a glass of water, usually 0,2 L or 8 oz) and big gulp (let’s say a bottle)"; ObjectID = "JSe-R9-wt9"; */ +"JSe-R9-wt9.text" = "Gulps ile su tüketimini takip edeceğim, sadece olağan küçük yudumlarını ayarlaman gerekiyor (Bir bardak su, genellikle 0.2 L veya 8 oz) ve büyük yudum (Bir şişe diyelim)"; + +/* Class = "UILabel"; text = "Daily goal"; ObjectID = "K6E-SK-ldz"; */ +"K6E-SK-ldz.text" = "Günlük Hedef"; + +/* Class = "UILabel"; text = "oz"; ObjectID = "OlE-qk-N7s"; */ +"OlE-qk-N7s.text" = "oz"; + +/* Class = "UITextField"; placeholder = "goal"; ObjectID = "S54-HU-dVI"; */ +"S54-HU-dVI.placeholder" = "Hedef"; + +/* Class = "UITextField"; text = "2.0"; ObjectID = "S54-HU-dVI"; */ +"S54-HU-dVI.text" = "2.0"; + +/* Class = "UILabel"; text = "I can remind you to drink every once in a while. Since I don’t want to nag you, you’ll decide when:"; ObjectID = "T9n-t2-EOq"; */ +"T9n-t2-EOq.text" = "Her seferinde su içmeni hatırlatabilirim. Seni rahatsız etmek istemediğim için, zamanına sen karar vereceksin:"; + +/* Class = "UILabel"; text = "From"; ObjectID = "TTz-34-edX"; */ +"TTz-34-edX.text" = "Bitiş"; + +/* Class = "UILabel"; text = "Small gulp"; ObjectID = "WfK-EQ-Qob"; */ +"WfK-EQ-Qob.text" = "Küçük Yudum"; + +/* Class = "UILabel"; text = "A couple of questions first:\nwhat measurement system do you prefer?"; ObjectID = "aNx-Gk-pr3"; */ +"aNx-Gk-pr3.text" = "Önce birkaç soru:\nHangi ölçüm sistemini tercih edersiniz?"; + +/* Class = "UILabel"; text = "I’m here to help you keep track of a simple healthy habit: +drinking water."; ObjectID = "dbP-89-LG1"; */ +"dbP-89-LG1.text" = "Basit bir alışkanlığınızı takip etmenize yardımcı olmak için buradayım: Su içmek."; + +/* Class = "UITextField"; placeholder = "glass"; ObjectID = "e8D-nG-89R"; */ +"e8D-nG-89R.placeholder" = "bardak"; + +/* Class = "UITextField"; text = "0.2"; ObjectID = "e8D-nG-89R"; */ +"e8D-nG-89R.text" = "0.2"; + +/* Class = "UITextField"; placeholder = "bottle"; ObjectID = "gFP-R6-3l1"; */ +"gFP-R6-3l1.placeholder" = "şişe"; + +/* Class = "UITextField"; text = "0.5"; ObjectID = "gFP-R6-3l1"; */ +"gFP-R6-3l1.text" = "0.5"; + +/* Class = "UILabel"; text = "Liters"; ObjectID = "hoW-cL-j0l"; */ +"hoW-cL-j0l.text" = "Litre"; + +/* Class = "UILabel"; text = "Big gulp"; ObjectID = "kMj-hq-rjr"; */ +"kMj-hq-rjr.text" = "Büyük Yudum"; + +/* Class = "UILabel"; text = "Remind me"; ObjectID = "mVT-8Y-PAY"; */ +"mVT-8Y-PAY.text" = "Hatırlatma"; + +/* Class = "UILabel"; text = "Now, set your daily goal. An average goal is around 2 L or 64 oz per day, but it can vary with your build."; ObjectID = "nbv-Ph-Ogi"; */ +"nbv-Ph-Ogi.text" = "Şimdi, günlük hedefinizi belirleyin. Ortalama bir hedefe günde yaklaşık 2 Litre veya 64 ons ile ulaşabilirsiniz. Ancak vücut yapına göre bu değişebilir."; + +/* Class = "UILabel"; text = "Ounces"; ObjectID = "rUi-CZ-r3F"; */ +"rUi-CZ-r3F.text" = "Ons"; + +/* Class = "UILabel"; text = "oz"; ObjectID = "s4e-zS-DTj"; */ +"s4e-zS-DTj.text" = "oz"; + +/* Class = "UILabel"; text = "To"; ObjectID = "sjg-oM-azP"; */ +"sjg-oM-azP.text" = "Başlangıç"; + +/* Class = "UILabel"; text = "10:00"; ObjectID = "uxY-Gi-w4N"; */ +"uxY-Gi-w4N.text" = "10:00"; + +/* Class = "UILabel"; text = "oz"; ObjectID = "wIJ-Qh-sXS"; */ +"wIJ-Qh-sXS.text" = "oz"; diff --git a/GulpsToday/Info.plist b/GulpsToday/Info.plist index bc7bf1c..d321d10 100644 --- a/GulpsToday/Info.plist +++ b/GulpsToday/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 28 + 29 NSExtension NSExtensionMainStoryboard diff --git a/Podfile.lock b/Podfile.lock index 9058c6f..d6932c9 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -67,4 +67,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 8c0ac70b44ea8464b80dbbb39aac47effe749ba0 -COCOAPODS: 1.1.0.rc.2 +COCOAPODS: 1.1.1 diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 9058c6f..d6932c9 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -67,4 +67,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 8c0ac70b44ea8464b80dbbb39aac47effe749ba0 -COCOAPODS: 1.1.0.rc.2 +COCOAPODS: 1.1.1 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 05afff1..058a8c1 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -7,660 +7,660 @@ objects = { /* Begin PBXBuildFile section */ - 0046AC2DE286E1710A6796D1282D8183 /* NSString+QCKSelectorName.m in Sources */ = {isa = PBXBuildFile; fileRef = C1899150016CD1A47A0EBE5014827B3F /* NSString+QCKSelectorName.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 01F02BE50F021DF7AB4B5BC45CA85606 /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = FC9BACF578E821F42811EA2759380C02 /* RLMConstants.h */; }; - 02A5EE62661AD704826C3E0746D33298 /* UIImage+Diff.m in Sources */ = {isa = PBXBuildFile; fileRef = 79D64D439EFA30CCB71E8FBA8AAF497F /* UIImage+Diff.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 02AA2D34125889A00BB039BF4AD3F9AA /* AHKActionSheet.h in Headers */ = {isa = PBXBuildFile; fileRef = 97B276E4858BE9CC74B7650DB6A224D4 /* AHKActionSheet.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 038D90EF3EF6E3EC2D5AA5852715D17C /* RLMArrayLinkView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B53396FB462C40BFB504EE1081DF97F /* RLMArrayLinkView.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0467369F19D8A99FD4F12FCA92C4D0D4 /* Match.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03BF5144CDE067493BB42E0650128417 /* Match.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 049226BAEB0C803CCC0D7EAA37F91A17 /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 969A02E46B775E349AADC369C7BF3DE3 /* RLMResults_Private.h */; }; - 052DB18AA6EFB77AB6A206097613A474 /* RLMMigration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC473ED768DB9499345F1FCA8FE6B80A /* RLMMigration_Private.h */; }; - 06706BF65BDB658C53F3610059D1719B /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 23E5C7653B1A2934369B8B5A5E1830EA /* Realm.h */; }; - 06B92BBC4B8865EBA211D629F7D71CCA /* PrettySyntax.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8A938EFE71A05B5D4583B1E12594F71 /* PrettySyntax.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 071721DF97C8522C954CE55E7FCB8B3F /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 61EBE32FD99B1280BC0790991CF5B5BD /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 076783FCF68E46ABCD9C035473FA9A89 /* JTCalendarAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 516ED0EBFDB80E05F9B3C0E3A4927A51 /* JTCalendarAppearance.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A9DA2158E1A0BD404CD48D07C183F3A /* World+DSL.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B2088DE178F948B4037312B1BCB10B /* World+DSL.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BDC3A6337177756026E1AF9160738DA /* placeholder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C64BE4C70B73079313F65FA899DB86B5 /* placeholder.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0CF1255DF40C970C747AFA04ADFE0C6E /* UIApplication+StrictKeyWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = ED8D9F0CD849A34051F58FB1F1A0B3EB /* UIApplication+StrictKeyWindow.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0D80057E7203AEBE97270D1099EF3ADE /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78277AA8004E5E360A7B0B096A894BCD /* Migration.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0FAB1EAA8FB861DDC0F243F14A4D8CB9 /* JTCalendarContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3623ECEFE91293E3E5432EF8CE09F7DF /* JTCalendarContentView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1037AFA5F6261671A251540481B4A765 /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C4AE81D05869C4669BD3750FF9A83011 /* RLMRealmConfiguration.h */; }; - 107FB0258168DBE13DD6A7C04B58F2B9 /* HooksPhase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EBC3F63DCA049E3DFC50893BF29CBE3 /* HooksPhase.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1091031BD71965DDA7E5FDCF3901AB2C /* POPAnimationEvent.mm in Sources */ = {isa = PBXBuildFile; fileRef = 55D355445CF77FEDD79338C5697B5492 /* POPAnimationEvent.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 10C571A3E1469D1EA05B91BB4B46BCD2 /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 13279622DBD7EC7E65BF52D634F62C48 /* RLMObject_Private.h */; }; - 11A5798098DA54D4B98A7F9EA53419A3 /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2A7CF1EB8BE87FAAC624F3202A5A8E /* Aliases.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 11C2AAB390F8ED2159E8AADA00FE6779 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0DEB9B79770138ED7AED8027C7F7B474 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 124E09117CC96F6293AA535ABAB31D16 /* format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 672C94508FD4C3B136A95D51132D5290 /* format.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 12581F6F00E7A89B05EAAEAC74977912 /* Pods-Gulps-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 81CDF9A8015587B371F85376657627D0 /* Pods-Gulps-dummy.m */; }; - 130F048002A62769FAFCC66F2C79391A /* FBSnapshotTestController.h in Headers */ = {isa = PBXBuildFile; fileRef = B89455CC3B95BCAB3F9C319F4AEA3074 /* FBSnapshotTestController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 13AA728946F2C0EC4E14B85FB015E6D6 /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92BD5165872A95C28FE0C966AB7F8C36 /* Schema.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 14FAD5D95B5A21B917BC8008B449C8E7 /* FBSnapshotTestCasePlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E5E9C30EFDB8473358145CA7E9AC955 /* FBSnapshotTestCasePlatform.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1517690AB5E1FC59D84EFD5FEEC70253 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B9D4264B79DBFA90300C32161951D858 /* RLMProperty.h */; }; - 154EB1A3AB3301E3A44BB5356C1F4980 /* XCTestSuite+QuickTestSuiteBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 45BD5C576213E5BB448051B965076A95 /* XCTestSuite+QuickTestSuiteBuilder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 15C265EDC6AD60316EEAB8B19E062047 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - 161201824EE3922A10F509AB4F2DB523 /* BeCloseTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0DD65536A2EB54DB9DC8D9B0713343C /* BeCloseTo.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 192AA689FCF000B724E91DD2E0A5C801 /* NimbleEnvironment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F20C917463CCD493F8D42E16D892435 /* NimbleEnvironment.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1A64DD54EDE49D7F62AEE2D8DB17E1CE /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4D283E9518D1F8454BBFB9EAC684AC22 /* RLMObjectBase_Dynamic.h */; }; - 1A90360A63DA11A477EA01ACFB70D84A /* Pods-GulpsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CED0A47E848C96C7E77903DC29ED971F /* Pods-GulpsTests-dummy.m */; }; - 1AC0B4E30C6DDE4799CB3C1D99299E27 /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2231045194FDD4DC0A417A6701D1E52B /* RLMResults.h */; }; - 1B3D01F670AF8937F5D3B04A26044FB6 /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8D027FA7277EF674A297628256BD9374 /* RLMRealm.h */; }; - 1D00380CB24FD873D03376CC6E9C55E1 /* DSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE17A759936562CC97DD828DEFC6B2B0 /* DSL.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1D6BB0BD99681E249257DFDD86215410 /* POPGeometry.mm in Sources */ = {isa = PBXBuildFile; fileRef = AA8834A3D795B8634701226A32242847 /* POPGeometry.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1E83E908BAC2E069C57DC27601C71954 /* JTCalendarWeekView.m in Sources */ = {isa = PBXBuildFile; fileRef = BD48167B51D1629A0A01C396BD2746DC /* JTCalendarWeekView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1E9DF48A14DC2B9EA5B53A2FCF33BF41 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - 200133972700412A66948F8A3F1EB612 /* AHKActionSheet-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D91F33E147DB3F1C14D47341484F2067 /* AHKActionSheet-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20051366B2CF49F25C5F0834156E8718 /* NimbleSnapshotsConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736C3DEE7B209B37C09CD97B9BD483C6 /* NimbleSnapshotsConfiguration.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 21477E1CC7F8C5CE2724935976796ABC /* POPAnimatorPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = D632AA6CB9AA68A205EAB81E91992F05 /* POPAnimatorPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2205690469D0C73D8EB34FB19BC43690 /* QuickTestSuite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D2FB01C629BCB642660E2CD54C8A524 /* QuickTestSuite.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 236654D5D8E4BB9B6C2D242D0899AF6D /* POPAction.h in Headers */ = {isa = PBXBuildFile; fileRef = FC4DABF673DD0165AEBF92BEB3B041B9 /* POPAction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24B3D136E94399D824492B7AB489C74D /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2D46B0A1F16061CFE2DDD56906FC49A /* RLMObjectSchema.h */; }; - 250939BE8A93E7C2EFB031D3AD65E95B /* UIColor+ColorWithHex.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FE52D935D24A673A6E75B0B3C435422 /* UIColor+ColorWithHex.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 25A5AC91FE5D79034EDB1471C562238A /* POPAnimator.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACD60A7E2F5E3AB6A2F3B2182F303E98 /* POPAnimator.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 26206DE466859E1F4DD42F87A503177B /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F6337D338C23F96203A4E01182AE3755 /* RLMObjectSchema_Private.h */; }; - 2692C852C0FAED686CB39F2F2445D29C /* BAFluidView.h in Headers */ = {isa = PBXBuildFile; fileRef = E521D8EF84C29A5A2ACDF953E51EEA95 /* BAFluidView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 276A250E67A90945FC94201CDC283860 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA2459B1D552EC71C5C8AA32126F9E0A /* LinkingObjects.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 27B98DFCFA9576CB9079E8FD3170BCE2 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B925DBC85C39F4B1622CB020A65D4FD /* Property.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2809CB22F804263BA86C64085EC17F2E /* POPCustomAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = E71932C7C8D590547EF2E55E4AB8E900 /* POPCustomAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 282FE58F61FD73228F7617FFB08AB322 /* POPDecayAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = E7E4B7C6B426A7BA33538F0C66EF7EC3 /* POPDecayAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28546B1AD18D73C93CC5CD7A389FB36A /* AMWaveViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 143BD79391539EE04BCAA7008C638878 /* AMWaveViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28A0AF2F35CEC4EC0BD73D60FC36E3A9 /* RLMListBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A3ED5E31D83A389AC5C43752D3C317A5 /* RLMListBase.h */; }; - 29EC24F8EC31DC247207A1A14094ED70 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - 2CB0C78215C92B0824FE1CA81CAFDA26 /* RLMListBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FEC2303F648448F68E5C9AD9B730E93 /* RLMListBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2D006DDF9383A2C7E5EA06F4119CFF6F /* POP.h in Headers */ = {isa = PBXBuildFile; fileRef = 02802C5DCFA18BBF106D4F47FCEBF5BB /* POP.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D5E4048DC7607076D5717542EA1DC23 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5DB1B0CF502849512F570E345C6DBF58 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2D752058E2F74B6625E97973557F8D51 /* shared_realm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7134DA7E7C61C4D5C867018FF28CD47B /* shared_realm.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2D864827BE2F99BBFB8AE2125A88EE06 /* QCKDSL.m in Sources */ = {isa = PBXBuildFile; fileRef = 84C38D3214298A39811547DB93576796 /* QCKDSL.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2E18546C19A097CFF92C09210FB55ABD /* schema.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08C064A013CF6B45AFF9DE81D755486B /* schema.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2E6F7D8CD83673E9E1CEAB7790F47A8B /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 85B516D991A09A5ED22C45489530F159 /* RLMArray.h */; }; - 2F35000801FA6F0A27686F7102486404 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB20071B2E9B4C73AA15AA6413D5BCF7 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 30231C950C74BDD92A5C266038593F73 /* collection_notifier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76360A8C0A5D61E45930910B53370BF2 /* collection_notifier.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 30BFAAB08155BEA69EE5112E403AE8AA /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BD553FC4BA6DF7D91C38FC7DCB53E7AB /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 30F0DD2AAF62C4A402C220E07E8C6C98 /* AllPass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F0BF7C95F28E482676E24BFC12D9940 /* AllPass.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 310F9B18EC928A50EEC6F5345B0995AF /* POPPropertyAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = E2A290AEAFD02B17472A436AAF0DD6E1 /* POPPropertyAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 31146755DCA65A9EB259D99D90ED3CD1 /* SwiftVersion.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5262A1B03C80597127AF948D4DD5407 /* SwiftVersion.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 31BD0C9241E08549B6864F0026EDF5DE /* AMPopTip.h in Headers */ = {isa = PBXBuildFile; fileRef = 7572536E17D9A11520BE4A1F7C1DF6F8 /* AMPopTip.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 31D19316E3F33AE77DDCD961DEC9A9E9 /* QCKDSL.h in Headers */ = {isa = PBXBuildFile; fileRef = 34266277DEDAFC1CBC25BC065EC657A9 /* QCKDSL.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 32B693D312559F8E00E6722B5B62B8CB /* POPAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C5F0EDA80CF0B28C6729644BE034675 /* POPAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33EE7806A0AD0C0AFD362E1AD550EA6A /* AMPopTip+Draw.h in Headers */ = {isa = PBXBuildFile; fileRef = 56950FB4BA74D06E32BDF089851E8018 /* AMPopTip+Draw.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 34A1C7E576C58A9D3F3101448308BF3E /* UIImage+Snapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = E982C5D993AD3AACF212D9F496ADEB69 /* UIImage+Snapshot.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 34EB6A6C89EA7241832F5FDAD40DEB4A /* POPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E9E611594A0A344E32C4B03D6864FA2 /* POPDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 36076C14B35110B528A15AF21826CCE1 /* Nimble-Snapshots-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C4CA6EFF5A4E69104643DB5F1BE3D7A6 /* Nimble-Snapshots-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 369F9F7F2F3492C0A2083F156FB1E1D9 /* RaisesException.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B08494FAC24A291F0D465711C5FD1BA /* RaisesException.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 37707772F1C430F8F6E893F27105437B /* UIImage+Snapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = EE39B111D0EF1A87E9B6BEE7B3AF48EF /* UIImage+Snapshot.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 37A8FC955ED4481012CB3922643B25C5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - 37E59C10BD8962090E62FFDF4B1BEC78 /* JTCalendarMenuMonthView.h in Headers */ = {isa = PBXBuildFile; fileRef = 38441834795056833D8287C583DF2F46 /* JTCalendarMenuMonthView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3897E3BF0B75BB26F2A137A5ED171685 /* JTCalendarDataCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E9DAC634A738C71C4C55AF3FECD15438 /* JTCalendarDataCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3960E570085E7D448888E8DF9BEA91D9 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 25129AE9EB07EADEB6FC6F87F898A41A /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3A67ADB300E5220AE1385EF895DEEBCA /* Quick-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 41154E075B8BA75D9F7E320AF9399E04 /* Quick-dummy.m */; }; - 3B3B4E109B651C524ECF52AAF1888D93 /* SatisfyAnyOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E43F9D859CB7388D33676B66930D6D3 /* SatisfyAnyOf.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3D18A337B212F2E9717D755B9FB905F7 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 917323C90E9D7B885C4BECD1A4E01071 /* RLMObjectBase.h */; }; - 3D93BFA783AC51FC2B428613DB3FE9C3 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 695846ECF70B09A0AFF76840EA622F98 /* UIKit.framework */; }; - 3E12B3DB2484BE8AD7D02FC0EA72A44A /* thread_confined.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 361B95362FEF910DB4DCD4A7EF30D670 /* thread_confined.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3F3F0FA013A785049BE893B7EAE79E29 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A67B56E3AE389DB0F7DEEFD20837C902 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4008D08BF45E74608C4F66F15A560363 /* BAFluidView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BF4647910CB744279184B1AA27824BD /* BAFluidView-dummy.m */; }; - 4090821F8E3E2B39219CBA56FD4599CA /* DSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = C544375EEFB7411831B2DD38CFF2BB9B /* DSL.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 42170A785617C5E0C169EEA58CC2CE64 /* JTCalendarMonthView.m in Sources */ = {isa = PBXBuildFile; fileRef = D4362992EFE44A4727315F103F6AF435 /* JTCalendarMonthView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 421C068CCF276223CD76D9875DB0C537 /* DSL.h in Headers */ = {isa = PBXBuildFile; fileRef = F7DA334ADB044BEDBF9C644BDBE337C6 /* DSL.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4339A9964176E715E909554ED062D717 /* EndWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F7255964CD95FEAD06F64B1ED36F4A9 /* EndWith.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 43A7CEB5E9593B4055B63721F85385A7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - 4496E66304CB9D18517A84A65FE905FF /* POPSpringAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 91E3B57C0DAE8D2848236183B4F05FB9 /* POPSpringAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44DBD853BCF8084B668C1F17697A254F /* UnitBezier.h in Headers */ = {isa = PBXBuildFile; fileRef = 511770538DD9BC96565584B440A96409 /* UnitBezier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45099B79D9242078EB5C5BA7F6BAD209 /* Contain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C90DCC651EC03E8241ADD047D81A540 /* Contain.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4547480F37F48589F68A091B9E004732 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E6313D654976581EEF4F3BE297ACE029 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 454D6366E712ACB2BE701931FB369045 /* Example.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46CE6BEE90CD67A199AAD598553C7CD8 /* Example.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 45E43F9D2982F925F2F12FE089EAAC85 /* World+DSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB0BEA81268EFE94DDCB69BB39843BFF /* World+DSL.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4846BC919D685D1A6927C22B319BF5BB /* AssertionRecorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73E9EFC7FE7B9370967A3AC2E4244CA4 /* AssertionRecorder.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 48C69240E520B244D2993F7F41C9EA57 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 13279622DBD7EC7E65BF52D634F62C48 /* RLMObject_Private.h */; }; - 491E3425BDAF750EB26603545DCA9B04 /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 917323C90E9D7B885C4BECD1A4E01071 /* RLMObjectBase.h */; }; - 497FCDA48AC9A08329B74A634745AE3F /* QuickConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 006D2E0FC69B6FB8961B866B777849D2 /* QuickConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 499FBBE0BC69D633856BB07E2C80C0CF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - 4B4E967C77581729A708FBDADD5BAF88 /* JTCalendarMenuMonthView.m in Sources */ = {isa = PBXBuildFile; fileRef = DE9B68A05073B46A062183A49F23F044 /* JTCalendarMenuMonthView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4C4404DD5F2F8C5E6161AC302EA60CEC /* UIColor+ColorWithHex.h in Headers */ = {isa = PBXBuildFile; fileRef = 092F84B7EC66344BB2D4F6A13A89680E /* UIColor+ColorWithHex.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4D98D85F8999D191A73F4DDE730363B9 /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7EBBDD238E72882D4358F13B1366A535 /* RLMRealm_Private.h */; }; - 50031C4D0BE60101DB1B6E1A7EB1BC07 /* FBSnapshotTestCase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C195A3A63A31184BE5CEFEA26B51464D /* FBSnapshotTestCase-dummy.m */; }; - 510251003E74C84C79025914970ABC84 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9666E21D05661CD9BFFFB713C33E69AF /* Results.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 511CA52E15EAFAFA4B1E9139B67CE198 /* JTCalendarMonthWeekDaysView.h in Headers */ = {isa = PBXBuildFile; fileRef = 70419D53C423637B9A1EA21423861320 /* JTCalendarMonthWeekDaysView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 522E7C454877ACD8AB3D06601E7770AE /* CurrentTestCaseTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D3F3879EAF9BBC011D9625A937738F7 /* CurrentTestCaseTracker.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 53D4A0EBF111A437419EEBB05BF1035D /* QuickSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 8701D5D2647727C546F6CA7FA5F8D4C4 /* QuickSpec.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 55E2DC8C6E93D6A0A34C31686200ADA5 /* BeginWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33F239B12FCD2B461A0683C8622E510E /* BeginWith.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5663881C48E3296537356E60B2A0EC2E /* POPAnimatableProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 01CCEF5CCD6DF3493AC0CE5760D5907A /* POPAnimatableProperty.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 57A311CC77353740F4DE73BC0D67566A /* POPBasicAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 00F564FCC19F2BE223E727F28A64B3D3 /* POPBasicAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5857B974205A6FFBEA8852405B85230A /* transact_log_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E94402F499DF436D361972B13F04E2B /* transact_log_handler.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 588023D5E34BB7865FC4A6DBDA97776C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - 58BD447DB4269B333CA34936416393B3 /* AMWaveTransition-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5468465486497374F34A03D53EB3BCEC /* AMWaveTransition-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 594FC51BE92E0D6E9A912BC24AA01642 /* AMPopTip+Animation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FF8121358717990616EBB9B866F32C0 /* AMPopTip+Animation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 59BF94BC2C9C7AEBF10547516224E504 /* AsyncMatcherWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68FA668D4EFF9A6D7C270C8400098BA7 /* AsyncMatcherWrapper.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 59E7177DD7574A71C4A1244447A3DA07 /* RLMOptionalBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = F677F1824AD9C88893C9BD3B442E9F3E /* RLMOptionalBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5A1A3522BAE03DACE45AF04306A3918E /* AHKActionSheet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A44C29B6D72EED5BFF78BA526DAE2B96 /* AHKActionSheet-dummy.m */; }; - 5A95D82A7EA503BF4D080D0F13960BE0 /* Pods-Gulps-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FBEEE439C76FDA97C403F1C957087E57 /* Pods-Gulps-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5CCBC9EAED1512BC70EEA5DC81872E5B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - 5D6A098F4640F649A59071264060B749 /* JTCalendarMonthView.h in Headers */ = {isa = PBXBuildFile; fileRef = 11B325BBCC14F605251195345B4F7C2A /* JTCalendarMonthView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5E4658D99CEE1E6690FFC4ADBA39EBEB /* POPCustomAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = EBB77162572EFA01247655E4D2B69879 /* POPCustomAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5F9298E76AEE75A954DE24807DA9F1BF /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = F515F6784C2B6B27A98447227434B626 /* Object.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6075CDB627D24157C3752206B741BDD1 /* realm_coordinator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C71DBC4FF7CE2DEF34BDD19A46B11A5E /* realm_coordinator.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 61EBC5CF0D5E065C88028B49C6B8D3B3 /* UIImage+Diff.h in Headers */ = {isa = PBXBuildFile; fileRef = 15C40FACB87336055F0A02C601E40115 /* UIImage+Diff.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 61FE514221839EFE8DB2DB07E8406899 /* RLMMigration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC473ED768DB9499345F1FCA8FE6B80A /* RLMMigration_Private.h */; }; - 63CEE19609AACF5F10FDA4C32D25D0F9 /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DA22631D027A7D50B1B5DA72107CE5F3 /* RLMCollection.h */; }; - 6424889BC932C900D210DF0F476896EB /* BubbleTransition-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 189BA7C9FF4BDB3B80C62CADDE588BDC /* BubbleTransition-dummy.m */; }; - 65B223A830B65D4E33B6EA376590C0D2 /* AMPopTip+Draw.m in Sources */ = {isa = PBXBuildFile; fileRef = 0ECB7F9EBB924CBBEB1BFEE28D45E71D /* AMPopTip+Draw.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 661505A9133639313C6F1AC06A70AAAE /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D283E9518D1F8454BBFB9EAC684AC22 /* RLMObjectBase_Dynamic.h */; }; - 6849FAAD72F79DF11E5ED301BB57035F /* BubbleTransition-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 01BF1F14F2B7E1F547C4B2D73F4B5AAF /* BubbleTransition-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 68B245DB47CA60F8F9ADCA1E8CCDC324 /* UIApplication+StrictKeyWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4BCD014BA0D143C26B6CA291620817 /* UIApplication+StrictKeyWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6940EE65CAD99D30DD6D0CE137E6E781 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 50291E6A4C3562F2087CDD1578114E37 /* RLMRealmConfiguration_Private.h */; }; - 69BB3B31F3C8AE199A43ABE8B0CBF802 /* QuickConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = D001B0FAB3BAF08AFBAC948A0F68979E /* QuickConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 69FD556B5B1C8294F3A0B1E96FFDE148 /* results_notifier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 532C53C918DD317A7EB41BF5286ABA93 /* results_notifier.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6D25C86FDAE603CAF4ABC50B42C90C98 /* JTCalendarMenuView.m in Sources */ = {isa = PBXBuildFile; fileRef = 22CB0406F5A18BFFD67E642ACC767008 /* JTCalendarMenuView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6D64B3A62004CABD4D53C50C05BF48D7 /* POPAnimationEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A5C595C781AD2E6FE630F781EA23A12 /* POPAnimationEventInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D6EB3014E0AC46DB7A3125AD5DEB502 /* JTCircleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CA678B3E62408C1B47CFEAB0CFD5FB7 /* JTCircleView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6F0561B20FE32826FCE293CD01ACBD3B /* POPAnimationExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 42C3E91F720F20034463A8A90D3C65DA /* POPAnimationExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6F22E6AD6E840224D60B79003945E74D /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = D79A5E785E53888D76292781DCFF7F3E /* Expression.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6F53F50A8292F496E0F23BE551BDD264 /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B2AD578F954242A402FED8E9187C4CA /* RLMArray_Private.h */; }; - 6FFE5DD1C0BDC27D68A28BA7F1E08B07 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89FF9B2C0458CE12BFD83BF8287BA5C9 /* Filter.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7070E1BDFFD9D6D40C6ED465BD5C58CB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - 70A2B1284BD99EEC7FA450D18D43EDCD /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 48F8B3CC917ED44B88787AB896430996 /* RLMProperty_Private.h */; }; - 70BB44C071DB6BE0F506130349501608 /* UICountingLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = F80F6F4037BA6E63B6668B5339088C9F /* UICountingLabel.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 71528524F5BF6C0DD0D61792E6D2E729 /* POPAnimationPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 96511908CB1B0E078B0EC4A63198E304 /* POPAnimationPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 719B7010C936E7C78C61110452A3B33C /* BeAKindOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 866CB82595A8062A8C2DA9D717AAB6EB /* BeAKindOf.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 726D0F725584B5874E20AAE22C4BE335 /* JTCalendarDataCache.h in Headers */ = {isa = PBXBuildFile; fileRef = CB1FD3CEA7FD587DF2FCFEBB65B64468 /* JTCalendarDataCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 73A9AD0A618F9B72497134B4F333F47A /* Pods-GulpsToday-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8701EBDC1C142975C94601734818AE67 /* Pods-GulpsToday-dummy.m */; }; - 73B96724E9D2B03677BA3C2D24601D64 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D6508DBC217CF774FE8E3C1779E6389 /* XCTest.framework */; }; - 7431BCB6CB9D73C9B31EF353CA875E7B /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8BC4F401712C2DB49DAF90F04AE8E90A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 749AB9A00CB2075AFC63390A249B2ADF /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 97344A11E009C1539EEA63BEED073E41 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 74A3FAE2302123E379CA7F5EEB2AD19A /* Equal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 939F9DFBF6FA98C01D9D649CA766FE43 /* Equal.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 74E6AA6C4469942B840EE815E5A63278 /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = B9D4264B79DBFA90300C32161951D858 /* RLMProperty.h */; }; - 751F5D623AC544BD9DF36A9C069FA450 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E02294C6AA18BC736338282B531C36C4 /* QuartzCore.framework */; }; - 7543CC2ADC0CD764A090380B14E8A1B4 /* NimbleXCTestHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 933DA81309C778C8833E31E1EE1F7C2E /* NimbleXCTestHandler.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7709781134BFD262F06EFD618DCE9FCB /* POPAnimationRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = C8E81CBAE60B0A2E1937A7C713479E67 /* POPAnimationRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 773E8A516EEDA50AE5B49C85EA7054D9 /* JTCalendar.h in Headers */ = {isa = PBXBuildFile; fileRef = 59C2A623942F2AE752CDF94ACFF1FFC9 /* JTCalendar.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 774564E76F45CEBD01B57E27B3336BFD /* SourceLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 916A5DC091668F09E14C67E28A92E72B /* SourceLocation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 77BAB7FFE3073BA5F5AE822F946C9AD0 /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EBBDD238E72882D4358F13B1366A535 /* RLMRealm_Private.h */; }; - 783D09E6FEFC6B29AA8024206E692CE7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - 78C0EDC656B9152FB603EC259D241DA5 /* FBSnapshotTestCase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4B6C986713FBB91092A64E4A7BF4A93 /* FBSnapshotTestCase.framework */; }; - 7B160E2FA2E9674E9BA8FCB871C7F4D0 /* JTCalendarWeekView.h in Headers */ = {isa = PBXBuildFile; fileRef = D814BCE419D2FB01C19C425263FE78E5 /* JTCalendarWeekView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7B33E26B06D9F5A1E634F0CADECA38CC /* ErrorUtility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99AE083CE1FD1F775634F55B7EA205E2 /* ErrorUtility.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7CA3103C0B90F5767590236CD61B03BC /* DSL.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A83D1117638BAB3BBB935353F846CA5 /* DSL.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7D9BE32F4BE5CBF986F66C6CD867F3ED /* Pods-GulpsToday-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9116AE02764EAA613389A58D72CA9400 /* Pods-GulpsToday-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7E1DB936015C52114320635DFB2C2FEE /* FBSnapshotTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = C7AE66B244000A893C9B3A15B732E4BA /* FBSnapshotTestCase.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 81ED13A272575E7855C6C22090EBC49A /* POPAnimationTracer.h in Headers */ = {isa = PBXBuildFile; fileRef = C22D39122E394042D394A5512F668E59 /* POPAnimationTracer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 82E55B1159083B37527C20EB4E621550 /* Nimble.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3A5B94805919DA89ED5713E4941DD75 /* Nimble.framework */; }; - 83520163EF689FD7AE675580093B9B27 /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = DB8893CBF96556ECE3ABE6E7CF887A53 /* RLMRealm_Dynamic.h */; }; - 835AAC8430C38502F4D4B8994B5588AB /* POPAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9ED152D425BB88A67A7B8E57B73345CD /* POPAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8404F7168BDB16D6157E38B56C831CA7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - 84C62A16F433765706789967E01F0672 /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E21EFB6D47B0B6BE38746209742FA89 /* RLMObjectStore.h */; }; - 84FC100EA6C6864215F47ACDA37C47CC /* POPVector.mm in Sources */ = {isa = PBXBuildFile; fileRef = BA85B93D4567FAF32393188944FE8214 /* POPVector.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 859C4BA27D0B434B16F7B57601FDCB44 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = DA22631D027A7D50B1B5DA72107CE5F3 /* RLMCollection.h */; }; - 863566B30FBE5234A8CD03F5D91BE367 /* Nimble-Snapshots-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DC7268A610393508B0C04A13CF14D99 /* Nimble-Snapshots-dummy.m */; }; - 8679D94B1C5A51B76CE4064A36FD2F07 /* MatcherFunc.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFB911249FC0D17D09F36A53FDC265AA /* MatcherFunc.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 88A36E7B64F0A565C806F29E83FF0B4F /* Nimble-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 991AC6A2D3A809C2A82563DF0E8F2890 /* Nimble-dummy.m */; }; - 88A9A38314DB6BDEB56500D4EEF3D6C8 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F6337D338C23F96203A4E01182AE3755 /* RLMObjectSchema_Private.h */; }; - 88FBB95094CEA1F753DB95CA2EC3B079 /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 43D1A3DB492EA8A752B0D219577048E4 /* RealmSwift-dummy.m */; }; - 898EA2E37F5E43EAAAF3CE85E3E58855 /* MatcherProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72197D17C1123C99A5D067E41C760E30 /* MatcherProtocols.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8A08391CE1ADE0648D1AA65DFE9199A4 /* POPAnimationTracer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1AF2061BA06DFAE407AF45B484204AB6 /* POPAnimationTracer.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8A25B1A950BF6CA1ADD2DA1D28834566 /* Closures.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97B509A4826B883AC8A8463D70E145DF /* Closures.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8A7391FBCCE546E5CFD79A01A5FB3506 /* AHKActionSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E305D9184E0997ED88AA0BC53D1F120 /* AHKActionSheet.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8AC936C1872CED091BEDD5BBB43FBE3E /* Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11AE259877423077B742B8E9BAF8B116 /* Async.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8ACF6A5515A175054E22414BF740EF14 /* FBSnapshotTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = 215A18B82DB87F58CBA1B1983FA503B5 /* FBSnapshotTestCase.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8AE1C3CF390A055441CE693011DEB167 /* UICountingLabel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 43EB14BB707D4908149EAFDB0EB330B7 /* UICountingLabel-dummy.m */; }; - 8B6B9BAC2429F23182CD43D71D4D666E /* RLMOptionalBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2F6451B74A24C84DCEB074D625C92591 /* RLMOptionalBase.h */; }; - 8BC79A9A7061C7E12A864E19C6928038 /* BeNil.swift in Sources */ = {isa = PBXBuildFile; fileRef = E00F358AD9F51CE1D6F80354EE229B4F /* BeNil.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8FAEF9E92D8A67519F8057104D8DB050 /* AMWaveTransition-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A8AC947B43E23073837474CCFCE131D6 /* AMWaveTransition-dummy.m */; }; - 8FDE9405A930F8277771A142D150C660 /* Functional.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6B5278CB0BE60239B1ECDE72FD8C7F2 /* Functional.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9094D26637EC76FEAB58A52EA4980312 /* UIWindow+AHKAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4249D41FB99678573F0B665CF102377F /* UIWindow+AHKAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 90CF5CF78C04D00EDB6237B3DAD6F8EB /* RLMListBase.h in Headers */ = {isa = PBXBuildFile; fileRef = A3ED5E31D83A389AC5C43752D3C317A5 /* RLMListBase.h */; }; - 90D8EB6C28E1D64FE32D9A66EFFC23C5 /* BeLessThanOrEqual.swift in Sources */ = {isa = PBXBuildFile; fileRef = 135A7909F649150D0B06EA82D052D7F1 /* BeLessThanOrEqual.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9137D15E4C432CD4FEA43DC273C3ADE8 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D6508DBC217CF774FE8E3C1779E6389 /* XCTest.framework */; }; - 916CE1D7C7446B1583CE8A6DC9F4EDFC /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FC9BACF578E821F42811EA2759380C02 /* RLMConstants.h */; }; - 928A88FD3BBF8C7742DF88EBADB06C6E /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12FC2D4A463A69362B51D3B2D8B76548 /* RealmCollection.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 92D4F419B9BDC4E2200EC3DABBF44DB9 /* NMBExceptionCapture.m in Sources */ = {isa = PBXBuildFile; fileRef = 695089D1C684C5A948F9822DFD4DB104 /* NMBExceptionCapture.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 93FC3D3FCF13A1409D89EC958FA7C5A3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A5144A2236DBE73D26E0D18FF210610 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 942F8408B630D42649C96894E8034050 /* AHKActionSheetViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3CEAECAFAB7DA323A9BC88792D98EE /* AHKActionSheetViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 95DBB95FF09B2E786FE4E4D454CCC15A /* UIImage+AHKAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3126C1731D0A9BADEF7B039F2913EBCD /* UIImage+AHKAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9722818A8C5C19B79F6BB1146228AC42 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DFE1A4F9893A83456E311A792172747 /* RLMPlatform.h */; }; - 97F68EBCC2FFB4A7A15C71A215E43214 /* AMPopTip+Entrance.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F3073D7774752415BF11CB514186060 /* AMPopTip+Entrance.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 98A045B451B98A83FD06B97B4B7BC2FE /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = EF8E97657D73FB5C5BFE8B7FAEF18CCA /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 98AA3AD81020A0423B85D9FFBF31C44A /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C4AE81D05869C4669BD3750FF9A83011 /* RLMRealmConfiguration.h */; }; - 98E623A02096351916DA8033AD929861 /* POPAnimationTracerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C00C57CC8AC56E26C433D257AD2D83EC /* POPAnimationTracerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99A0CCC12978BB667FCDDFF2BF59DD12 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 48F8B3CC917ED44B88787AB896430996 /* RLMProperty_Private.h */; }; - 9A5506796390F28F02466F0D502F2AC9 /* POPCGUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D485CBF2690C70A2C76A220B682F8A2 /* POPCGUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9ABEC31E0A4DE9CB4584FE1D49197A44 /* JTCalendarDayView.m in Sources */ = {isa = PBXBuildFile; fileRef = EE2595F0FE3B14CE9096E3E9CF66A882 /* JTCalendarDayView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9BFC09FB900963AF0813771CE5858CFB /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAD703DC4D17B4B8AC2785FF8C77F2 /* Errors.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9C358E1B3A2FDA73C41CDDD20DCC1958 /* POPVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 9386963D06BCA069B93F538702541AC9 /* POPVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D046AF071EC74224C51ADF69D20DCAA /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB18DC57263D37316D2AEE2E37BD1B49 /* SortDescriptor.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9D117C9908B60DD105C501C51DA0A46C /* NSBundle+CurrentTestBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 890BCDE951FF3AD92C3B4719C1A89497 /* NSBundle+CurrentTestBundle.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9DC8BE622CF9EF2BA752DE371A85FEB4 /* AMPopTip.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C64ADE7972727436DA4FD7737040150 /* AMPopTip.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9E006F097F0CB2CF4C797CACCB31EEB7 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F92CC2F03ED56A92676A3B018A81443B /* RLMSchema_Private.h */; }; - 9E122A2CB0A02E36BA142928B1DA8595 /* UICountingLabel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8248EB8C88C57CAD05251923096D2373 /* UICountingLabel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9E73178E850C702C9D32EDBE909A771E /* AMPopTip+Animation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AC5C12E5C6CF2419048576354A8DE97 /* AMPopTip+Animation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9F37AC5BEC60E4932EDCC5DD0E05E33A /* MatchError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADC48E3BF5CB699DF71989C5A498657C /* MatchError.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9F9DD434E9166A52988A376EEC7B921D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - 9FA3B93CE0ECAC3CDC30890659AACF82 /* FBSnapshotTestCasePlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E24EE3B07AD5F2386CABFD6B8B40D82 /* FBSnapshotTestCasePlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9FBB00928A2169CBBCF2C9EA74B405FB /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F08BAAC0D8F22A98D076869BE2F35ED /* RLMObject.h */; }; - 9FC466460AAC0031C09C37F09A3DF032 /* BeGreaterThan.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4DFBCD25286754F74FDCD472A1300FA /* BeGreaterThan.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A036EC5EB6D81B2512B597F387F94008 /* POPLayerExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 19BB35D196C8BC4B8C744F10FB5E5368 /* POPLayerExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A1590A89DB39C0E7195493E16241DFEC /* list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B93FEBE2199E02A5EE5CB389553FB250 /* list.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A1F69DD3961B60955EFD28E2BDF446E8 /* Nimble.h in Headers */ = {isa = PBXBuildFile; fileRef = 509E136A67E5D8E87BB2063F41100470 /* Nimble.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A29D71806400C5A396AEB085F6AB5D2B /* World.h in Headers */ = {isa = PBXBuildFile; fileRef = CDA9222A723288536069A949E29B012A /* World.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2D15B4D6D2310D40DE51BA86B901445 /* TransformationMatrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5FBB7D4609C4A0440178077CFD4B5FCA /* TransformationMatrix.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A2D7CED686A84C0E596D1DCF44C4B06C /* handover.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46BA094CCDB810588C0332B8A785E7E4 /* handover.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A309EC98763379BB287B415BBE7A748B /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 438FCE9DFD9095BEA74E371FA42483AA /* SwiftSupport.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A3ACA641503E24BD47E8AF10D4907A39 /* BeIdenticalTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F69D9EB42B539FEF6AE4A63CF3F006 /* BeIdenticalTo.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A3B3C93588E61DDE2220950456E0421D /* object_schema.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01857739B56CD14F4F66683B4BEDD519 /* object_schema.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A3DC7551A85312717D51FAFF190CFFF3 /* POPDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DA5008AC464FFDFC9BDA76692B7F477 /* POPDecayAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A63164B84A22C7E0FDF3A30121CEE861 /* BeGreaterThanOrEqualTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C4133D288D6E4E7EB5941343EA08C5C /* BeGreaterThanOrEqualTo.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A69C9EE68CE8944A21ABEE50CF12FABF /* POPCGUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = D0BE0E5D2A696C8CC3260191E1931D13 /* POPCGUtils.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A6B1D39F9CD63DAE1458B485EE97BCCE /* POPMath.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9E1929C62D734695CCB0BF419C7ED3AA /* POPMath.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A729EFB3357A507763F57CA451098F86 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - A79C9A8D0A54E7A6897F6D0D2FB0573D /* AMPopTip-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A4E5900E5396C2D8D3570E8282E86725 /* AMPopTip-dummy.m */; }; - A90F41CA00C336F0C0353A35E4941403 /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 85B516D991A09A5ED22C45489530F159 /* RLMArray.h */; }; - A932B89F114B02D24B5FBF362FD0B9F9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - A9E4D07C65700782B0FF9B3E52832A5D /* JTDayViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 880CFA3776BEBF997E1D92F1C7C3668E /* JTDayViewProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AB023A59563202A99015F57E9B43281B /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 18663E7ADFC465CF2002C4F34720D9B5 /* RLMAccessor.h */; }; - ABA57D11B9AEF4C22EF76D5C7E7204A5 /* POPDecayAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = F432120F6083880097787DD0089C6680 /* POPDecayAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - ABB816AD83EBAE0D37BFC29CEC9D93FD /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 588C5DEDE5BA71553D7735D226855F1C /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - ABD4AA8A9B412A9C45D0BE4549CB98E7 /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5730872C62AC40193E26CF6942F97EAA /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - ABE5B943A56FA6FE74A9AC1D522705F1 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E8CECC7D4207DD466DD81578EA61C7DF /* RLMSchema.h */; }; - AC5411B7B9D08094D40A95F2218A1875 /* NMBObjCMatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0D9F4BAEAF3FAD2F23B781019543FEA /* NMBObjCMatcher.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AC7E5AC1841D836761B4154BE0B43D29 /* Expectation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1014FFAB6AFC83E71B14A4084E682E0 /* Expectation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AD04EE3D3FD4EB5F9AA3133F36D7A855 /* AMWaveTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 973305475C33390847BC643E4852B5FA /* AMWaveTransition.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ADAFCCA8DAF57C771C31AAA12B409B48 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF803D6F172B135B8C8315C584C94C70 /* Realm.framework */; }; - AED4B4662EAD71BC340EB6CFB0DF0C35 /* FBSnapshotTestController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32C931901F01E9B2C458F7F4057A4869 /* FBSnapshotTestController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B0E524E526AEB46867FC321D7D452587 /* AMPopTip-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D6758A5D057534E5877426AB56A05670 /* AMPopTip-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B12D7E7A933628618B3522A56746E9D0 /* JTCalendar.m in Sources */ = {isa = PBXBuildFile; fileRef = 10BA9CC23156180A967747298EF5416F /* JTCalendar.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B18C8461FCFC5D8ED7997AEE88089201 /* JTCalendarMonthWeekDaysView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F6F745D5DF93024ADDDD4676965E51F /* JTCalendarMonthWeekDaysView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B2F683C9F0F5A1FAE79DD08954959A1D /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = C2D46B0A1F16061CFE2DDD56906FC49A /* RLMObjectSchema.h */; }; - B36A52A10389BDF12FC166FCE27E0715 /* POPSpringAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9637EDC4C1C50C7F35B4D6AE0EF6E276 /* POPSpringAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B42BC2822954DB706460C02D70B47B72 /* POPAnimationEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = F2564C54C045A982D4061CA3EA4D442A /* POPAnimationEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B44CA6989B931C025C7BB2B9F5CEB4D6 /* BeLessThan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23A2495387FB73762CC185BD0E7C23D6 /* BeLessThan.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B47F2B1F7F5FEC4CE62F09832392E842 /* Nimble-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F633A1AA65564AFDE515E6F744BA025 /* Nimble-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B5CD68F0C4394A276223589DB410D54C /* UICountingLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 3526A217FEE19256FACEDBE092C4AAE6 /* UICountingLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B67AC6867E385D8C07B782CACE703DB0 /* pop-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60BA7B9B07AB6EB4E786597FBC869DD0 /* pop-dummy.m */; }; - B6A67A3B998747E4290BF6010EC33806 /* FBSnapshotTestCase-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E87577453020DC073E03578B3D151EF2 /* FBSnapshotTestCase-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B85AE65C3FEE9C3CDECE83B5088C488F /* pop-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C23296CACC8432126CBF528F681FC157 /* pop-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B8A2CBEE88324E02FEC5E8130C67FD10 /* HaveValidSnapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50AA904E2202AF9D50605238F801BB0A /* HaveValidSnapshot.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B934F5204F59CB400F5718C5AE1288A1 /* JTCircleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AC70C5F3656A81A50DCB33E1C83B601 /* JTCircleView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BA3D28623E844C15AB3207CAADD81186 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = F62617198E8F4EAB80A69E54E8A41F94 /* List.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BB71C21A3E38C55F63BE2EF52BAC2557 /* JTCalendarViewDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FB33FB3ABF3C23405EB0F7C3F760E47 /* JTCalendarViewDataSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD0445E39C97A49EAFD877DCA85EF8EA /* NMBExceptionCapture.h in Headers */ = {isa = PBXBuildFile; fileRef = 417FC6F8895BFA11A6D567A1CC43AC87 /* NMBExceptionCapture.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD347C0CE82BDB7785B8E4C7345E2988 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5E21EFB6D47B0B6BE38746209742FA89 /* RLMObjectStore.h */; }; - BD6302ECE07C5DD92C9826E7E6C9DBA9 /* Quick-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D80F1941E9F23BBFCD33407F181E1315 /* Quick-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BE162AFFB2CB6E58781C9263CC1FEC16 /* SuiteHooks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2120A381570DB3A4A10C3EC157A97CDE /* SuiteHooks.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BE3B29F8DC00244F423717A62D73A7AC /* BeLogical.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF5F03602FF9D866AE4514EB7792A5DD /* BeLogical.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BED9B49DD5FFC3CA6128A05F90DFC8E3 /* BAFluidView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 298FD6F0F5B6EAE1D03CB8684B678B99 /* BAFluidView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BF2B206BCBF449670F53D75688AE8632 /* RLMListBase.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A3ED5E31D83A389AC5C43752D3C317A5 /* RLMListBase.h */; }; - BF453A13E90E54571839E0FB69FC726F /* object_store.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 096234FBEBD1DC1AD477A07E24278B44 /* object_store.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BFB22917988C9B2A6B4015AEBF7A2FB3 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = F8C3AFCC68D78B11354F708FFF037327 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C026F3FC5324BB0ABBA4A9E4C8EE57CA /* POPSpringSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = 32293472E8E233BD5D8865D5A51544FB /* POPSpringSolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C028CE616069D2460F9CEAF63D08E064 /* ExampleMetadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E4DB9912B724B99D7C8BCCE026CC2C4 /* ExampleMetadata.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C033C346AC287D2009457C31E85587D1 /* Quick.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D02296934CCE1C6FF917A64E591661 /* Quick.framework */; }; - C0B6F67CE15FB593D9FBE9BBD2D007FE /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D027FA7277EF674A297628256BD9374 /* RLMRealm.h */; }; - C0E987F994942F42F9A99C1B3F1BD54E /* POPAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 6330E1D4E69BC6312643D3B9CC15FCC4 /* POPAnimator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C1167A25870AAACC1AAFC42FEC1E8511 /* AMPopTip+Exit.m in Sources */ = {isa = PBXBuildFile; fileRef = B531CFEE34695483DAFE12288AD250BE /* AMPopTip+Exit.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C19C9E7ED081A391027F2C1187401274 /* JTCalendarAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = F15B3EF556173A074B9A7A3905E8D68E /* JTCalendarAppearance.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C2403FBAE96087115AE6EC5230FF04CB /* POPGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 18E3875EB64155AA48BAF300B5224463 /* POPGeometry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C3226B7DE855C5DFF9FB788CF1C5B286 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3B2AD578F954242A402FED8E9187C4CA /* RLMArray_Private.h */; }; - C372FA056E312190AAF8835E95546D57 /* POPAnimationExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C4A2A479B4FCA7F2B32D8578057FF9C /* POPAnimationExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C3E0723D122780A0F28D7F37D8F3246E /* index_set.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7BB97613C127B9921C9B38AEBA712A37 /* index_set.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C5760A161B5DF0EE34BE688231882963 /* AHKActionSheetViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 295B290608EA2BA78AEB7F0AA688B053 /* AHKActionSheetViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C65AF072A876C6C316BCF07EC604E125 /* POPAnimationRuntime.mm in Sources */ = {isa = PBXBuildFile; fileRef = 858609F4ED596EF6842D53B592A8F999 /* POPAnimationRuntime.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C7D27DA6BA66E4251DEF6006194567D5 /* AMWaveViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A258A533782C6062A44571DD76341841 /* AMWaveViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C7D3F1FAE3D66BBFFD6E3EAA2B8CEC27 /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B4D84D5D4CD435B74130B676C30C808 /* Realm.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C8A959D4777884FEF0AC76BE0A56E1BD /* QuickSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FAF5F0BA803103E7D74316AE94B74CB /* QuickSpec.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C9114A6C40AA649D8670C6B44141579F /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 2231045194FDD4DC0A417A6701D1E52B /* RLMResults.h */; }; - CAD6335F8822646861904FF84F742A81 /* AMPopTipDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 427FCC20817D700B6BE0FE2E99A79537 /* AMPopTipDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB4924760FF11BC55A5545D970CD9233 /* PostNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0684FF3EBA593D152ED34B5A69000A /* PostNotification.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CC5CCDD8FA57BE928E0E741A08638FD4 /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0F8CA7F078176C7DDFB6CA056D3E75BD /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CC814770E71CB8E53DA3D9DD466E6238 /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 18663E7ADFC465CF2002C4F34720D9B5 /* RLMAccessor.h */; }; - CD4E10A5EC454B0594A8A49754BE65B1 /* Callsite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7586BE36AC006418A0045EDDE465E193 /* Callsite.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CDC8DACBAD0B7F10FFAF07017E7286BA /* ExampleHooks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998DA761893BD40600F805BFA9D33E0E /* ExampleHooks.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CF35E1CCBED6E638C6CE99EE43E00ECC /* AMWaveTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AD386FE72C15382834B1ADA75E201B5 /* AMWaveTransition.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D0AA5C12E0A8A5418A0E82BB8A2488C5 /* UIImage+Compare.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C670057466B5444A6744002D64345EF /* UIImage+Compare.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D0EEF6529F24EF7C1EABEF919A3B1D2F /* BeAnInstanceOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0556D0B7E494CABB81072566C1770BEF /* BeAnInstanceOf.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D2B0D77D5045AAEF29F3B2F44169369D /* ExampleGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0612CF0DE3036BBE50D7B5589653F045 /* ExampleGroup.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D2FB9EEEF6EF5CAF8A281EE1A790EBC0 /* external_commit_helper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8EEBD6E3E6C000D803BC3E84EFEFADA9 /* external_commit_helper.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D3F1E681BF943B646C0E4C448BC00E7F /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = E5311B74E4EF973571C35750144A4224 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D479F7EB2D0E4EAF26CFEB3AC0F78D23 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 887A86FBB9B58F346CA91E34C68035AF /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D61721FD552EB3B8035008547B4704D5 /* POPLayerExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = 463BD2723A684501C2B565B359774E22 /* POPLayerExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D7684539AFE9926F12A51A1DBBDEDAD8 /* DSL+Wait.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2EBEC577FCF8F1A51A4EE0E948787E5 /* DSL+Wait.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D77164AA767F34C407D8C465F0B0D2D9 /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 07CD25152902D3B8A0CCD374C102081E /* RLMMigration.h */; }; - D85D80AB2B0F9433C8CD579CC376B828 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = C72FF9B252B7D01B3ABE0960B4BC88DA /* Error.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D89E1BDF581284CB2529FEDD1FBE4C70 /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B576904416238B56BE8FC5662C403C /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D9163BC6C418CD3B7EB138A3928AE170 /* UIImage+AHKAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 37BCF741B7C88C12F4FD3CEBACD7C05D /* UIImage+AHKAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DB1E4BBCDC5993D6A360DF4CF5B59FE2 /* BeVoid.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08AF3864C9057A3CAEA93E0CF75A055B /* BeVoid.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DB2D57B1574B84BC7A733F47613080DC /* AdapterProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A71CCC8783C6301B1ABE57EE05887CF /* AdapterProtocols.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DBDAAF1AA6ADF47EDAF65D4BBA0F597C /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8BE0A4E9761AB9E7F50FF4564A828F63 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DC57FDE046153037C86FB36DA8EF13B9 /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F92CC2F03ED56A92676A3B018A81443B /* RLMSchema_Private.h */; }; - DC7E1C63312C0B4B7C76E6C9C4F1949C /* AssertionDispatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCF8979FEF0912950BEBA53F55DE02E /* AssertionDispatcher.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DD371B3AEBBAC4E6FD4663F1BAF7B70F /* BubbleTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D5C535044DF78AB10FD90756C96A3DC /* BubbleTransition.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DDEAB13B601B427D061BE3223EC5175E /* POPBasicAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DD13E4D62B27D7F6E6CB120BC8BB723 /* POPBasicAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF5C8B14B4666B66A7B51BEF3CAC9056 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5172F5FF23094DFC6CB730F7A372F6D0 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E022E03AAF0891B56A44F26E69906E62 /* String+FileName.swift in Sources */ = {isa = PBXBuildFile; fileRef = C72634A27F86AEDC93FA582D306811E1 /* String+FileName.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E0BDB5622CE3544AB70C6288ED2271C5 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF11E6565BB3C93B2A7C06D475CB1BAB /* Util.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E0F28AE1A7FE22AB17FEB1DECA7FCEBE /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 751AFB54ECB670AAF85D7B436727958D /* Configuration.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E116CA8491133944AA5D4F523E695E1A /* collection_change_builder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE033D0D460F4EC7CEB9E190F2338866 /* collection_change_builder.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E1BB0DCA064A2BEDDFC4322FFEDBEF16 /* Constants.h in Headers */ = {isa = PBXBuildFile; fileRef = 743315D802E6C84400C6354EB1351056 /* Constants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E1D45BA012EDFBF55A70CDAB21E21EDB /* POPAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 66BC4DAD5D8EFE54916C91C76482A386 /* POPAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E22A6CCBBB41FC34A722F65F33DA60C8 /* POPPropertyAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C2A101DA406F1F49DB37492ED455A7 /* POPPropertyAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2F1464F9D74B65B1C00DEA3C239F0CD /* World.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAC9C38F1283875065A32CEC8A55734E /* World.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E396F579B2D7BB397F440E6633AB3BDD /* RLMOptionalBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F6451B74A24C84DCEB074D625C92591 /* RLMOptionalBase.h */; }; - E39FF06D1FA27A05A466E7F2BD57563A /* Stringers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DC3D770802195CDD33A3839E7BBBBEB /* Stringers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E3CAEDE1F9FB4750B8D9AEDAFB16122E /* POPPropertyAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2AFD5B226E8E92D4E5D1B67094D72657 /* POPPropertyAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E4AD322AF8922993DA516E1D706C5AEA /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 969A02E46B775E349AADC369C7BF3DE3 /* RLMResults_Private.h */; }; - E6547A8059512A2A8F4FA885627A80E3 /* FloatConversion.h in Headers */ = {isa = PBXBuildFile; fileRef = D7D0251020623BB7518780C096631704 /* FloatConversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7451D93701936C253567B9E29ECC9EC /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D10250D70041BAD7DE9927579A2A091 /* RealmConfiguration.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E7B0AB1676315D2C5CC806E7A4B83094 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 07CD25152902D3B8A0CCD374C102081E /* RLMMigration.h */; }; - E7BC4DADACE05CC61AAE949CC15EA534 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 29645CCBB4E3C4D7B79BD291007BDF56 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E87E4AB27EEE4D88FC6F0CD04C5B057C /* BAFluidView.m in Sources */ = {isa = PBXBuildFile; fileRef = 24C65CD23D80E1347B3157634713FC77 /* BAFluidView.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E8FD7C3BDF48FCC44D2FF9B9FC0355D6 /* list_notifier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CC27CA00DA3E43E5CF67CC2D6BED0C4 /* list_notifier.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E9EDBF2D51D8A59212E707153C666BFB /* collection_notifications.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCDACCD7672A708822FB4A89F0F52A85 /* collection_notifications.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EA07A6401F0D7EFCF672DEE76A0B1957 /* TransformationMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D2CAE7C8B812690386CEA3A242D7064 /* TransformationMatrix.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA598F5422B60C928B6FF0659A370430 /* JTCalendarMenuView.h in Headers */ = {isa = PBXBuildFile; fileRef = A9EDB61EDD9594CAEABA084D97C6A398 /* JTCalendarMenuView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EAA652557B70F493923A3447B5D64E0D /* UIImage+Compare.h in Headers */ = {isa = PBXBuildFile; fileRef = D218DC1BAB05F5B7303809E73C03E2BD /* UIImage+Compare.h */; settings = {ATTRIBUTES = (Private, ); }; }; - EB4B37F226F9A7D72F6DAF00518B7927 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 23E5C7653B1A2934369B8B5A5E1830EA /* Realm.h */; }; - EB5BA9C76733488A03A8A59552D1AB61 /* Quick.h in Headers */ = {isa = PBXBuildFile; fileRef = D93245D55510DD55B52CC32CA5FB5D2D /* Quick.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ECBD7A48403B5E467FE74BA4FD3AB4C0 /* NMBStringify.m in Sources */ = {isa = PBXBuildFile; fileRef = 41714C89430E453E9F81AE9F16C6386A /* NMBStringify.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - ED09D3265078936ACCF7696E8B50EB33 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6C6296EFBDBFFE559C6C4E888AD004E /* ObjectSchema.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - ED60F0FCE00B05D670EAEAAB22A01B7C /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D6508DBC217CF774FE8E3C1779E6389 /* XCTest.framework */; }; - EDFBB6CE42942E0363934CB30E804D9B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - EE13DAF07E4A39D48D0F6E154BF43D60 /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6DFE1A4F9893A83456E311A792172747 /* RLMPlatform.h */; }; - EE9BD67665F455A58EB00E695FD2BE3F /* ThrowError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4956FD61C0FDE343D66C1ABA55E4B7C /* ThrowError.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EF1B6C5F0E502955408535F721C8072B /* JTCalendarDayView.h in Headers */ = {isa = PBXBuildFile; fileRef = EB303D4FA8EFB1641236A90A2924FF84 /* JTCalendarDayView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EF3D1B45FFD9CAB12B1F1CFDBBD37A40 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F08BAAC0D8F22A98D076869BE2F35ED /* RLMObject.h */; }; - EF6A8905CF7DF656FABD150ADED75007 /* NSString+QCKSelectorName.h in Headers */ = {isa = PBXBuildFile; fileRef = 20C8803DCB8CC82FF0C2A7A441794E4C /* NSString+QCKSelectorName.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFA9E02BB2F0FE553870DC5E33C9FC06 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 043C3049BBF232382CE2B458B57BA81C /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F01C0B8128E6BE36458087E16444AB68 /* POPSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ACF6CFF7317CB385A1F61B7920B5A5F /* POPSpringAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F0B3BC4CE7B1074981F32DDD032E9539 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 695846ECF70B09A0AFF76840EA622F98 /* UIKit.framework */; }; - F13E6B69B4A1BD337AF3A453E8EEABF5 /* weak_realm_notifier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 962BE0C48EF2AB8D44F789C3A00CC042 /* weak_realm_notifier.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F1AD5FFABE420C5D888E565533E2C034 /* Pods-GulpsTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E82571F543CA1BA014E833232815F0A /* Pods-GulpsTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1C6E9895A6463F866EA04C2DCB5E3D3 /* AMPopTip+Entrance.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E2943674686751B957CC98948327C0 /* AMPopTip+Entrance.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D2BE3C24AB79FF3C121CCAEC17938C /* QuickSelectedTestSuiteBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0F688B79EA5314510C2955AB7229760 /* QuickSelectedTestSuiteBuilder.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F1F6BC685D73A9B7207DA4A42035E70F /* POPMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 0738DD380BEDD002F682AEC008431575 /* POPMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F366B775C22BBE1DBAC7BDB7DE8F0A26 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E02294C6AA18BC736338282B531C36C4 /* QuartzCore.framework */; }; - F371EF25339CDA222327F9072E64D3DE /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 49E697103FA2E1C6D90E7449DA50CC8A /* Realm-dummy.m */; }; - F3FBF0D5C66A60A5ABA67FD5A32DE65D /* RLMOptionalBase.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2F6451B74A24C84DCEB074D625C92591 /* RLMOptionalBase.h */; }; - F55FC8B51F92442B81262B70121F7AC0 /* JTCalendarContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 475C84A29F85E4C5F39067E3DAA05A7F /* JTCalendarContentView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F5E054E79CD3A10DA8E18AC5B845158B /* UIWindow+AHKAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DB040ED9334C00A84B4F15EE61DBF17 /* UIWindow+AHKAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F5F91C41837E3C388BA722132A97D271 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - F614EFDFC958434F53DC770F8887170B /* NMBStringify.h in Headers */ = {isa = PBXBuildFile; fileRef = 9373EC15B0ADF29FB2AB2CF2B5010AB1 /* NMBStringify.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F682F23BCD82A89264547460CBA9F077 /* FailureMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CD08FA3D92FEBBD148CDF628B261897 /* FailureMessage.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F6F3E30DD675F2017B2B4F31CE49ABED /* NMBExpectation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D27A2EEC7923C80A6DC31287D9488E2B /* NMBExpectation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F76969F8B60A010FAA79D960E251F4EC /* BeEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4CC439E72378B0E6DDB3CBF9CF3F00 /* BeEmpty.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F7D8FA477E6C6EEB526BEA423CF735BA /* results.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8999667DF70E830A61329D6E8F27551 /* results.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F830964FB4E54EA277AB5ED99920F5AA /* AMPopTip+Exit.h in Headers */ = {isa = PBXBuildFile; fileRef = C79556BF782850D9FB9D1C9C3A7A3D8E /* AMPopTip+Exit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8706C7322448D80BC2C12EC15EECF54 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = E8CECC7D4207DD466DD81578EA61C7DF /* RLMSchema.h */; }; - F881BF6097D9192339E800914EE6F81F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */; }; - F9E1BE375666D59C2E6C0CEE7437DC84 /* POPAnimatableProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 639045CE3024330A3AFBF6019D9F1D4E /* POPAnimatableProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FA1149FAC1E3BDDC971E04A052037DC0 /* HaveCount.swift in Sources */ = {isa = PBXBuildFile; fileRef = 605E73DFB0EFD8E5741DE920E26D33C7 /* HaveCount.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FAE709271C6FD0CDCD423AA310E24312 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DB8893CBF96556ECE3ABE6E7CF887A53 /* RLMRealm_Dynamic.h */; }; - FB29540080DC951EBFB6F2FA92386674 /* XCTestObservationCenter+Register.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F5F86BEC81DC079D2F55D57EE514024 /* XCTestObservationCenter+Register.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FB71C7625403FD056FAE2FF62153EBA7 /* JTCalendar-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D20C41498C11AEBC420AF82A7599289D /* JTCalendar-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FC554275C52DC87515BE524DCEE4FCA4 /* POPBasicAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 776C2DA3F1A3DFC6067614DC25A58A4F /* POPBasicAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FCE392402D7FFBEB5ACCCAFB9A080A65 /* JTCalendar-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ABEE7798BE60E9BFFF555020C9F74190 /* JTCalendar-dummy.m */; }; - FDF21670C1B23F8AE1D1517FC65CDCF2 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1239BBBF534F5DD68C2C569793E8A430 /* Optional.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FE695D6CFCE48CC19D09287EEE774218 /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 50291E6A4C3562F2087CDD1578114E37 /* RLMRealmConfiguration_Private.h */; }; - FF7B9C00F151FB559FF68DDFBD0C2654 /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4078A8576CBE40E5F4C86A1D5849FA5 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0052DF91F63F3148286A759D71722E04 /* TransformationMatrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5FBB7D4609C4A0440178077CFD4B5FCA /* TransformationMatrix.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00AAAAD4E47AFEFDF8B11ABE5AA6F3A1 /* NMBStringify.m in Sources */ = {isa = PBXBuildFile; fileRef = 41714C89430E453E9F81AE9F16C6386A /* NMBStringify.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 010BC983C906C499F28EE0E308300A89 /* ExampleMetadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E4DB9912B724B99D7C8BCCE026CC2C4 /* ExampleMetadata.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 01AEFB593AE995CB93866F3038B155E9 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 23E5C7653B1A2934369B8B5A5E1830EA /* Realm.h */; }; + 0234B3F28C8ED0B7F0267DB98268BB15 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 48F8B3CC917ED44B88787AB896430996 /* RLMProperty_Private.h */; }; + 02E5DF0DCA22836861C913634489F223 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = E5311B74E4EF973571C35750144A4224 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0371E60FE81CFFECFC1A6B364155236B /* AMWaveTransition-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5468465486497374F34A03D53EB3BCEC /* AMWaveTransition-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 04EE5298FBD35A36ABB347E2477F1584 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + 051A816D6DD0CAE13496DDCFE0829167 /* UIImage+Diff.h in Headers */ = {isa = PBXBuildFile; fileRef = 15C40FACB87336055F0A02C601E40115 /* UIImage+Diff.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 0551A8AEB54659EDFD1009BD3A183738 /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D027FA7277EF674A297628256BD9374 /* RLMRealm.h */; }; + 059A03B70CCB30DB704DEE31A9FA3BA4 /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E21EFB6D47B0B6BE38746209742FA89 /* RLMObjectStore.h */; }; + 070AD7CA00C4EB314246FD613307713C /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 43D1A3DB492EA8A752B0D219577048E4 /* RealmSwift-dummy.m */; }; + 07FF1EB3B1E1CE212855AF965B6580E1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + 08493B26792A69BCCF5DEEBDD90A41E3 /* DSL.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A83D1117638BAB3BBB935353F846CA5 /* DSL.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 085C88AC9682E5CC29DA007B30FA3865 /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DA22631D027A7D50B1B5DA72107CE5F3 /* RLMCollection.h */; }; + 08F1A24FEB211FDDE486D3669C96F726 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8BE0A4E9761AB9E7F50FF4564A828F63 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0ABECE09A17DA230B1B4A93FBD8D7887 /* Nimble-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F633A1AA65564AFDE515E6F744BA025 /* Nimble-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8BA8B1AFE314A3D32B001027254765 /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 917323C90E9D7B885C4BECD1A4E01071 /* RLMObjectBase.h */; }; + 0B8DBAB184BB7E8E1D9C5E3386A8DEDB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + 0BAF0C50AAB1A6870AFEDC7F6C4D308C /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 50291E6A4C3562F2087CDD1578114E37 /* RLMRealmConfiguration_Private.h */; }; + 0C0F02846F2B95F8689D0684A1B81F52 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + 0E22F365D7245EEB9A8BD18F3D5CCF20 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + 0E86C50D077B377B0BC751A878F54DF9 /* UIColor+ColorWithHex.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FE52D935D24A673A6E75B0B3C435422 /* UIColor+ColorWithHex.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0F6739D4F61782F15D234296FE30E77A /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 07CD25152902D3B8A0CCD374C102081E /* RLMMigration.h */; }; + 0F7E0B54E8E6FC9AAC3890CC9DAD7592 /* thread_confined.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 361B95362FEF910DB4DCD4A7EF30D670 /* thread_confined.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0FAA2AF21B5ED8A40C02DD161D0080A8 /* XCTestObservationCenter+Register.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F5F86BEC81DC079D2F55D57EE514024 /* XCTestObservationCenter+Register.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0FDF1E19E0E7B5A1D5DF9DFBAD7B5F23 /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4078A8576CBE40E5F4C86A1D5849FA5 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 10569D9C97237A812C3BECE485CDC614 /* ExampleHooks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998DA761893BD40600F805BFA9D33E0E /* ExampleHooks.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1250861473281A12D0EF7F7D724BE42E /* World+DSL.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B2088DE178F948B4037312B1BCB10B /* World+DSL.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 145740C3F2F42C750FA9C8A4ED9D4B41 /* Stringers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DC3D770802195CDD33A3839E7BBBBEB /* Stringers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 15118083CE6C9435BAEC0F0FB9415652 /* POPMath.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9E1929C62D734695CCB0BF419C7ED3AA /* POPMath.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1526A05DC9574A0944B7EF3D5C241A75 /* AssertionRecorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73E9EFC7FE7B9370967A3AC2E4244CA4 /* AssertionRecorder.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 17CDEEDC697EF1FE02BD008E5F9B44E9 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = DA22631D027A7D50B1B5DA72107CE5F3 /* RLMCollection.h */; }; + 187D00B751EDE5AB8364CDEF95D19416 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E8CECC7D4207DD466DD81578EA61C7DF /* RLMSchema.h */; }; + 18DFED3047DE5331EEBAE57203F452AC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + 19B87B9DCF86D06172FFDE8D7BDB53B9 /* EndWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F7255964CD95FEAD06F64B1ED36F4A9 /* EndWith.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 19FEC545448E662D1AF7B59CF095B8E1 /* RLMListBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FEC2303F648448F68E5C9AD9B730E93 /* RLMListBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1A0D16E80114BBBBA4491D7F406F22F3 /* Pods-GulpsToday-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8701EBDC1C142975C94601734818AE67 /* Pods-GulpsToday-dummy.m */; }; + 1A8FECADFF5BF5593CF8922D493D46C7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + 1B9CD9B6D735874DB6B698EBA615EA6B /* UIImage+Compare.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C670057466B5444A6744002D64345EF /* UIImage+Compare.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1C86018573FBAFCE304812141C451439 /* collection_notifier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76360A8C0A5D61E45930910B53370BF2 /* collection_notifier.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1D1A32A194ED5E60E59F34B46DEE6FD2 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3B2AD578F954242A402FED8E9187C4CA /* RLMArray_Private.h */; }; + 1DBE90F11922D1548E1F71C7095C7A6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + 1E2EB3F413CA86162451A41B667A24EE /* NSString+QCKSelectorName.m in Sources */ = {isa = PBXBuildFile; fileRef = C1899150016CD1A47A0EBE5014827B3F /* NSString+QCKSelectorName.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1F0FE920761FEC30F85BAC759BD9C6A8 /* MatcherProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72197D17C1123C99A5D067E41C760E30 /* MatcherProtocols.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 201C89F9A67A1276475163609BEF27AB /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = C2D46B0A1F16061CFE2DDD56906FC49A /* RLMObjectSchema.h */; }; + 208A9611365DFCF074FA78D5792B82BE /* JTCalendarAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = F15B3EF556173A074B9A7A3905E8D68E /* JTCalendarAppearance.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 21ACD861F90B6CB1ED758AC85220086B /* DSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE17A759936562CC97DD828DEFC6B2B0 /* DSL.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 21F4D5F110B89BD484B5477339CA528E /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAD703DC4D17B4B8AC2785FF8C77F2 /* Errors.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 222347B8B41BE9FD0F486501CDD9F2F9 /* QuickConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 006D2E0FC69B6FB8961B866B777849D2 /* QuickConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 234444B9BC86BF3861E01A7CAB7F41C3 /* JTCalendarMonthWeekDaysView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F6F745D5DF93024ADDDD4676965E51F /* JTCalendarMonthWeekDaysView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 236AF9D4780E5AACB9B082FD793B5F59 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1239BBBF534F5DD68C2C569793E8A430 /* Optional.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2439751FC0CCF0A35F342E07C71FDC6E /* Pods-GulpsTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E82571F543CA1BA014E833232815F0A /* Pods-GulpsTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2487A16FE0EF5AA0F054685DAC44370C /* DSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = C544375EEFB7411831B2DD38CFF2BB9B /* DSL.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 25B7D3B3AACB7CE1FD5EB45DF32F425E /* AssertionDispatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCF8979FEF0912950BEBA53F55DE02E /* AssertionDispatcher.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 26218CBD0D88C089E25FA144DF1A60E6 /* AMPopTip.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C64ADE7972727436DA4FD7737040150 /* AMPopTip.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2687099DD60FF589DD6F82CC0A75F7C4 /* Pods-GulpsToday-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9116AE02764EAA613389A58D72CA9400 /* Pods-GulpsToday-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2821D5F44CC4FCA968037F2E351D8879 /* HaveValidSnapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50AA904E2202AF9D50605238F801BB0A /* HaveValidSnapshot.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 28600C6C105CE5249C890C6948F66716 /* RLMMigration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC473ED768DB9499345F1FCA8FE6B80A /* RLMMigration_Private.h */; }; + 287A35ED85E7F76951706EC86BF59703 /* FloatConversion.h in Headers */ = {isa = PBXBuildFile; fileRef = D7D0251020623BB7518780C096631704 /* FloatConversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29DD730B10FD33F4CB138368C86FBC74 /* HaveCount.swift in Sources */ = {isa = PBXBuildFile; fileRef = 605E73DFB0EFD8E5741DE920E26D33C7 /* HaveCount.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2A794CCCB535329CBBFAEEECD577FAE0 /* NimbleEnvironment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F20C917463CCD493F8D42E16D892435 /* NimbleEnvironment.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2B5056DEF83B12B583C3A0E45DC05D93 /* POPVector.mm in Sources */ = {isa = PBXBuildFile; fileRef = BA85B93D4567FAF32393188944FE8214 /* POPVector.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2C117EA4412D5D02E4EEAA74E9F36FC0 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = E8CECC7D4207DD466DD81578EA61C7DF /* RLMSchema.h */; }; + 2DB683BA56EBC003FE97725F41E133A9 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F6337D338C23F96203A4E01182AE3755 /* RLMObjectSchema_Private.h */; }; + 2E1B32C21B65F2E708D60FA770B5A7E7 /* BeginWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33F239B12FCD2B461A0683C8622E510E /* BeginWith.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2E5F75EEC029D85DB7E8ADCFCB3E86F5 /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 969A02E46B775E349AADC369C7BF3DE3 /* RLMResults_Private.h */; }; + 2ED074C81640C5877C17C21434783B00 /* Callsite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7586BE36AC006418A0045EDDE465E193 /* Callsite.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2F485B69F51E4F723A38410F31F08550 /* FBSnapshotTestController.h in Headers */ = {isa = PBXBuildFile; fileRef = B89455CC3B95BCAB3F9C319F4AEA3074 /* FBSnapshotTestController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2FDD7C9D17D5202E3BBCF70853B9411A /* UIColor+ColorWithHex.h in Headers */ = {isa = PBXBuildFile; fileRef = 092F84B7EC66344BB2D4F6A13A89680E /* UIColor+ColorWithHex.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311BE2C230CE2FAE31A2234EC4BA61B1 /* POPSpringAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 91E3B57C0DAE8D2848236183B4F05FB9 /* POPSpringAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3187E406F9DFA5FB418D5ECC7429EDFC /* JTCalendarDataCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E9DAC634A738C71C4C55AF3FECD15438 /* JTCalendarDataCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 31BE2DF1FD86307A47CF9752E77A237A /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 97344A11E009C1539EEA63BEED073E41 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 31C6AF06EC4461A6ABC16EA83D49C765 /* POPAnimationEvent.mm in Sources */ = {isa = PBXBuildFile; fileRef = 55D355445CF77FEDD79338C5697B5492 /* POPAnimationEvent.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 327832A5D6A61C38778DF3685BB8F4A1 /* JTCalendar.h in Headers */ = {isa = PBXBuildFile; fileRef = 59C2A623942F2AE752CDF94ACFF1FFC9 /* JTCalendar.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 32855E401954871301C971AE213C2870 /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B576904416238B56BE8FC5662C403C /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 329D46BB8AF2F01ABB91C51C595A4810 /* JTCalendarAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 516ED0EBFDB80E05F9B3C0E3A4927A51 /* JTCalendarAppearance.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 33137ACEF300E311EA51A8DFCED1DD44 /* POPDecayAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = F432120F6083880097787DD0089C6680 /* POPDecayAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3394766E9E977A55A420CD12B2AD7A48 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 29645CCBB4E3C4D7B79BD291007BDF56 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 341B44AC3704209FE38975AA89E15EF6 /* ExampleGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0612CF0DE3036BBE50D7B5589653F045 /* ExampleGroup.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 345AA0FC20CB2EACC99A3CC1B76F65DB /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 49E697103FA2E1C6D90E7449DA50CC8A /* Realm-dummy.m */; }; + 34FAC397B3658449789E2842C95D98E0 /* NMBObjCMatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0D9F4BAEAF3FAD2F23B781019543FEA /* NMBObjCMatcher.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 36229C8F2F025C8FE1B36510D956A0CC /* JTCalendarWeekView.m in Sources */ = {isa = PBXBuildFile; fileRef = BD48167B51D1629A0A01C396BD2746DC /* JTCalendarWeekView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 364731F2F3A069A5D4AAA5E29489FCFC /* UIWindow+AHKAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DB040ED9334C00A84B4F15EE61DBF17 /* UIWindow+AHKAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 37C337E13DD18FB63873586EB8C05953 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5E21EFB6D47B0B6BE38746209742FA89 /* RLMObjectStore.h */; }; + 3907FE537A09EF22B67638CA27B8A0A6 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4D283E9518D1F8454BBFB9EAC684AC22 /* RLMObjectBase_Dynamic.h */; }; + 3954C163AB81B6FE0C76346E7FA8211B /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = F515F6784C2B6B27A98447227434B626 /* Object.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3B83A2F08BC090A6FD3EBA869E1BD39D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 24E8E40B9ED445EB2A81BBF06E510EBC /* QuartzCore.framework */; }; + 3C2B664122E415EC7959BAA97B35790C /* POPAnimationTracer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1AF2061BA06DFAE407AF45B484204AB6 /* POPAnimationTracer.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3CDA5EB2818418C22318D8115E551B75 /* BeEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4CC439E72378B0E6DDB3CBF9CF3F00 /* BeEmpty.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3E04F6DC47103EB84B5E6B2CA0965A4C /* Pods-Gulps-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 81CDF9A8015587B371F85376657627D0 /* Pods-Gulps-dummy.m */; }; + 3E0DCD372D676F1C68D832719420337D /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C4AE81D05869C4669BD3750FF9A83011 /* RLMRealmConfiguration.h */; }; + 3ED5BA7BCFABA4F7E6644546393BC4BA /* POPAction.h in Headers */ = {isa = PBXBuildFile; fileRef = FC4DABF673DD0165AEBF92BEB3B041B9 /* POPAction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EF8CB8DE18814B8E73061C775B70F45 /* AMPopTip+Draw.m in Sources */ = {isa = PBXBuildFile; fileRef = 0ECB7F9EBB924CBBEB1BFEE28D45E71D /* AMPopTip+Draw.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3F159A8B3F6F29DAC1F4DD3BFC4892BA /* BubbleTransition-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 01BF1F14F2B7E1F547C4B2D73F4B5AAF /* BubbleTransition-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3FBC31CABAC385FBB840D2E29A8C3C83 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2D46B0A1F16061CFE2DDD56906FC49A /* RLMObjectSchema.h */; }; + 400AFA44B14F2B368351B1AEE19D4DA5 /* POPAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C5F0EDA80CF0B28C6729644BE034675 /* POPAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40DFBA37EC892AAA1E90AF4889E0049C /* Quick.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D02296934CCE1C6FF917A64E591661 /* Quick.framework */; }; + 40FB9E87DE2656E9A68C0FF96E19F25B /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 2231045194FDD4DC0A417A6701D1E52B /* RLMResults.h */; }; + 4193BDCD199B15B1AFC48A6FBC41B81F /* JTCalendarDayView.h in Headers */ = {isa = PBXBuildFile; fileRef = EB303D4FA8EFB1641236A90A2924FF84 /* JTCalendarDayView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 421CDD701AEE0F2458A84200366CDD0F /* UIImage+Snapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = E982C5D993AD3AACF212D9F496ADEB69 /* UIImage+Snapshot.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 47B364C565D515D91360F06D7F7441CA /* FailureMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CD08FA3D92FEBBD148CDF628B261897 /* FailureMessage.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 48AE83CD7D57FE5949E0D8025D67F13C /* BAFluidView.m in Sources */ = {isa = PBXBuildFile; fileRef = 24C65CD23D80E1347B3157634713FC77 /* BAFluidView.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4A351783E8E9145391431F1FAB620B2C /* POPSpringSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = 32293472E8E233BD5D8865D5A51544FB /* POPSpringSolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B5D53CA7004C5083039F20FDBB72265 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 887A86FBB9B58F346CA91E34C68035AF /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4D90E8C7382804E8ADDDEDF8F4C5B4CC /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 18663E7ADFC465CF2002C4F34720D9B5 /* RLMAccessor.h */; }; + 4E616A6435E11EB9319AE6E7E32E7C50 /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2A7CF1EB8BE87FAAC624F3202A5A8E /* Aliases.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4E8660137185FCDA48B30BB51987C5C5 /* AMWaveTransition-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A8AC947B43E23073837474CCFCE131D6 /* AMWaveTransition-dummy.m */; }; + 4FD385D74083027F4F651C485985F35A /* UIImage+AHKAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 37BCF741B7C88C12F4FD3CEBACD7C05D /* UIImage+AHKAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4FEB34672824B33CFA9182A31FFC1F46 /* FBSnapshotTestCase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4B6C986713FBB91092A64E4A7BF4A93 /* FBSnapshotTestCase.framework */; }; + 50597ADD4B6853FB8E46DB93DA95E9A8 /* JTCalendar.m in Sources */ = {isa = PBXBuildFile; fileRef = 10BA9CC23156180A967747298EF5416F /* JTCalendar.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 50E127E1116F24D02BD63ECA2D647735 /* POP.h in Headers */ = {isa = PBXBuildFile; fileRef = 02802C5DCFA18BBF106D4F47FCEBF5BB /* POP.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 517416AFE1656313C513A22846E784F2 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9666E21D05661CD9BFFFB713C33E69AF /* Results.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5225F49357F9D58665851D3B6211BEFC /* POPAnimatorPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = D632AA6CB9AA68A205EAB81E91992F05 /* POPAnimatorPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52D2B26A37EEFEC4AD56A20E51B62AAD /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8D027FA7277EF674A297628256BD9374 /* RLMRealm.h */; }; + 53EB97972CF309ABE2335D3E721238F0 /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B2AD578F954242A402FED8E9187C4CA /* RLMArray_Private.h */; }; + 547D93AA0355E1D702AA8528BD14F305 /* AMPopTipDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 427FCC20817D700B6BE0FE2E99A79537 /* AMPopTipDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 54B81C3F0E174398CEC6E0EEE7C7A3C0 /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F92CC2F03ED56A92676A3B018A81443B /* RLMSchema_Private.h */; }; + 54E451347BD118B850FDAD2E52580DC5 /* Constants.h in Headers */ = {isa = PBXBuildFile; fileRef = 743315D802E6C84400C6354EB1351056 /* Constants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5577892CC5BAFBC74A9DE7844B678527 /* POPAnimationExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C4A2A479B4FCA7F2B32D8578057FF9C /* POPAnimationExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 55CDB7EF2395530E47F4E957B70DAB22 /* POPGeometry.mm in Sources */ = {isa = PBXBuildFile; fileRef = AA8834A3D795B8634701226A32242847 /* POPGeometry.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5605E1FE2BF042DB24796EDEB9674E9F /* SourceLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 916A5DC091668F09E14C67E28A92E72B /* SourceLocation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 560F3BE1B46E97EB8E117E9B2DB26496 /* JTCalendarDataCache.h in Headers */ = {isa = PBXBuildFile; fileRef = CB1FD3CEA7FD587DF2FCFEBB65B64468 /* JTCalendarDataCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 566DD5F98D39C41F7741B967F650B1BD /* QuickSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 8701D5D2647727C546F6CA7FA5F8D4C4 /* QuickSpec.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 571857EF252AF25F26F2581365E2162B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + 57B26D9217345B3404F2923BF9F768EA /* JTCalendarDayView.m in Sources */ = {isa = PBXBuildFile; fileRef = EE2595F0FE3B14CE9096E3E9CF66A882 /* JTCalendarDayView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 57B6E6ED2BA690B6A86F53B8C38E77D2 /* Equal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 939F9DFBF6FA98C01D9D649CA766FE43 /* Equal.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 59BBFA61D3954D4F55F25858FF514FBE /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 85B516D991A09A5ED22C45489530F159 /* RLMArray.h */; }; + 5B1C17BB39430D571917D0B86CCF01CB /* AHKActionSheetViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3CEAECAFAB7DA323A9BC88792D98EE /* AHKActionSheetViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5B7B6531C711EFB43A9D823534EA07D8 /* BeAnInstanceOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0556D0B7E494CABB81072566C1770BEF /* BeAnInstanceOf.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5CCC033EDE445E79B2C22AA1C7B38F51 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = F62617198E8F4EAB80A69E54E8A41F94 /* List.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5E1CBCCB235CD6EA63942A47776F5DD9 /* POPCustomAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = E71932C7C8D590547EF2E55E4AB8E900 /* POPCustomAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5E3ADC36EF5E4678A42CBEC02C2B977D /* BeGreaterThan.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4DFBCD25286754F74FDCD472A1300FA /* BeGreaterThan.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5F65495211297994220A8D081EAEFE15 /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 438FCE9DFD9095BEA74E371FA42483AA /* SwiftSupport.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5FAEB3E046F15BFA1FD307119C21715C /* NMBExceptionCapture.h in Headers */ = {isa = PBXBuildFile; fileRef = 417FC6F8895BFA11A6D567A1CC43AC87 /* NMBExceptionCapture.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5FCE4C21023A16668BEDF5862768E65E /* AMWaveViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A258A533782C6062A44571DD76341841 /* AMWaveViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 602289A2A308DD0C9B0F840926EB4646 /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92BD5165872A95C28FE0C966AB7F8C36 /* Schema.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 60D7871B2484FFDC6B3A914B044D7E77 /* object_schema.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01857739B56CD14F4F66683B4BEDD519 /* object_schema.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 61100C0E6FB329EE38659B3E5A1B7090 /* UIApplication+StrictKeyWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = ED8D9F0CD849A34051F58FB1F1A0B3EB /* UIApplication+StrictKeyWindow.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6166C7BA085F750BBFBC0C7A3307399F /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A67B56E3AE389DB0F7DEEFD20837C902 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6174D587559999EE4BC2A40E44C75201 /* BAFluidView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 298FD6F0F5B6EAE1D03CB8684B678B99 /* BAFluidView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 621832A19B230DE36937328C96CFC7B3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + 6282B776C4DE29A7411051E8F2BC3F17 /* POPAnimatableProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 639045CE3024330A3AFBF6019D9F1D4E /* POPAnimatableProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 637B2E722083B555854E4FA58A824068 /* BeCloseTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0DD65536A2EB54DB9DC8D9B0713343C /* BeCloseTo.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 640776F175B648FBC2E43C16ECF3F39B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D657DCE9791763315F88E8C9120ABAB2 /* UIKit.framework */; }; + 6541D9239A4EFA235E5C610F0C05B304 /* BeVoid.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08AF3864C9057A3CAEA93E0CF75A055B /* BeVoid.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 65814F71135FC6E66D86CD4E90919777 /* QuickSelectedTestSuiteBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0F688B79EA5314510C2955AB7229760 /* QuickSelectedTestSuiteBuilder.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 65B97A49E96B3F59C487DBEEEACAC024 /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 13279622DBD7EC7E65BF52D634F62C48 /* RLMObject_Private.h */; }; + 66076ACB8F320F15B06378DBEC8996F5 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F92CC2F03ED56A92676A3B018A81443B /* RLMSchema_Private.h */; }; + 6674D35CD919F9702534A2DB1B8C2B62 /* BubbleTransition-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 189BA7C9FF4BDB3B80C62CADDE588BDC /* BubbleTransition-dummy.m */; }; + 67336A58990EE8845AC54BA1843410DF /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 588C5DEDE5BA71553D7735D226855F1C /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 68702B2E1FE058CDF495026F1B6AC58F /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB18DC57263D37316D2AEE2E37BD1B49 /* SortDescriptor.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6963769DE6F87F620C6840738EA106DB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + 69DC20D6520713027FF2C84126A13312 /* AllPass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F0BF7C95F28E482676E24BFC12D9940 /* AllPass.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6ABB21D57A04BB975EE4D532774281B2 /* DSL+Wait.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2EBEC577FCF8F1A51A4EE0E948787E5 /* DSL+Wait.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6B3F2BFA02492FC287C3ECD0B79D3206 /* UIWindow+AHKAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4249D41FB99678573F0B665CF102377F /* UIWindow+AHKAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B921543B35E6215FE0A93CAB4705C1C /* AMPopTip+Animation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AC5C12E5C6CF2419048576354A8DE97 /* AMPopTip+Animation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6D14A20A6FF0E5A8DFFEA319E1F59285 /* JTCalendar-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D20C41498C11AEBC420AF82A7599289D /* JTCalendar-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6F8882A57F36F4D410BCCE947F52F002 /* AdapterProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A71CCC8783C6301B1ABE57EE05887CF /* AdapterProtocols.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6FAB5298272C4B4E26438CF8C9F14BA4 /* UIImage+Snapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = EE39B111D0EF1A87E9B6BEE7B3AF48EF /* UIImage+Snapshot.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6FBB3B5AB4242FDF5AEF5E071EF1F0B7 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 13279622DBD7EC7E65BF52D634F62C48 /* RLMObject_Private.h */; }; + 70E4E9426AC3067A4606F936B05DAFC1 /* UIImage+AHKAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3126C1731D0A9BADEF7B039F2913EBCD /* UIImage+AHKAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7146649F9AD3BB59280DBA041972F93B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C4AE81D05869C4669BD3750FF9A83011 /* RLMRealmConfiguration.h */; }; + 736664848EFC26F948E9109E9FA209D4 /* POPCustomAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = EBB77162572EFA01247655E4D2B69879 /* POPCustomAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7408D9BD00535B58DA91AF916EE58641 /* UIImage+Diff.m in Sources */ = {isa = PBXBuildFile; fileRef = 79D64D439EFA30CCB71E8FBA8AAF497F /* UIImage+Diff.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7413986A2D8DBC8A602294B160DD5E8B /* POPPropertyAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C2A101DA406F1F49DB37492ED455A7 /* POPPropertyAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74BE659608CC330081C12C777A7154F8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + 758EEB5B8FAB9BDBF68A1128E9E3EF54 /* POPPropertyAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = E2A290AEAFD02B17472A436AAF0DD6E1 /* POPPropertyAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 75B538DE29061A5851F3B25DE537D78B /* POPCGUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D485CBF2690C70A2C76A220B682F8A2 /* POPCGUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76677AD40B70294614CFF3DA7EDFAA3E /* POPBasicAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 776C2DA3F1A3DFC6067614DC25A58A4F /* POPBasicAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76E385E6336751D9D15321BE337E17AB /* Quick-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D80F1941E9F23BBFCD33407F181E1315 /* Quick-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76F57641677E4914E9A1240DB738BA6F /* JTCalendarWeekView.h in Headers */ = {isa = PBXBuildFile; fileRef = D814BCE419D2FB01C19C425263FE78E5 /* JTCalendarWeekView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 77212C2612EC3AE3C403FE6D099EE0A2 /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 07CD25152902D3B8A0CCD374C102081E /* RLMMigration.h */; }; + 772886889FC311AD3C1DFF1F01F63B2C /* PostNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0684FF3EBA593D152ED34B5A69000A /* PostNotification.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7765B61EA9B29201A55916AE740F61F9 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E6313D654976581EEF4F3BE297ACE029 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 77B5B2EAE87E31C6D97E339AA5BD476B /* MatcherFunc.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFB911249FC0D17D09F36A53FDC265AA /* MatcherFunc.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 78B4AB0E3034765D7E5B09914E2535A7 /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 85B516D991A09A5ED22C45489530F159 /* RLMArray.h */; }; + 78D012D952E3BC51D23DD3AFB642A642 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F6337D338C23F96203A4E01182AE3755 /* RLMObjectSchema_Private.h */; }; + 791C811D50A4D192C40867A4C55255B2 /* weak_realm_notifier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 962BE0C48EF2AB8D44F789C3A00CC042 /* weak_realm_notifier.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 796D18837F458013521BB05F68E8D416 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FC9BACF578E821F42811EA2759380C02 /* RLMConstants.h */; }; + 79822D52FC5ED15538D4867655679137 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = EF8E97657D73FB5C5BFE8B7FAEF18CCA /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 79E4E03D259ADD4FDD41288BB74DD955 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 24E8E40B9ED445EB2A81BBF06E510EBC /* QuartzCore.framework */; }; + 7A666536D7BD460AB07E23C85B5CD332 /* object_store.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 096234FBEBD1DC1AD477A07E24278B44 /* object_store.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7ABEED846F8BF121AA839F4D0E597867 /* RLMOptionalBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F6451B74A24C84DCEB074D625C92591 /* RLMOptionalBase.h */; }; + 7BB86C88462C72B13BA9E1EC22CE5A5B /* index_set.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7BB97613C127B9921C9B38AEBA712A37 /* index_set.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7BFFB8F808BE5BC388AD26FC00F47F90 /* XCTestSuite+QuickTestSuiteBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 45BD5C576213E5BB448051B965076A95 /* XCTestSuite+QuickTestSuiteBuilder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7C117C6B148D108176700CC91D6C3565 /* POPLayerExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = 463BD2723A684501C2B565B359774E22 /* POPLayerExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7CA8DD2F820FF06578DE8729191E1799 /* shared_realm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7134DA7E7C61C4D5C867018FF28CD47B /* shared_realm.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7D25FF7EBBA9C00B1C7F5AAF94C6BD1F /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = C72FF9B252B7D01B3ABE0960B4BC88DA /* Error.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7DB9EC7DA7485F12EF931062F776DD55 /* Functional.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6B5278CB0BE60239B1ECDE72FD8C7F2 /* Functional.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7F18EDD91BA3D034F7A9ED103DEE6035 /* JTCalendarMonthView.h in Headers */ = {isa = PBXBuildFile; fileRef = 11B325BBCC14F605251195345B4F7C2A /* JTCalendarMonthView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7F4FF2DFB8914694449098E4502B8E58 /* POPAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9ED152D425BB88A67A7B8E57B73345CD /* POPAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7F5A7B4C94D3D46EDFBF4E9E705CB825 /* AMPopTip+Animation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FF8121358717990616EBB9B866F32C0 /* AMPopTip+Animation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7F97C4BCF71877056A7829143E78F33B /* FBSnapshotTestCasePlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E5E9C30EFDB8473358145CA7E9AC955 /* FBSnapshotTestCasePlatform.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7F9E143226AEFDCEF50DE4C03E45849E /* AMPopTip+Entrance.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E2943674686751B957CC98948327C0 /* AMPopTip+Entrance.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7FDFAB982E38B60524CAFC8225CE7B96 /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B4D84D5D4CD435B74130B676C30C808 /* Realm.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7FEEF5DF31709CE3D1944CB92127B6FC /* QuickSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FAF5F0BA803103E7D74316AE94B74CB /* QuickSpec.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 804F3C724574446EAAEE582BC19EFF5C /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 751AFB54ECB670AAF85D7B436727958D /* Configuration.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 816E906FFDAD4C2A62109D184E4410F1 /* schema.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08C064A013CF6B45AFF9DE81D755486B /* schema.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 81B3C7DF006995227EB11176C5B30842 /* AMPopTip-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D6758A5D057534E5877426AB56A05670 /* AMPopTip-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 840F5E701FC7867BE760EF3DE6E045A0 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 25129AE9EB07EADEB6FC6F87F898A41A /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 855E8A29CF8876A932B6871B24C2E76E /* POPAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 6330E1D4E69BC6312643D3B9CC15FCC4 /* POPAnimator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 85AA81ABBA22FD5F89CAD2B3982EB93D /* POPAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 66BC4DAD5D8EFE54916C91C76482A386 /* POPAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 85C21352E45BAD04EC7B5EB7633035F2 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B9D4264B79DBFA90300C32161951D858 /* RLMProperty.h */; }; + 8663AF37894BEBF3D682B637EB6CA95D /* MatchError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADC48E3BF5CB699DF71989C5A498657C /* MatchError.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 867E34ED972FF7E73D5973089DD687A9 /* BeLessThan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23A2495387FB73762CC185BD0E7C23D6 /* BeLessThan.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 870A13E5BFC7DC170A4107797D77CE09 /* POPAnimationPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 96511908CB1B0E078B0EC4A63198E304 /* POPAnimationPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87DB943B46806EC8A7584BB85F8C026D /* SwiftVersion.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5262A1B03C80597127AF948D4DD5407 /* SwiftVersion.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 88FE9CD4A6A82745EECEF8758C800B81 /* POPMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 0738DD380BEDD002F682AEC008431575 /* POPMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89E1D1611AD4E59956AB5597E65B6015 /* POPPropertyAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2AFD5B226E8E92D4E5D1B67094D72657 /* POPPropertyAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8A0434A75160AA1A6915917C9A5FEDED /* Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11AE259877423077B742B8E9BAF8B116 /* Async.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8A4A98839FBA1A0EFDB6F2C666EAFCF6 /* AHKActionSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E305D9184E0997ED88AA0BC53D1F120 /* AHKActionSheet.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8ADF697A386EAD5680F2738BDC5C68A2 /* POPBasicAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 00F564FCC19F2BE223E727F28A64B3D3 /* POPBasicAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8B0F8305D5D46D1C6B5519B97EA3348B /* JTCalendar-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ABEE7798BE60E9BFFF555020C9F74190 /* JTCalendar-dummy.m */; }; + 8BC2977E27381418594991B35D554FC3 /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = D79A5E785E53888D76292781DCFF7F3E /* Expression.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8C00C02362105B59CA32EAB851D62620 /* Nimble-Snapshots-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DC7268A610393508B0C04A13CF14D99 /* Nimble-Snapshots-dummy.m */; }; + 8C25E81C17E52C484C26C9049763C89A /* BeLogical.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF5F03602FF9D866AE4514EB7792A5DD /* BeLogical.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8C37E9FD82A289E9E682C9DE71409FBB /* UnitBezier.h in Headers */ = {isa = PBXBuildFile; fileRef = 511770538DD9BC96565584B440A96409 /* UnitBezier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C4D9AADD9AF3AA7718AD8054574E41B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + 8C556D94B0D5D3FC659C0C429D17B716 /* AHKActionSheet-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D91F33E147DB3F1C14D47341484F2067 /* AHKActionSheet-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8C649F398D79BFE78F398D62D8AD88EE /* QuickTestSuite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D2FB01C629BCB642660E2CD54C8A524 /* QuickTestSuite.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8C9B6332EB6B58DB5659514BE8B96336 /* AMPopTip+Entrance.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F3073D7774752415BF11CB514186060 /* AMPopTip+Entrance.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8D641CE1BCCBBB20D70AAF9A5CA623A0 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 969A02E46B775E349AADC369C7BF3DE3 /* RLMResults_Private.h */; }; + 8DD3C27FD0CAB128131A8074BABFCC45 /* Pods-Gulps-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FBEEE439C76FDA97C403F1C957087E57 /* Pods-Gulps-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8DD527A66E7328A0CE47DE7E65BB7FD3 /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = DB8893CBF96556ECE3ABE6E7CF887A53 /* RLMRealm_Dynamic.h */; }; + 8DF38D509251F1FB3C764E1926FF3A20 /* TransformationMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D2CAE7C8B812690386CEA3A242D7064 /* TransformationMatrix.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E38F9F848C4F2F006F1B47C1B46E764 /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0F8CA7F078176C7DDFB6CA056D3E75BD /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8E6342D0772F8079CD9935B40F28512E /* POPAnimatableProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 01CCEF5CCD6DF3493AC0CE5760D5907A /* POPAnimatableProperty.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8EB4D1D0688DF8F8E55C1911C09490D4 /* AMPopTip+Draw.h in Headers */ = {isa = PBXBuildFile; fileRef = 56950FB4BA74D06E32BDF089851E8018 /* AMPopTip+Draw.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8ED61F0A351CE6D1C0643A6F1B39C02D /* RLMListBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A3ED5E31D83A389AC5C43752D3C317A5 /* RLMListBase.h */; }; + 900252815B6A54C2E7B24B2F508A1306 /* BeLessThanOrEqual.swift in Sources */ = {isa = PBXBuildFile; fileRef = 135A7909F649150D0B06EA82D052D7F1 /* BeLessThanOrEqual.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 90547E8E503D337F6616A937F0DE4B2C /* BAFluidView.h in Headers */ = {isa = PBXBuildFile; fileRef = E521D8EF84C29A5A2ACDF953E51EEA95 /* BAFluidView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9093FCD3B4DE4768C95B102296D88FAB /* DSL.h in Headers */ = {isa = PBXBuildFile; fileRef = F7DA334ADB044BEDBF9C644BDBE337C6 /* DSL.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 90F481CDE290FB70F84196A22034626E /* POPVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 9386963D06BCA069B93F538702541AC9 /* POPVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 919AA350B97B1A8930D3F17431C718B0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D657DCE9791763315F88E8C9120ABAB2 /* UIKit.framework */; }; + 9271367529693644B4DDF28823B53759 /* NMBExpectation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D27A2EEC7923C80A6DC31287D9488E2B /* NMBExpectation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 92BA80385DDAB436389E9F68C28337D7 /* JTCalendarContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3623ECEFE91293E3E5432EF8CE09F7DF /* JTCalendarContentView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9359F2B630248C1CC2F359066B48875B /* NSString+QCKSelectorName.h in Headers */ = {isa = PBXBuildFile; fileRef = 20C8803DCB8CC82FF0C2A7A441794E4C /* NSString+QCKSelectorName.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 936730E70E081A305AB3EB7537A21040 /* list_notifier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CC27CA00DA3E43E5CF67CC2D6BED0C4 /* list_notifier.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9378B5D17794FFC7DEF0AC9F8E9EF6A6 /* BeAKindOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 866CB82595A8062A8C2DA9D717AAB6EB /* BeAKindOf.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9673CF780F48C8E4EC2A331717B1F67C /* FBSnapshotTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = 215A18B82DB87F58CBA1B1983FA503B5 /* FBSnapshotTestCase.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 97914A7E2F3992270295A66D7382A187 /* format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 672C94508FD4C3B136A95D51132D5290 /* format.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9988ABB96CDBFA45406521FB45A494FA /* UICountingLabel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 43EB14BB707D4908149EAFDB0EB330B7 /* UICountingLabel-dummy.m */; }; + 99A185D282325E82220CDAA6A1919484 /* NMBStringify.h in Headers */ = {isa = PBXBuildFile; fileRef = 9373EC15B0ADF29FB2AB2CF2B5010AB1 /* NMBStringify.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9A1B34A5F28AC4450E723477479E83BF /* POPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E9E611594A0A344E32C4B03D6864FA2 /* POPDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9A840F95BFC4B71182C35FDF4D096FE4 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78277AA8004E5E360A7B0B096A894BCD /* Migration.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9D32E58D8F3F7D627D24EC235CBE5E73 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89FF9B2C0458CE12BFD83BF8287BA5C9 /* Filter.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9E11901E9C33A16B12C8746E61CA1443 /* POPCGUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = D0BE0E5D2A696C8CC3260191E1931D13 /* POPCGUtils.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9EC1B8DCF08ED356B6C73E61BF228099 /* RLMOptionalBase.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2F6451B74A24C84DCEB074D625C92591 /* RLMOptionalBase.h */; }; + A232079D5D523E4D2D236E4AEEC6CF1F /* JTCalendarMenuView.m in Sources */ = {isa = PBXBuildFile; fileRef = 22CB0406F5A18BFFD67E642ACC767008 /* JTCalendarMenuView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A32F40B7824C12A21862B1EC0365B383 /* JTCalendarMenuView.h in Headers */ = {isa = PBXBuildFile; fileRef = A9EDB61EDD9594CAEABA084D97C6A398 /* JTCalendarMenuView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A3974C97F978699606D55CB95CDED8FE /* POPSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ACF6CFF7317CB385A1F61B7920B5A5F /* POPSpringAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A502102926D11BA5941178EC35A7C60C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + A54B3F475404666C1866289948D8857E /* RLMMigration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC473ED768DB9499345F1FCA8FE6B80A /* RLMMigration_Private.h */; }; + A5B9780EEBFC67E9E54B13FC4CB61A1E /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8BC4F401712C2DB49DAF90F04AE8E90A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A663D272465010B712A743672BF78D0A /* World.h in Headers */ = {isa = PBXBuildFile; fileRef = CDA9222A723288536069A949E29B012A /* World.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6EFEC6AE26C4E9FDD3FCF31C429DAF1 /* String+FileName.swift in Sources */ = {isa = PBXBuildFile; fileRef = C72634A27F86AEDC93FA582D306811E1 /* String+FileName.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A6F89DC2A84947082AB563E12E7FF961 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + A7574E349D3EDC81298DABA244A30E1F /* POPAnimator.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACD60A7E2F5E3AB6A2F3B2182F303E98 /* POPAnimator.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A8CF9912B9193CB482DC6A36783E3B2E /* POPAnimationRuntime.mm in Sources */ = {isa = PBXBuildFile; fileRef = 858609F4ED596EF6842D53B592A8F999 /* POPAnimationRuntime.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A99B3083024CA812D0C4B1853125AE0E /* JTCalendarMenuMonthView.m in Sources */ = {isa = PBXBuildFile; fileRef = DE9B68A05073B46A062183A49F23F044 /* JTCalendarMenuMonthView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A9E33486F23D3DCE5A4FBC0A7ED41173 /* AMPopTip.h in Headers */ = {isa = PBXBuildFile; fileRef = 7572536E17D9A11520BE4A1F7C1DF6F8 /* AMPopTip.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B07CC09A9075A776D0137C245631D7F4 /* POPDecayAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = E7E4B7C6B426A7BA33538F0C66EF7EC3 /* POPDecayAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1352C7868D51CE63F61DBF333EF8F6E /* SatisfyAnyOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E43F9D859CB7388D33676B66930D6D3 /* SatisfyAnyOf.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B22AB1621E84553801446F8079D306FE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + B22CCEB6DC30BBCDE56A93A64F10BD9B /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB20071B2E9B4C73AA15AA6413D5BCF7 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B2518B74D526DEA502ABF8C8D9C1B503 /* NimbleSnapshotsConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736C3DEE7B209B37C09CD97B9BD483C6 /* NimbleSnapshotsConfiguration.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B2AFBDA2BAF0B82F354E1AD6BFE61099 /* POPDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DA5008AC464FFDFC9BDA76692B7F477 /* POPDecayAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B34A4E37160A449230AB67EE9DFDAA84 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E1B806ABFD36E452F85108A19B59580 /* XCTest.framework */; }; + B4F545A054B6AFAA8F163FB1553DD863 /* AMPopTip+Exit.m in Sources */ = {isa = PBXBuildFile; fileRef = B531CFEE34695483DAFE12288AD250BE /* AMPopTip+Exit.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B6E8280B57ABF728F8E04FBF731988D1 /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = FC9BACF578E821F42811EA2759380C02 /* RLMConstants.h */; }; + B71A3C5B73F1ACDAAF23C2D5AA729F19 /* POPAnimationEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A5C595C781AD2E6FE630F781EA23A12 /* POPAnimationEventInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B758FB09FE2C06C1B8E36A71A9D76D41 /* FBSnapshotTestCase-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E87577453020DC073E03578B3D151EF2 /* FBSnapshotTestCase-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B7ED715607DD3456C7BF1C825608BDA2 /* list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B93FEBE2199E02A5EE5CB389553FB250 /* list.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B7F7B051026E42B311C961E79E7DE2FC /* pop-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C23296CACC8432126CBF528F681FC157 /* pop-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B839D839990271825C10C3F095CDF0E5 /* JTCircleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CA678B3E62408C1B47CFEAB0CFD5FB7 /* JTCircleView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BBF7AB59801B3B347C032FC23A74E063 /* POPSpringAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9637EDC4C1C50C7F35B4D6AE0EF6E276 /* POPSpringAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BC610D4C078CC5CAB36602455CFFAB43 /* RLMOptionalBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = F677F1824AD9C88893C9BD3B442E9F3E /* RLMOptionalBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BC952FC04FC963C1294DCD619C9B6B3B /* UIApplication+StrictKeyWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4BCD014BA0D143C26B6CA291620817 /* UIApplication+StrictKeyWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD0CD4FBD6AF5E03D07A89B268488C61 /* collection_notifications.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCDACCD7672A708822FB4A89F0F52A85 /* collection_notifications.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BD13B899EECB918C7E11E17D9ECE136D /* transact_log_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E94402F499DF436D361972B13F04E2B /* transact_log_handler.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BD1B2ED69824A9AB4275DAF216A19631 /* AMWaveTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 973305475C33390847BC643E4852B5FA /* AMWaveTransition.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BD7CC4D8E8A8F762C01EF0E7E2A6480A /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 48F8B3CC917ED44B88787AB896430996 /* RLMProperty_Private.h */; }; + BD91F5C62B577E1F7BE42C54D262BB84 /* collection_change_builder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE033D0D460F4EC7CEB9E190F2338866 /* collection_change_builder.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BDDFC649AF63AA03ED153EA91A51D7C8 /* results.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8999667DF70E830A61329D6E8F27551 /* results.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BE061B8134E13BC80DFA468313695A27 /* RLMOptionalBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2F6451B74A24C84DCEB074D625C92591 /* RLMOptionalBase.h */; }; + BE570C9A2B5A521E07224D517D5A75C4 /* UICountingLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 3526A217FEE19256FACEDBE092C4AAE6 /* UICountingLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BE7E03F1A92D2FB3B9B6C1BB6B826A70 /* POPBasicAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DD13E4D62B27D7F6E6CB120BC8BB723 /* POPBasicAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BFCE460CC33E8872B7156D4166340178 /* FBSnapshotTestCasePlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E24EE3B07AD5F2386CABFD6B8B40D82 /* FBSnapshotTestCasePlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C04F2B70D524F35C9B1110AC022C124B /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = F8C3AFCC68D78B11354F708FFF037327 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C196B7691EA72AA92E9B2AEEB36FFFB9 /* POPLayerExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 19BB35D196C8BC4B8C744F10FB5E5368 /* POPLayerExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C1C250F74AE91B1F540B082DCA46C439 /* JTCalendarContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 475C84A29F85E4C5F39067E3DAA05A7F /* JTCalendarContentView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C2DA8DE284A85B50FCA4E97FAF98195A /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A5144A2236DBE73D26E0D18FF210610 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C48CF0F4A4616502A5585290C7191A4F /* ErrorUtility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99AE083CE1FD1F775634F55B7EA205E2 /* ErrorUtility.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C4A0D9C27F7D4124A048B44820EE4162 /* JTCalendarMenuMonthView.h in Headers */ = {isa = PBXBuildFile; fileRef = 38441834795056833D8287C583DF2F46 /* JTCalendarMenuMonthView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C4CD46D060A18C3F5E979887D4F9E3F9 /* JTDayViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 880CFA3776BEBF997E1D92F1C7C3668E /* JTDayViewProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C51D3437A83DE2C65C13919D77F05476 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 23E5C7653B1A2934369B8B5A5E1830EA /* Realm.h */; }; + C5509328C5E72F7ED9D7C907C33C90B2 /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12FC2D4A463A69362B51D3B2D8B76548 /* RealmCollection.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C55A82B05D010832F4E088A31166281D /* World+DSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB0BEA81268EFE94DDCB69BB39843BFF /* World+DSL.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C63644EBF7E9CA56E5E680261654DA09 /* BeGreaterThanOrEqualTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C4133D288D6E4E7EB5941343EA08C5C /* BeGreaterThanOrEqualTo.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C710035D6C1D15116206885AE93D4BD0 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF803D6F172B135B8C8315C584C94C70 /* Realm.framework */; }; + C7A69644C8CE9AC3B39B81ECD8B795F6 /* World.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAC9C38F1283875065A32CEC8A55734E /* World.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C82C22AA9A57C89EEAADC6249EDB725F /* RLMListBase.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A3ED5E31D83A389AC5C43752D3C317A5 /* RLMListBase.h */; }; + C9E0D2F88DC7811192C678828BBCBE90 /* Nimble.h in Headers */ = {isa = PBXBuildFile; fileRef = 509E136A67E5D8E87BB2063F41100470 /* Nimble.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CAFA5E486BCE117A7D8C0FBF9DA6666B /* UIImage+Compare.h in Headers */ = {isa = PBXBuildFile; fileRef = D218DC1BAB05F5B7303809E73C03E2BD /* UIImage+Compare.h */; settings = {ATTRIBUTES = (Private, ); }; }; + CB226ED44D644DC8DA92FA06A9441F26 /* pop-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60BA7B9B07AB6EB4E786597FBC869DD0 /* pop-dummy.m */; }; + CB22CD96E330D5AEA7EA1A2C98C8D9ED /* AHKActionSheetViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 295B290608EA2BA78AEB7F0AA688B053 /* AHKActionSheetViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CB3ADA77C3B04DB67F47BFB2DDEF14BA /* external_commit_helper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8EEBD6E3E6C000D803BC3E84EFEFADA9 /* external_commit_helper.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CB574672254AD13BDBCD5778A3702CA7 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5172F5FF23094DFC6CB730F7A372F6D0 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CDE825CA12F3F2E05D55C144F7BF8514 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 043C3049BBF232382CE2B458B57BA81C /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CE470DACAD48B2942B0A7E96C3690B16 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F08BAAC0D8F22A98D076869BE2F35ED /* RLMObject.h */; }; + CE53190719AFE8ECEF64873331DA4CFA /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EBBDD238E72882D4358F13B1366A535 /* RLMRealm_Private.h */; }; + CE678FE1004CB5305AE22609B1BCB947 /* POPAnimationRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = C8E81CBAE60B0A2E1937A7C713479E67 /* POPAnimationRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEDA70AF433161478CBC654C448FF9A4 /* Contain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C90DCC651EC03E8241ADD047D81A540 /* Contain.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CEFE7A1DA38F1CE003D6A4F7C35FC1E6 /* results_notifier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 532C53C918DD317A7EB41BF5286ABA93 /* results_notifier.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D097F3914F8E2EA14FB7C88FA3099F26 /* FBSnapshotTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = C7AE66B244000A893C9B3A15B732E4BA /* FBSnapshotTestCase.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D0D1F8CF77A8243100C521D73986DC6A /* handover.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46BA094CCDB810588C0332B8A785E7E4 /* handover.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D0F5A2FE5BE4D3A255B341746EA0058D /* AsyncMatcherWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68FA668D4EFF9A6D7C270C8400098BA7 /* AsyncMatcherWrapper.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D1358416ACB3FDEDA414E4D930EC0609 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F08BAAC0D8F22A98D076869BE2F35ED /* RLMObject.h */; }; + D27434969F8AB6B5FE0A0903AA627886 /* AMWaveTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AD386FE72C15382834B1ADA75E201B5 /* AMWaveTransition.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D2C1CD44B75FA53CCFF4201B68656CD7 /* BeNil.swift in Sources */ = {isa = PBXBuildFile; fileRef = E00F358AD9F51CE1D6F80354EE229B4F /* BeNil.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D30BE3DC13053FAF8BEDC900911BCEAA /* RaisesException.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B08494FAC24A291F0D465711C5FD1BA /* RaisesException.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D32332CA40D4F631E8DBA950B25A18FA /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E1B806ABFD36E452F85108A19B59580 /* XCTest.framework */; }; + D3359274DC0D6FA2E4CF563033630EB4 /* Nimble-Snapshots-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C4CA6EFF5A4E69104643DB5F1BE3D7A6 /* Nimble-Snapshots-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D34084A6FAEAD26CF65F2290742501A9 /* JTCalendarMonthView.m in Sources */ = {isa = PBXBuildFile; fileRef = D4362992EFE44A4727315F103F6AF435 /* JTCalendarMonthView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D39F5D7419D6C7B39698D84012D53BB3 /* HooksPhase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EBC3F63DCA049E3DFC50893BF29CBE3 /* HooksPhase.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D408DDDAF2B5639CF7EDD159F6FE68A5 /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D10250D70041BAD7DE9927579A2A091 /* RealmConfiguration.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D44C27C8E75CCE4C79DF18476541613A /* UICountingLabel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8248EB8C88C57CAD05251923096D2373 /* UICountingLabel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D4A5D7D67AF9811E9F9CA3C1B539D38C /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E1B806ABFD36E452F85108A19B59580 /* XCTest.framework */; }; + D4C5E3D41D73B883AC0BF0E230E592EC /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0DEB9B79770138ED7AED8027C7F7B474 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D62B58019721CFA321C2FA5B0B18121E /* UICountingLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = F80F6F4037BA6E63B6668B5339088C9F /* UICountingLabel.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D6BB7ACB0171090B3892E4695203FCD9 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF11E6565BB3C93B2A7C06D475CB1BAB /* Util.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D8BD3D3B87F98C701A3D8C4D5AD11D2D /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA2459B1D552EC71C5C8AA32126F9E0A /* LinkingObjects.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D9968522464CEC854FF8A8DB2E1281B0 /* POPAnimationEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = F2564C54C045A982D4061CA3EA4D442A /* POPAnimationEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA35E158BB07A1090304D7681C1056AE /* QCKDSL.m in Sources */ = {isa = PBXBuildFile; fileRef = 84C38D3214298A39811547DB93576796 /* QCKDSL.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DA494A13B6B66929BA6DA84B9B68C93D /* Nimble-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 991AC6A2D3A809C2A82563DF0E8F2890 /* Nimble-dummy.m */; }; + DA4BADBAC5F89830F40EDDCBCE1C69F1 /* BAFluidView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BF4647910CB744279184B1AA27824BD /* BAFluidView-dummy.m */; }; + DA8E4C6946ED1FD5F55C74A4C4776485 /* NimbleXCTestHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 933DA81309C778C8833E31E1EE1F7C2E /* NimbleXCTestHandler.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DAAD9CAA62B7F86E1C88898F9F736222 /* POPGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 18E3875EB64155AA48BAF300B5224463 /* POPGeometry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DBA0994624A61F526F506D43DCF5FF56 /* Expectation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1014FFAB6AFC83E71B14A4084E682E0 /* Expectation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DBBF477BA707AFF5D54459C0208CB4BC /* BubbleTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D5C535044DF78AB10FD90756C96A3DC /* BubbleTransition.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DC269D1B31FC7BD6AFF1E3EC60DDB08A /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = B9D4264B79DBFA90300C32161951D858 /* RLMProperty.h */; }; + DD5B22B7D23206C065F49B299B5E1FD2 /* AMPopTip-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A4E5900E5396C2D8D3570E8282E86725 /* AMPopTip-dummy.m */; }; + DFC6EC68D79C8972360C8349507EDDC1 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B925DBC85C39F4B1622CB020A65D4FD /* Property.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DFCD3EB5FBBFD92C7A5411055C622F7D /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BD553FC4BA6DF7D91C38FC7DCB53E7AB /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0061C7AE6070E141DB60704A8DC1D09 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */; }; + E0ABD89C3E04433BEFBE1AC677DF7803 /* AMPopTip+Exit.h in Headers */ = {isa = PBXBuildFile; fileRef = C79556BF782850D9FB9D1C9C3A7A3D8E /* AMPopTip+Exit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E22AEA88C6439BE4BB3AC575CB741368 /* Pods-GulpsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CED0A47E848C96C7E77903DC29ED971F /* Pods-GulpsTests-dummy.m */; }; + E25BF21D4630926ACDAAFBBD71DACCEE /* PrettySyntax.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8A938EFE71A05B5D4583B1E12594F71 /* PrettySyntax.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E25D0244BAF2C74B157BF2C71F607527 /* POPAnimationExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 42C3E91F720F20034463A8A90D3C65DA /* POPAnimationExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3ADC3E686AC81CB69C9AF38FAE03D75 /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2231045194FDD4DC0A417A6701D1E52B /* RLMResults.h */; }; + E3C824E40BD8F2BF6F53E6E09397C873 /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5730872C62AC40193E26CF6942F97EAA /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E42B609B094651CB0D80E6911E71607A /* POPAnimationTracerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C00C57CC8AC56E26C433D257AD2D83EC /* POPAnimationTracerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5642E22B8C31F1305F92FBA5CBDAEB8 /* Quick-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 41154E075B8BA75D9F7E320AF9399E04 /* Quick-dummy.m */; }; + E5BDC5D5A6505B57164F616B0AB24017 /* AHKActionSheet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A44C29B6D72EED5BFF78BA526DAE2B96 /* AHKActionSheet-dummy.m */; }; + E5DBAB3631765836296A69EDC81EC1D3 /* RLMListBase.h in Headers */ = {isa = PBXBuildFile; fileRef = A3ED5E31D83A389AC5C43752D3C317A5 /* RLMListBase.h */; }; + E721EBF4FC37BA7F3E255D7F762C7B8B /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 18663E7ADFC465CF2002C4F34720D9B5 /* RLMAccessor.h */; }; + E79B8959AD826AF6E3D8793B1C736A13 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 61EBE32FD99B1280BC0790991CF5B5BD /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E875EE9AF0A76D310EFEF2C5920C358F /* POPAnimationTracer.h in Headers */ = {isa = PBXBuildFile; fileRef = C22D39122E394042D394A5512F668E59 /* POPAnimationTracer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E9D5EF482949E65F0E84B0810721CFBF /* FBSnapshotTestController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32C931901F01E9B2C458F7F4057A4869 /* FBSnapshotTestController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EC9F3AEF82703223F5AF4A83A3189FB9 /* ThrowError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4956FD61C0FDE343D66C1ABA55E4B7C /* ThrowError.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + ECDCA34D620E87501E4413C5CCB762B7 /* QCKDSL.h in Headers */ = {isa = PBXBuildFile; fileRef = 34266277DEDAFC1CBC25BC065EC657A9 /* QCKDSL.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ED03C92B9577A6F73B4092E87610357E /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 50291E6A4C3562F2087CDD1578114E37 /* RLMRealmConfiguration_Private.h */; }; + EDC567DED1F37FD221EC7A54A97719C2 /* NMBExceptionCapture.m in Sources */ = {isa = PBXBuildFile; fileRef = 695089D1C684C5A948F9822DFD4DB104 /* NMBExceptionCapture.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EE93A677B561717E56A85651F6F19FEE /* QuickConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = D001B0FAB3BAF08AFBAC948A0F68979E /* QuickConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EF12CDDD97AD0E3A362EC045B958C57E /* RLMArrayLinkView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B53396FB462C40BFB504EE1081DF97F /* RLMArrayLinkView.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F01841BB8B98AABFF8174D241F82709C /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DFE1A4F9893A83456E311A792172747 /* RLMPlatform.h */; }; + F0E11A93AF66D0B7EED2EDA82DE01681 /* Example.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46CE6BEE90CD67A199AAD598553C7CD8 /* Example.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F0F9B88A64EA50A318526B7C69B4B32A /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DB8893CBF96556ECE3ABE6E7CF887A53 /* RLMRealm_Dynamic.h */; }; + F143479766663AC5F69BFA06621E0C4D /* Nimble.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3A5B94805919DA89ED5713E4941DD75 /* Nimble.framework */; }; + F159F4AD213A6E416AF03BDA3D13832B /* realm_coordinator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C71DBC4FF7CE2DEF34BDD19A46B11A5E /* realm_coordinator.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F175486C2861B91A1F3A1D4E10B27915 /* placeholder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C64BE4C70B73079313F65FA899DB86B5 /* placeholder.cpp */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F184BB0F06C02936258C76E1C93482FE /* AHKActionSheet.h in Headers */ = {isa = PBXBuildFile; fileRef = 97B276E4858BE9CC74B7650DB6A224D4 /* AHKActionSheet.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1E89D25011CCFF095918B475FA836B6 /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D283E9518D1F8454BBFB9EAC684AC22 /* RLMObjectBase_Dynamic.h */; }; + F33986F4969B4F178AF9EB568FE8B1AA /* FBSnapshotTestCase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C195A3A63A31184BE5CEFEA26B51464D /* FBSnapshotTestCase-dummy.m */; }; + F3581AADDD17BBFDCE9CA8F49BC7299A /* JTCalendarViewDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FB33FB3ABF3C23405EB0F7C3F760E47 /* JTCalendarViewDataSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3E0FF60CA73AE38FE605C87D4786184 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 917323C90E9D7B885C4BECD1A4E01071 /* RLMObjectBase.h */; }; + F533D6EC47A35EE84CF820E5718746F8 /* Match.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03BF5144CDE067493BB42E0650128417 /* Match.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F78C37A0585BB9F52999500AE20C3962 /* CurrentTestCaseTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D3F3879EAF9BBC011D9625A937738F7 /* CurrentTestCaseTracker.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F7C5DA29A991164E48B40936B7CFB658 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5DB1B0CF502849512F570E345C6DBF58 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__ -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F82A6E728E18C8B8EC8440705E72F351 /* JTCalendarMonthWeekDaysView.h in Headers */ = {isa = PBXBuildFile; fileRef = 70419D53C423637B9A1EA21423861320 /* JTCalendarMonthWeekDaysView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8CB832C6D3A0FE9E94E2F9F14A06BAE /* BeIdenticalTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F69D9EB42B539FEF6AE4A63CF3F006 /* BeIdenticalTo.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FA85284388208348D101A27EF1E00D55 /* AMWaveViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 143BD79391539EE04BCAA7008C638878 /* AMWaveViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FAC9B4CCAF8950593E726EC5E0F451F9 /* NSBundle+CurrentTestBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 890BCDE951FF3AD92C3B4719C1A89497 /* NSBundle+CurrentTestBundle.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FB8B3AAE7DEB13A27E8FACE12823AA7D /* JTCircleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AC70C5F3656A81A50DCB33E1C83B601 /* JTCircleView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FC76166A2115157511A35409F2569822 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6C6296EFBDBFFE559C6C4E888AD004E /* ObjectSchema.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FC9617AD3071C2AA1407E5F2682C0108 /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6DFE1A4F9893A83456E311A792172747 /* RLMPlatform.h */; }; + FC9EFB44CC6BBC76920971C600EDA4D1 /* Quick.h in Headers */ = {isa = PBXBuildFile; fileRef = D93245D55510DD55B52CC32CA5FB5D2D /* Quick.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FCB07742DB34B9264A3518D0BD62EC3F /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7EBBDD238E72882D4358F13B1366A535 /* RLMRealm_Private.h */; }; + FED67DCF1DF2FB488B469E71EA734017 /* Closures.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97B509A4826B883AC8A8463D70E145DF /* Closures.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FEE1AC1D900842497DD963F79075AE8A /* SuiteHooks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2120A381570DB3A4A10C3EC157A97CDE /* SuiteHooks.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0511CF8CAD5359F9DA80EE97743E89C1 /* PBXContainerItemProxy */ = { + 0210AF89E985F91ABE80E6546F8AE63B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C818CD3C9F5A7A3CA8EE8529A4C33BF; - remoteInfo = JTCalendar; + remoteGlobalIDString = 81B0A578E304BC5F4ADCA82AE33619A6; + remoteInfo = UICountingLabel; }; - 1A0E79518CC243B05C5FABEE7D77A541 /* PBXContainerItemProxy */ = { + 06B79F6C6C1D4BFF964E9CEE74DA7B0A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 7372CA79CE92E7AC032175441663EBE4; - remoteInfo = BubbleTransition; + remoteGlobalIDString = 7621630BF9979CD340446B0404B671CD; + remoteInfo = AHKActionSheet; }; - 1D68CE4C1E306F0BF673F6823B7CBC50 /* PBXContainerItemProxy */ = { + 23651B6F425CE1E657B55CD9B07AEF40 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = D7E62F9BAE2A02C3B6D697741C71EE83; - remoteInfo = RealmSwift; + remoteGlobalIDString = B8D0EB45470D6E626D7FE439E8DD717E; + remoteInfo = Quick; }; - 21E37B400A1611881ED97D248F108B12 /* PBXContainerItemProxy */ = { + 2C15CE12287BE528C5211C107FF4C393 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = D026F6AC7E4B5B282B1AB52CB4C8B876; - remoteInfo = UICountingLabel; + remoteGlobalIDString = 83809A38136027B4284EC111C802F7B0; + remoteInfo = Nimble; }; - 26D650EA1A769A24F8472CCD56C91769 /* PBXContainerItemProxy */ = { + 361BBFBB180C00BFB61F20CC874B058F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 478021D7D9A87A8870FB764EA8DF6BB7; - remoteInfo = Realm; + remoteGlobalIDString = 054637A710A9DA4BF46267B5076A148D; + remoteInfo = pop; }; - 29B9C0EE772FB7A487D12B0125684586 /* PBXContainerItemProxy */ = { + 364682AE7C4938E4389D05A4E34DBC6E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 40FF1C77152F384080A1A02E90A36DA9; - remoteInfo = Nimble; + remoteGlobalIDString = 41804C3F7B422752ED4744DAA6DB60C1; + remoteInfo = BAFluidView; }; - 2ED63BEDC3D35F455D322AFE462FFB3C /* PBXContainerItemProxy */ = { + 365F62F86EC1F26F3E9D84A808155FE1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = A5C430B1E2D8298FD6C5403590C0B80F; - remoteInfo = Quick; + remoteGlobalIDString = 9C9A61D087653FCE4B6F913FE6D777E7; + remoteInfo = AMWaveTransition; }; - 374C9A0A017F48225EDE95471EB70B40 /* PBXContainerItemProxy */ = { + 3D05E4A64A56CE22FD3CF5EEFACD09FC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = FA96E1C8B668A4AA298CA4753042E43B; - remoteInfo = BAFluidView; + remoteGlobalIDString = 81B0A578E304BC5F4ADCA82AE33619A6; + remoteInfo = UICountingLabel; }; - 402C88B2451D4EF9E934745EBEF0DC21 /* PBXContainerItemProxy */ = { + 4273D2D34EFDA185E797BB49894C6F1F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = D7E62F9BAE2A02C3B6D697741C71EE83; - remoteInfo = RealmSwift; + remoteGlobalIDString = 710E1631B44AAA18CCE13749A50D09BB; + remoteInfo = Realm; }; - 443F5C1ECC11CE5A55EFA5343389E8BB /* PBXContainerItemProxy */ = { + 44690DC3FE80ED8012589C3094BA2AC4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = A8D69B0BDD98C862DA1BBACCC2BCBF3C; - remoteInfo = pop; + remoteGlobalIDString = 38830187D9E171E7B43047ED06A08ADC; + remoteInfo = BubbleTransition; }; - 496FB4238A8A9198A7B247E8C5C6E6A7 /* PBXContainerItemProxy */ = { + 4CF93A5C137F0DDE41FC26C6F3E6C1D9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 7372CA79CE92E7AC032175441663EBE4; - remoteInfo = BubbleTransition; + remoteGlobalIDString = 7621630BF9979CD340446B0404B671CD; + remoteInfo = AHKActionSheet; }; - 590606AB953735A6CCE2DDC651DCEDD6 /* PBXContainerItemProxy */ = { + 54E45E07CF9FFD6415DE24D783804DF4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = D17FAFD88CED3AC2161294ACB50D526A; - remoteInfo = AHKActionSheet; + remoteGlobalIDString = 054637A710A9DA4BF46267B5076A148D; + remoteInfo = pop; }; - 6444603A5EB3D8F3362F0120B39F83F0 /* PBXContainerItemProxy */ = { + 636049281260F21AEBA8154BE4679780 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 5DB46EA499F9A5E22765121102FCC34B; - remoteInfo = FBSnapshotTestCase; + remoteGlobalIDString = 9F64F691C3C68E6FDA6FB1E22434EBA5; + remoteInfo = AMPopTip; }; - 6502A1B484D844FF0C5554F1A82D51C5 /* PBXContainerItemProxy */ = { + 64EBCF44BE8E14E4FAE5FC52EB50CDE9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C818CD3C9F5A7A3CA8EE8529A4C33BF; - remoteInfo = JTCalendar; + remoteGlobalIDString = 710E1631B44AAA18CCE13749A50D09BB; + remoteInfo = Realm; }; - 6706C06AFB8756ECE121546FA2225423 /* PBXContainerItemProxy */ = { + 69061B640F9DF3082D8C63D26DFEF3EB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 8004BD72C14F3C786A3B1990FE84C94C; - remoteInfo = AMWaveTransition; + remoteGlobalIDString = D5A9374F621FA4C02BA15CAD2D4945F8; + remoteInfo = JTCalendar; }; - 67B84CC48124DDE2ADD9AFDFBAEE034C /* PBXContainerItemProxy */ = { + 6FF06CD52374466C6FC624196F89049B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 5DB46EA499F9A5E22765121102FCC34B; - remoteInfo = FBSnapshotTestCase; + remoteGlobalIDString = 470CF27479CC81501AA13A1CB43F092F; + remoteInfo = RealmSwift; }; - 68E907CCD64586255991E1459988890F /* PBXContainerItemProxy */ = { + 70A300351A2194CDAAE62967A3D0F62B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = A8D69B0BDD98C862DA1BBACCC2BCBF3C; - remoteInfo = pop; + remoteGlobalIDString = 9C9A61D087653FCE4B6F913FE6D777E7; + remoteInfo = AMWaveTransition; }; - 700B7127366DC5B63E1BBC48B5696F1B /* PBXContainerItemProxy */ = { + 71D2170ED60948A4FA7421D72A928CF8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 9A3AE440FB23CCC076AA408C3C4836C4; - remoteInfo = "Nimble-Snapshots"; + remoteGlobalIDString = B8D0EB45470D6E626D7FE439E8DD717E; + remoteInfo = Quick; }; - 70999C0F76F5432D03D4209AD271B887 /* PBXContainerItemProxy */ = { + 7B4D38691EB38F9FECEA88C2D5B90654 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = FA96E1C8B668A4AA298CA4753042E43B; - remoteInfo = BAFluidView; + remoteGlobalIDString = 3A550B121C74E21F1B5B745BCCEE754A; + remoteInfo = "Nimble-Snapshots"; }; - 7839961D148D585620FA3CB1EEE772EF /* PBXContainerItemProxy */ = { + 8536E0AE5811D89B0D676772BE75B894 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 40FF1C77152F384080A1A02E90A36DA9; + remoteGlobalIDString = 83809A38136027B4284EC111C802F7B0; remoteInfo = Nimble; }; - 7B73A1A618322F16D02EC89ED7B2076D /* PBXContainerItemProxy */ = { + 8CC9D02BC3617712C10C632B2105AA0F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = A5C430B1E2D8298FD6C5403590C0B80F; - remoteInfo = Quick; + remoteGlobalIDString = 34CD2E3428AB802BACA62286FF5074B1; + remoteInfo = FBSnapshotTestCase; }; - 8D414ABB7F5C5A3C352270887954E7C1 /* PBXContainerItemProxy */ = { + 932B6BBC1680D7D9F76E90705C895458 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 478021D7D9A87A8870FB764EA8DF6BB7; - remoteInfo = Realm; + remoteGlobalIDString = 41804C3F7B422752ED4744DAA6DB60C1; + remoteInfo = BAFluidView; }; - A7F3D7926E5DC3B8B56070E703FD5110 /* PBXContainerItemProxy */ = { + A851AF343E34273DD2F0A998276E86BE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 8004BD72C14F3C786A3B1990FE84C94C; - remoteInfo = AMWaveTransition; + remoteGlobalIDString = 470CF27479CC81501AA13A1CB43F092F; + remoteInfo = RealmSwift; }; - AF00C1B7287571D3CBC5DF1A6BD8E7EA /* PBXContainerItemProxy */ = { + B178F25B62BED3122D4750A7282DFBF7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = D7E62F9BAE2A02C3B6D697741C71EE83; - remoteInfo = RealmSwift; + remoteGlobalIDString = D5A9374F621FA4C02BA15CAD2D4945F8; + remoteInfo = JTCalendar; }; - B1904522C89F50D9C20A95A0619CDD13 /* PBXContainerItemProxy */ = { + C1FA44CB3BC39B61585CD816DDD9D07A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = D026F6AC7E4B5B282B1AB52CB4C8B876; - remoteInfo = UICountingLabel; + remoteGlobalIDString = 470CF27479CC81501AA13A1CB43F092F; + remoteInfo = RealmSwift; }; - C48046A732E0F5549FB968E3C6B61898 /* PBXContainerItemProxy */ = { + D6C7A693B3CD385A377B1426297B2AA1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 478021D7D9A87A8870FB764EA8DF6BB7; - remoteInfo = Realm; + remoteGlobalIDString = 38830187D9E171E7B43047ED06A08ADC; + remoteInfo = BubbleTransition; }; - D4F85A909B2D4920B8AECD0C09B896A8 /* PBXContainerItemProxy */ = { + DF8551C1B4C61317D94385C6400040D5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 586E40C0BEBAB01A075A5E60359FA09D; - remoteInfo = AMPopTip; + remoteGlobalIDString = 710E1631B44AAA18CCE13749A50D09BB; + remoteInfo = Realm; }; - D814F3C873563F2FE7BCD6F4513652BF /* PBXContainerItemProxy */ = { + E12AD1FF81AE60A6A2D5EF6E1B61439C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 586E40C0BEBAB01A075A5E60359FA09D; - remoteInfo = AMPopTip; + remoteGlobalIDString = 34CD2E3428AB802BACA62286FF5074B1; + remoteInfo = FBSnapshotTestCase; }; - E868136A59A2106E19AD49AB49D83E91 /* PBXContainerItemProxy */ = { + EF73536DAF6EFD0945E83821734DEA4A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 478021D7D9A87A8870FB764EA8DF6BB7; + remoteGlobalIDString = 710E1631B44AAA18CCE13749A50D09BB; remoteInfo = Realm; }; - FD4B04BBF44FD31DBDBC53DA84D47268 /* PBXContainerItemProxy */ = { + F13D2F7128286958551549456927176B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = D17FAFD88CED3AC2161294ACB50D526A; - remoteInfo = AHKActionSheet; + remoteGlobalIDString = 9F64F691C3C68E6FDA6FB1E22434EBA5; + remoteInfo = AMPopTip; }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ - 6C242842161319772347DE8D3EB3E709 /* Copy . Public Headers */ = { + 8E2B0E033F0ED1B8C8785E5885FFBF2D /* Copy . Public Headers */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = "$(PUBLIC_HEADERS_FOLDER_PATH)/."; dstSubfolderSpec = 16; files = ( - EB4B37F226F9A7D72F6DAF00518B7927 /* Realm.h in Copy . Public Headers */, - A90F41CA00C336F0C0353A35E4941403 /* RLMArray.h in Copy . Public Headers */, - 63CEE19609AACF5F10FDA4C32D25D0F9 /* RLMCollection.h in Copy . Public Headers */, - 916CE1D7C7446B1583CE8A6DC9F4EDFC /* RLMConstants.h in Copy . Public Headers */, - 28A0AF2F35CEC4EC0BD73D60FC36E3A9 /* RLMListBase.h in Copy . Public Headers */, - E7B0AB1676315D2C5CC806E7A4B83094 /* RLMMigration.h in Copy . Public Headers */, - 9FBB00928A2169CBBCF2C9EA74B405FB /* RLMObject.h in Copy . Public Headers */, - 3D18A337B212F2E9717D755B9FB905F7 /* RLMObjectBase.h in Copy . Public Headers */, - 1A64DD54EDE49D7F62AEE2D8DB17E1CE /* RLMObjectBase_Dynamic.h in Copy . Public Headers */, - 24B3D136E94399D824492B7AB489C74D /* RLMObjectSchema.h in Copy . Public Headers */, - 8B6B9BAC2429F23182CD43D71D4D666E /* RLMOptionalBase.h in Copy . Public Headers */, - EE13DAF07E4A39D48D0F6E154BF43D60 /* RLMPlatform.h in Copy . Public Headers */, - 1517690AB5E1FC59D84EFD5FEEC70253 /* RLMProperty.h in Copy . Public Headers */, - 1B3D01F670AF8937F5D3B04A26044FB6 /* RLMRealm.h in Copy . Public Headers */, - FAE709271C6FD0CDCD423AA310E24312 /* RLMRealm_Dynamic.h in Copy . Public Headers */, - 1037AFA5F6261671A251540481B4A765 /* RLMRealmConfiguration.h in Copy . Public Headers */, - 1AC0B4E30C6DDE4799CB3C1D99299E27 /* RLMResults.h in Copy . Public Headers */, - ABE5B943A56FA6FE74A9AC1D522705F1 /* RLMSchema.h in Copy . Public Headers */, + 01AEFB593AE995CB93866F3038B155E9 /* Realm.h in Copy . Public Headers */, + 59BBFA61D3954D4F55F25858FF514FBE /* RLMArray.h in Copy . Public Headers */, + 085C88AC9682E5CC29DA007B30FA3865 /* RLMCollection.h in Copy . Public Headers */, + 796D18837F458013521BB05F68E8D416 /* RLMConstants.h in Copy . Public Headers */, + 8ED61F0A351CE6D1C0643A6F1B39C02D /* RLMListBase.h in Copy . Public Headers */, + 0F6739D4F61782F15D234296FE30E77A /* RLMMigration.h in Copy . Public Headers */, + CE470DACAD48B2942B0A7E96C3690B16 /* RLMObject.h in Copy . Public Headers */, + F3E0FF60CA73AE38FE605C87D4786184 /* RLMObjectBase.h in Copy . Public Headers */, + 3907FE537A09EF22B67638CA27B8A0A6 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */, + 3FBC31CABAC385FBB840D2E29A8C3C83 /* RLMObjectSchema.h in Copy . Public Headers */, + BE061B8134E13BC80DFA468313695A27 /* RLMOptionalBase.h in Copy . Public Headers */, + FC9617AD3071C2AA1407E5F2682C0108 /* RLMPlatform.h in Copy . Public Headers */, + 85C21352E45BAD04EC7B5EB7633035F2 /* RLMProperty.h in Copy . Public Headers */, + 52D2B26A37EEFEC4AD56A20E51B62AAD /* RLMRealm.h in Copy . Public Headers */, + F0F9B88A64EA50A318526B7C69B4B32A /* RLMRealm_Dynamic.h in Copy . Public Headers */, + 3E0DCD372D676F1C68D832719420337D /* RLMRealmConfiguration.h in Copy . Public Headers */, + E3ADC3E686AC81CB69C9AF38FAE03D75 /* RLMResults.h in Copy . Public Headers */, + 187D00B751EDE5AB8364CDEF95D19416 /* RLMSchema.h in Copy . Public Headers */, ); name = "Copy . Public Headers"; runOnlyForDeploymentPostprocessing = 0; }; - 83534F818E941478184C55112148BA9A /* Copy . Private Headers */ = { + F8F5A63F93F7B74F37ED6048540746F2 /* Copy . Private Headers */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = "$(PRIVATE_HEADERS_FOLDER_PATH)/."; dstSubfolderSpec = 16; files = ( - AB023A59563202A99015F57E9B43281B /* RLMAccessor.h in Copy . Private Headers */, - C3226B7DE855C5DFF9FB788CF1C5B286 /* RLMArray_Private.h in Copy . Private Headers */, - BF2B206BCBF449670F53D75688AE8632 /* RLMListBase.h in Copy . Private Headers */, - 052DB18AA6EFB77AB6A206097613A474 /* RLMMigration_Private.h in Copy . Private Headers */, - 10C571A3E1469D1EA05B91BB4B46BCD2 /* RLMObject_Private.h in Copy . Private Headers */, - 88A9A38314DB6BDEB56500D4EEF3D6C8 /* RLMObjectSchema_Private.h in Copy . Private Headers */, - BD347C0CE82BDB7785B8E4C7345E2988 /* RLMObjectStore.h in Copy . Private Headers */, - F3FBF0D5C66A60A5ABA67FD5A32DE65D /* RLMOptionalBase.h in Copy . Private Headers */, - 99A0CCC12978BB667FCDDFF2BF59DD12 /* RLMProperty_Private.h in Copy . Private Headers */, - 4D98D85F8999D191A73F4DDE730363B9 /* RLMRealm_Private.h in Copy . Private Headers */, - 6940EE65CAD99D30DD6D0CE137E6E781 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */, - E4AD322AF8922993DA516E1D706C5AEA /* RLMResults_Private.h in Copy . Private Headers */, - DC57FDE046153037C86FB36DA8EF13B9 /* RLMSchema_Private.h in Copy . Private Headers */, + 4D90E8C7382804E8ADDDEDF8F4C5B4CC /* RLMAccessor.h in Copy . Private Headers */, + 1D1A32A194ED5E60E59F34B46DEE6FD2 /* RLMArray_Private.h in Copy . Private Headers */, + C82C22AA9A57C89EEAADC6249EDB725F /* RLMListBase.h in Copy . Private Headers */, + 28600C6C105CE5249C890C6948F66716 /* RLMMigration_Private.h in Copy . Private Headers */, + 65B97A49E96B3F59C487DBEEEACAC024 /* RLMObject_Private.h in Copy . Private Headers */, + 2DB683BA56EBC003FE97725F41E133A9 /* RLMObjectSchema_Private.h in Copy . Private Headers */, + 37C337E13DD18FB63873586EB8C05953 /* RLMObjectStore.h in Copy . Private Headers */, + 9EC1B8DCF08ED356B6C73E61BF228099 /* RLMOptionalBase.h in Copy . Private Headers */, + 0234B3F28C8ED0B7F0267DB98268BB15 /* RLMProperty_Private.h in Copy . Private Headers */, + FCB07742DB34B9264A3518D0BD62EC3F /* RLMRealm_Private.h in Copy . Private Headers */, + 0BAF0C50AAB1A6870AFEDC7F6C4D308C /* RLMRealmConfiguration_Private.h in Copy . Private Headers */, + 8D641CE1BCCBBB20D70AAF9A5CA623A0 /* RLMResults_Private.h in Copy . Private Headers */, + 54B81C3F0E174398CEC6E0EEE7C7A3C0 /* RLMSchema_Private.h in Copy . Private Headers */, ); name = "Copy . Private Headers"; runOnlyForDeploymentPostprocessing = 0; @@ -669,37 +669,37 @@ /* Begin PBXFileReference section */ 006D2E0FC69B6FB8961B866B777849D2 /* QuickConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QuickConfiguration.m; path = Sources/QuickObjectiveC/Configuration/QuickConfiguration.m; sourceTree = ""; }; - 00F564FCC19F2BE223E727F28A64B3D3 /* POPBasicAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPBasicAnimation.mm; path = pop/POPBasicAnimation.mm; sourceTree = ""; }; - 01857739B56CD14F4F66683B4BEDD519 /* object_schema.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = object_schema.cpp; path = Realm/ObjectStore/src/object_schema.cpp; sourceTree = ""; }; + 00F564FCC19F2BE223E727F28A64B3D3 /* POPBasicAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPBasicAnimation.mm; path = pop/POPBasicAnimation.mm; sourceTree = ""; }; + 01857739B56CD14F4F66683B4BEDD519 /* object_schema.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = object_schema.cpp; path = Realm/ObjectStore/src/object_schema.cpp; sourceTree = ""; }; 01BF1F14F2B7E1F547C4B2D73F4B5AAF /* BubbleTransition-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BubbleTransition-umbrella.h"; sourceTree = ""; }; - 01CCEF5CCD6DF3493AC0CE5760D5907A /* POPAnimatableProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimatableProperty.mm; path = pop/POPAnimatableProperty.mm; sourceTree = ""; }; + 01CCEF5CCD6DF3493AC0CE5760D5907A /* POPAnimatableProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPAnimatableProperty.mm; path = pop/POPAnimatableProperty.mm; sourceTree = ""; }; 02802C5DCFA18BBF106D4F47FCEBF5BB /* POP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POP.h; path = pop/POP.h; sourceTree = ""; }; 03781162389EB4707DBEDFFCA83F4007 /* Quick.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Quick.xcconfig; sourceTree = ""; }; 03BF5144CDE067493BB42E0650128417 /* Match.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Match.swift; path = Sources/Nimble/Matchers/Match.swift; sourceTree = ""; }; - 043C3049BBF232382CE2B458B57BA81C /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 043C3049BBF232382CE2B458B57BA81C /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; 0556D0B7E494CABB81072566C1770BEF /* BeAnInstanceOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeAnInstanceOf.swift; path = Sources/Nimble/Matchers/BeAnInstanceOf.swift; sourceTree = ""; }; - 055D4C677835E698FB982F735AF9B5FA /* Nimble-Snapshots.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Nimble-Snapshots.modulemap"; sourceTree = ""; }; + 055D4C677835E698FB982F735AF9B5FA /* Nimble-Snapshots.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Nimble-Snapshots.modulemap"; sourceTree = ""; }; 0612CF0DE3036BBE50D7B5589653F045 /* ExampleGroup.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExampleGroup.swift; path = Sources/Quick/ExampleGroup.swift; sourceTree = ""; }; 0738DD380BEDD002F682AEC008431575 /* POPMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPMath.h; path = pop/POPMath.h; sourceTree = ""; }; 07CD25152902D3B8A0CCD374C102081E /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; 08AF3864C9057A3CAEA93E0CF75A055B /* BeVoid.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeVoid.swift; path = Sources/Nimble/Matchers/BeVoid.swift; sourceTree = ""; }; 08BA784F395920C3D3D5619FBEEE151B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 08C064A013CF6B45AFF9DE81D755486B /* schema.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = schema.cpp; path = Realm/ObjectStore/src/schema.cpp; sourceTree = ""; }; + 08C064A013CF6B45AFF9DE81D755486B /* schema.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = schema.cpp; path = Realm/ObjectStore/src/schema.cpp; sourceTree = ""; }; 092F84B7EC66344BB2D4F6A13A89680E /* UIColor+ColorWithHex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+ColorWithHex.h"; path = "Pod/Classes/UIColor+ColorWithHex.h"; sourceTree = ""; }; 0950086A7A61501896EB4000B783EC5C /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 096234FBEBD1DC1AD477A07E24278B44 /* object_store.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = object_store.cpp; path = Realm/ObjectStore/src/object_store.cpp; sourceTree = ""; }; - 0B17E3700107F93AF2EA284B389E6B0A /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0C1C54E3E60093278D03C456D171CEB6 /* Nimble_Snapshots.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Nimble_Snapshots.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 096234FBEBD1DC1AD477A07E24278B44 /* object_store.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = object_store.cpp; path = Realm/ObjectStore/src/object_store.cpp; sourceTree = ""; }; + 0B17E3700107F93AF2EA284B389E6B0A /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 0C1C54E3E60093278D03C456D171CEB6 /* Nimble_Snapshots.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Nimble_Snapshots.framework; path = "Nimble-Snapshots.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 0C4133D288D6E4E7EB5941343EA08C5C /* BeGreaterThanOrEqualTo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeGreaterThanOrEqualTo.swift; path = Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift; sourceTree = ""; }; 0C90DCC651EC03E8241ADD047D81A540 /* Contain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Contain.swift; path = Sources/Nimble/Matchers/Contain.swift; sourceTree = ""; }; 0DBF79A543FCE9FFC640DE0EE12C3DFB /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 0DD13E4D62B27D7F6E6CB120BC8BB723 /* POPBasicAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPBasicAnimationInternal.h; path = pop/POPBasicAnimationInternal.h; sourceTree = ""; }; - 0DEB9B79770138ED7AED8027C7F7B474 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 0DEB9B79770138ED7AED8027C7F7B474 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; 0E43F9D859CB7388D33676B66930D6D3 /* SatisfyAnyOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SatisfyAnyOf.swift; path = Sources/Nimble/Matchers/SatisfyAnyOf.swift; sourceTree = ""; }; 0ECB7F9EBB924CBBEB1BFEE28D45E71D /* AMPopTip+Draw.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "AMPopTip+Draw.m"; path = "Source/AMPopTip+Draw.m"; sourceTree = ""; }; 0F20C917463CCD493F8D42E16D892435 /* NimbleEnvironment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NimbleEnvironment.swift; path = Sources/Nimble/Adapters/NimbleEnvironment.swift; sourceTree = ""; }; - 0F8CA7F078176C7DDFB6CA056D3E75BD /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; - 0FBD1422C9DECF9F3275D948A80A0F5B /* pop.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = pop.modulemap; sourceTree = ""; }; + 0F8CA7F078176C7DDFB6CA056D3E75BD /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 0FBD1422C9DECF9F3275D948A80A0F5B /* pop.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = pop.modulemap; sourceTree = ""; }; 0FF2D1C7446FD9BA897E11F2FFE4357F /* Pods-GulpsToday.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-GulpsToday.debug.xcconfig"; sourceTree = ""; }; 10BA9CC23156180A967747298EF5416F /* JTCalendar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendar.m; path = JTCalendar/JTCalendar.m; sourceTree = ""; }; 11AE259877423077B742B8E9BAF8B116 /* Async.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Async.swift; path = Sources/Nimble/Utils/Async.swift; sourceTree = ""; }; @@ -718,17 +718,17 @@ 189BA7C9FF4BDB3B80C62CADDE588BDC /* BubbleTransition-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BubbleTransition-dummy.m"; sourceTree = ""; }; 18E3875EB64155AA48BAF300B5224463 /* POPGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPGeometry.h; path = pop/POPGeometry.h; sourceTree = ""; }; 19BB35D196C8BC4B8C744F10FB5E5368 /* POPLayerExtras.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPLayerExtras.h; path = pop/POPLayerExtras.h; sourceTree = ""; }; - 1A5144A2236DBE73D26E0D18FF210610 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1AF2061BA06DFAE407AF45B484204AB6 /* POPAnimationTracer.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationTracer.mm; path = pop/POPAnimationTracer.mm; sourceTree = ""; }; - 1B4486DE308EEEC5509B2589AD0DAC23 /* AHKActionSheet.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = AHKActionSheet.modulemap; sourceTree = ""; }; - 1CA954C7CAA71698314B2BBF7C6C1AB3 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 1CC27CA00DA3E43E5CF67CC2D6BED0C4 /* list_notifier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = list_notifier.cpp; path = Realm/ObjectStore/src/impl/list_notifier.cpp; sourceTree = ""; }; + 1A5144A2236DBE73D26E0D18FF210610 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 1AF2061BA06DFAE407AF45B484204AB6 /* POPAnimationTracer.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPAnimationTracer.mm; path = pop/POPAnimationTracer.mm; sourceTree = ""; }; + 1B4486DE308EEEC5509B2589AD0DAC23 /* AHKActionSheet.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = AHKActionSheet.modulemap; sourceTree = ""; }; + 1CA954C7CAA71698314B2BBF7C6C1AB3 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 1CC27CA00DA3E43E5CF67CC2D6BED0C4 /* list_notifier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = list_notifier.cpp; path = Realm/ObjectStore/src/impl/list_notifier.cpp; sourceTree = ""; }; 1D2CAE7C8B812690386CEA3A242D7064 /* TransformationMatrix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TransformationMatrix.h; path = pop/WebCore/TransformationMatrix.h; sourceTree = ""; }; - 1D99887ED3894F59A208CE0F3D6D2CB0 /* BAFluidView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = BAFluidView.modulemap; sourceTree = ""; }; + 1D99887ED3894F59A208CE0F3D6D2CB0 /* BAFluidView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = BAFluidView.modulemap; sourceTree = ""; }; 1E5E9C30EFDB8473358145CA7E9AC955 /* FBSnapshotTestCasePlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCasePlatform.m; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.m; sourceTree = ""; }; 1F0C20B07750BDDF000E6715BBAB354F /* Pods-GulpsTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-GulpsTests-acknowledgements.plist"; sourceTree = ""; }; 1F6F745D5DF93024ADDDD4676965E51F /* JTCalendarMonthWeekDaysView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarMonthWeekDaysView.m; path = JTCalendar/JTCalendarMonthWeekDaysView.m; sourceTree = ""; }; - 1FEC2303F648448F68E5C9AD9B730E93 /* RLMListBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMListBase.mm; path = Realm/RLMListBase.mm; sourceTree = ""; }; + 1FEC2303F648448F68E5C9AD9B730E93 /* RLMListBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMListBase.mm; path = Realm/RLMListBase.mm; sourceTree = ""; }; 20C8803DCB8CC82FF0C2A7A441794E4C /* NSString+QCKSelectorName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+QCKSelectorName.h"; path = "Sources/QuickObjectiveC/NSString+QCKSelectorName.h"; sourceTree = ""; }; 2120A381570DB3A4A10C3EC157A97CDE /* SuiteHooks.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SuiteHooks.swift; path = Sources/Quick/Hooks/SuiteHooks.swift; sourceTree = ""; }; 215A18B82DB87F58CBA1B1983FA503B5 /* FBSnapshotTestCase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCase.h; path = FBSnapshotTestCase/FBSnapshotTestCase.h; sourceTree = ""; }; @@ -739,41 +739,41 @@ 24A969AB66E182EAD1987856C605F811 /* FBSnapshotTestCase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSnapshotTestCase-prefix.pch"; sourceTree = ""; }; 24C65CD23D80E1347B3157634713FC77 /* BAFluidView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BAFluidView.m; path = Pod/Classes/BAFluidView.m; sourceTree = ""; }; 24DFC2CFA8EB9C32535FDD42AD14E4C8 /* AHKActionSheet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AHKActionSheet-prefix.pch"; sourceTree = ""; }; - 25129AE9EB07EADEB6FC6F87F898A41A /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + 24E8E40B9ED445EB2A81BBF06E510EBC /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; + 25129AE9EB07EADEB6FC6F87F898A41A /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; 2548EFC7EDB753BD99A60B3C2A30A0F8 /* Pods-Gulps.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Gulps.debug.xcconfig"; sourceTree = ""; }; - 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 260ED2C37074FA51A6FBDC5564E4B455 /* Pods-GulpsTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-GulpsTests-acknowledgements.markdown"; sourceTree = ""; }; - 26FF4677A7F82C7F7F062BD07CE1DAF4 /* FBSnapshotTestCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 26FF4677A7F82C7F7F062BD07CE1DAF4 /* FBSnapshotTestCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FBSnapshotTestCase.framework; path = FBSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 295B290608EA2BA78AEB7F0AA688B053 /* AHKActionSheetViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AHKActionSheetViewController.m; path = Classes/AHKActionSheetViewController.m; sourceTree = ""; }; - 29645CCBB4E3C4D7B79BD291007BDF56 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 29645CCBB4E3C4D7B79BD291007BDF56 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; 298FD6F0F5B6EAE1D03CB8684B678B99 /* BAFluidView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BAFluidView-umbrella.h"; sourceTree = ""; }; 2A83D1117638BAB3BBB935353F846CA5 /* DSL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DSL.m; path = Sources/NimbleObjectiveC/DSL.m; sourceTree = ""; }; 2AC5C12E5C6CF2419048576354A8DE97 /* AMPopTip+Animation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "AMPopTip+Animation.m"; path = "Source/AMPopTip+Animation.m"; sourceTree = ""; }; 2AC70C5F3656A81A50DCB33E1C83B601 /* JTCircleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCircleView.m; path = JTCalendar/JTCircleView.m; sourceTree = ""; }; - 2AFD5B226E8E92D4E5D1B67094D72657 /* POPPropertyAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPPropertyAnimation.mm; path = pop/POPPropertyAnimation.mm; sourceTree = ""; }; + 2AFD5B226E8E92D4E5D1B67094D72657 /* POPPropertyAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPPropertyAnimation.mm; path = pop/POPPropertyAnimation.mm; sourceTree = ""; }; 2C001CE0D456FE96BF225882DF507045 /* RealmSwift.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.xcconfig; sourceTree = ""; }; 2CA678B3E62408C1B47CFEAB0CFD5FB7 /* JTCircleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCircleView.h; path = JTCalendar/JTCircleView.h; sourceTree = ""; }; 2D2FB01C629BCB642660E2CD54C8A524 /* QuickTestSuite.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QuickTestSuite.swift; path = Sources/Quick/QuickTestSuite.swift; sourceTree = ""; }; 2D5C535044DF78AB10FD90756C96A3DC /* BubbleTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BubbleTransition.swift; path = Source/BubbleTransition.swift; sourceTree = ""; }; - 2D6508DBC217CF774FE8E3C1779E6389 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; - 2E660C978FFB7B6FF6C66724A39A2771 /* AHKActionSheet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AHKActionSheet.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2E94402F499DF436D361972B13F04E2B /* transact_log_handler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = transact_log_handler.cpp; path = Realm/ObjectStore/src/impl/transact_log_handler.cpp; sourceTree = ""; }; + 2E660C978FFB7B6FF6C66724A39A2771 /* AHKActionSheet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = AHKActionSheet.framework; path = AHKActionSheet.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 2E94402F499DF436D361972B13F04E2B /* transact_log_handler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = transact_log_handler.cpp; path = Realm/ObjectStore/src/impl/transact_log_handler.cpp; sourceTree = ""; }; 2F6451B74A24C84DCEB074D625C92591 /* RLMOptionalBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMOptionalBase.h; path = include/RLMOptionalBase.h; sourceTree = ""; }; 2F7255964CD95FEAD06F64B1ED36F4A9 /* EndWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EndWith.swift; path = Sources/Nimble/Matchers/EndWith.swift; sourceTree = ""; }; 30B4DE9081ED02A5358442FF6F6C37CD /* Pods-Gulps.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Gulps.release.xcconfig"; sourceTree = ""; }; 3126C1731D0A9BADEF7B039F2913EBCD /* UIImage+AHKAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+AHKAdditions.h"; path = "Classes/UIImage+AHKAdditions.h"; sourceTree = ""; }; 32293472E8E233BD5D8865D5A51544FB /* POPSpringSolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPSpringSolver.h; path = pop/POPSpringSolver.h; sourceTree = ""; }; 32C931901F01E9B2C458F7F4057A4869 /* FBSnapshotTestController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestController.m; path = FBSnapshotTestCase/FBSnapshotTestController.m; sourceTree = ""; }; - 32F981691DF7A1AEFE0AFD8EC49217E6 /* Pods_GulpsTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GulpsTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 32F981691DF7A1AEFE0AFD8EC49217E6 /* Pods_GulpsTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_GulpsTests.framework; path = "Pods-GulpsTests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 33F239B12FCD2B461A0683C8622E510E /* BeginWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeginWith.swift; path = Sources/Nimble/Matchers/BeginWith.swift; sourceTree = ""; }; 34266277DEDAFC1CBC25BC065EC657A9 /* QCKDSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCKDSL.h; path = Sources/QuickObjectiveC/DSL/QCKDSL.h; sourceTree = ""; }; 3526A217FEE19256FACEDBE092C4AAE6 /* UICountingLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UICountingLabel.h; sourceTree = ""; }; 35DAD2B8CC19F37B38897228D3EF5DCC /* Pods-Gulps-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Gulps-acknowledgements.plist"; sourceTree = ""; }; - 361B95362FEF910DB4DCD4A7EF30D670 /* thread_confined.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = thread_confined.cpp; path = Realm/ObjectStore/src/thread_confined.cpp; sourceTree = ""; }; + 361B95362FEF910DB4DCD4A7EF30D670 /* thread_confined.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_confined.cpp; path = Realm/ObjectStore/src/thread_confined.cpp; sourceTree = ""; }; 3623ECEFE91293E3E5432EF8CE09F7DF /* JTCalendarContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarContentView.m; path = JTCalendar/JTCalendarContentView.m; sourceTree = ""; }; 37BCF741B7C88C12F4FD3CEBACD7C05D /* UIImage+AHKAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+AHKAdditions.m"; path = "Classes/UIImage+AHKAdditions.m"; sourceTree = ""; }; 38441834795056833D8287C583DF2F46 /* JTCalendarMenuMonthView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarMenuMonthView.h; path = JTCalendar/JTCalendarMenuMonthView.h; sourceTree = ""; }; - 39A1B900BDF3D128683FA3B99A2532ED /* JTCalendar.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = JTCalendar.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 39A1B900BDF3D128683FA3B99A2532ED /* JTCalendar.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = JTCalendar.framework; path = JTCalendar.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 3B2AD578F954242A402FED8E9187C4CA /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; 3B4D84D5D4CD435B74130B676C30C808 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; 3C4EFFCD404FD93BDDADE0F4DCE55BFC /* Nimble.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Nimble.xcconfig; sourceTree = ""; }; @@ -795,8 +795,8 @@ 4569CE210C9168A9127F643C364C0F9B /* Realm.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.xcconfig; sourceTree = ""; }; 45AB31028EF9903AE3781199391B962E /* pop-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "pop-prefix.pch"; sourceTree = ""; }; 45BD5C576213E5BB448051B965076A95 /* XCTestSuite+QuickTestSuiteBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "XCTestSuite+QuickTestSuiteBuilder.m"; path = "Sources/QuickObjectiveC/XCTestSuite+QuickTestSuiteBuilder.m"; sourceTree = ""; }; - 463BD2723A684501C2B565B359774E22 /* POPLayerExtras.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPLayerExtras.mm; path = pop/POPLayerExtras.mm; sourceTree = ""; }; - 46BA094CCDB810588C0332B8A785E7E4 /* handover.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = handover.cpp; path = Realm/ObjectStore/src/impl/handover.cpp; sourceTree = ""; }; + 463BD2723A684501C2B565B359774E22 /* POPLayerExtras.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPLayerExtras.mm; path = pop/POPLayerExtras.mm; sourceTree = ""; }; + 46BA094CCDB810588C0332B8A785E7E4 /* handover.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = handover.cpp; path = Realm/ObjectStore/src/impl/handover.cpp; sourceTree = ""; }; 46CE6BEE90CD67A199AAD598553C7CD8 /* Example.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Example.swift; path = Sources/Quick/Example.swift; sourceTree = ""; }; 475C84A29F85E4C5F39067E3DAA05A7F /* JTCalendarContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarContentView.h; path = JTCalendar/JTCalendarContentView.h; sourceTree = ""; }; 48F8B3CC917ED44B88787AB896430996 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; @@ -805,57 +805,56 @@ 4C64ADE7972727436DA4FD7737040150 /* AMPopTip.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPopTip.m; path = Source/AMPopTip.m; sourceTree = ""; }; 4D15DB3667BEAA66FEE1841A1B440EF7 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 4D283E9518D1F8454BBFB9EAC684AC22 /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - 4D79654619D999175FF1D07A97AB0AF7 /* BAFluidView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BAFluidView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 4D79654619D999175FF1D07A97AB0AF7 /* BAFluidView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = BAFluidView.framework; path = BAFluidView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 4E305D9184E0997ED88AA0BC53D1F120 /* AHKActionSheet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AHKActionSheet.m; path = Classes/AHKActionSheet.m; sourceTree = ""; }; 4E3CEAECAFAB7DA323A9BC88792D98EE /* AHKActionSheetViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AHKActionSheetViewController.h; path = Classes/AHKActionSheetViewController.h; sourceTree = ""; }; 4F08BAAC0D8F22A98D076869BE2F35ED /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F9229BE5E06F73150546E6069012BCF /* Pods-GulpsToday.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-GulpsToday.modulemap"; sourceTree = ""; }; + 4F9229BE5E06F73150546E6069012BCF /* Pods-GulpsToday.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-GulpsToday.modulemap"; sourceTree = ""; }; 50291E6A4C3562F2087CDD1578114E37 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; 509E136A67E5D8E87BB2063F41100470 /* Nimble.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Nimble.h; path = Sources/Nimble/Nimble.h; sourceTree = ""; }; 50AA904E2202AF9D50605238F801BB0A /* HaveValidSnapshot.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = HaveValidSnapshot.swift; sourceTree = ""; }; 511770538DD9BC96565584B440A96409 /* UnitBezier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnitBezier.h; path = pop/WebCore/UnitBezier.h; sourceTree = ""; }; - 51495A0E51131A72E93BD5997C0996A6 /* AMPopTip.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AMPopTip.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 51495A0E51131A72E93BD5997C0996A6 /* AMPopTip.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = AMPopTip.framework; path = AMPopTip.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 516ED0EBFDB80E05F9B3C0E3A4927A51 /* JTCalendarAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarAppearance.h; path = JTCalendar/JTCalendarAppearance.h; sourceTree = ""; }; - 5172F5FF23094DFC6CB730F7A372F6D0 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 5172F5FF23094DFC6CB730F7A372F6D0 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; 527382793FEC6D1AB6163F9FCD3B26BF /* AMPopTip-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AMPopTip-prefix.pch"; sourceTree = ""; }; - 532C53C918DD317A7EB41BF5286ABA93 /* results_notifier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = results_notifier.cpp; path = Realm/ObjectStore/src/impl/results_notifier.cpp; sourceTree = ""; }; + 532C53C918DD317A7EB41BF5286ABA93 /* results_notifier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = results_notifier.cpp; path = Realm/ObjectStore/src/impl/results_notifier.cpp; sourceTree = ""; }; 5468465486497374F34A03D53EB3BCEC /* AMWaveTransition-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AMWaveTransition-umbrella.h"; sourceTree = ""; }; - 55D355445CF77FEDD79338C5697B5492 /* POPAnimationEvent.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationEvent.mm; path = pop/POPAnimationEvent.mm; sourceTree = ""; }; + 55D355445CF77FEDD79338C5697B5492 /* POPAnimationEvent.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPAnimationEvent.mm; path = pop/POPAnimationEvent.mm; sourceTree = ""; }; 56950FB4BA74D06E32BDF089851E8018 /* AMPopTip+Draw.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AMPopTip+Draw.h"; path = "Source/AMPopTip+Draw.h"; sourceTree = ""; }; - 5730872C62AC40193E26CF6942F97EAA /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 5730872C62AC40193E26CF6942F97EAA /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; 5808967940534B8D12F328C0E2CAB136 /* Pods-Gulps-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Gulps-resources.sh"; sourceTree = ""; }; - 588C5DEDE5BA71553D7735D226855F1C /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 588C5DEDE5BA71553D7735D226855F1C /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; 59B5F1F07077BEB84C13414492D15AAE /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 59C2A623942F2AE752CDF94ACFF1FFC9 /* JTCalendar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendar.h; path = JTCalendar/JTCalendar.h; sourceTree = ""; }; 5AC8FBA0FBCBF68104B76F35EE9D5829 /* Pods-Gulps-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Gulps-acknowledgements.markdown"; sourceTree = ""; }; 5B08494FAC24A291F0D465711C5FD1BA /* RaisesException.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RaisesException.swift; path = Sources/Nimble/Matchers/RaisesException.swift; sourceTree = ""; }; - 5B53396FB462C40BFB504EE1081DF97F /* RLMArrayLinkView.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMArrayLinkView.mm; path = Realm/RLMArrayLinkView.mm; sourceTree = ""; }; + 5B53396FB462C40BFB504EE1081DF97F /* RLMArrayLinkView.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArrayLinkView.mm; path = Realm/RLMArrayLinkView.mm; sourceTree = ""; }; 5BF4647910CB744279184B1AA27824BD /* BAFluidView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BAFluidView-dummy.m"; sourceTree = ""; }; - 5C4A2A479B4FCA7F2B32D8578057FF9C /* POPAnimationExtras.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationExtras.mm; path = pop/POPAnimationExtras.mm; sourceTree = ""; }; - 5C9CE6DBA5E1833E7D4739BCCA277E47 /* Pods_GulpsToday.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GulpsToday.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5DB1B0CF502849512F570E345C6DBF58 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 5C4A2A479B4FCA7F2B32D8578057FF9C /* POPAnimationExtras.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPAnimationExtras.mm; path = pop/POPAnimationExtras.mm; sourceTree = ""; }; + 5C9CE6DBA5E1833E7D4739BCCA277E47 /* Pods_GulpsToday.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_GulpsToday.framework; path = "Pods-GulpsToday.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5DB1B0CF502849512F570E345C6DBF58 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; 5E0684FF3EBA593D152ED34B5A69000A /* PostNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PostNotification.swift; path = Sources/Nimble/Matchers/PostNotification.swift; sourceTree = ""; }; 5E21EFB6D47B0B6BE38746209742FA89 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 5E9B58A6C218183BA9E9433C7D40CE8D /* AMPopTip.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = AMPopTip.modulemap; sourceTree = ""; }; + 5E9B58A6C218183BA9E9433C7D40CE8D /* AMPopTip.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = AMPopTip.modulemap; sourceTree = ""; }; 5E9E611594A0A344E32C4B03D6864FA2 /* POPDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDefines.h; path = pop/POPDefines.h; sourceTree = ""; }; 5F633A1AA65564AFDE515E6F744BA025 /* Nimble-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Nimble-umbrella.h"; sourceTree = ""; }; - 5FBB7D4609C4A0440178077CFD4B5FCA /* TransformationMatrix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TransformationMatrix.cpp; path = pop/WebCore/TransformationMatrix.cpp; sourceTree = ""; }; + 5FBB7D4609C4A0440178077CFD4B5FCA /* TransformationMatrix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TransformationMatrix.cpp; path = pop/WebCore/TransformationMatrix.cpp; sourceTree = ""; }; 5FE52D935D24A673A6E75B0B3C435422 /* UIColor+ColorWithHex.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+ColorWithHex.m"; path = "Pod/Classes/UIColor+ColorWithHex.m"; sourceTree = ""; }; 605E73DFB0EFD8E5741DE920E26D33C7 /* HaveCount.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HaveCount.swift; path = Sources/Nimble/Matchers/HaveCount.swift; sourceTree = ""; }; 60BA7B9B07AB6EB4E786597FBC869DD0 /* pop-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "pop-dummy.m"; sourceTree = ""; }; - 61EBE32FD99B1280BC0790991CF5B5BD /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; + 61EBE32FD99B1280BC0790991CF5B5BD /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 629E81DBA191F209CD804EF370692418 /* FBSnapshotTestCase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSnapshotTestCase.xcconfig; sourceTree = ""; }; 6330E1D4E69BC6312643D3B9CC15FCC4 /* POPAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimator.h; path = pop/POPAnimator.h; sourceTree = ""; }; 639045CE3024330A3AFBF6019D9F1D4E /* POPAnimatableProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimatableProperty.h; path = pop/POPAnimatableProperty.h; sourceTree = ""; }; 64EF9E6377E03D8F36FBF948F0079879 /* Pods-GulpsToday-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-GulpsToday-acknowledgements.plist"; sourceTree = ""; }; - 65DC940972A1A1FECCD64E6AC41D61C5 /* FBSnapshotTestCase.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSnapshotTestCase.modulemap; sourceTree = ""; }; + 65DC940972A1A1FECCD64E6AC41D61C5 /* FBSnapshotTestCase.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = FBSnapshotTestCase.modulemap; sourceTree = ""; }; 66402EB7239F283C70A75614344DF1B2 /* AHKActionSheet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AHKActionSheet.xcconfig; sourceTree = ""; }; 66BC4DAD5D8EFE54916C91C76482A386 /* POPAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimation.h; path = pop/POPAnimation.h; sourceTree = ""; }; 66F19F0CE3DE52696622AA982CEDE544 /* Pods-GulpsTests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-GulpsTests-resources.sh"; sourceTree = ""; }; - 672C94508FD4C3B136A95D51132D5290 /* format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = format.cpp; path = Realm/ObjectStore/src/util/format.cpp; sourceTree = ""; }; + 672C94508FD4C3B136A95D51132D5290 /* format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = format.cpp; path = Realm/ObjectStore/src/util/format.cpp; sourceTree = ""; }; 68FA668D4EFF9A6D7C270C8400098BA7 /* AsyncMatcherWrapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncMatcherWrapper.swift; path = Sources/Nimble/Matchers/AsyncMatcherWrapper.swift; sourceTree = ""; }; 695089D1C684C5A948F9822DFD4DB104 /* NMBExceptionCapture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NMBExceptionCapture.m; path = Sources/NimbleObjectiveC/NMBExceptionCapture.m; sourceTree = ""; }; - 695846ECF70B09A0AFF76840EA622F98 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; 6A78958CEDA973FC0082E566D306E9A6 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 6B3D0258A8989FB149FD1848949949D0 /* Pods-GulpsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-GulpsTests.debug.xcconfig"; sourceTree = ""; }; 6D10250D70041BAD7DE9927579A2A091 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; @@ -864,7 +863,7 @@ 6EBC3F63DCA049E3DFC50893BF29CBE3 /* HooksPhase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HooksPhase.swift; path = Sources/Quick/Hooks/HooksPhase.swift; sourceTree = ""; }; 6FE8920684CC28E66A2541942520C99B /* JTCalendar-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JTCalendar-prefix.pch"; sourceTree = ""; }; 70419D53C423637B9A1EA21423861320 /* JTCalendarMonthWeekDaysView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarMonthWeekDaysView.h; path = JTCalendar/JTCalendarMonthWeekDaysView.h; sourceTree = ""; }; - 7134DA7E7C61C4D5C867018FF28CD47B /* shared_realm.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = shared_realm.cpp; path = Realm/ObjectStore/src/shared_realm.cpp; sourceTree = ""; }; + 7134DA7E7C61C4D5C867018FF28CD47B /* shared_realm.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = shared_realm.cpp; path = Realm/ObjectStore/src/shared_realm.cpp; sourceTree = ""; }; 72197D17C1123C99A5D067E41C760E30 /* MatcherProtocols.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MatcherProtocols.swift; path = Sources/Nimble/Matchers/MatcherProtocols.swift; sourceTree = ""; }; 736C3DEE7B209B37C09CD97B9BD483C6 /* NimbleSnapshotsConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = NimbleSnapshotsConfiguration.swift; sourceTree = ""; }; 73E9EFC7FE7B9370967A3AC2E4244CA4 /* AssertionRecorder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssertionRecorder.swift; path = Sources/Nimble/Adapters/AssertionRecorder.swift; sourceTree = ""; }; @@ -873,15 +872,15 @@ 751AFB54ECB670AAF85D7B436727958D /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Sources/Quick/Configuration/Configuration.swift; sourceTree = ""; }; 7572536E17D9A11520BE4A1F7C1DF6F8 /* AMPopTip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPopTip.h; path = Source/AMPopTip.h; sourceTree = ""; }; 7586BE36AC006418A0045EDDE465E193 /* Callsite.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Callsite.swift; path = Sources/Quick/Callsite.swift; sourceTree = ""; }; - 76360A8C0A5D61E45930910B53370BF2 /* collection_notifier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = collection_notifier.cpp; path = Realm/ObjectStore/src/impl/collection_notifier.cpp; sourceTree = ""; }; + 76360A8C0A5D61E45930910B53370BF2 /* collection_notifier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = collection_notifier.cpp; path = Realm/ObjectStore/src/impl/collection_notifier.cpp; sourceTree = ""; }; 776C2DA3F1A3DFC6067614DC25A58A4F /* POPBasicAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPBasicAnimation.h; path = pop/POPBasicAnimation.h; sourceTree = ""; }; - 779EA8B2EAFB710FB5761838792B85DD /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Realm.modulemap; sourceTree = ""; }; + 779EA8B2EAFB710FB5761838792B85DD /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = Realm.modulemap; sourceTree = ""; }; 781AC44B8664AA2966CBA8A0D98C7D61 /* Pods-GulpsTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-GulpsTests-frameworks.sh"; sourceTree = ""; }; 78277AA8004E5E360A7B0B096A894BCD /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; 79D64D439EFA30CCB71E8FBA8AAF497F /* UIImage+Diff.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Diff.m"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.m"; sourceTree = ""; }; 7A71CCC8783C6301B1ABE57EE05887CF /* AdapterProtocols.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdapterProtocols.swift; path = Sources/Nimble/Adapters/AdapterProtocols.swift; sourceTree = ""; }; 7B925DBC85C39F4B1622CB020A65D4FD /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7BB97613C127B9921C9B38AEBA712A37 /* index_set.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = index_set.cpp; path = Realm/ObjectStore/src/index_set.cpp; sourceTree = ""; }; + 7BB97613C127B9921C9B38AEBA712A37 /* index_set.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = index_set.cpp; path = Realm/ObjectStore/src/index_set.cpp; sourceTree = ""; }; 7D3F3879EAF9BBC011D9625A937738F7 /* CurrentTestCaseTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CurrentTestCaseTracker.h; path = Sources/NimbleObjectiveC/CurrentTestCaseTracker.h; sourceTree = ""; }; 7D485CBF2690C70A2C76A220B682F8A2 /* POPCGUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPCGUtils.h; path = pop/POPCGUtils.h; sourceTree = ""; }; 7EBBDD238E72882D4358F13B1366A535 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; @@ -891,44 +890,45 @@ 81CDF9A8015587B371F85376657627D0 /* Pods-Gulps-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Gulps-dummy.m"; sourceTree = ""; }; 8248EB8C88C57CAD05251923096D2373 /* UICountingLabel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UICountingLabel-umbrella.h"; sourceTree = ""; }; 84C38D3214298A39811547DB93576796 /* QCKDSL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCKDSL.m; path = Sources/QuickObjectiveC/DSL/QCKDSL.m; sourceTree = ""; }; - 851AF3CEF4538121AB88D64F46006660 /* Nimble.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Nimble.modulemap; sourceTree = ""; }; - 858609F4ED596EF6842D53B592A8F999 /* POPAnimationRuntime.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationRuntime.mm; path = pop/POPAnimationRuntime.mm; sourceTree = ""; }; + 851AF3CEF4538121AB88D64F46006660 /* Nimble.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = Nimble.modulemap; sourceTree = ""; }; + 858609F4ED596EF6842D53B592A8F999 /* POPAnimationRuntime.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPAnimationRuntime.mm; path = pop/POPAnimationRuntime.mm; sourceTree = ""; }; 85B516D991A09A5ED22C45489530F159 /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; 866CB82595A8062A8C2DA9D717AAB6EB /* BeAKindOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeAKindOf.swift; path = Sources/Nimble/Matchers/BeAKindOf.swift; sourceTree = ""; }; - 86B65A9EA3D28569A1707488DA790FBF /* AMWaveTransition.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = AMWaveTransition.modulemap; sourceTree = ""; }; + 86B65A9EA3D28569A1707488DA790FBF /* AMWaveTransition.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = AMWaveTransition.modulemap; sourceTree = ""; }; 8701D5D2647727C546F6CA7FA5F8D4C4 /* QuickSpec.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QuickSpec.m; path = Sources/QuickObjectiveC/QuickSpec.m; sourceTree = ""; }; 8701EBDC1C142975C94601734818AE67 /* Pods-GulpsToday-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-GulpsToday-dummy.m"; sourceTree = ""; }; 880CFA3776BEBF997E1D92F1C7C3668E /* JTDayViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTDayViewProtocol.h; path = JTCalendar/JTDayViewProtocol.h; sourceTree = ""; }; - 887A86FBB9B58F346CA91E34C68035AF /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + 887A86FBB9B58F346CA91E34C68035AF /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; 890BCDE951FF3AD92C3B4719C1A89497 /* NSBundle+CurrentTestBundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSBundle+CurrentTestBundle.swift"; path = "Sources/Quick/NSBundle+CurrentTestBundle.swift"; sourceTree = ""; }; 89FF9B2C0458CE12BFD83BF8287BA5C9 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Quick/Filter.swift; sourceTree = ""; }; 8AD386FE72C15382834B1ADA75E201B5 /* AMWaveTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMWaveTransition.m; path = Source/AMWaveTransition.m; sourceTree = ""; }; 8B78A740E1070A4E9A965428552BCCE3 /* Quick-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Quick-prefix.pch"; sourceTree = ""; }; - 8BC4F401712C2DB49DAF90F04AE8E90A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 8BE0A4E9761AB9E7F50FF4564A828F63 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 8BC4F401712C2DB49DAF90F04AE8E90A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 8BE0A4E9761AB9E7F50FF4564A828F63 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; 8C5F0EDA80CF0B28C6729644BE034675 /* POPAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationInternal.h; path = pop/POPAnimationInternal.h; sourceTree = ""; }; 8C670057466B5444A6744002D64345EF /* UIImage+Compare.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Compare.m"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.m"; sourceTree = ""; }; 8D027FA7277EF674A297628256BD9374 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; 8DA5008AC464FFDFC9BDA76692B7F477 /* POPDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDecayAnimation.h; path = pop/POPDecayAnimation.h; sourceTree = ""; }; + 8E1B806ABFD36E452F85108A19B59580 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; 8E82571F543CA1BA014E833232815F0A /* Pods-GulpsTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-GulpsTests-umbrella.h"; sourceTree = ""; }; - 8EEBD6E3E6C000D803BC3E84EFEFADA9 /* external_commit_helper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = external_commit_helper.cpp; path = Realm/ObjectStore/src/impl/apple/external_commit_helper.cpp; sourceTree = ""; }; + 8EEBD6E3E6C000D803BC3E84EFEFADA9 /* external_commit_helper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = external_commit_helper.cpp; path = Realm/ObjectStore/src/impl/apple/external_commit_helper.cpp; sourceTree = ""; }; 8F0BF7C95F28E482676E24BFC12D9940 /* AllPass.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllPass.swift; path = Sources/Nimble/Matchers/AllPass.swift; sourceTree = ""; }; 8FF8121358717990616EBB9B866F32C0 /* AMPopTip+Animation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AMPopTip+Animation.h"; path = "Source/AMPopTip+Animation.h"; sourceTree = ""; }; 9116AE02764EAA613389A58D72CA9400 /* Pods-GulpsToday-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-GulpsToday-umbrella.h"; sourceTree = ""; }; 916A5DC091668F09E14C67E28A92E72B /* SourceLocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SourceLocation.swift; path = Sources/Nimble/Utils/SourceLocation.swift; sourceTree = ""; }; 917323C90E9D7B885C4BECD1A4E01071 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; 91E3B57C0DAE8D2848236183B4F05FB9 /* POPSpringAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPSpringAnimationInternal.h; path = pop/POPSpringAnimationInternal.h; sourceTree = ""; }; - 927933735716703CFBF949C4ABEADE4A /* UICountingLabel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UICountingLabel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 927933735716703CFBF949C4ABEADE4A /* UICountingLabel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = UICountingLabel.framework; path = UICountingLabel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 92BD5165872A95C28FE0C966AB7F8C36 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; 92C752E397E000A6FBAE2E2BDDEB411C /* pop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = pop.xcconfig; sourceTree = ""; }; 933DA81309C778C8833E31E1EE1F7C2E /* NimbleXCTestHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NimbleXCTestHandler.swift; path = Sources/Nimble/Adapters/NimbleXCTestHandler.swift; sourceTree = ""; }; 9373EC15B0ADF29FB2AB2CF2B5010AB1 /* NMBStringify.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NMBStringify.h; path = Sources/NimbleObjectiveC/NMBStringify.h; sourceTree = ""; }; 9386963D06BCA069B93F538702541AC9 /* POPVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPVector.h; path = pop/POPVector.h; sourceTree = ""; }; 939F9DFBF6FA98C01D9D649CA766FE43 /* Equal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Equal.swift; path = Sources/Nimble/Matchers/Equal.swift; sourceTree = ""; }; - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 94B576904416238B56BE8FC5662C403C /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - 962BE0C48EF2AB8D44F789C3A00CC042 /* weak_realm_notifier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = weak_realm_notifier.cpp; path = Realm/ObjectStore/src/impl/weak_realm_notifier.cpp; sourceTree = ""; }; - 9637EDC4C1C50C7F35B4D6AE0EF6E276 /* POPSpringAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPSpringAnimation.mm; path = pop/POPSpringAnimation.mm; sourceTree = ""; }; + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 94B576904416238B56BE8FC5662C403C /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + 962BE0C48EF2AB8D44F789C3A00CC042 /* weak_realm_notifier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = weak_realm_notifier.cpp; path = Realm/ObjectStore/src/impl/weak_realm_notifier.cpp; sourceTree = ""; }; + 9637EDC4C1C50C7F35B4D6AE0EF6E276 /* POPSpringAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPSpringAnimation.mm; path = pop/POPSpringAnimation.mm; sourceTree = ""; }; 96511908CB1B0E078B0EC4A63198E304 /* POPAnimationPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationPrivate.h; path = pop/POPAnimationPrivate.h; sourceTree = ""; }; 9666E21D05661CD9BFFFB713C33E69AF /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; 969A02E46B775E349AADC369C7BF3DE3 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; @@ -936,7 +936,7 @@ 97344A11E009C1539EEA63BEED073E41 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; 97B276E4858BE9CC74B7650DB6A224D4 /* AHKActionSheet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AHKActionSheet.h; path = Classes/AHKActionSheet.h; sourceTree = ""; }; 97B509A4826B883AC8A8463D70E145DF /* Closures.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Closures.swift; path = Sources/Quick/Hooks/Closures.swift; sourceTree = ""; }; - 986FDC1F3960E11EBC375B30918E760B /* pop.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = pop.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 986FDC1F3960E11EBC375B30918E760B /* pop.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = pop.framework; path = pop.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 991AC6A2D3A809C2A82563DF0E8F2890 /* Nimble-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Nimble-dummy.m"; sourceTree = ""; }; 998DA761893BD40600F805BFA9D33E0E /* ExampleHooks.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExampleHooks.swift; path = Sources/Quick/Hooks/ExampleHooks.swift; sourceTree = ""; }; 99AE083CE1FD1F775634F55B7EA205E2 /* ErrorUtility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ErrorUtility.swift; path = Sources/Quick/ErrorUtility.swift; sourceTree = ""; }; @@ -946,46 +946,46 @@ 9B69377FA80C5B7B2646D0E0E2FA93C9 /* Pods-GulpsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-GulpsTests.release.xcconfig"; sourceTree = ""; }; 9CD08FA3D92FEBBD148CDF628B261897 /* FailureMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FailureMessage.swift; path = Sources/Nimble/FailureMessage.swift; sourceTree = ""; }; 9DB040ED9334C00A84B4F15EE61DBF17 /* UIWindow+AHKAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIWindow+AHKAdditions.m"; path = "Classes/UIWindow+AHKAdditions.m"; sourceTree = ""; }; - 9E1929C62D734695CCB0BF419C7ED3AA /* POPMath.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPMath.mm; path = pop/POPMath.mm; sourceTree = ""; }; - 9E1A5DE1D5065D0648F8C845C0E8150E /* JTCalendar.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = JTCalendar.modulemap; sourceTree = ""; }; - 9ED152D425BB88A67A7B8E57B73345CD /* POPAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimation.mm; path = pop/POPAnimation.mm; sourceTree = ""; }; + 9E1929C62D734695CCB0BF419C7ED3AA /* POPMath.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPMath.mm; path = pop/POPMath.mm; sourceTree = ""; }; + 9E1A5DE1D5065D0648F8C845C0E8150E /* JTCalendar.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = JTCalendar.modulemap; sourceTree = ""; }; + 9ED152D425BB88A67A7B8E57B73345CD /* POPAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPAnimation.mm; path = pop/POPAnimation.mm; sourceTree = ""; }; 9F0811D6572E9459D397E3FB559B472D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 9FB33FB3ABF3C23405EB0F7C3F760E47 /* JTCalendarViewDataSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarViewDataSource.h; path = JTCalendar/JTCalendarViewDataSource.h; sourceTree = ""; }; - A06996130335B41D77303AEBC4CF5B09 /* Quick.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Quick.modulemap; sourceTree = ""; }; + A06996130335B41D77303AEBC4CF5B09 /* Quick.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = Quick.modulemap; sourceTree = ""; }; A0DD65536A2EB54DB9DC8D9B0713343C /* BeCloseTo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeCloseTo.swift; path = Sources/Nimble/Matchers/BeCloseTo.swift; sourceTree = ""; }; A0F688B79EA5314510C2955AB7229760 /* QuickSelectedTestSuiteBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QuickSelectedTestSuiteBuilder.swift; path = Sources/Quick/QuickSelectedTestSuiteBuilder.swift; sourceTree = ""; }; A258A533782C6062A44571DD76341841 /* AMWaveViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMWaveViewController.m; path = Source/AMWaveViewController.m; sourceTree = ""; }; - A2CB4A69B455F85F58C06A57151A13BD /* UICountingLabel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = UICountingLabel.modulemap; sourceTree = ""; }; + A2CB4A69B455F85F58C06A57151A13BD /* UICountingLabel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = UICountingLabel.modulemap; sourceTree = ""; }; A3ED5E31D83A389AC5C43752D3C317A5 /* RLMListBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMListBase.h; path = include/RLMListBase.h; sourceTree = ""; }; A44C29B6D72EED5BFF78BA526DAE2B96 /* AHKActionSheet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AHKActionSheet-dummy.m"; sourceTree = ""; }; A4E5900E5396C2D8D3570E8282E86725 /* AMPopTip-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AMPopTip-dummy.m"; sourceTree = ""; }; A653E15C5C5311E6D7D5EB01048AFA02 /* AMWaveTransition-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AMWaveTransition-prefix.pch"; sourceTree = ""; }; - A67B56E3AE389DB0F7DEEFD20837C902 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + A67B56E3AE389DB0F7DEEFD20837C902 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; A8830E5416884E28B929D8A522421E21 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - A8999667DF70E830A61329D6E8F27551 /* results.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = results.cpp; path = Realm/ObjectStore/src/results.cpp; sourceTree = ""; }; + A8999667DF70E830A61329D6E8F27551 /* results.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = results.cpp; path = Realm/ObjectStore/src/results.cpp; sourceTree = ""; }; A8AC947B43E23073837474CCFCE131D6 /* AMWaveTransition-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AMWaveTransition-dummy.m"; sourceTree = ""; }; A9EDB61EDD9594CAEABA084D97C6A398 /* JTCalendarMenuView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarMenuView.h; path = JTCalendar/JTCalendarMenuView.h; sourceTree = ""; }; AA2A7CF1EB8BE87FAAC624F3202A5A8E /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - AA8834A3D795B8634701226A32242847 /* POPGeometry.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPGeometry.mm; path = pop/POPGeometry.mm; sourceTree = ""; }; + AA8834A3D795B8634701226A32242847 /* POPGeometry.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPGeometry.mm; path = pop/POPGeometry.mm; sourceTree = ""; }; AB18DC57263D37316D2AEE2E37BD1B49 /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; ABEE7798BE60E9BFFF555020C9F74190 /* JTCalendar-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JTCalendar-dummy.m"; sourceTree = ""; }; - ACD60A7E2F5E3AB6A2F3B2182F303E98 /* POPAnimator.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimator.mm; path = pop/POPAnimator.mm; sourceTree = ""; }; + ACD60A7E2F5E3AB6A2F3B2182F303E98 /* POPAnimator.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPAnimator.mm; path = pop/POPAnimator.mm; sourceTree = ""; }; ADC48E3BF5CB699DF71989C5A498657C /* MatchError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MatchError.swift; path = Sources/Nimble/Matchers/MatchError.swift; sourceTree = ""; }; - AE033D0D460F4EC7CEB9E190F2338866 /* collection_change_builder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = collection_change_builder.cpp; path = Realm/ObjectStore/src/impl/collection_change_builder.cpp; sourceTree = ""; }; - AED33D5F6134B5856D31B57890B01406 /* BubbleTransition.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = BubbleTransition.modulemap; sourceTree = ""; }; + AE033D0D460F4EC7CEB9E190F2338866 /* collection_change_builder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = collection_change_builder.cpp; path = Realm/ObjectStore/src/impl/collection_change_builder.cpp; sourceTree = ""; }; + AED33D5F6134B5856D31B57890B01406 /* BubbleTransition.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = BubbleTransition.modulemap; sourceTree = ""; }; AFCF8979FEF0912950BEBA53F55DE02E /* AssertionDispatcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssertionDispatcher.swift; path = Sources/Nimble/Adapters/AssertionDispatcher.swift; sourceTree = ""; }; B531CFEE34695483DAFE12288AD250BE /* AMPopTip+Exit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "AMPopTip+Exit.m"; path = "Source/AMPopTip+Exit.m"; sourceTree = ""; }; - B684AF106FC5F7BD671BA266ECB1AE51 /* Quick.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Quick.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B684AF106FC5F7BD671BA266ECB1AE51 /* Quick.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Quick.framework; path = Quick.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B6C6296EFBDBFFE559C6C4E888AD004E /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; B8832A4AF5DD16FB86877AB1F8524B53 /* AMWaveTransition.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMWaveTransition.xcconfig; sourceTree = ""; }; B89455CC3B95BCAB3F9C319F4AEA3074 /* FBSnapshotTestController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestController.h; path = FBSnapshotTestCase/FBSnapshotTestController.h; sourceTree = ""; }; - B93FEBE2199E02A5EE5CB389553FB250 /* list.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = list.cpp; path = Realm/ObjectStore/src/list.cpp; sourceTree = ""; }; + B93FEBE2199E02A5EE5CB389553FB250 /* list.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = list.cpp; path = Realm/ObjectStore/src/list.cpp; sourceTree = ""; }; B9D4264B79DBFA90300C32161951D858 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; BA2459B1D552EC71C5C8AA32126F9E0A /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - BA85B93D4567FAF32393188944FE8214 /* POPVector.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPVector.mm; path = pop/POPVector.mm; sourceTree = ""; }; - BB20071B2E9B4C73AA15AA6413D5BCF7 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + BA85B93D4567FAF32393188944FE8214 /* POPVector.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPVector.mm; path = pop/POPVector.mm; sourceTree = ""; }; + BB20071B2E9B4C73AA15AA6413D5BCF7 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; BC4BCD014BA0D143C26B6CA291620817 /* UIApplication+StrictKeyWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIApplication+StrictKeyWindow.h"; path = "FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h"; sourceTree = ""; }; - BCDACCD7672A708822FB4A89F0F52A85 /* collection_notifications.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = collection_notifications.cpp; path = Realm/ObjectStore/src/collection_notifications.cpp; sourceTree = ""; }; + BCDACCD7672A708822FB4A89F0F52A85 /* collection_notifications.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = collection_notifications.cpp; path = Realm/ObjectStore/src/collection_notifications.cpp; sourceTree = ""; }; BD48167B51D1629A0A01C396BD2746DC /* JTCalendarWeekView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarWeekView.m; path = JTCalendar/JTCalendarWeekView.m; sourceTree = ""; }; BD553FC4BA6DF7D91C38FC7DCB53E7AB /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; BE51B97B63F58066385E91606A62AEA3 /* UICountingLabel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UICountingLabel-prefix.pch"; sourceTree = ""; }; @@ -1003,20 +1003,20 @@ C371AA3B91709C8F26D7379756952525 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; C3A5B94805919DA89ED5713E4941DD75 /* Nimble.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; }; C3CEAA7CE8ADA4C07A1D071A8B47479A /* BAFluidView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BAFluidView-prefix.pch"; sourceTree = ""; }; - C4078A8576CBE40E5F4C86A1D5849FA5 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + C4078A8576CBE40E5F4C86A1D5849FA5 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; C4AE81D05869C4669BD3750FF9A83011 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; C4CA6EFF5A4E69104643DB5F1BE3D7A6 /* Nimble-Snapshots-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Nimble-Snapshots-umbrella.h"; sourceTree = ""; }; C544375EEFB7411831B2DD38CFF2BB9B /* DSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DSL.swift; path = Sources/Quick/DSL/DSL.swift; sourceTree = ""; }; - C5762AB0635EC78FBBADC060FEAAF71C /* BubbleTransition.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BubbleTransition.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C64BE4C70B73079313F65FA899DB86B5 /* placeholder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = placeholder.cpp; path = Realm/ObjectStore/src/placeholder.cpp; sourceTree = ""; }; + C5762AB0635EC78FBBADC060FEAAF71C /* BubbleTransition.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = BubbleTransition.framework; path = BubbleTransition.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + C64BE4C70B73079313F65FA899DB86B5 /* placeholder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = placeholder.cpp; path = Realm/ObjectStore/src/placeholder.cpp; sourceTree = ""; }; C6D0B1D5FF2AACD060157EAF066BA4CF /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - C71DBC4FF7CE2DEF34BDD19A46B11A5E /* realm_coordinator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = realm_coordinator.cpp; path = Realm/ObjectStore/src/impl/realm_coordinator.cpp; sourceTree = ""; }; + C71DBC4FF7CE2DEF34BDD19A46B11A5E /* realm_coordinator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = realm_coordinator.cpp; path = Realm/ObjectStore/src/impl/realm_coordinator.cpp; sourceTree = ""; }; C72634A27F86AEDC93FA582D306811E1 /* String+FileName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+FileName.swift"; path = "Sources/Quick/String+FileName.swift"; sourceTree = ""; }; C72FF9B252B7D01B3ABE0960B4BC88DA /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; C79556BF782850D9FB9D1C9C3A7A3D8E /* AMPopTip+Exit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AMPopTip+Exit.h"; path = "Source/AMPopTip+Exit.h"; sourceTree = ""; }; C7AE66B244000A893C9B3A15B732E4BA /* FBSnapshotTestCase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCase.m; path = FBSnapshotTestCase/FBSnapshotTestCase.m; sourceTree = ""; }; C8E81CBAE60B0A2E1937A7C713479E67 /* POPAnimationRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationRuntime.h; path = pop/POPAnimationRuntime.h; sourceTree = ""; }; - C920E2AA98F6D28BDCC866CAFEA79D17 /* Pods-GulpsTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-GulpsTests.modulemap"; sourceTree = ""; }; + C920E2AA98F6D28BDCC866CAFEA79D17 /* Pods-GulpsTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-GulpsTests.modulemap"; sourceTree = ""; }; CB1FD3CEA7FD587DF2FCFEBB65B64468 /* JTCalendarDataCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarDataCache.h; path = JTCalendar/JTCalendarDataCache.h; sourceTree = ""; }; CB41E648201B5FF50D9B81516CEB13C4 /* Pods-Gulps-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Gulps-frameworks.sh"; sourceTree = ""; }; CDA9222A723288536069A949E29B012A /* World.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = World.h; path = Sources/QuickObjectiveC/World.h; sourceTree = ""; }; @@ -1024,17 +1024,18 @@ CED0A47E848C96C7E77903DC29ED971F /* Pods-GulpsTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-GulpsTests-dummy.m"; sourceTree = ""; }; CF5F03602FF9D866AE4514EB7792A5DD /* BeLogical.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeLogical.swift; path = Sources/Nimble/Matchers/BeLogical.swift; sourceTree = ""; }; D001B0FAB3BAF08AFBAC948A0F68979E /* QuickConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QuickConfiguration.h; path = Sources/QuickObjectiveC/Configuration/QuickConfiguration.h; sourceTree = ""; }; - D0BE0E5D2A696C8CC3260191E1931D13 /* POPCGUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPCGUtils.mm; path = pop/POPCGUtils.mm; sourceTree = ""; }; - D14A7D8A8D63F4DF3E0191B5B91FA9D3 /* Nimble.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D0BE0E5D2A696C8CC3260191E1931D13 /* POPCGUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPCGUtils.mm; path = pop/POPCGUtils.mm; sourceTree = ""; }; + D14A7D8A8D63F4DF3E0191B5B91FA9D3 /* Nimble.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Nimble.framework; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; }; D1C2A101DA406F1F49DB37492ED455A7 /* POPPropertyAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPPropertyAnimationInternal.h; path = pop/POPPropertyAnimationInternal.h; sourceTree = ""; }; D20C41498C11AEBC420AF82A7599289D /* JTCalendar-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JTCalendar-umbrella.h"; sourceTree = ""; }; D218DC1BAB05F5B7303809E73C03E2BD /* UIImage+Compare.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Compare.h"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.h"; sourceTree = ""; }; D27A2EEC7923C80A6DC31287D9488E2B /* NMBExpectation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NMBExpectation.swift; path = Sources/Nimble/Adapters/NMBExpectation.swift; sourceTree = ""; }; - D31724D3183F6FC2520FE0BDD2E2EFF2 /* AMWaveTransition.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AMWaveTransition.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D31724D3183F6FC2520FE0BDD2E2EFF2 /* AMWaveTransition.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = AMWaveTransition.framework; path = AMWaveTransition.framework; sourceTree = BUILT_PRODUCTS_DIR; }; D4362992EFE44A4727315F103F6AF435 /* JTCalendarMonthView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarMonthView.m; path = JTCalendar/JTCalendarMonthView.m; sourceTree = ""; }; D4C91078C7D4C20A59C4F7F4F7B46FED /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; D557644A6DB818370B866FF135028158 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; D632AA6CB9AA68A205EAB81E91992F05 /* POPAnimatorPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimatorPrivate.h; path = pop/POPAnimatorPrivate.h; sourceTree = ""; }; + D657DCE9791763315F88E8C9120ABAB2 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; D6758A5D057534E5877426AB56A05670 /* AMPopTip-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AMPopTip-umbrella.h"; sourceTree = ""; }; D6B5278CB0BE60239B1ECDE72FD8C7F2 /* Functional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Functional.swift; path = Sources/Nimble/Utils/Functional.swift; sourceTree = ""; }; D79A5E785E53888D76292781DCFF7F3E /* Expression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Expression.swift; path = Sources/Nimble/Expression.swift; sourceTree = ""; }; @@ -1050,12 +1051,11 @@ DC473ED768DB9499345F1FCA8FE6B80A /* RLMMigration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration_Private.h; path = include/RLMMigration_Private.h; sourceTree = ""; }; DE8D87CC0AD9944541A339ABA2CDBF32 /* Pods-GulpsToday-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-GulpsToday-acknowledgements.markdown"; sourceTree = ""; }; DE9B68A05073B46A062183A49F23F044 /* JTCalendarMenuMonthView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarMenuMonthView.m; path = JTCalendar/JTCalendarMenuMonthView.m; sourceTree = ""; }; - DF5F38F76D6EA6104A0E0C462D687BCA /* Pods_Gulps.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Gulps.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + DF5F38F76D6EA6104A0E0C462D687BCA /* Pods_Gulps.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_Gulps.framework; path = "Pods-Gulps.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; DFB911249FC0D17D09F36A53FDC265AA /* MatcherFunc.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MatcherFunc.swift; path = Sources/Nimble/Matchers/MatcherFunc.swift; sourceTree = ""; }; DFDAD703DC4D17B4B8AC2785FF8C77F2 /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = Sources/Nimble/Utils/Errors.swift; sourceTree = ""; }; E00F358AD9F51CE1D6F80354EE229B4F /* BeNil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeNil.swift; path = Sources/Nimble/Matchers/BeNil.swift; sourceTree = ""; }; - E02294C6AA18BC736338282B531C36C4 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - E1E1E92CBEACA60B8184764C2FA26D7F /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = RealmSwift.modulemap; sourceTree = ""; }; + E1E1E92CBEACA60B8184764C2FA26D7F /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = RealmSwift.modulemap; sourceTree = ""; }; E2A290AEAFD02B17472A436AAF0DD6E1 /* POPPropertyAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPPropertyAnimation.h; path = pop/POPPropertyAnimation.h; sourceTree = ""; }; E2EBEC577FCF8F1A51A4EE0E948787E5 /* DSL+Wait.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DSL+Wait.swift"; path = "Sources/Nimble/DSL+Wait.swift"; sourceTree = ""; }; E42A5431FEA1DE422ECDA862E9A879E4 /* Pods-GulpsToday-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-GulpsToday-resources.sh"; sourceTree = ""; }; @@ -1064,8 +1064,8 @@ E5262A1B03C80597127AF948D4DD5407 /* SwiftVersion.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftVersion.swift; path = RealmSwift/SwiftVersion.swift; sourceTree = ""; }; E5311B74E4EF973571C35750144A4224 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; E61F660919346AA9306A5D7341315B19 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - E6313D654976581EEF4F3BE297ACE029 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - E71932C7C8D590547EF2E55E4AB8E900 /* POPCustomAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPCustomAnimation.mm; path = pop/POPCustomAnimation.mm; sourceTree = ""; }; + E6313D654976581EEF4F3BE297ACE029 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + E71932C7C8D590547EF2E55E4AB8E900 /* POPCustomAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPCustomAnimation.mm; path = pop/POPCustomAnimation.mm; sourceTree = ""; }; E7B2088DE178F948B4037312B1BCB10B /* World+DSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "World+DSL.h"; path = "Sources/QuickObjectiveC/DSL/World+DSL.h"; sourceTree = ""; }; E7E4B7C6B426A7BA33538F0C66EF7EC3 /* POPDecayAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDecayAnimationInternal.h; path = pop/POPDecayAnimationInternal.h; sourceTree = ""; }; E87577453020DC073E03578B3D151EF2 /* FBSnapshotTestCase-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSnapshotTestCase-umbrella.h"; sourceTree = ""; }; @@ -1080,24 +1080,24 @@ ED8D9F0CD849A34051F58FB1F1A0B3EB /* UIApplication+StrictKeyWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+StrictKeyWindow.m"; path = "FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m"; sourceTree = ""; }; EE2595F0FE3B14CE9096E3E9CF66A882 /* JTCalendarDayView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarDayView.m; path = JTCalendar/JTCalendarDayView.m; sourceTree = ""; }; EE39B111D0EF1A87E9B6BEE7B3AF48EF /* UIImage+Snapshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Snapshot.m"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.m"; sourceTree = ""; }; - EF8E97657D73FB5C5BFE8B7FAEF18CCA /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + EF8E97657D73FB5C5BFE8B7FAEF18CCA /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; F0D9F4BAEAF3FAD2F23B781019543FEA /* NMBObjCMatcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NMBObjCMatcher.swift; path = Sources/Nimble/Adapters/NMBObjCMatcher.swift; sourceTree = ""; }; F15B3EF556173A074B9A7A3905E8D68E /* JTCalendarAppearance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarAppearance.m; path = JTCalendar/JTCalendarAppearance.m; sourceTree = ""; }; F2564C54C045A982D4061CA3EA4D442A /* POPAnimationEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationEvent.h; path = pop/POPAnimationEvent.h; sourceTree = ""; }; F2EBDDDC36EDA16B152884FF5477898F /* JTCalendar.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JTCalendar.xcconfig; sourceTree = ""; }; - F432120F6083880097787DD0089C6680 /* POPDecayAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPDecayAnimation.mm; path = pop/POPDecayAnimation.mm; sourceTree = ""; }; + F432120F6083880097787DD0089C6680 /* POPDecayAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPDecayAnimation.mm; path = pop/POPDecayAnimation.mm; sourceTree = ""; }; F4956FD61C0FDE343D66C1ABA55E4B7C /* ThrowError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThrowError.swift; path = Sources/Nimble/Matchers/ThrowError.swift; sourceTree = ""; }; F4DFBCD25286754F74FDCD472A1300FA /* BeGreaterThan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeGreaterThan.swift; path = Sources/Nimble/Matchers/BeGreaterThan.swift; sourceTree = ""; }; F515F6784C2B6B27A98447227434B626 /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; F609DE90DC591D0BC2EA77EF9607A57E /* librealm-ios.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = "librealm-ios.a"; path = "core/librealm-ios.a"; sourceTree = ""; }; F62617198E8F4EAB80A69E54E8A41F94 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; F6337D338C23F96203A4E01182AE3755 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - F677F1824AD9C88893C9BD3B442E9F3E /* RLMOptionalBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMOptionalBase.mm; path = Realm/RLMOptionalBase.mm; sourceTree = ""; }; - F6BBCD66B405D984F1E5310F375E545C /* Pods-Gulps.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-Gulps.modulemap"; sourceTree = ""; }; + F677F1824AD9C88893C9BD3B442E9F3E /* RLMOptionalBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMOptionalBase.mm; path = Realm/RLMOptionalBase.mm; sourceTree = ""; }; + F6BBCD66B405D984F1E5310F375E545C /* Pods-Gulps.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-Gulps.modulemap"; sourceTree = ""; }; F7DA334ADB044BEDBF9C644BDBE337C6 /* DSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DSL.h; path = Sources/NimbleObjectiveC/DSL.h; sourceTree = ""; }; F80F6F4037BA6E63B6668B5339088C9F /* UICountingLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UICountingLabel.m; sourceTree = ""; }; F8A938EFE71A05B5D4583B1E12594F71 /* PrettySyntax.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PrettySyntax.swift; sourceTree = ""; }; - F8C3AFCC68D78B11354F708FFF037327 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + F8C3AFCC68D78B11354F708FFF037327 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; F92CC2F03ED56A92676A3B018A81443B /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; FBEEE439C76FDA97C403F1C957087E57 /* Pods-Gulps-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Gulps-umbrella.h"; sourceTree = ""; }; FC4C6AFC85699AF55A97F481F9DD5A99 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -1109,150 +1109,150 @@ /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 050B68EC615B591FDA5D0B855E697228 /* Frameworks */ = { + 07F5B3D2D904054915412637B05C343D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 7070E1BDFFD9D6D40C6ED465BD5C58CB /* Foundation.framework in Frameworks */, + A502102926D11BA5941178EC35A7C60C /* Foundation.framework in Frameworks */, + C710035D6C1D15116206885AE93D4BD0 /* Realm.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0A85F7291A690C887E3989987E861DEA /* Frameworks */ = { + 1D421A30A1BDB7E1C4216F64D0C939B1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 37A8FC955ED4481012CB3922643B25C5 /* Foundation.framework in Frameworks */, + 0B8DBAB184BB7E8E1D9C5E3386A8DEDB /* Foundation.framework in Frameworks */, + 3B83A2F08BC090A6FD3EBA869E1BD39D /* QuartzCore.framework in Frameworks */, + 640776F175B648FBC2E43C16ECF3F39B /* UIKit.framework in Frameworks */, + D32332CA40D4F631E8DBA950B25A18FA /* XCTest.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 15B603FB70703CD452D04BD77813A2E5 /* Frameworks */ = { + 45080483E6B9BE9D128BD1E0163F777D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 9F9DD434E9166A52988A376EEC7B921D /* Foundation.framework in Frameworks */, + 571857EF252AF25F26F2581365E2162B /* Foundation.framework in Frameworks */, + 79E4E03D259ADD4FDD41288BB74DD955 /* QuartzCore.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2E147C552A41ADEE332387F96115DA77 /* Frameworks */ = { + 4D9AD7FB8D856B1A883D4F0397FBDFB4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A729EFB3357A507763F57CA451098F86 /* Foundation.framework in Frameworks */, + 6963769DE6F87F620C6840738EA106DB /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2E1D09D7DDE4ACBF250CC083E5AEA734 /* Frameworks */ = { + 57128AF7E2DB88CB3B877B75094B6177 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 15C265EDC6AD60316EEAB8B19E062047 /* Foundation.framework in Frameworks */, + A6F89DC2A84947082AB563E12E7FF961 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 366E09354561C799A49CA36E2844E92C /* Frameworks */ = { + 5FB41B5D6B6FFE8C4F2E5405C8F2F3E5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 783D09E6FEFC6B29AA8024206E692CE7 /* Foundation.framework in Frameworks */, + 621832A19B230DE36937328C96CFC7B3 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 398CA2DB164E4FCF3F254B02E50D7090 /* Frameworks */ = { + 8081F7DD7ED64CEFA112AE8C8638C329 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F5F91C41837E3C388BA722132A97D271 /* Foundation.framework in Frameworks */, + E0061C7AE6070E141DB60704A8DC1D09 /* Foundation.framework in Frameworks */, + D4A5D7D67AF9811E9F9CA3C1B539D38C /* XCTest.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 45DCA2425051C78CE9AF8C59981B4B9F /* Frameworks */ = { + 95D793D728C65A0C764B1C88DB870E95 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - EDFBB6CE42942E0363934CB30E804D9B /* Foundation.framework in Frameworks */, + 1A8FECADFF5BF5593CF8922D493D46C7 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 500A2E6CBBE03E4CC822DAAC1FC381AB /* Frameworks */ = { + B31D8378166760D4DA1D6194C4DAEA10 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 43A7CEB5E9593B4055B63721F85385A7 /* Foundation.framework in Frameworks */, + 04EE5298FBD35A36ABB347E2477F1584 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 52D2A0585E7609A05EA3730EDC88EF38 /* Frameworks */ = { + C97F910E229C51D069655AE99F64CB0C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 499FBBE0BC69D633856BB07E2C80C0CF /* Foundation.framework in Frameworks */, - ED60F0FCE00B05D670EAEAAB22A01B7C /* XCTest.framework in Frameworks */, + 1DBE90F11922D1548E1F71C7095C7A6B /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 63EAA24A917FFD0546351F2277091118 /* Frameworks */ = { + CD7D175D69E4D717AF52DCD92F2867C3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 29EC24F8EC31DC247207A1A14094ED70 /* Foundation.framework in Frameworks */, - 751F5D623AC544BD9DF36A9C069FA450 /* QuartzCore.framework in Frameworks */, + 18DFED3047DE5331EEBAE57203F452AC /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - A0CCFDFC90A8E72BE69C250C061DC7DC /* Frameworks */ = { + CEF53976DB2B9E17D7FD46220C3C80CC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5CCBC9EAED1512BC70EEA5DC81872E5B /* Foundation.framework in Frameworks */, - ADAFCCA8DAF57C771C31AAA12B409B48 /* Realm.framework in Frameworks */, + 8C4D9AADD9AF3AA7718AD8054574E41B /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - AA23BDFF4431A1FD83196B34E2BAE2B6 /* Frameworks */ = { + D25DF69B386EC236BA3151F454657603 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F881BF6097D9192339E800914EE6F81F /* Foundation.framework in Frameworks */, + 0C0F02846F2B95F8689D0684A1B81F52 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - B741F364DAC28BA7928AF71AFAFA32AD /* Frameworks */ = { + D756DA14932342915B06B5A24C295CE3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 1E9DF48A14DC2B9EA5B53A2FCF33BF41 /* Foundation.framework in Frameworks */, - 3D93BFA783AC51FC2B428613DB3FE9C3 /* UIKit.framework in Frameworks */, + 07FF1EB3B1E1CE212855AF965B6580E1 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - BFD72241446E2D199D3818194463D3FE /* Frameworks */ = { + DE58B227CEECBC9618DE2D31498BE1AD /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 78C0EDC656B9152FB603EC259D241DA5 /* FBSnapshotTestCase.framework in Frameworks */, - 8404F7168BDB16D6157E38B56C831CA7 /* Foundation.framework in Frameworks */, - 82E55B1159083B37527C20EB4E621550 /* Nimble.framework in Frameworks */, - C033C346AC287D2009457C31E85587D1 /* Quick.framework in Frameworks */, - 9137D15E4C432CD4FEA43DC273C3ADE8 /* XCTest.framework in Frameworks */, + 4FEB34672824B33CFA9182A31FFC1F46 /* FBSnapshotTestCase.framework in Frameworks */, + 74BE659608CC330081C12C777A7154F8 /* Foundation.framework in Frameworks */, + F143479766663AC5F69BFA06621E0C4D /* Nimble.framework in Frameworks */, + 40DFBA37EC892AAA1E90AF4889E0049C /* Quick.framework in Frameworks */, + B34A4E37160A449230AB67EE9DFDAA84 /* XCTest.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - DDF5C63216E8FD8E65A453D151F77BB0 /* Frameworks */ = { + EA869BB1684714C23890DACCA55E435F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 588023D5E34BB7865FC4A6DBDA97776C /* Foundation.framework in Frameworks */, + 0E22F365D7245EEB9A8BD18F3D5CCF20 /* Foundation.framework in Frameworks */, + 919AA350B97B1A8930D3F17431C718B0 /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - F1A13ADE6C7840452C8DD4B939BFD24B /* Frameworks */ = { + FB2C6314906CB4DB1DAC3DD69C6D83EB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A932B89F114B02D24B5FBF362FD0B9F9 /* Foundation.framework in Frameworks */, - F366B775C22BBE1DBAC7BDB7DE8F0A26 /* QuartzCore.framework in Frameworks */, - F0B3BC4CE7B1074981F32DDD032E9539 /* UIKit.framework in Frameworks */, - 73B96724E9D2B03677BA3C2D24601D64 /* XCTest.framework in Frameworks */, + B22AB1621E84553801446F8079D306FE /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1291,6 +1291,7 @@ F8A938EFE71A05B5D4583B1E12594F71 /* PrettySyntax.swift */, 20504A64AE04F6A0F67BF8C41B382D24 /* Support Files */, ); + name = "Nimble-Snapshots"; path = "Nimble-Snapshots"; sourceTree = ""; }; @@ -1307,6 +1308,7 @@ 9DB040ED9334C00A84B4F15EE61DBF17 /* UIWindow+AHKAdditions.m */, BAFF74D86B5D289EB441C10FA07E4925 /* Support Files */, ); + name = AHKActionSheet; path = AHKActionSheet; sourceTree = ""; }; @@ -1343,6 +1345,7 @@ 427FCC20817D700B6BE0FE2E99A79537 /* AMPopTipDefaults.h */, 8A707535DF367CCF3B78E81741E1C9B0 /* Support Files */, ); + name = AMPopTip; path = AMPopTip; sourceTree = ""; }; @@ -1392,6 +1395,17 @@ path = "Target Support Files/Pods-GulpsTests"; sourceTree = ""; }; + 1E4D30F0DE8518E6CC085ED8347BB326 /* iOS */ = { + isa = PBXGroup; + children = ( + 388616FF9356674183E1EFC37EF1A414 /* Foundation.framework */, + 24E8E40B9ED445EB2A81BBF06E510EBC /* QuartzCore.framework */, + D657DCE9791763315F88E8C9120ABAB2 /* UIKit.framework */, + 8E1B806ABFD36E452F85108A19B59580 /* XCTest.framework */, + ); + name = iOS; + sourceTree = ""; + }; 1FF3041997D98E257E72CEF7C4F68783 /* Support Files */ = { isa = PBXGroup; children = ( @@ -1441,6 +1455,7 @@ F80F6F4037BA6E63B6668B5339088C9F /* UICountingLabel.m */, 3528534EAD6F81D11E7F330AAE5BBF3B /* Support Files */, ); + name = UICountingLabel; path = UICountingLabel; sourceTree = ""; }; @@ -1476,6 +1491,7 @@ 5FE52D935D24A673A6E75B0B3C435422 /* UIColor+ColorWithHex.m */, EC26E986EE992504D3E594549851ADB1 /* Support Files */, ); + name = BAFluidView; path = BAFluidView; sourceTree = ""; }; @@ -1486,6 +1502,7 @@ 18356A5000165CB5555602F8EEBD32DA /* Support Files */, 3F27C6770564F86A4431AAD621930B6F /* SwiftSupport */, ); + name = FBSnapshotTestCase; path = FBSnapshotTestCase; sourceTree = ""; }; @@ -1503,6 +1520,7 @@ 2D5C535044DF78AB10FD90756C96A3DC /* BubbleTransition.swift */, 8072A4B70B21E6474DD2C635B76CEE0D /* Support Files */, ); + name = BubbleTransition; path = BubbleTransition; sourceTree = ""; }; @@ -1578,6 +1596,7 @@ 7F5F86BEC81DC079D2F55D57EE514024 /* XCTestObservationCenter+Register.m */, 1FF3041997D98E257E72CEF7C4F68783 /* Support Files */, ); + name = Nimble; path = Nimble; sourceTree = ""; }; @@ -1649,6 +1668,7 @@ 880CFA3776BEBF997E1D92F1C7C3668E /* JTDayViewProtocol.h */, 1AC518A9685005A86CF032887C0E174D /* Support Files */, ); + name = JTCalendar; path = JTCalendar; sourceTree = ""; }; @@ -1701,6 +1721,7 @@ 45BD5C576213E5BB448051B965076A95 /* XCTestSuite+QuickTestSuiteBuilder.m */, 81E80A654EADB6DDBB35E30083B59485 /* Support Files */, ); + name = Quick; path = Quick; sourceTree = ""; }; @@ -1760,6 +1781,7 @@ 511770538DD9BC96565584B440A96409 /* UnitBezier.h */, 4CCECF89A87B4B812A71DE475956D4D1 /* Support Files */, ); + name = pop; path = pop; sourceTree = ""; }; @@ -1910,6 +1932,7 @@ A46A1F9A30C39E375B6EDBE9EC1567C9 /* Headers */, B1EB653FD68CA1295F6ACD0EA5871745 /* Support Files */, ); + name = Realm; path = Realm; sourceTree = ""; }; @@ -1922,20 +1945,10 @@ A258A533782C6062A44571DD76341841 /* AMWaveViewController.m */, 740392BEEE49A243FA97CAF09BB59AC8 /* Support Files */, ); + name = AMWaveTransition; path = AMWaveTransition; sourceTree = ""; }; - DA50457BCE0E497BFA66032C29AFB8CB /* iOS */ = { - isa = PBXGroup; - children = ( - 25AB1D0358778424742141ACB9D19255 /* Foundation.framework */, - E02294C6AA18BC736338282B531C36C4 /* QuartzCore.framework */, - 695846ECF70B09A0AFF76840EA622F98 /* UIKit.framework */, - 2D6508DBC217CF774FE8E3C1779E6389 /* XCTest.framework */, - ); - name = iOS; - sourceTree = ""; - }; DAB91ED145800C43DD97B38C70DECCBF /* Pods-Gulps */ = { isa = PBXGroup; children = ( @@ -1997,6 +2010,7 @@ BF11E6565BB3C93B2A7C06D475CB1BAB /* Util.swift */, EC6D4AD498C076DD70548784FB903997 /* Support Files */, ); + name = RealmSwift; path = RealmSwift; sourceTree = ""; }; @@ -2035,7 +2049,7 @@ C3A5B94805919DA89ED5713E4941DD75 /* Nimble.framework */, 12D02296934CCE1C6FF917A64E591661 /* Quick.framework */, BF803D6F172B135B8C8315C584C94C70 /* Realm.framework */, - DA50457BCE0E497BFA66032C29AFB8CB /* iOS */, + 1E4D30F0DE8518E6CC085ED8347BB326 /* iOS */, ); name = Frameworks; sourceTree = ""; @@ -2043,573 +2057,573 @@ /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 0622F777050C6D8D49709DFE2D686B25 /* Headers */ = { + 04333389C8450AA486FA870E0F4C6D90 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 30BFAAB08155BEA69EE5112E403AE8AA /* RealmSwift-umbrella.h in Headers */, + 3F159A8B3F6F29DAC1F4DD3BFC4892BA /* BubbleTransition-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0AA9BDD2EE167077970D198258CF5519 /* Headers */ = { + 0C30BF6C62545E71828AA83BD16E15E9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B6A67A3B998747E4290BF6010EC33806 /* FBSnapshotTestCase-umbrella.h in Headers */, - 8ACF6A5515A175054E22414BF740EF14 /* FBSnapshotTestCase.h in Headers */, - 9FA3B93CE0ECAC3CDC30890659AACF82 /* FBSnapshotTestCasePlatform.h in Headers */, - 130F048002A62769FAFCC66F2C79391A /* FBSnapshotTestController.h in Headers */, - 68B245DB47CA60F8F9ADCA1E8CCDC324 /* UIApplication+StrictKeyWindow.h in Headers */, - EAA652557B70F493923A3447B5D64E0D /* UIImage+Compare.h in Headers */, - 61EBC5CF0D5E065C88028B49C6B8D3B3 /* UIImage+Diff.h in Headers */, - 34A1C7E576C58A9D3F3101448308BF3E /* UIImage+Snapshot.h in Headers */, + 287A35ED85E7F76951706EC86BF59703 /* FloatConversion.h in Headers */, + B7F7B051026E42B311C961E79E7DE2FC /* pop-umbrella.h in Headers */, + 50E127E1116F24D02BD63ECA2D647735 /* POP.h in Headers */, + 3ED5BA7BCFABA4F7E6644546393BC4BA /* POPAction.h in Headers */, + 6282B776C4DE29A7411051E8F2BC3F17 /* POPAnimatableProperty.h in Headers */, + 85AA81ABBA22FD5F89CAD2B3982EB93D /* POPAnimation.h in Headers */, + D9968522464CEC854FF8A8DB2E1281B0 /* POPAnimationEvent.h in Headers */, + B71A3C5B73F1ACDAAF23C2D5AA729F19 /* POPAnimationEventInternal.h in Headers */, + E25D0244BAF2C74B157BF2C71F607527 /* POPAnimationExtras.h in Headers */, + 400AFA44B14F2B368351B1AEE19D4DA5 /* POPAnimationInternal.h in Headers */, + 870A13E5BFC7DC170A4107797D77CE09 /* POPAnimationPrivate.h in Headers */, + CE678FE1004CB5305AE22609B1BCB947 /* POPAnimationRuntime.h in Headers */, + E875EE9AF0A76D310EFEF2C5920C358F /* POPAnimationTracer.h in Headers */, + E42B609B094651CB0D80E6911E71607A /* POPAnimationTracerInternal.h in Headers */, + 855E8A29CF8876A932B6871B24C2E76E /* POPAnimator.h in Headers */, + 5225F49357F9D58665851D3B6211BEFC /* POPAnimatorPrivate.h in Headers */, + 76677AD40B70294614CFF3DA7EDFAA3E /* POPBasicAnimation.h in Headers */, + BE7E03F1A92D2FB3B9B6C1BB6B826A70 /* POPBasicAnimationInternal.h in Headers */, + 75B538DE29061A5851F3B25DE537D78B /* POPCGUtils.h in Headers */, + 736664848EFC26F948E9109E9FA209D4 /* POPCustomAnimation.h in Headers */, + B2AFBDA2BAF0B82F354E1AD6BFE61099 /* POPDecayAnimation.h in Headers */, + B07CC09A9075A776D0137C245631D7F4 /* POPDecayAnimationInternal.h in Headers */, + 9A1B34A5F28AC4450E723477479E83BF /* POPDefines.h in Headers */, + DAAD9CAA62B7F86E1C88898F9F736222 /* POPGeometry.h in Headers */, + C196B7691EA72AA92E9B2AEEB36FFFB9 /* POPLayerExtras.h in Headers */, + 88FE9CD4A6A82745EECEF8758C800B81 /* POPMath.h in Headers */, + 758EEB5B8FAB9BDBF68A1128E9E3EF54 /* POPPropertyAnimation.h in Headers */, + 7413986A2D8DBC8A602294B160DD5E8B /* POPPropertyAnimationInternal.h in Headers */, + A3974C97F978699606D55CB95CDED8FE /* POPSpringAnimation.h in Headers */, + 311BE2C230CE2FAE31A2234EC4BA61B1 /* POPSpringAnimationInternal.h in Headers */, + 4A351783E8E9145391431F1FAB620B2C /* POPSpringSolver.h in Headers */, + 90F481CDE290FB70F84196A22034626E /* POPVector.h in Headers */, + 8DF38D509251F1FB3C764E1926FF3A20 /* TransformationMatrix.h in Headers */, + 8C37E9FD82A289E9E682C9DE71409FBB /* UnitBezier.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 14BB2AF67BC451D96D23974D47506AB6 /* Headers */ = { + 1B4EC1E21E6F5881E927D08DC251D7A6 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F1AD5FFABE420C5D888E565533E2C034 /* Pods-GulpsTests-umbrella.h in Headers */, + 0371E60FE81CFFECFC1A6B364155236B /* AMWaveTransition-umbrella.h in Headers */, + BD1B2ED69824A9AB4275DAF216A19631 /* AMWaveTransition.h in Headers */, + FA85284388208348D101A27EF1E00D55 /* AMWaveViewController.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 218C877B5982717FF51BD80512635BAF /* Headers */ = { + 1D83ACFA23C8ED5E3EB0B1EA532F5F1D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 200133972700412A66948F8A3F1EB612 /* AHKActionSheet-umbrella.h in Headers */, - 02AA2D34125889A00BB039BF4AD3F9AA /* AHKActionSheet.h in Headers */, - 942F8408B630D42649C96894E8034050 /* AHKActionSheetViewController.h in Headers */, - 95DBB95FF09B2E786FE4E4D454CCC15A /* UIImage+AHKAdditions.h in Headers */, - 9094D26637EC76FEAB58A52EA4980312 /* UIWindow+AHKAdditions.h in Headers */, + 8C556D94B0D5D3FC659C0C429D17B716 /* AHKActionSheet-umbrella.h in Headers */, + F184BB0F06C02936258C76E1C93482FE /* AHKActionSheet.h in Headers */, + 5B1C17BB39430D571917D0B86CCF01CB /* AHKActionSheetViewController.h in Headers */, + 70E4E9426AC3067A4606F936B05DAFC1 /* UIImage+AHKAdditions.h in Headers */, + 6B3F2BFA02492FC287C3ECD0B79D3206 /* UIWindow+AHKAdditions.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 57B3630A213CCF2E1915000132EFBBB9 /* Headers */ = { + 27289ADE2502D7776EC385AC93F695F7 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - BED9B49DD5FFC3CA6128A05F90DFC8E3 /* BAFluidView-umbrella.h in Headers */, - 2692C852C0FAED686CB39F2F2445D29C /* BAFluidView.h in Headers */, - E1BB0DCA064A2BEDDFC4322FFEDBEF16 /* Constants.h in Headers */, - 4C4404DD5F2F8C5E6161AC302EA60CEC /* UIColor+ColorWithHex.h in Headers */, + D3359274DC0D6FA2E4CF563033630EB4 /* Nimble-Snapshots-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 66E7DB4DE2644F5F693D68CBD15564AD /* Headers */ = { + 318674FBEE4759BCF313155487301613 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 36076C14B35110B528A15AF21826CCE1 /* Nimble-Snapshots-umbrella.h in Headers */, + 6174D587559999EE4BC2A40E44C75201 /* BAFluidView-umbrella.h in Headers */, + 90547E8E503D337F6616A937F0DE4B2C /* BAFluidView.h in Headers */, + 54E451347BD118B850FDAD2E52580DC5 /* Constants.h in Headers */, + 2FDD7C9D17D5202E3BBCF70853B9411A /* UIColor+ColorWithHex.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 679B1BC2CF7748CF173DCAB30F77252C /* Headers */ = { + 3D0328D0EC1FEBF0AF5510C4E197841A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - E6547A8059512A2A8F4FA885627A80E3 /* FloatConversion.h in Headers */, - B85AE65C3FEE9C3CDECE83B5088C488F /* pop-umbrella.h in Headers */, - 2D006DDF9383A2C7E5EA06F4119CFF6F /* POP.h in Headers */, - 236654D5D8E4BB9B6C2D242D0899AF6D /* POPAction.h in Headers */, - F9E1BE375666D59C2E6C0CEE7437DC84 /* POPAnimatableProperty.h in Headers */, - E1D45BA012EDFBF55A70CDAB21E21EDB /* POPAnimation.h in Headers */, - B42BC2822954DB706460C02D70B47B72 /* POPAnimationEvent.h in Headers */, - 6D64B3A62004CABD4D53C50C05BF48D7 /* POPAnimationEventInternal.h in Headers */, - 6F0561B20FE32826FCE293CD01ACBD3B /* POPAnimationExtras.h in Headers */, - 32B693D312559F8E00E6722B5B62B8CB /* POPAnimationInternal.h in Headers */, - 71528524F5BF6C0DD0D61792E6D2E729 /* POPAnimationPrivate.h in Headers */, - 7709781134BFD262F06EFD618DCE9FCB /* POPAnimationRuntime.h in Headers */, - 81ED13A272575E7855C6C22090EBC49A /* POPAnimationTracer.h in Headers */, - 98E623A02096351916DA8033AD929861 /* POPAnimationTracerInternal.h in Headers */, - C0E987F994942F42F9A99C1B3F1BD54E /* POPAnimator.h in Headers */, - 21477E1CC7F8C5CE2724935976796ABC /* POPAnimatorPrivate.h in Headers */, - FC554275C52DC87515BE524DCEE4FCA4 /* POPBasicAnimation.h in Headers */, - DDEAB13B601B427D061BE3223EC5175E /* POPBasicAnimationInternal.h in Headers */, - 9A5506796390F28F02466F0D502F2AC9 /* POPCGUtils.h in Headers */, - 5E4658D99CEE1E6690FFC4ADBA39EBEB /* POPCustomAnimation.h in Headers */, - A3DC7551A85312717D51FAFF190CFFF3 /* POPDecayAnimation.h in Headers */, - 282FE58F61FD73228F7617FFB08AB322 /* POPDecayAnimationInternal.h in Headers */, - 34EB6A6C89EA7241832F5FDAD40DEB4A /* POPDefines.h in Headers */, - C2403FBAE96087115AE6EC5230FF04CB /* POPGeometry.h in Headers */, - A036EC5EB6D81B2512B597F387F94008 /* POPLayerExtras.h in Headers */, - F1F6BC685D73A9B7207DA4A42035E70F /* POPMath.h in Headers */, - 310F9B18EC928A50EEC6F5345B0995AF /* POPPropertyAnimation.h in Headers */, - E22A6CCBBB41FC34A722F65F33DA60C8 /* POPPropertyAnimationInternal.h in Headers */, - F01C0B8128E6BE36458087E16444AB68 /* POPSpringAnimation.h in Headers */, - 4496E66304CB9D18517A84A65FE905FF /* POPSpringAnimationInternal.h in Headers */, - C026F3FC5324BB0ABBA4A9E4C8EE57CA /* POPSpringSolver.h in Headers */, - 9C358E1B3A2FDA73C41CDDD20DCC1958 /* POPVector.h in Headers */, - EA07A6401F0D7EFCF672DEE76A0B1957 /* TransformationMatrix.h in Headers */, - 44DBD853BCF8084B668C1F17697A254F /* UnitBezier.h in Headers */, + D44C27C8E75CCE4C79DF18476541613A /* UICountingLabel-umbrella.h in Headers */, + BE570C9A2B5A521E07224D517D5A75C4 /* UICountingLabel.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7CE59C92D6D376E1C09DB1B66DA51442 /* Headers */ = { + 41890B42B8C586B7F6F0C3F67CBB8D33 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - EF6A8905CF7DF656FABD150ADED75007 /* NSString+QCKSelectorName.h in Headers */, - 31D19316E3F33AE77DDCD961DEC9A9E9 /* QCKDSL.h in Headers */, - BD6302ECE07C5DD92C9826E7E6C9DBA9 /* Quick-umbrella.h in Headers */, - EB5BA9C76733488A03A8A59552D1AB61 /* Quick.h in Headers */, - 69BB3B31F3C8AE199A43ABE8B0CBF802 /* QuickConfiguration.h in Headers */, - C8A959D4777884FEF0AC76BE0A56E1BD /* QuickSpec.h in Headers */, - 0A9DA2158E1A0BD404CD48D07C183F3A /* World+DSL.h in Headers */, - A29D71806400C5A396AEB085F6AB5D2B /* World.h in Headers */, + 7F5A7B4C94D3D46EDFBF4E9E705CB825 /* AMPopTip+Animation.h in Headers */, + 8EB4D1D0688DF8F8E55C1911C09490D4 /* AMPopTip+Draw.h in Headers */, + 7F9E143226AEFDCEF50DE4C03E45849E /* AMPopTip+Entrance.h in Headers */, + E0ABD89C3E04433BEFBE1AC677DF7803 /* AMPopTip+Exit.h in Headers */, + 81B3C7DF006995227EB11176C5B30842 /* AMPopTip-umbrella.h in Headers */, + A9E33486F23D3DCE5A4FBC0A7ED41173 /* AMPopTip.h in Headers */, + 547D93AA0355E1D702AA8528BD14F305 /* AMPopTipDefaults.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7F15D70CE311A977B65A05E7F6B4D941 /* Headers */ = { + 58D348C5059D82867B66D1F97ADA9D77 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 58BD447DB4269B333CA34936416393B3 /* AMWaveTransition-umbrella.h in Headers */, - AD04EE3D3FD4EB5F9AA3133F36D7A855 /* AMWaveTransition.h in Headers */, - 28546B1AD18D73C93CC5CD7A389FB36A /* AMWaveViewController.h in Headers */, + F78C37A0585BB9F52999500AE20C3962 /* CurrentTestCaseTracker.h in Headers */, + 9093FCD3B4DE4768C95B102296D88FAB /* DSL.h in Headers */, + 0ABECE09A17DA230B1B4A93FBD8D7887 /* Nimble-umbrella.h in Headers */, + C9E0D2F88DC7811192C678828BBCBE90 /* Nimble.h in Headers */, + 5FAEB3E046F15BFA1FD307119C21715C /* NMBExceptionCapture.h in Headers */, + 99A185D282325E82220CDAA6A1919484 /* NMBStringify.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8095F3B9F940BFBFF9DB2D0F872DF25E /* Headers */ = { + 6ACC4EFE884C65B6CB7C841B9EF5972C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 9E122A2CB0A02E36BA142928B1DA8595 /* UICountingLabel-umbrella.h in Headers */, - B5CD68F0C4394A276223589DB410D54C /* UICountingLabel.h in Headers */, + 2439751FC0CCF0A35F342E07C71FDC6E /* Pods-GulpsTests-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - A94B4772A7AFC0E40D84F4DF567373AB /* Headers */ = { + 9DC6F5AC11E37A1EB45C6473C9E800B6 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 06706BF65BDB658C53F3610059D1719B /* Realm.h in Headers */, - CC814770E71CB8E53DA3D9DD466E6238 /* RLMAccessor.h in Headers */, - 2E6F7D8CD83673E9E1CEAB7790F47A8B /* RLMArray.h in Headers */, - 6F53F50A8292F496E0F23BE551BDD264 /* RLMArray_Private.h in Headers */, - 859C4BA27D0B434B16F7B57601FDCB44 /* RLMCollection.h in Headers */, - 01F02BE50F021DF7AB4B5BC45CA85606 /* RLMConstants.h in Headers */, - 90CF5CF78C04D00EDB6237B3DAD6F8EB /* RLMListBase.h in Headers */, - D77164AA767F34C407D8C465F0B0D2D9 /* RLMMigration.h in Headers */, - 61FE514221839EFE8DB2DB07E8406899 /* RLMMigration_Private.h in Headers */, - EF3D1B45FFD9CAB12B1F1CFDBBD37A40 /* RLMObject.h in Headers */, - 48C69240E520B244D2993F7F41C9EA57 /* RLMObject_Private.h in Headers */, - 491E3425BDAF750EB26603545DCA9B04 /* RLMObjectBase.h in Headers */, - 661505A9133639313C6F1AC06A70AAAE /* RLMObjectBase_Dynamic.h in Headers */, - B2F683C9F0F5A1FAE79DD08954959A1D /* RLMObjectSchema.h in Headers */, - 26206DE466859E1F4DD42F87A503177B /* RLMObjectSchema_Private.h in Headers */, - 84C62A16F433765706789967E01F0672 /* RLMObjectStore.h in Headers */, - E396F579B2D7BB397F440E6633AB3BDD /* RLMOptionalBase.h in Headers */, - 9722818A8C5C19B79F6BB1146228AC42 /* RLMPlatform.h in Headers */, - 74E6AA6C4469942B840EE815E5A63278 /* RLMProperty.h in Headers */, - 70A2B1284BD99EEC7FA450D18D43EDCD /* RLMProperty_Private.h in Headers */, - C0B6F67CE15FB593D9FBE9BBD2D007FE /* RLMRealm.h in Headers */, - 83520163EF689FD7AE675580093B9B27 /* RLMRealm_Dynamic.h in Headers */, - 77BAB7FFE3073BA5F5AE822F946C9AD0 /* RLMRealm_Private.h in Headers */, - 98AA3AD81020A0423B85D9FFBF31C44A /* RLMRealmConfiguration.h in Headers */, - FE695D6CFCE48CC19D09287EEE774218 /* RLMRealmConfiguration_Private.h in Headers */, - C9114A6C40AA649D8670C6B44141579F /* RLMResults.h in Headers */, - 049226BAEB0C803CCC0D7EAA37F91A17 /* RLMResults_Private.h in Headers */, - F8706C7322448D80BC2C12EC15EECF54 /* RLMSchema.h in Headers */, - 9E006F097F0CB2CF4C797CACCB31EEB7 /* RLMSchema_Private.h in Headers */, + B758FB09FE2C06C1B8E36A71A9D76D41 /* FBSnapshotTestCase-umbrella.h in Headers */, + 9673CF780F48C8E4EC2A331717B1F67C /* FBSnapshotTestCase.h in Headers */, + BFCE460CC33E8872B7156D4166340178 /* FBSnapshotTestCasePlatform.h in Headers */, + 2F485B69F51E4F723A38410F31F08550 /* FBSnapshotTestController.h in Headers */, + BC952FC04FC963C1294DCD619C9B6B3B /* UIApplication+StrictKeyWindow.h in Headers */, + CAFA5E486BCE117A7D8C0FBF9DA6666B /* UIImage+Compare.h in Headers */, + 051A816D6DD0CAE13496DDCFE0829167 /* UIImage+Diff.h in Headers */, + 421CDD701AEE0F2458A84200366CDD0F /* UIImage+Snapshot.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - ABD4F6F5F2A89200C5BDE6CC522C9C07 /* Headers */ = { + AFC24D86249ABB798FDFFD39D26F239F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - FB71C7625403FD056FAE2FF62153EBA7 /* JTCalendar-umbrella.h in Headers */, - 773E8A516EEDA50AE5B49C85EA7054D9 /* JTCalendar.h in Headers */, - 076783FCF68E46ABCD9C035473FA9A89 /* JTCalendarAppearance.h in Headers */, - F55FC8B51F92442B81262B70121F7AC0 /* JTCalendarContentView.h in Headers */, - 726D0F725584B5874E20AAE22C4BE335 /* JTCalendarDataCache.h in Headers */, - EF1B6C5F0E502955408535F721C8072B /* JTCalendarDayView.h in Headers */, - 37E59C10BD8962090E62FFDF4B1BEC78 /* JTCalendarMenuMonthView.h in Headers */, - EA598F5422B60C928B6FF0659A370430 /* JTCalendarMenuView.h in Headers */, - 5D6A098F4640F649A59071264060B749 /* JTCalendarMonthView.h in Headers */, - 511CA52E15EAFAFA4B1E9139B67CE198 /* JTCalendarMonthWeekDaysView.h in Headers */, - BB71C21A3E38C55F63BE2EF52BAC2557 /* JTCalendarViewDataSource.h in Headers */, - 7B160E2FA2E9674E9BA8FCB871C7F4D0 /* JTCalendarWeekView.h in Headers */, - 6D6EB3014E0AC46DB7A3125AD5DEB502 /* JTCircleView.h in Headers */, - A9E4D07C65700782B0FF9B3E52832A5D /* JTDayViewProtocol.h in Headers */, + 9359F2B630248C1CC2F359066B48875B /* NSString+QCKSelectorName.h in Headers */, + ECDCA34D620E87501E4413C5CCB762B7 /* QCKDSL.h in Headers */, + 76E385E6336751D9D15321BE337E17AB /* Quick-umbrella.h in Headers */, + FC9EFB44CC6BBC76920971C600EDA4D1 /* Quick.h in Headers */, + EE93A677B561717E56A85651F6F19FEE /* QuickConfiguration.h in Headers */, + 7FEEF5DF31709CE3D1944CB92127B6FC /* QuickSpec.h in Headers */, + 1250861473281A12D0EF7F7D724BE42E /* World+DSL.h in Headers */, + A663D272465010B712A743672BF78D0A /* World.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - C9CAD1C0891D5863FF8627A68CC68ECA /* Headers */ = { + D03D9BA51C219CF739CDCA1D913237F5 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 522E7C454877ACD8AB3D06601E7770AE /* CurrentTestCaseTracker.h in Headers */, - 421C068CCF276223CD76D9875DB0C537 /* DSL.h in Headers */, - B47F2B1F7F5FEC4CE62F09832392E842 /* Nimble-umbrella.h in Headers */, - A1F69DD3961B60955EFD28E2BDF446E8 /* Nimble.h in Headers */, - BD0445E39C97A49EAFD877DCA85EF8EA /* NMBExceptionCapture.h in Headers */, - F614EFDFC958434F53DC770F8887170B /* NMBStringify.h in Headers */, + 2687099DD60FF589DD6F82CC0A75F7C4 /* Pods-GulpsToday-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - CD22925D4ED8D7121ABBEF5CE593F93B /* Headers */ = { + D4545A6FE47AE44E8F7B46F891FFF0DB /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 7D9BE32F4BE5CBF986F66C6CD867F3ED /* Pods-GulpsToday-umbrella.h in Headers */, + DFCD3EB5FBBFD92C7A5411055C622F7D /* RealmSwift-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - E2A041A90C6087B1A41C5429E7B7DE7B /* Headers */ = { + DBFE6D3E621D32BEC6B98E9FA250E93F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 6849FAAD72F79DF11E5ED301BB57035F /* BubbleTransition-umbrella.h in Headers */, + 6D14A20A6FF0E5A8DFFEA319E1F59285 /* JTCalendar-umbrella.h in Headers */, + 327832A5D6A61C38778DF3685BB8F4A1 /* JTCalendar.h in Headers */, + 329D46BB8AF2F01ABB91C51C595A4810 /* JTCalendarAppearance.h in Headers */, + C1C250F74AE91B1F540B082DCA46C439 /* JTCalendarContentView.h in Headers */, + 560F3BE1B46E97EB8E117E9B2DB26496 /* JTCalendarDataCache.h in Headers */, + 4193BDCD199B15B1AFC48A6FBC41B81F /* JTCalendarDayView.h in Headers */, + C4A0D9C27F7D4124A048B44820EE4162 /* JTCalendarMenuMonthView.h in Headers */, + A32F40B7824C12A21862B1EC0365B383 /* JTCalendarMenuView.h in Headers */, + 7F18EDD91BA3D034F7A9ED103DEE6035 /* JTCalendarMonthView.h in Headers */, + F82A6E728E18C8B8EC8440705E72F351 /* JTCalendarMonthWeekDaysView.h in Headers */, + F3581AADDD17BBFDCE9CA8F49BC7299A /* JTCalendarViewDataSource.h in Headers */, + 76F57641677E4914E9A1240DB738BA6F /* JTCalendarWeekView.h in Headers */, + B839D839990271825C10C3F095CDF0E5 /* JTCircleView.h in Headers */, + C4CD46D060A18C3F5E979887D4F9E3F9 /* JTDayViewProtocol.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - E8127B431616F657E03C94D9A496923A /* Headers */ = { + F060F4942A151E523FA60DC038CD2E34 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 5A95D82A7EA503BF4D080D0F13960BE0 /* Pods-Gulps-umbrella.h in Headers */, + C51D3437A83DE2C65C13919D77F05476 /* Realm.h in Headers */, + E721EBF4FC37BA7F3E255D7F762C7B8B /* RLMAccessor.h in Headers */, + 78B4AB0E3034765D7E5B09914E2535A7 /* RLMArray.h in Headers */, + 53EB97972CF309ABE2335D3E721238F0 /* RLMArray_Private.h in Headers */, + 17CDEEDC697EF1FE02BD008E5F9B44E9 /* RLMCollection.h in Headers */, + B6E8280B57ABF728F8E04FBF731988D1 /* RLMConstants.h in Headers */, + E5DBAB3631765836296A69EDC81EC1D3 /* RLMListBase.h in Headers */, + 77212C2612EC3AE3C403FE6D099EE0A2 /* RLMMigration.h in Headers */, + A54B3F475404666C1866289948D8857E /* RLMMigration_Private.h in Headers */, + D1358416ACB3FDEDA414E4D930EC0609 /* RLMObject.h in Headers */, + 6FBB3B5AB4242FDF5AEF5E071EF1F0B7 /* RLMObject_Private.h in Headers */, + 0B8BA8B1AFE314A3D32B001027254765 /* RLMObjectBase.h in Headers */, + F1E89D25011CCFF095918B475FA836B6 /* RLMObjectBase_Dynamic.h in Headers */, + 201C89F9A67A1276475163609BEF27AB /* RLMObjectSchema.h in Headers */, + 78D012D952E3BC51D23DD3AFB642A642 /* RLMObjectSchema_Private.h in Headers */, + 059A03B70CCB30DB704DEE31A9FA3BA4 /* RLMObjectStore.h in Headers */, + 7ABEED846F8BF121AA839F4D0E597867 /* RLMOptionalBase.h in Headers */, + F01841BB8B98AABFF8174D241F82709C /* RLMPlatform.h in Headers */, + DC269D1B31FC7BD6AFF1E3EC60DDB08A /* RLMProperty.h in Headers */, + BD7CC4D8E8A8F762C01EF0E7E2A6480A /* RLMProperty_Private.h in Headers */, + 0551A8AEB54659EDFD1009BD3A183738 /* RLMRealm.h in Headers */, + 8DD527A66E7328A0CE47DE7E65BB7FD3 /* RLMRealm_Dynamic.h in Headers */, + CE53190719AFE8ECEF64873331DA4CFA /* RLMRealm_Private.h in Headers */, + 7146649F9AD3BB59280DBA041972F93B /* RLMRealmConfiguration.h in Headers */, + ED03C92B9577A6F73B4092E87610357E /* RLMRealmConfiguration_Private.h in Headers */, + 40FB9E87DE2656E9A68C0FF96E19F25B /* RLMResults.h in Headers */, + 2E5F75EEC029D85DB7E8ADCFCB3E86F5 /* RLMResults_Private.h in Headers */, + 2C117EA4412D5D02E4EEAA74E9F36FC0 /* RLMSchema.h in Headers */, + 66076ACB8F320F15B06378DBEC8996F5 /* RLMSchema_Private.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - F16A1E4FACFBA78961D97165C020BF4F /* Headers */ = { + F9E567C55CC76D8642F9C41C721B4E97 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 594FC51BE92E0D6E9A912BC24AA01642 /* AMPopTip+Animation.h in Headers */, - 33EE7806A0AD0C0AFD362E1AD550EA6A /* AMPopTip+Draw.h in Headers */, - F1C6E9895A6463F866EA04C2DCB5E3D3 /* AMPopTip+Entrance.h in Headers */, - F830964FB4E54EA277AB5ED99920F5AA /* AMPopTip+Exit.h in Headers */, - B0E524E526AEB46867FC321D7D452587 /* AMPopTip-umbrella.h in Headers */, - 31BD0C9241E08549B6864F0026EDF5DE /* AMPopTip.h in Headers */, - CAD6335F8822646861904FF84F742A81 /* AMPopTipDefaults.h in Headers */, + 8DD3C27FD0CAB128131A8074BABFCC45 /* Pods-Gulps-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 40FF1C77152F384080A1A02E90A36DA9 /* Nimble */ = { + 054637A710A9DA4BF46267B5076A148D /* pop */ = { isa = PBXNativeTarget; - buildConfigurationList = A4964CB88DC1058EA701972205BBB4A0 /* Build configuration list for PBXNativeTarget "Nimble" */; + buildConfigurationList = 201EE1694D327918E48EB1185D468DC0 /* Build configuration list for PBXNativeTarget "pop" */; buildPhases = ( - 66CF5A604524D5A73EFB0DA2B361FDC8 /* Sources */, - 050B68EC615B591FDA5D0B855E697228 /* Frameworks */, - C9CAD1C0891D5863FF8627A68CC68ECA /* Headers */, + EDF1557722C5DC6F032856C31B0DD2D3 /* Sources */, + C97F910E229C51D069655AE99F64CB0C /* Frameworks */, + 0C30BF6C62545E71828AA83BD16E15E9 /* Headers */, ); buildRules = ( ); dependencies = ( ); - name = Nimble; - productName = Nimble; - productReference = D14A7D8A8D63F4DF3E0191B5B91FA9D3 /* Nimble.framework */; + name = pop; + productName = pop; + productReference = 986FDC1F3960E11EBC375B30918E760B /* pop.framework */; productType = "com.apple.product-type.framework"; }; - 478021D7D9A87A8870FB764EA8DF6BB7 /* Realm */ = { + 34CD2E3428AB802BACA62286FF5074B1 /* FBSnapshotTestCase */ = { isa = PBXNativeTarget; - buildConfigurationList = 3B37AB90228D07C5CD970C9C0FB4CEF6 /* Build configuration list for PBXNativeTarget "Realm" */; + buildConfigurationList = F28097D43AF5CD8DA838ABD52A053790 /* Build configuration list for PBXNativeTarget "FBSnapshotTestCase" */; buildPhases = ( - 472E4518111538F2EA2185CCD695B4DF /* Sources */, - 2E147C552A41ADEE332387F96115DA77 /* Frameworks */, - A94B4772A7AFC0E40D84F4DF567373AB /* Headers */, - 83534F818E941478184C55112148BA9A /* Copy . Private Headers */, - 6C242842161319772347DE8D3EB3E709 /* Copy . Public Headers */, + AD173CC510A850B6289189A20CD107AE /* Sources */, + 1D421A30A1BDB7E1C4216F64D0C939B1 /* Frameworks */, + 9DC6F5AC11E37A1EB45C6473C9E800B6 /* Headers */, ); buildRules = ( ); dependencies = ( ); - name = Realm; - productName = Realm; - productReference = 0B17E3700107F93AF2EA284B389E6B0A /* Realm.framework */; + name = FBSnapshotTestCase; + productName = FBSnapshotTestCase; + productReference = 26FF4677A7F82C7F7F062BD07CE1DAF4 /* FBSnapshotTestCase.framework */; productType = "com.apple.product-type.framework"; }; - 586E40C0BEBAB01A075A5E60359FA09D /* AMPopTip */ = { + 38830187D9E171E7B43047ED06A08ADC /* BubbleTransition */ = { isa = PBXNativeTarget; - buildConfigurationList = 1684A00001C501B45A4F7685ACA48634 /* Build configuration list for PBXNativeTarget "AMPopTip" */; + buildConfigurationList = 80A1B16222697C3079DBB028B38F7DBE /* Build configuration list for PBXNativeTarget "BubbleTransition" */; buildPhases = ( - 455F033E010826D3AACFDB8E56159808 /* Sources */, - 0A85F7291A690C887E3989987E861DEA /* Frameworks */, - F16A1E4FACFBA78961D97165C020BF4F /* Headers */, + 95850FE144FBC84C67210C2377B02773 /* Sources */, + D756DA14932342915B06B5A24C295CE3 /* Frameworks */, + 04333389C8450AA486FA870E0F4C6D90 /* Headers */, ); buildRules = ( ); dependencies = ( ); - name = AMPopTip; - productName = AMPopTip; - productReference = 51495A0E51131A72E93BD5997C0996A6 /* AMPopTip.framework */; + name = BubbleTransition; + productName = BubbleTransition; + productReference = C5762AB0635EC78FBBADC060FEAAF71C /* BubbleTransition.framework */; productType = "com.apple.product-type.framework"; }; - 5C818CD3C9F5A7A3CA8EE8529A4C33BF /* JTCalendar */ = { + 3A550B121C74E21F1B5B745BCCEE754A /* Nimble-Snapshots */ = { isa = PBXNativeTarget; - buildConfigurationList = 63132D8C6DEB4BEAA48A478BA08657C0 /* Build configuration list for PBXNativeTarget "JTCalendar" */; + buildConfigurationList = C66A1B267D216CB4D55A3D65B735E42A /* Build configuration list for PBXNativeTarget "Nimble-Snapshots" */; buildPhases = ( - E7A97E9C7D6842E782480AB51543A4BC /* Sources */, - 500A2E6CBBE03E4CC822DAAC1FC381AB /* Frameworks */, - ABD4F6F5F2A89200C5BDE6CC522C9C07 /* Headers */, + 44E9E7FA9B85CD743B1FF8DA9463F5D3 /* Sources */, + DE58B227CEECBC9618DE2D31498BE1AD /* Frameworks */, + 27289ADE2502D7776EC385AC93F695F7 /* Headers */, ); buildRules = ( ); dependencies = ( + DA1D7BF25B5898EB5FE37C9CC680AB13 /* PBXTargetDependency */, + 7EFD7E631139887A508ADBB872FFB288 /* PBXTargetDependency */, + 93D608DE3A9152C198CF7D25FB1B3006 /* PBXTargetDependency */, ); - name = JTCalendar; - productName = JTCalendar; - productReference = 39A1B900BDF3D128683FA3B99A2532ED /* JTCalendar.framework */; + name = "Nimble-Snapshots"; + productName = "Nimble-Snapshots"; + productReference = 0C1C54E3E60093278D03C456D171CEB6 /* Nimble_Snapshots.framework */; productType = "com.apple.product-type.framework"; }; - 5DB46EA499F9A5E22765121102FCC34B /* FBSnapshotTestCase */ = { + 41804C3F7B422752ED4744DAA6DB60C1 /* BAFluidView */ = { isa = PBXNativeTarget; - buildConfigurationList = 8D492E06A9E9F494492A2A3B4D19493E /* Build configuration list for PBXNativeTarget "FBSnapshotTestCase" */; + buildConfigurationList = BCD072AE49AFD760AB8CA9EE43B16B6B /* Build configuration list for PBXNativeTarget "BAFluidView" */; buildPhases = ( - F3369E96F431BD4A34CF685FE52C9DBA /* Sources */, - F1A13ADE6C7840452C8DD4B939BFD24B /* Frameworks */, - 0AA9BDD2EE167077970D198258CF5519 /* Headers */, + D672B1F28A95DC11554D354A638D7BFD /* Sources */, + EA869BB1684714C23890DACCA55E435F /* Frameworks */, + 318674FBEE4759BCF313155487301613 /* Headers */, ); buildRules = ( ); dependencies = ( ); - name = FBSnapshotTestCase; - productName = FBSnapshotTestCase; - productReference = 26FF4677A7F82C7F7F062BD07CE1DAF4 /* FBSnapshotTestCase.framework */; + name = BAFluidView; + productName = BAFluidView; + productReference = 4D79654619D999175FF1D07A97AB0AF7 /* BAFluidView.framework */; productType = "com.apple.product-type.framework"; }; - 7372CA79CE92E7AC032175441663EBE4 /* BubbleTransition */ = { + 470CF27479CC81501AA13A1CB43F092F /* RealmSwift */ = { isa = PBXNativeTarget; - buildConfigurationList = E481E9DBD0219904DB699E6812D3EE08 /* Build configuration list for PBXNativeTarget "BubbleTransition" */; + buildConfigurationList = E46B259529DD657371E14BBDD43AF1E6 /* Build configuration list for PBXNativeTarget "RealmSwift" */; buildPhases = ( - 0724D2A812BD11C1117CDDB0CFC61506 /* Sources */, - 366E09354561C799A49CA36E2844E92C /* Frameworks */, - E2A041A90C6087B1A41C5429E7B7DE7B /* Headers */, + FD4EAA0F27509CF45785567A3AC95692 /* Sources */, + 07F5B3D2D904054915412637B05C343D /* Frameworks */, + D4545A6FE47AE44E8F7B46F891FFF0DB /* Headers */, ); buildRules = ( ); dependencies = ( + C37DC7188A4DC5C531906A5749F30E4C /* PBXTargetDependency */, ); - name = BubbleTransition; - productName = BubbleTransition; - productReference = C5762AB0635EC78FBBADC060FEAAF71C /* BubbleTransition.framework */; + name = RealmSwift; + productName = RealmSwift; + productReference = 1CA954C7CAA71698314B2BBF7C6C1AB3 /* RealmSwift.framework */; productType = "com.apple.product-type.framework"; }; - 75C293D6A90995A4A046CDBA892BEF0E /* Pods-Gulps */ = { + 710E1631B44AAA18CCE13749A50D09BB /* Realm */ = { isa = PBXNativeTarget; - buildConfigurationList = 6A4157130EF02A82A9EE566A9054D9DB /* Build configuration list for PBXNativeTarget "Pods-Gulps" */; + buildConfigurationList = B5F6E7811A13195C3E7C2017B4EB59AE /* Build configuration list for PBXNativeTarget "Realm" */; buildPhases = ( - 49B030E60F2A3E592251E8D5C03FBAAB /* Sources */, - 2E1D09D7DDE4ACBF250CC083E5AEA734 /* Frameworks */, - E8127B431616F657E03C94D9A496923A /* Headers */, + 18ED825EF60DD459CD4412764E4AAC71 /* Sources */, + CD7D175D69E4D717AF52DCD92F2867C3 /* Frameworks */, + F060F4942A151E523FA60DC038CD2E34 /* Headers */, + F8F5A63F93F7B74F37ED6048540746F2 /* Copy . Private Headers */, + 8E2B0E033F0ED1B8C8785E5885FFBF2D /* Copy . Public Headers */, ); buildRules = ( ); dependencies = ( - 2514FD255E1E9AAE270A974003324FD7 /* PBXTargetDependency */, - 5023F7974FE3729F65507E39ED0935A8 /* PBXTargetDependency */, - 91766CE6032F58E87E3C28DDBD33F3EB /* PBXTargetDependency */, - 7871FF85EE06483EAD1105660D56E50F /* PBXTargetDependency */, - 5D449949F00BE2A2DA9A3FA52445CB11 /* PBXTargetDependency */, - 95CD1E87B4E0BBC8DD766143BFF25CA5 /* PBXTargetDependency */, - E29C0ED354E5A0CBA8038368D896B73C /* PBXTargetDependency */, - 641FD500092A9B4DC30CA9F4A751AA1B /* PBXTargetDependency */, - 6829989598A97AB1189C5F933C060C8A /* PBXTargetDependency */, - 31FF6E53AA6FFDACB9B56F6DBBED5786 /* PBXTargetDependency */, ); - name = "Pods-Gulps"; - productName = "Pods-Gulps"; - productReference = DF5F38F76D6EA6104A0E0C462D687BCA /* Pods_Gulps.framework */; + name = Realm; + productName = Realm; + productReference = 0B17E3700107F93AF2EA284B389E6B0A /* Realm.framework */; productType = "com.apple.product-type.framework"; }; - 8004BD72C14F3C786A3B1990FE84C94C /* AMWaveTransition */ = { + 7621630BF9979CD340446B0404B671CD /* AHKActionSheet */ = { isa = PBXNativeTarget; - buildConfigurationList = ED45EEB4D02DFF9713278172A9241A1C /* Build configuration list for PBXNativeTarget "AMWaveTransition" */; + buildConfigurationList = 524ABE9D90A4F46A8F584348EDF4421F /* Build configuration list for PBXNativeTarget "AHKActionSheet" */; buildPhases = ( - 594943214F9B363742CF8F98EC96CB9E /* Sources */, - DDF5C63216E8FD8E65A453D151F77BB0 /* Frameworks */, - 7F15D70CE311A977B65A05E7F6B4D941 /* Headers */, + 52B0AC8B0A8A0C2989104665D89B7B3A /* Sources */, + 45080483E6B9BE9D128BD1E0163F777D /* Frameworks */, + 1D83ACFA23C8ED5E3EB0B1EA532F5F1D /* Headers */, ); buildRules = ( ); dependencies = ( ); - name = AMWaveTransition; - productName = AMWaveTransition; - productReference = D31724D3183F6FC2520FE0BDD2E2EFF2 /* AMWaveTransition.framework */; + name = AHKActionSheet; + productName = AHKActionSheet; + productReference = 2E660C978FFB7B6FF6C66724A39A2771 /* AHKActionSheet.framework */; productType = "com.apple.product-type.framework"; }; - 9A3AE440FB23CCC076AA408C3C4836C4 /* Nimble-Snapshots */ = { + 788F3FC737F836986D2766B08C1CB6AA /* Pods-GulpsTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 16338EE1C1BD578312E653B5ED79DBC9 /* Build configuration list for PBXNativeTarget "Nimble-Snapshots" */; + buildConfigurationList = F3D1EDBD64E3B6D0ABD7798433F0D818 /* Build configuration list for PBXNativeTarget "Pods-GulpsTests" */; buildPhases = ( - 45E909D76020DB1C40F9D2D14A618ED6 /* Sources */, - BFD72241446E2D199D3818194463D3FE /* Frameworks */, - 66E7DB4DE2644F5F693D68CBD15564AD /* Headers */, + 5CF4A97161BEF3B224B4C57EDB42573F /* Sources */, + FB2C6314906CB4DB1DAC3DD69C6D83EB /* Frameworks */, + 6ACC4EFE884C65B6CB7C841B9EF5972C /* Headers */, ); buildRules = ( ); dependencies = ( - DDF82A7F4F0212527E85A6197F5FD72A /* PBXTargetDependency */, - 51181AC113284270633563DB2A331F61 /* PBXTargetDependency */, - B5EEF869A8D853590BFC239D1E1CB7D8 /* PBXTargetDependency */, + 898374159CF3F7F4E7D05A376DDC51B0 /* PBXTargetDependency */, + 5E3016A228C499720735CB94A5F6874F /* PBXTargetDependency */, + 172ABFD28379EE10155D06D764DED5B9 /* PBXTargetDependency */, + 6520A8F1B85C91005ED11042F6DE1231 /* PBXTargetDependency */, + DB9832262622328FE47D4992D091DE42 /* PBXTargetDependency */, + 1B207CCE95912C950656F080C120EA2E /* PBXTargetDependency */, + F5CAEB6914C620E70E338A7F9AAB2F49 /* PBXTargetDependency */, + 184EDE589831F6B5D4F5AFEF1298D7B4 /* PBXTargetDependency */, + B565AACBDA37DD40DA0DB3ACDF68738B /* PBXTargetDependency */, + 110F14795A698927B686A9C32F2DBC59 /* PBXTargetDependency */, + B2DBFF8FAEBD373926FC54DD819BF516 /* PBXTargetDependency */, + 8567D0D58BDA99A5B883FF2776853209 /* PBXTargetDependency */, + B1FCE705DC9F69251AD8BDD9CB738A1C /* PBXTargetDependency */, + E5C1899BF5AE5B59B23A71B7697E1BAD /* PBXTargetDependency */, ); - name = "Nimble-Snapshots"; - productName = "Nimble-Snapshots"; - productReference = 0C1C54E3E60093278D03C456D171CEB6 /* Nimble_Snapshots.framework */; + name = "Pods-GulpsTests"; + productName = "Pods-GulpsTests"; + productReference = 32F981691DF7A1AEFE0AFD8EC49217E6 /* Pods_GulpsTests.framework */; productType = "com.apple.product-type.framework"; }; - A5C430B1E2D8298FD6C5403590C0B80F /* Quick */ = { + 81B0A578E304BC5F4ADCA82AE33619A6 /* UICountingLabel */ = { isa = PBXNativeTarget; - buildConfigurationList = CDD472835DE04EBDB4665D3207961542 /* Build configuration list for PBXNativeTarget "Quick" */; + buildConfigurationList = 330016639DDE08CA66CCE8B1020C11DF /* Build configuration list for PBXNativeTarget "UICountingLabel" */; buildPhases = ( - 2353C9D29EB23663644DD7FF7C203E83 /* Sources */, - 52D2A0585E7609A05EA3730EDC88EF38 /* Frameworks */, - 7CE59C92D6D376E1C09DB1B66DA51442 /* Headers */, + E4376BFD235A0BF93B5F65195A90F98F /* Sources */, + 95D793D728C65A0C764B1C88DB870E95 /* Frameworks */, + 3D0328D0EC1FEBF0AF5510C4E197841A /* Headers */, ); buildRules = ( ); dependencies = ( ); - name = Quick; - productName = Quick; - productReference = B684AF106FC5F7BD671BA266ECB1AE51 /* Quick.framework */; + name = UICountingLabel; + productName = UICountingLabel; + productReference = 927933735716703CFBF949C4ABEADE4A /* UICountingLabel.framework */; productType = "com.apple.product-type.framework"; }; - A8D69B0BDD98C862DA1BBACCC2BCBF3C /* pop */ = { + 83809A38136027B4284EC111C802F7B0 /* Nimble */ = { isa = PBXNativeTarget; - buildConfigurationList = 5EC9368E3976F18C94D9D6B74DF71F34 /* Build configuration list for PBXNativeTarget "pop" */; + buildConfigurationList = B5DAD67CF7A6088C26CC42A5E326F34C /* Build configuration list for PBXNativeTarget "Nimble" */; buildPhases = ( - 2F2E483DEB4E7CF49F0DBC18DEDC5258 /* Sources */, - 15B603FB70703CD452D04BD77813A2E5 /* Frameworks */, - 679B1BC2CF7748CF173DCAB30F77252C /* Headers */, + 6EDA4B411C2C3DEC010E2707893E3C81 /* Sources */, + 4D9AD7FB8D856B1A883D4F0397FBDFB4 /* Frameworks */, + 58D348C5059D82867B66D1F97ADA9D77 /* Headers */, ); buildRules = ( ); dependencies = ( ); - name = pop; - productName = pop; - productReference = 986FDC1F3960E11EBC375B30918E760B /* pop.framework */; + name = Nimble; + productName = Nimble; + productReference = D14A7D8A8D63F4DF3E0191B5B91FA9D3 /* Nimble.framework */; productType = "com.apple.product-type.framework"; }; - D026F6AC7E4B5B282B1AB52CB4C8B876 /* UICountingLabel */ = { + 86EDE815274D7971B8A0057A943C6023 /* Pods-GulpsToday */ = { isa = PBXNativeTarget; - buildConfigurationList = 76D0849870EBB41776B77CED313D2766 /* Build configuration list for PBXNativeTarget "UICountingLabel" */; + buildConfigurationList = E0DC0D3B53201FF82876CED5F43BD8B2 /* Build configuration list for PBXNativeTarget "Pods-GulpsToday" */; buildPhases = ( - 28B919C9957A33A8F17E70680C23AFB6 /* Sources */, - 398CA2DB164E4FCF3F254B02E50D7090 /* Frameworks */, - 8095F3B9F940BFBFF9DB2D0F872DF25E /* Headers */, + 7538E84FF2877F90CE747BD1BE5EB061 /* Sources */, + 57128AF7E2DB88CB3B877B75094B6177 /* Frameworks */, + D03D9BA51C219CF739CDCA1D913237F5 /* Headers */, ); buildRules = ( ); dependencies = ( + 24105CF17EA1CA581290F5219A88EB60 /* PBXTargetDependency */, + 6711B4EE07992122959E4E6651342C06 /* PBXTargetDependency */, ); - name = UICountingLabel; - productName = UICountingLabel; - productReference = 927933735716703CFBF949C4ABEADE4A /* UICountingLabel.framework */; + name = "Pods-GulpsToday"; + productName = "Pods-GulpsToday"; + productReference = 5C9CE6DBA5E1833E7D4739BCCA277E47 /* Pods_GulpsToday.framework */; productType = "com.apple.product-type.framework"; }; - D17FAFD88CED3AC2161294ACB50D526A /* AHKActionSheet */ = { + 9C9A61D087653FCE4B6F913FE6D777E7 /* AMWaveTransition */ = { isa = PBXNativeTarget; - buildConfigurationList = 7B908DC9781EDE6FC342DC3AB03CD330 /* Build configuration list for PBXNativeTarget "AHKActionSheet" */; + buildConfigurationList = DEE71455A17BAEA31221DC0699A10498 /* Build configuration list for PBXNativeTarget "AMWaveTransition" */; buildPhases = ( - 2DC4F83F6E98DA3FFDB667D5EF3F8C20 /* Sources */, - 63EAA24A917FFD0546351F2277091118 /* Frameworks */, - 218C877B5982717FF51BD80512635BAF /* Headers */, + 179AA97C5D0C71D5F115E6F862FB717D /* Sources */, + CEF53976DB2B9E17D7FD46220C3C80CC /* Frameworks */, + 1B4EC1E21E6F5881E927D08DC251D7A6 /* Headers */, ); buildRules = ( ); dependencies = ( ); - name = AHKActionSheet; - productName = AHKActionSheet; - productReference = 2E660C978FFB7B6FF6C66724A39A2771 /* AHKActionSheet.framework */; + name = AMWaveTransition; + productName = AMWaveTransition; + productReference = D31724D3183F6FC2520FE0BDD2E2EFF2 /* AMWaveTransition.framework */; productType = "com.apple.product-type.framework"; }; - D7E62F9BAE2A02C3B6D697741C71EE83 /* RealmSwift */ = { + 9F64F691C3C68E6FDA6FB1E22434EBA5 /* AMPopTip */ = { isa = PBXNativeTarget; - buildConfigurationList = 8877D540D9FE7AD05C1AFB61E15A427C /* Build configuration list for PBXNativeTarget "RealmSwift" */; + buildConfigurationList = 253B960A2CDD1CCD7054268D45031107 /* Build configuration list for PBXNativeTarget "AMPopTip" */; buildPhases = ( - 20361C391CBD950D0F98C38160F54098 /* Sources */, - A0CCFDFC90A8E72BE69C250C061DC7DC /* Frameworks */, - 0622F777050C6D8D49709DFE2D686B25 /* Headers */, + B0EB7623DF90FBC352FB4A366671CE43 /* Sources */, + B31D8378166760D4DA1D6194C4DAEA10 /* Frameworks */, + 41890B42B8C586B7F6F0C3F67CBB8D33 /* Headers */, ); buildRules = ( ); dependencies = ( - F4A7E1BAD619F3E3405A6272FAF22165 /* PBXTargetDependency */, ); - name = RealmSwift; - productName = RealmSwift; - productReference = 1CA954C7CAA71698314B2BBF7C6C1AB3 /* RealmSwift.framework */; + name = AMPopTip; + productName = AMPopTip; + productReference = 51495A0E51131A72E93BD5997C0996A6 /* AMPopTip.framework */; productType = "com.apple.product-type.framework"; }; - DF2F056DDD449B93634047C7772CD547 /* Pods-GulpsToday */ = { + B8D0EB45470D6E626D7FE439E8DD717E /* Quick */ = { isa = PBXNativeTarget; - buildConfigurationList = 76E98CE3F6E6180A23FDC437A6A11E50 /* Build configuration list for PBXNativeTarget "Pods-GulpsToday" */; + buildConfigurationList = B2CF48C4811FB90BE2D6CCB918151034 /* Build configuration list for PBXNativeTarget "Quick" */; buildPhases = ( - 5455E028385A7FB4C54BDD26E0FA4A3F /* Sources */, - 45DCA2425051C78CE9AF8C59981B4B9F /* Frameworks */, - CD22925D4ED8D7121ABBEF5CE593F93B /* Headers */, + 37DE8782E3EBAFFFBFFF7A5063CA807B /* Sources */, + 8081F7DD7ED64CEFA112AE8C8638C329 /* Frameworks */, + AFC24D86249ABB798FDFFD39D26F239F /* Headers */, ); buildRules = ( ); dependencies = ( - 95E0BB8B1F06B63BD6D49F80E2D47D63 /* PBXTargetDependency */, - FEC47E19748EF2FEEDCBF28B87AA1858 /* PBXTargetDependency */, ); - name = "Pods-GulpsToday"; - productName = "Pods-GulpsToday"; - productReference = 5C9CE6DBA5E1833E7D4739BCCA277E47 /* Pods_GulpsToday.framework */; + name = Quick; + productName = Quick; + productReference = B684AF106FC5F7BD671BA266ECB1AE51 /* Quick.framework */; productType = "com.apple.product-type.framework"; }; - FA96E1C8B668A4AA298CA4753042E43B /* BAFluidView */ = { + C4F2A4794B0CB96BC4C14FE3D99BA741 /* Pods-Gulps */ = { isa = PBXNativeTarget; - buildConfigurationList = 8BAD9DF96E5C05EF22302DFE793A4735 /* Build configuration list for PBXNativeTarget "BAFluidView" */; + buildConfigurationList = 29606158CD1FDD47AA6E8B60E7BAC408 /* Build configuration list for PBXNativeTarget "Pods-Gulps" */; buildPhases = ( - AF818696F7C611151662362C151157E1 /* Sources */, - B741F364DAC28BA7928AF71AFAFA32AD /* Frameworks */, - 57B3630A213CCF2E1915000132EFBBB9 /* Headers */, + 436626DA20C7B252BFFC69DD7A325A75 /* Sources */, + D25DF69B386EC236BA3151F454657603 /* Frameworks */, + F9E567C55CC76D8642F9C41C721B4E97 /* Headers */, ); buildRules = ( ); dependencies = ( + E8072E605F52C5CBBBD4E9D917CD22AB /* PBXTargetDependency */, + E1D23B85135C518A11783FCF53078F95 /* PBXTargetDependency */, + D70BA2558EB13D25278F37CBDC92D568 /* PBXTargetDependency */, + 8643CD2CC5EE39FA84FADB4560C80D94 /* PBXTargetDependency */, + 67827BEA9C5D3B9D75AAC8198D2B05CC /* PBXTargetDependency */, + EA0BFA2029C59114E5E89C9488CC3BF1 /* PBXTargetDependency */, + 8B8A84013F97255ED3B2D0716118827F /* PBXTargetDependency */, + 397A5007181CA2D316BCB0016A9351BA /* PBXTargetDependency */, + 5C84BAC3812CC1667468F2F737BD431F /* PBXTargetDependency */, + 626C8DA232B9A9B36C61115FC263B244 /* PBXTargetDependency */, ); - name = BAFluidView; - productName = BAFluidView; - productReference = 4D79654619D999175FF1D07A97AB0AF7 /* BAFluidView.framework */; + name = "Pods-Gulps"; + productName = "Pods-Gulps"; + productReference = DF5F38F76D6EA6104A0E0C462D687BCA /* Pods_Gulps.framework */; productType = "com.apple.product-type.framework"; }; - FD23D2434058BAF06081A7A5C970F90E /* Pods-GulpsTests */ = { + D5A9374F621FA4C02BA15CAD2D4945F8 /* JTCalendar */ = { isa = PBXNativeTarget; - buildConfigurationList = 16BC5ECDB0E5761F254F588469F718A9 /* Build configuration list for PBXNativeTarget "Pods-GulpsTests" */; + buildConfigurationList = 7F73C772A6AE3DEC05E83B15C164421C /* Build configuration list for PBXNativeTarget "JTCalendar" */; buildPhases = ( - 8920A6CC249A5C40005EEB6DCCDBEE19 /* Sources */, - AA23BDFF4431A1FD83196B34E2BAE2B6 /* Frameworks */, - 14BB2AF67BC451D96D23974D47506AB6 /* Headers */, + 70FCDA30B3170E4405F014C80DEF7BD5 /* Sources */, + 5FB41B5D6B6FFE8C4F2E5405C8F2F3E5 /* Frameworks */, + DBFE6D3E621D32BEC6B98E9FA250E93F /* Headers */, ); buildRules = ( ); dependencies = ( - 5B84896082B091FCEC4995469290FC3B /* PBXTargetDependency */, - 09AC1707499425564325CCA8756BC50F /* PBXTargetDependency */, - D94A510CFE91D45D2275AEED822E7FCF /* PBXTargetDependency */, - CFBEC8D1FF1BC4591F4292EA3350B393 /* PBXTargetDependency */, - 30EE16934C11BA0E2779727938A4D8C4 /* PBXTargetDependency */, - 8CDAD3B4DAC06C5DC388ABC8132B5C58 /* PBXTargetDependency */, - 5C8C3E581EFEB6A6E45F04740F36C39E /* PBXTargetDependency */, - CFC5BF14EC92D25DC455A740D3BA265C /* PBXTargetDependency */, - 1296BB0FEB4CFB30F25F1974ACFDE178 /* PBXTargetDependency */, - 6A2E201EF7FA30EAADA847847D5B6A8A /* PBXTargetDependency */, - 6324A1005B2522B1DB26DAA8C982D316 /* PBXTargetDependency */, - 0943A97642B89E93A272E7006ECDFE47 /* PBXTargetDependency */, - 5FC33EE38EACCBB82FCBAD87E1FC0E46 /* PBXTargetDependency */, - 3B32FFD5851F5A2DA71E4FC00E200C2B /* PBXTargetDependency */, ); - name = "Pods-GulpsTests"; - productName = "Pods-GulpsTests"; - productReference = 32F981691DF7A1AEFE0AFD8EC49217E6 /* Pods_GulpsTests.framework */; + name = JTCalendar; + productName = JTCalendar; + productReference = 39A1B900BDF3D128683FA3B99A2532ED /* JTCalendar.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -2633,548 +2647,548 @@ projectDirPath = ""; projectRoot = ""; targets = ( - D17FAFD88CED3AC2161294ACB50D526A /* AHKActionSheet */, - 586E40C0BEBAB01A075A5E60359FA09D /* AMPopTip */, - 8004BD72C14F3C786A3B1990FE84C94C /* AMWaveTransition */, - FA96E1C8B668A4AA298CA4753042E43B /* BAFluidView */, - 7372CA79CE92E7AC032175441663EBE4 /* BubbleTransition */, - 5DB46EA499F9A5E22765121102FCC34B /* FBSnapshotTestCase */, - 5C818CD3C9F5A7A3CA8EE8529A4C33BF /* JTCalendar */, - 40FF1C77152F384080A1A02E90A36DA9 /* Nimble */, - 9A3AE440FB23CCC076AA408C3C4836C4 /* Nimble-Snapshots */, - 75C293D6A90995A4A046CDBA892BEF0E /* Pods-Gulps */, - FD23D2434058BAF06081A7A5C970F90E /* Pods-GulpsTests */, - DF2F056DDD449B93634047C7772CD547 /* Pods-GulpsToday */, - A8D69B0BDD98C862DA1BBACCC2BCBF3C /* pop */, - A5C430B1E2D8298FD6C5403590C0B80F /* Quick */, - 478021D7D9A87A8870FB764EA8DF6BB7 /* Realm */, - D7E62F9BAE2A02C3B6D697741C71EE83 /* RealmSwift */, - D026F6AC7E4B5B282B1AB52CB4C8B876 /* UICountingLabel */, + 7621630BF9979CD340446B0404B671CD /* AHKActionSheet */, + 9F64F691C3C68E6FDA6FB1E22434EBA5 /* AMPopTip */, + 9C9A61D087653FCE4B6F913FE6D777E7 /* AMWaveTransition */, + 41804C3F7B422752ED4744DAA6DB60C1 /* BAFluidView */, + 38830187D9E171E7B43047ED06A08ADC /* BubbleTransition */, + 34CD2E3428AB802BACA62286FF5074B1 /* FBSnapshotTestCase */, + D5A9374F621FA4C02BA15CAD2D4945F8 /* JTCalendar */, + 83809A38136027B4284EC111C802F7B0 /* Nimble */, + 3A550B121C74E21F1B5B745BCCEE754A /* Nimble-Snapshots */, + C4F2A4794B0CB96BC4C14FE3D99BA741 /* Pods-Gulps */, + 788F3FC737F836986D2766B08C1CB6AA /* Pods-GulpsTests */, + 86EDE815274D7971B8A0057A943C6023 /* Pods-GulpsToday */, + 054637A710A9DA4BF46267B5076A148D /* pop */, + B8D0EB45470D6E626D7FE439E8DD717E /* Quick */, + 710E1631B44AAA18CCE13749A50D09BB /* Realm */, + 470CF27479CC81501AA13A1CB43F092F /* RealmSwift */, + 81B0A578E304BC5F4ADCA82AE33619A6 /* UICountingLabel */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ - 0724D2A812BD11C1117CDDB0CFC61506 /* Sources */ = { + 179AA97C5D0C71D5F115E6F862FB717D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6424889BC932C900D210DF0F476896EB /* BubbleTransition-dummy.m in Sources */, - DD371B3AEBBAC4E6FD4663F1BAF7B70F /* BubbleTransition.swift in Sources */, + 4E8660137185FCDA48B30BB51987C5C5 /* AMWaveTransition-dummy.m in Sources */, + D27434969F8AB6B5FE0A0903AA627886 /* AMWaveTransition.m in Sources */, + 5FCE4C21023A16668BEDF5862768E65E /* AMWaveViewController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 20361C391CBD950D0F98C38160F54098 /* Sources */ = { + 18ED825EF60DD459CD4412764E4AAC71 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 11A5798098DA54D4B98A7F9EA53419A3 /* Aliases.swift in Sources */, - D85D80AB2B0F9433C8CD579CC376B828 /* Error.swift in Sources */, - 276A250E67A90945FC94201CDC283860 /* LinkingObjects.swift in Sources */, - BA3D28623E844C15AB3207CAADD81186 /* List.swift in Sources */, - 0D80057E7203AEBE97270D1099EF3ADE /* Migration.swift in Sources */, - 5F9298E76AEE75A954DE24807DA9F1BF /* Object.swift in Sources */, - ED09D3265078936ACCF7696E8B50EB33 /* ObjectSchema.swift in Sources */, - FDF21670C1B23F8AE1D1517FC65CDCF2 /* Optional.swift in Sources */, - 27B98DFCFA9576CB9079E8FD3170BCE2 /* Property.swift in Sources */, - C7D3F1FAE3D66BBFFD6E3EAA2B8CEC27 /* Realm.swift in Sources */, - 928A88FD3BBF8C7742DF88EBADB06C6E /* RealmCollection.swift in Sources */, - E7451D93701936C253567B9E29ECC9EC /* RealmConfiguration.swift in Sources */, - 88FBB95094CEA1F753DB95CA2EC3B079 /* RealmSwift-dummy.m in Sources */, - 510251003E74C84C79025914970ABC84 /* Results.swift in Sources */, - 13AA728946F2C0EC4E14B85FB015E6D6 /* Schema.swift in Sources */, - 9D046AF071EC74224C51ADF69D20DCAA /* SortDescriptor.swift in Sources */, - 31146755DCA65A9EB259D99D90ED3CD1 /* SwiftVersion.swift in Sources */, - E0BDB5622CE3544AB70C6288ED2271C5 /* Util.swift in Sources */, + BD91F5C62B577E1F7BE42C54D262BB84 /* collection_change_builder.cpp in Sources */, + BD0CD4FBD6AF5E03D07A89B268488C61 /* collection_notifications.cpp in Sources */, + 1C86018573FBAFCE304812141C451439 /* collection_notifier.cpp in Sources */, + CB3ADA77C3B04DB67F47BFB2DDEF14BA /* external_commit_helper.cpp in Sources */, + 97914A7E2F3992270295A66D7382A187 /* format.cpp in Sources */, + D0D1F8CF77A8243100C521D73986DC6A /* handover.cpp in Sources */, + 7BB86C88462C72B13BA9E1EC22CE5A5B /* index_set.cpp in Sources */, + B7ED715607DD3456C7BF1C825608BDA2 /* list.cpp in Sources */, + 936730E70E081A305AB3EB7537A21040 /* list_notifier.cpp in Sources */, + 60D7871B2484FFDC6B3A914B044D7E77 /* object_schema.cpp in Sources */, + 7A666536D7BD460AB07E23C85B5CD332 /* object_store.cpp in Sources */, + F175486C2861B91A1F3A1D4E10B27915 /* placeholder.cpp in Sources */, + 345AA0FC20CB2EACC99A3CC1B76F65DB /* Realm-dummy.m in Sources */, + F159F4AD213A6E416AF03BDA3D13832B /* realm_coordinator.cpp in Sources */, + BDDFC649AF63AA03ED153EA91A51D7C8 /* results.cpp in Sources */, + CEFE7A1DA38F1CE003D6A4F7C35FC1E6 /* results_notifier.cpp in Sources */, + C2DA8DE284A85B50FCA4E97FAF98195A /* RLMAccessor.mm in Sources */, + 79822D52FC5ED15538D4867655679137 /* RLMAnalytics.mm in Sources */, + 0FDF1E19E0E7B5A1D5DF9DFBAD7B5F23 /* RLMArray.mm in Sources */, + EF12CDDD97AD0E3A362EC045B958C57E /* RLMArrayLinkView.mm in Sources */, + E3C824E40BD8F2BF6F53E6E09397C873 /* RLMClassInfo.mm in Sources */, + 840F5E701FC7867BE760EF3DE6E045A0 /* RLMCollection.mm in Sources */, + 31BE2DF1FD86307A47CF9752E77A237A /* RLMConstants.m in Sources */, + 19FEC545448E662D1AF7B59CF095B8E1 /* RLMListBase.mm in Sources */, + CDE825CA12F3F2E05D55C144F7BF8514 /* RLMMigration.mm in Sources */, + B22CCEB6DC30BBCDE56A93A64F10BD9B /* RLMObject.mm in Sources */, + A5B9780EEBFC67E9E54B13FC4CB61A1E /* RLMObjectBase.mm in Sources */, + 4B5D53CA7004C5083039F20FDBB72265 /* RLMObjectSchema.mm in Sources */, + 32855E401954871301C971AE213C2870 /* RLMObjectStore.mm in Sources */, + C04F2B70D524F35C9B1110AC022C124B /* RLMObservation.mm in Sources */, + BC610D4C078CC5CAB36602455CFFAB43 /* RLMOptionalBase.mm in Sources */, + 6166C7BA085F750BBFBC0C7A3307399F /* RLMPredicateUtil.mm in Sources */, + 8E38F9F848C4F2F006F1B47C1B46E764 /* RLMProperty.mm in Sources */, + E79B8959AD826AF6E3D8793B1C736A13 /* RLMQueryUtil.mm in Sources */, + 3394766E9E977A55A420CD12B2AD7A48 /* RLMRealm.mm in Sources */, + F7C5DA29A991164E48B40936B7CFB658 /* RLMRealmConfiguration.mm in Sources */, + CB574672254AD13BDBCD5778A3702CA7 /* RLMRealmUtil.mm in Sources */, + 08F1A24FEB211FDDE486D3669C96F726 /* RLMResults.mm in Sources */, + D4C5E3D41D73B883AC0BF0E230E592EC /* RLMSchema.mm in Sources */, + 02E5DF0DCA22836861C913634489F223 /* RLMSwiftSupport.m in Sources */, + 67336A58990EE8845AC54BA1843410DF /* RLMUpdateChecker.mm in Sources */, + 7765B61EA9B29201A55916AE740F61F9 /* RLMUtil.mm in Sources */, + 816E906FFDAD4C2A62109D184E4410F1 /* schema.cpp in Sources */, + 7CA8DD2F820FF06578DE8729191E1799 /* shared_realm.cpp in Sources */, + 0F7E0B54E8E6FC9AAC3890CC9DAD7592 /* thread_confined.cpp in Sources */, + BD13B899EECB918C7E11E17D9ECE136D /* transact_log_handler.cpp in Sources */, + 791C811D50A4D192C40867A4C55255B2 /* weak_realm_notifier.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2353C9D29EB23663644DD7FF7C203E83 /* Sources */ = { + 37DE8782E3EBAFFFBFFF7A5063CA807B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CD4E10A5EC454B0594A8A49754BE65B1 /* Callsite.swift in Sources */, - 8A25B1A950BF6CA1ADD2DA1D28834566 /* Closures.swift in Sources */, - E0F28AE1A7FE22AB17FEB1DECA7FCEBE /* Configuration.swift in Sources */, - 4090821F8E3E2B39219CBA56FD4599CA /* DSL.swift in Sources */, - 7B33E26B06D9F5A1E634F0CADECA38CC /* ErrorUtility.swift in Sources */, - 454D6366E712ACB2BE701931FB369045 /* Example.swift in Sources */, - D2B0D77D5045AAEF29F3B2F44169369D /* ExampleGroup.swift in Sources */, - CDC8DACBAD0B7F10FFAF07017E7286BA /* ExampleHooks.swift in Sources */, - C028CE616069D2460F9CEAF63D08E064 /* ExampleMetadata.swift in Sources */, - 6FFE5DD1C0BDC27D68A28BA7F1E08B07 /* Filter.swift in Sources */, - 107FB0258168DBE13DD6A7C04B58F2B9 /* HooksPhase.swift in Sources */, - 9D117C9908B60DD105C501C51DA0A46C /* NSBundle+CurrentTestBundle.swift in Sources */, - 0046AC2DE286E1710A6796D1282D8183 /* NSString+QCKSelectorName.m in Sources */, - 2D864827BE2F99BBFB8AE2125A88EE06 /* QCKDSL.m in Sources */, - 3A67ADB300E5220AE1385EF895DEEBCA /* Quick-dummy.m in Sources */, - 497FCDA48AC9A08329B74A634745AE3F /* QuickConfiguration.m in Sources */, - F1D2BE3C24AB79FF3C121CCAEC17938C /* QuickSelectedTestSuiteBuilder.swift in Sources */, - 53D4A0EBF111A437419EEBB05BF1035D /* QuickSpec.m in Sources */, - 2205690469D0C73D8EB34FB19BC43690 /* QuickTestSuite.swift in Sources */, - E022E03AAF0891B56A44F26E69906E62 /* String+FileName.swift in Sources */, - BE162AFFB2CB6E58781C9263CC1FEC16 /* SuiteHooks.swift in Sources */, - 45E43F9D2982F925F2F12FE089EAAC85 /* World+DSL.swift in Sources */, - E2F1464F9D74B65B1C00DEA3C239F0CD /* World.swift in Sources */, - 154EB1A3AB3301E3A44BB5356C1F4980 /* XCTestSuite+QuickTestSuiteBuilder.m in Sources */, + 2ED074C81640C5877C17C21434783B00 /* Callsite.swift in Sources */, + FED67DCF1DF2FB488B469E71EA734017 /* Closures.swift in Sources */, + 804F3C724574446EAAEE582BC19EFF5C /* Configuration.swift in Sources */, + 2487A16FE0EF5AA0F054685DAC44370C /* DSL.swift in Sources */, + C48CF0F4A4616502A5585290C7191A4F /* ErrorUtility.swift in Sources */, + F0E11A93AF66D0B7EED2EDA82DE01681 /* Example.swift in Sources */, + 341B44AC3704209FE38975AA89E15EF6 /* ExampleGroup.swift in Sources */, + 10569D9C97237A812C3BECE485CDC614 /* ExampleHooks.swift in Sources */, + 010BC983C906C499F28EE0E308300A89 /* ExampleMetadata.swift in Sources */, + 9D32E58D8F3F7D627D24EC235CBE5E73 /* Filter.swift in Sources */, + D39F5D7419D6C7B39698D84012D53BB3 /* HooksPhase.swift in Sources */, + FAC9B4CCAF8950593E726EC5E0F451F9 /* NSBundle+CurrentTestBundle.swift in Sources */, + 1E2EB3F413CA86162451A41B667A24EE /* NSString+QCKSelectorName.m in Sources */, + DA35E158BB07A1090304D7681C1056AE /* QCKDSL.m in Sources */, + E5642E22B8C31F1305F92FBA5CBDAEB8 /* Quick-dummy.m in Sources */, + 222347B8B41BE9FD0F486501CDD9F2F9 /* QuickConfiguration.m in Sources */, + 65814F71135FC6E66D86CD4E90919777 /* QuickSelectedTestSuiteBuilder.swift in Sources */, + 566DD5F98D39C41F7741B967F650B1BD /* QuickSpec.m in Sources */, + 8C649F398D79BFE78F398D62D8AD88EE /* QuickTestSuite.swift in Sources */, + A6EFEC6AE26C4E9FDD3FCF31C429DAF1 /* String+FileName.swift in Sources */, + FEE1AC1D900842497DD963F79075AE8A /* SuiteHooks.swift in Sources */, + C55A82B05D010832F4E088A31166281D /* World+DSL.swift in Sources */, + C7A69644C8CE9AC3B39B81ECD8B795F6 /* World.swift in Sources */, + 7BFFB8F808BE5BC388AD26FC00F47F90 /* XCTestSuite+QuickTestSuiteBuilder.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 28B919C9957A33A8F17E70680C23AFB6 /* Sources */ = { + 436626DA20C7B252BFFC69DD7A325A75 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8AE1C3CF390A055441CE693011DEB167 /* UICountingLabel-dummy.m in Sources */, - 70BB44C071DB6BE0F506130349501608 /* UICountingLabel.m in Sources */, + 3E04F6DC47103EB84B5E6B2CA0965A4C /* Pods-Gulps-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2DC4F83F6E98DA3FFDB667D5EF3F8C20 /* Sources */ = { + 44E9E7FA9B85CD743B1FF8DA9463F5D3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5A1A3522BAE03DACE45AF04306A3918E /* AHKActionSheet-dummy.m in Sources */, - 8A7391FBCCE546E5CFD79A01A5FB3506 /* AHKActionSheet.m in Sources */, - C5760A161B5DF0EE34BE688231882963 /* AHKActionSheetViewController.m in Sources */, - D9163BC6C418CD3B7EB138A3928AE170 /* UIImage+AHKAdditions.m in Sources */, - F5E054E79CD3A10DA8E18AC5B845158B /* UIWindow+AHKAdditions.m in Sources */, + 2821D5F44CC4FCA968037F2E351D8879 /* HaveValidSnapshot.swift in Sources */, + 8C00C02362105B59CA32EAB851D62620 /* Nimble-Snapshots-dummy.m in Sources */, + B2518B74D526DEA502ABF8C8D9C1B503 /* NimbleSnapshotsConfiguration.swift in Sources */, + E25BF21D4630926ACDAAFBBD71DACCEE /* PrettySyntax.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2F2E483DEB4E7CF49F0DBC18DEDC5258 /* Sources */ = { + 52B0AC8B0A8A0C2989104665D89B7B3A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B67AC6867E385D8C07B782CACE703DB0 /* pop-dummy.m in Sources */, - 5663881C48E3296537356E60B2A0EC2E /* POPAnimatableProperty.mm in Sources */, - 835AAC8430C38502F4D4B8994B5588AB /* POPAnimation.mm in Sources */, - 1091031BD71965DDA7E5FDCF3901AB2C /* POPAnimationEvent.mm in Sources */, - C372FA056E312190AAF8835E95546D57 /* POPAnimationExtras.mm in Sources */, - C65AF072A876C6C316BCF07EC604E125 /* POPAnimationRuntime.mm in Sources */, - 8A08391CE1ADE0648D1AA65DFE9199A4 /* POPAnimationTracer.mm in Sources */, - 25A5AC91FE5D79034EDB1471C562238A /* POPAnimator.mm in Sources */, - 57A311CC77353740F4DE73BC0D67566A /* POPBasicAnimation.mm in Sources */, - A69C9EE68CE8944A21ABEE50CF12FABF /* POPCGUtils.mm in Sources */, - 2809CB22F804263BA86C64085EC17F2E /* POPCustomAnimation.mm in Sources */, - ABA57D11B9AEF4C22EF76D5C7E7204A5 /* POPDecayAnimation.mm in Sources */, - 1D6BB0BD99681E249257DFDD86215410 /* POPGeometry.mm in Sources */, - D61721FD552EB3B8035008547B4704D5 /* POPLayerExtras.mm in Sources */, - A6B1D39F9CD63DAE1458B485EE97BCCE /* POPMath.mm in Sources */, - E3CAEDE1F9FB4750B8D9AEDAFB16122E /* POPPropertyAnimation.mm in Sources */, - B36A52A10389BDF12FC166FCE27E0715 /* POPSpringAnimation.mm in Sources */, - 84FC100EA6C6864215F47ACDA37C47CC /* POPVector.mm in Sources */, - A2D15B4D6D2310D40DE51BA86B901445 /* TransformationMatrix.cpp in Sources */, + E5BDC5D5A6505B57164F616B0AB24017 /* AHKActionSheet-dummy.m in Sources */, + 8A4A98839FBA1A0EFDB6F2C666EAFCF6 /* AHKActionSheet.m in Sources */, + CB22CD96E330D5AEA7EA1A2C98C8D9ED /* AHKActionSheetViewController.m in Sources */, + 4FD385D74083027F4F651C485985F35A /* UIImage+AHKAdditions.m in Sources */, + 364731F2F3A069A5D4AAA5E29489FCFC /* UIWindow+AHKAdditions.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 455F033E010826D3AACFDB8E56159808 /* Sources */ = { + 5CF4A97161BEF3B224B4C57EDB42573F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9E73178E850C702C9D32EDBE909A771E /* AMPopTip+Animation.m in Sources */, - 65B223A830B65D4E33B6EA376590C0D2 /* AMPopTip+Draw.m in Sources */, - 97F68EBCC2FFB4A7A15C71A215E43214 /* AMPopTip+Entrance.m in Sources */, - C1167A25870AAACC1AAFC42FEC1E8511 /* AMPopTip+Exit.m in Sources */, - A79C9A8D0A54E7A6897F6D0D2FB0573D /* AMPopTip-dummy.m in Sources */, - 9DC8BE622CF9EF2BA752DE371A85FEB4 /* AMPopTip.m in Sources */, + E22AEA88C6439BE4BB3AC575CB741368 /* Pods-GulpsTests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 45E909D76020DB1C40F9D2D14A618ED6 /* Sources */ = { + 6EDA4B411C2C3DEC010E2707893E3C81 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B8A2CBEE88324E02FEC5E8130C67FD10 /* HaveValidSnapshot.swift in Sources */, - 863566B30FBE5234A8CD03F5D91BE367 /* Nimble-Snapshots-dummy.m in Sources */, - 20051366B2CF49F25C5F0834156E8718 /* NimbleSnapshotsConfiguration.swift in Sources */, - 06B92BBC4B8865EBA211D629F7D71CCA /* PrettySyntax.swift in Sources */, + 6F8882A57F36F4D410BCCE947F52F002 /* AdapterProtocols.swift in Sources */, + 69DC20D6520713027FF2C84126A13312 /* AllPass.swift in Sources */, + 25B7D3B3AACB7CE1FD5EB45DF32F425E /* AssertionDispatcher.swift in Sources */, + 1526A05DC9574A0944B7EF3D5C241A75 /* AssertionRecorder.swift in Sources */, + 8A0434A75160AA1A6915917C9A5FEDED /* Async.swift in Sources */, + D0F5A2FE5BE4D3A255B341746EA0058D /* AsyncMatcherWrapper.swift in Sources */, + 9378B5D17794FFC7DEF0AC9F8E9EF6A6 /* BeAKindOf.swift in Sources */, + 5B7B6531C711EFB43A9D823534EA07D8 /* BeAnInstanceOf.swift in Sources */, + 637B2E722083B555854E4FA58A824068 /* BeCloseTo.swift in Sources */, + 3CDA5EB2818418C22318D8115E551B75 /* BeEmpty.swift in Sources */, + 2E1B32C21B65F2E708D60FA770B5A7E7 /* BeginWith.swift in Sources */, + 5E3ADC36EF5E4678A42CBEC02C2B977D /* BeGreaterThan.swift in Sources */, + C63644EBF7E9CA56E5E680261654DA09 /* BeGreaterThanOrEqualTo.swift in Sources */, + F8CB832C6D3A0FE9E94E2F9F14A06BAE /* BeIdenticalTo.swift in Sources */, + 867E34ED972FF7E73D5973089DD687A9 /* BeLessThan.swift in Sources */, + 900252815B6A54C2E7B24B2F508A1306 /* BeLessThanOrEqual.swift in Sources */, + 8C25E81C17E52C484C26C9049763C89A /* BeLogical.swift in Sources */, + D2C1CD44B75FA53CCFF4201B68656CD7 /* BeNil.swift in Sources */, + 6541D9239A4EFA235E5C610F0C05B304 /* BeVoid.swift in Sources */, + CEDA70AF433161478CBC654C448FF9A4 /* Contain.swift in Sources */, + 6ABB21D57A04BB975EE4D532774281B2 /* DSL+Wait.swift in Sources */, + 08493B26792A69BCCF5DEEBDD90A41E3 /* DSL.m in Sources */, + 21ACD861F90B6CB1ED758AC85220086B /* DSL.swift in Sources */, + 19B87B9DCF86D06172FFDE8D7BDB53B9 /* EndWith.swift in Sources */, + 57B6E6ED2BA690B6A86F53B8C38E77D2 /* Equal.swift in Sources */, + 21F4D5F110B89BD484B5477339CA528E /* Errors.swift in Sources */, + DBA0994624A61F526F506D43DCF5FF56 /* Expectation.swift in Sources */, + 8BC2977E27381418594991B35D554FC3 /* Expression.swift in Sources */, + 47B364C565D515D91360F06D7F7441CA /* FailureMessage.swift in Sources */, + 7DB9EC7DA7485F12EF931062F776DD55 /* Functional.swift in Sources */, + 29DD730B10FD33F4CB138368C86FBC74 /* HaveCount.swift in Sources */, + F533D6EC47A35EE84CF820E5718746F8 /* Match.swift in Sources */, + 77B5B2EAE87E31C6D97E339AA5BD476B /* MatcherFunc.swift in Sources */, + 1F0FE920761FEC30F85BAC759BD9C6A8 /* MatcherProtocols.swift in Sources */, + 8663AF37894BEBF3D682B637EB6CA95D /* MatchError.swift in Sources */, + DA494A13B6B66929BA6DA84B9B68C93D /* Nimble-dummy.m in Sources */, + 2A794CCCB535329CBBFAEEECD577FAE0 /* NimbleEnvironment.swift in Sources */, + DA8E4C6946ED1FD5F55C74A4C4776485 /* NimbleXCTestHandler.swift in Sources */, + EDC567DED1F37FD221EC7A54A97719C2 /* NMBExceptionCapture.m in Sources */, + 9271367529693644B4DDF28823B53759 /* NMBExpectation.swift in Sources */, + 34FAC397B3658449789E2842C95D98E0 /* NMBObjCMatcher.swift in Sources */, + 00AAAAD4E47AFEFDF8B11ABE5AA6F3A1 /* NMBStringify.m in Sources */, + 772886889FC311AD3C1DFF1F01F63B2C /* PostNotification.swift in Sources */, + D30BE3DC13053FAF8BEDC900911BCEAA /* RaisesException.swift in Sources */, + B1352C7868D51CE63F61DBF333EF8F6E /* SatisfyAnyOf.swift in Sources */, + 5605E1FE2BF042DB24796EDEB9674E9F /* SourceLocation.swift in Sources */, + 145740C3F2F42C750FA9C8A4ED9D4B41 /* Stringers.swift in Sources */, + EC9F3AEF82703223F5AF4A83A3189FB9 /* ThrowError.swift in Sources */, + 0FAA2AF21B5ED8A40C02DD161D0080A8 /* XCTestObservationCenter+Register.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 472E4518111538F2EA2185CCD695B4DF /* Sources */ = { + 70FCDA30B3170E4405F014C80DEF7BD5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E116CA8491133944AA5D4F523E695E1A /* collection_change_builder.cpp in Sources */, - E9EDBF2D51D8A59212E707153C666BFB /* collection_notifications.cpp in Sources */, - 30231C950C74BDD92A5C266038593F73 /* collection_notifier.cpp in Sources */, - D2FB9EEEF6EF5CAF8A281EE1A790EBC0 /* external_commit_helper.cpp in Sources */, - 124E09117CC96F6293AA535ABAB31D16 /* format.cpp in Sources */, - A2D7CED686A84C0E596D1DCF44C4B06C /* handover.cpp in Sources */, - C3E0723D122780A0F28D7F37D8F3246E /* index_set.cpp in Sources */, - A1590A89DB39C0E7195493E16241DFEC /* list.cpp in Sources */, - E8FD7C3BDF48FCC44D2FF9B9FC0355D6 /* list_notifier.cpp in Sources */, - A3B3C93588E61DDE2220950456E0421D /* object_schema.cpp in Sources */, - BF453A13E90E54571839E0FB69FC726F /* object_store.cpp in Sources */, - 0BDC3A6337177756026E1AF9160738DA /* placeholder.cpp in Sources */, - F371EF25339CDA222327F9072E64D3DE /* Realm-dummy.m in Sources */, - 6075CDB627D24157C3752206B741BDD1 /* realm_coordinator.cpp in Sources */, - F7D8FA477E6C6EEB526BEA423CF735BA /* results.cpp in Sources */, - 69FD556B5B1C8294F3A0B1E96FFDE148 /* results_notifier.cpp in Sources */, - 93FC3D3FCF13A1409D89EC958FA7C5A3 /* RLMAccessor.mm in Sources */, - 98A045B451B98A83FD06B97B4B7BC2FE /* RLMAnalytics.mm in Sources */, - FF7B9C00F151FB559FF68DDFBD0C2654 /* RLMArray.mm in Sources */, - 038D90EF3EF6E3EC2D5AA5852715D17C /* RLMArrayLinkView.mm in Sources */, - ABD4AA8A9B412A9C45D0BE4549CB98E7 /* RLMClassInfo.mm in Sources */, - 3960E570085E7D448888E8DF9BEA91D9 /* RLMCollection.mm in Sources */, - 749AB9A00CB2075AFC63390A249B2ADF /* RLMConstants.m in Sources */, - 2CB0C78215C92B0824FE1CA81CAFDA26 /* RLMListBase.mm in Sources */, - EFA9E02BB2F0FE553870DC5E33C9FC06 /* RLMMigration.mm in Sources */, - 2F35000801FA6F0A27686F7102486404 /* RLMObject.mm in Sources */, - 7431BCB6CB9D73C9B31EF353CA875E7B /* RLMObjectBase.mm in Sources */, - D479F7EB2D0E4EAF26CFEB3AC0F78D23 /* RLMObjectSchema.mm in Sources */, - D89E1BDF581284CB2529FEDD1FBE4C70 /* RLMObjectStore.mm in Sources */, - BFB22917988C9B2A6B4015AEBF7A2FB3 /* RLMObservation.mm in Sources */, - 59E7177DD7574A71C4A1244447A3DA07 /* RLMOptionalBase.mm in Sources */, - 3F3F0FA013A785049BE893B7EAE79E29 /* RLMPredicateUtil.mm in Sources */, - CC5CCDD8FA57BE928E0E741A08638FD4 /* RLMProperty.mm in Sources */, - 071721DF97C8522C954CE55E7FCB8B3F /* RLMQueryUtil.mm in Sources */, - E7BC4DADACE05CC61AAE949CC15EA534 /* RLMRealm.mm in Sources */, - 2D5E4048DC7607076D5717542EA1DC23 /* RLMRealmConfiguration.mm in Sources */, - DF5C8B14B4666B66A7B51BEF3CAC9056 /* RLMRealmUtil.mm in Sources */, - DBDAAF1AA6ADF47EDAF65D4BBA0F597C /* RLMResults.mm in Sources */, - 11C2AAB390F8ED2159E8AADA00FE6779 /* RLMSchema.mm in Sources */, - D3F1E681BF943B646C0E4C448BC00E7F /* RLMSwiftSupport.m in Sources */, - ABB816AD83EBAE0D37BFC29CEC9D93FD /* RLMUpdateChecker.mm in Sources */, - 4547480F37F48589F68A091B9E004732 /* RLMUtil.mm in Sources */, - 2E18546C19A097CFF92C09210FB55ABD /* schema.cpp in Sources */, - 2D752058E2F74B6625E97973557F8D51 /* shared_realm.cpp in Sources */, - 3E12B3DB2484BE8AD7D02FC0EA72A44A /* thread_confined.cpp in Sources */, - 5857B974205A6FFBEA8852405B85230A /* transact_log_handler.cpp in Sources */, - F13E6B69B4A1BD337AF3A453E8EEABF5 /* weak_realm_notifier.cpp in Sources */, + 8B0F8305D5D46D1C6B5519B97EA3348B /* JTCalendar-dummy.m in Sources */, + 50597ADD4B6853FB8E46DB93DA95E9A8 /* JTCalendar.m in Sources */, + 208A9611365DFCF074FA78D5792B82BE /* JTCalendarAppearance.m in Sources */, + 92BA80385DDAB436389E9F68C28337D7 /* JTCalendarContentView.m in Sources */, + 3187E406F9DFA5FB418D5ECC7429EDFC /* JTCalendarDataCache.m in Sources */, + 57B26D9217345B3404F2923BF9F768EA /* JTCalendarDayView.m in Sources */, + A99B3083024CA812D0C4B1853125AE0E /* JTCalendarMenuMonthView.m in Sources */, + A232079D5D523E4D2D236E4AEEC6CF1F /* JTCalendarMenuView.m in Sources */, + D34084A6FAEAD26CF65F2290742501A9 /* JTCalendarMonthView.m in Sources */, + 234444B9BC86BF3861E01A7CAB7F41C3 /* JTCalendarMonthWeekDaysView.m in Sources */, + 36229C8F2F025C8FE1B36510D956A0CC /* JTCalendarWeekView.m in Sources */, + FB8B3AAE7DEB13A27E8FACE12823AA7D /* JTCircleView.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 49B030E60F2A3E592251E8D5C03FBAAB /* Sources */ = { + 7538E84FF2877F90CE747BD1BE5EB061 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 12581F6F00E7A89B05EAAEAC74977912 /* Pods-Gulps-dummy.m in Sources */, + 1A0D16E80114BBBBA4491D7F406F22F3 /* Pods-GulpsToday-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5455E028385A7FB4C54BDD26E0FA4A3F /* Sources */ = { + 95850FE144FBC84C67210C2377B02773 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 73A9AD0A618F9B72497134B4F333F47A /* Pods-GulpsToday-dummy.m in Sources */, + 6674D35CD919F9702534A2DB1B8C2B62 /* BubbleTransition-dummy.m in Sources */, + DBBF477BA707AFF5D54459C0208CB4BC /* BubbleTransition.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 594943214F9B363742CF8F98EC96CB9E /* Sources */ = { + AD173CC510A850B6289189A20CD107AE /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8FAEF9E92D8A67519F8057104D8DB050 /* AMWaveTransition-dummy.m in Sources */, - CF35E1CCBED6E638C6CE99EE43E00ECC /* AMWaveTransition.m in Sources */, - C7D27DA6BA66E4251DEF6006194567D5 /* AMWaveViewController.m in Sources */, + F33986F4969B4F178AF9EB568FE8B1AA /* FBSnapshotTestCase-dummy.m in Sources */, + D097F3914F8E2EA14FB7C88FA3099F26 /* FBSnapshotTestCase.m in Sources */, + 7F97C4BCF71877056A7829143E78F33B /* FBSnapshotTestCasePlatform.m in Sources */, + E9D5EF482949E65F0E84B0810721CFBF /* FBSnapshotTestController.m in Sources */, + 5F65495211297994220A8D081EAEFE15 /* SwiftSupport.swift in Sources */, + 61100C0E6FB329EE38659B3E5A1B7090 /* UIApplication+StrictKeyWindow.m in Sources */, + 1B9CD9B6D735874DB6B698EBA615EA6B /* UIImage+Compare.m in Sources */, + 7408D9BD00535B58DA91AF916EE58641 /* UIImage+Diff.m in Sources */, + 6FAB5298272C4B4E26438CF8C9F14BA4 /* UIImage+Snapshot.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 66CF5A604524D5A73EFB0DA2B361FDC8 /* Sources */ = { + B0EB7623DF90FBC352FB4A366671CE43 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DB2D57B1574B84BC7A733F47613080DC /* AdapterProtocols.swift in Sources */, - 30F0DD2AAF62C4A402C220E07E8C6C98 /* AllPass.swift in Sources */, - DC7E1C63312C0B4B7C76E6C9C4F1949C /* AssertionDispatcher.swift in Sources */, - 4846BC919D685D1A6927C22B319BF5BB /* AssertionRecorder.swift in Sources */, - 8AC936C1872CED091BEDD5BBB43FBE3E /* Async.swift in Sources */, - 59BF94BC2C9C7AEBF10547516224E504 /* AsyncMatcherWrapper.swift in Sources */, - 719B7010C936E7C78C61110452A3B33C /* BeAKindOf.swift in Sources */, - D0EEF6529F24EF7C1EABEF919A3B1D2F /* BeAnInstanceOf.swift in Sources */, - 161201824EE3922A10F509AB4F2DB523 /* BeCloseTo.swift in Sources */, - F76969F8B60A010FAA79D960E251F4EC /* BeEmpty.swift in Sources */, - 55E2DC8C6E93D6A0A34C31686200ADA5 /* BeginWith.swift in Sources */, - 9FC466460AAC0031C09C37F09A3DF032 /* BeGreaterThan.swift in Sources */, - A63164B84A22C7E0FDF3A30121CEE861 /* BeGreaterThanOrEqualTo.swift in Sources */, - A3ACA641503E24BD47E8AF10D4907A39 /* BeIdenticalTo.swift in Sources */, - B44CA6989B931C025C7BB2B9F5CEB4D6 /* BeLessThan.swift in Sources */, - 90D8EB6C28E1D64FE32D9A66EFFC23C5 /* BeLessThanOrEqual.swift in Sources */, - BE3B29F8DC00244F423717A62D73A7AC /* BeLogical.swift in Sources */, - 8BC79A9A7061C7E12A864E19C6928038 /* BeNil.swift in Sources */, - DB1E4BBCDC5993D6A360DF4CF5B59FE2 /* BeVoid.swift in Sources */, - 45099B79D9242078EB5C5BA7F6BAD209 /* Contain.swift in Sources */, - D7684539AFE9926F12A51A1DBBDEDAD8 /* DSL+Wait.swift in Sources */, - 7CA3103C0B90F5767590236CD61B03BC /* DSL.m in Sources */, - 1D00380CB24FD873D03376CC6E9C55E1 /* DSL.swift in Sources */, - 4339A9964176E715E909554ED062D717 /* EndWith.swift in Sources */, - 74A3FAE2302123E379CA7F5EEB2AD19A /* Equal.swift in Sources */, - 9BFC09FB900963AF0813771CE5858CFB /* Errors.swift in Sources */, - AC7E5AC1841D836761B4154BE0B43D29 /* Expectation.swift in Sources */, - 6F22E6AD6E840224D60B79003945E74D /* Expression.swift in Sources */, - F682F23BCD82A89264547460CBA9F077 /* FailureMessage.swift in Sources */, - 8FDE9405A930F8277771A142D150C660 /* Functional.swift in Sources */, - FA1149FAC1E3BDDC971E04A052037DC0 /* HaveCount.swift in Sources */, - 0467369F19D8A99FD4F12FCA92C4D0D4 /* Match.swift in Sources */, - 8679D94B1C5A51B76CE4064A36FD2F07 /* MatcherFunc.swift in Sources */, - 898EA2E37F5E43EAAAF3CE85E3E58855 /* MatcherProtocols.swift in Sources */, - 9F37AC5BEC60E4932EDCC5DD0E05E33A /* MatchError.swift in Sources */, - 88A36E7B64F0A565C806F29E83FF0B4F /* Nimble-dummy.m in Sources */, - 192AA689FCF000B724E91DD2E0A5C801 /* NimbleEnvironment.swift in Sources */, - 7543CC2ADC0CD764A090380B14E8A1B4 /* NimbleXCTestHandler.swift in Sources */, - 92D4F419B9BDC4E2200EC3DABBF44DB9 /* NMBExceptionCapture.m in Sources */, - F6F3E30DD675F2017B2B4F31CE49ABED /* NMBExpectation.swift in Sources */, - AC5411B7B9D08094D40A95F2218A1875 /* NMBObjCMatcher.swift in Sources */, - ECBD7A48403B5E467FE74BA4FD3AB4C0 /* NMBStringify.m in Sources */, - CB4924760FF11BC55A5545D970CD9233 /* PostNotification.swift in Sources */, - 369F9F7F2F3492C0A2083F156FB1E1D9 /* RaisesException.swift in Sources */, - 3B3B4E109B651C524ECF52AAF1888D93 /* SatisfyAnyOf.swift in Sources */, - 774564E76F45CEBD01B57E27B3336BFD /* SourceLocation.swift in Sources */, - E39FF06D1FA27A05A466E7F2BD57563A /* Stringers.swift in Sources */, - EE9BD67665F455A58EB00E695FD2BE3F /* ThrowError.swift in Sources */, - FB29540080DC951EBFB6F2FA92386674 /* XCTestObservationCenter+Register.m in Sources */, + 6B921543B35E6215FE0A93CAB4705C1C /* AMPopTip+Animation.m in Sources */, + 3EF8CB8DE18814B8E73061C775B70F45 /* AMPopTip+Draw.m in Sources */, + 8C9B6332EB6B58DB5659514BE8B96336 /* AMPopTip+Entrance.m in Sources */, + B4F545A054B6AFAA8F163FB1553DD863 /* AMPopTip+Exit.m in Sources */, + DD5B22B7D23206C065F49B299B5E1FD2 /* AMPopTip-dummy.m in Sources */, + 26218CBD0D88C089E25FA144DF1A60E6 /* AMPopTip.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8920A6CC249A5C40005EEB6DCCDBEE19 /* Sources */ = { + D672B1F28A95DC11554D354A638D7BFD /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1A90360A63DA11A477EA01ACFB70D84A /* Pods-GulpsTests-dummy.m in Sources */, + DA4BADBAC5F89830F40EDDCBCE1C69F1 /* BAFluidView-dummy.m in Sources */, + 48AE83CD7D57FE5949E0D8025D67F13C /* BAFluidView.m in Sources */, + 0E86C50D077B377B0BC751A878F54DF9 /* UIColor+ColorWithHex.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - AF818696F7C611151662362C151157E1 /* Sources */ = { + E4376BFD235A0BF93B5F65195A90F98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4008D08BF45E74608C4F66F15A560363 /* BAFluidView-dummy.m in Sources */, - E87E4AB27EEE4D88FC6F0CD04C5B057C /* BAFluidView.m in Sources */, - 250939BE8A93E7C2EFB031D3AD65E95B /* UIColor+ColorWithHex.m in Sources */, + 9988ABB96CDBFA45406521FB45A494FA /* UICountingLabel-dummy.m in Sources */, + D62B58019721CFA321C2FA5B0B18121E /* UICountingLabel.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E7A97E9C7D6842E782480AB51543A4BC /* Sources */ = { + EDF1557722C5DC6F032856C31B0DD2D3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FCE392402D7FFBEB5ACCCAFB9A080A65 /* JTCalendar-dummy.m in Sources */, - B12D7E7A933628618B3522A56746E9D0 /* JTCalendar.m in Sources */, - C19C9E7ED081A391027F2C1187401274 /* JTCalendarAppearance.m in Sources */, - 0FAB1EAA8FB861DDC0F243F14A4D8CB9 /* JTCalendarContentView.m in Sources */, - 3897E3BF0B75BB26F2A137A5ED171685 /* JTCalendarDataCache.m in Sources */, - 9ABEC31E0A4DE9CB4584FE1D49197A44 /* JTCalendarDayView.m in Sources */, - 4B4E967C77581729A708FBDADD5BAF88 /* JTCalendarMenuMonthView.m in Sources */, - 6D25C86FDAE603CAF4ABC50B42C90C98 /* JTCalendarMenuView.m in Sources */, - 42170A785617C5E0C169EEA58CC2CE64 /* JTCalendarMonthView.m in Sources */, - B18C8461FCFC5D8ED7997AEE88089201 /* JTCalendarMonthWeekDaysView.m in Sources */, - 1E83E908BAC2E069C57DC27601C71954 /* JTCalendarWeekView.m in Sources */, - B934F5204F59CB400F5718C5AE1288A1 /* JTCircleView.m in Sources */, + CB226ED44D644DC8DA92FA06A9441F26 /* pop-dummy.m in Sources */, + 8E6342D0772F8079CD9935B40F28512E /* POPAnimatableProperty.mm in Sources */, + 7F4FF2DFB8914694449098E4502B8E58 /* POPAnimation.mm in Sources */, + 31C6AF06EC4461A6ABC16EA83D49C765 /* POPAnimationEvent.mm in Sources */, + 5577892CC5BAFBC74A9DE7844B678527 /* POPAnimationExtras.mm in Sources */, + A8CF9912B9193CB482DC6A36783E3B2E /* POPAnimationRuntime.mm in Sources */, + 3C2B664122E415EC7959BAA97B35790C /* POPAnimationTracer.mm in Sources */, + A7574E349D3EDC81298DABA244A30E1F /* POPAnimator.mm in Sources */, + 8ADF697A386EAD5680F2738BDC5C68A2 /* POPBasicAnimation.mm in Sources */, + 9E11901E9C33A16B12C8746E61CA1443 /* POPCGUtils.mm in Sources */, + 5E1CBCCB235CD6EA63942A47776F5DD9 /* POPCustomAnimation.mm in Sources */, + 33137ACEF300E311EA51A8DFCED1DD44 /* POPDecayAnimation.mm in Sources */, + 55CDB7EF2395530E47F4E957B70DAB22 /* POPGeometry.mm in Sources */, + 7C117C6B148D108176700CC91D6C3565 /* POPLayerExtras.mm in Sources */, + 15118083CE6C9435BAEC0F0FB9415652 /* POPMath.mm in Sources */, + 89E1D1611AD4E59956AB5597E65B6015 /* POPPropertyAnimation.mm in Sources */, + BBF7AB59801B3B347C032FC23A74E063 /* POPSpringAnimation.mm in Sources */, + 2B5056DEF83B12B583C3A0E45DC05D93 /* POPVector.mm in Sources */, + 0052DF91F63F3148286A759D71722E04 /* TransformationMatrix.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F3369E96F431BD4A34CF685FE52C9DBA /* Sources */ = { + FD4EAA0F27509CF45785567A3AC95692 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 50031C4D0BE60101DB1B6E1A7EB1BC07 /* FBSnapshotTestCase-dummy.m in Sources */, - 7E1DB936015C52114320635DFB2C2FEE /* FBSnapshotTestCase.m in Sources */, - 14FAD5D95B5A21B917BC8008B449C8E7 /* FBSnapshotTestCasePlatform.m in Sources */, - AED4B4662EAD71BC340EB6CFB0DF0C35 /* FBSnapshotTestController.m in Sources */, - A309EC98763379BB287B415BBE7A748B /* SwiftSupport.swift in Sources */, - 0CF1255DF40C970C747AFA04ADFE0C6E /* UIApplication+StrictKeyWindow.m in Sources */, - D0AA5C12E0A8A5418A0E82BB8A2488C5 /* UIImage+Compare.m in Sources */, - 02A5EE62661AD704826C3E0746D33298 /* UIImage+Diff.m in Sources */, - 37707772F1C430F8F6E893F27105437B /* UIImage+Snapshot.m in Sources */, + 4E616A6435E11EB9319AE6E7E32E7C50 /* Aliases.swift in Sources */, + 7D25FF7EBBA9C00B1C7F5AAF94C6BD1F /* Error.swift in Sources */, + D8BD3D3B87F98C701A3D8C4D5AD11D2D /* LinkingObjects.swift in Sources */, + 5CCC033EDE445E79B2C22AA1C7B38F51 /* List.swift in Sources */, + 9A840F95BFC4B71182C35FDF4D096FE4 /* Migration.swift in Sources */, + 3954C163AB81B6FE0C76346E7FA8211B /* Object.swift in Sources */, + FC76166A2115157511A35409F2569822 /* ObjectSchema.swift in Sources */, + 236AF9D4780E5AACB9B082FD793B5F59 /* Optional.swift in Sources */, + DFC6EC68D79C8972360C8349507EDDC1 /* Property.swift in Sources */, + 7FDFAB982E38B60524CAFC8225CE7B96 /* Realm.swift in Sources */, + C5509328C5E72F7ED9D7C907C33C90B2 /* RealmCollection.swift in Sources */, + D408DDDAF2B5639CF7EDD159F6FE68A5 /* RealmConfiguration.swift in Sources */, + 070AD7CA00C4EB314246FD613307713C /* RealmSwift-dummy.m in Sources */, + 517416AFE1656313C513A22846E784F2 /* Results.swift in Sources */, + 602289A2A308DD0C9B0F840926EB4646 /* Schema.swift in Sources */, + 68702B2E1FE058CDF495026F1B6AC58F /* SortDescriptor.swift in Sources */, + 87DB943B46806EC8A7584BB85F8C026D /* SwiftVersion.swift in Sources */, + D6BB7ACB0171090B3892E4695203FCD9 /* Util.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 0943A97642B89E93A272E7006ECDFE47 /* PBXTargetDependency */ = { + 110F14795A698927B686A9C32F2DBC59 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RealmSwift; - target = D7E62F9BAE2A02C3B6D697741C71EE83 /* RealmSwift */; - targetProxy = AF00C1B7287571D3CBC5DF1A6BD8E7EA /* PBXContainerItemProxy */; + name = Quick; + target = B8D0EB45470D6E626D7FE439E8DD717E /* Quick */; + targetProxy = 23651B6F425CE1E657B55CD9B07AEF40 /* PBXContainerItemProxy */; }; - 09AC1707499425564325CCA8756BC50F /* PBXTargetDependency */ = { + 172ABFD28379EE10155D06D764DED5B9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AMPopTip; - target = 586E40C0BEBAB01A075A5E60359FA09D /* AMPopTip */; - targetProxy = D814F3C873563F2FE7BCD6F4513652BF /* PBXContainerItemProxy */; + name = AMWaveTransition; + target = 9C9A61D087653FCE4B6F913FE6D777E7 /* AMWaveTransition */; + targetProxy = 365F62F86EC1F26F3E9D84A808155FE1 /* PBXContainerItemProxy */; }; - 1296BB0FEB4CFB30F25F1974ACFDE178 /* PBXTargetDependency */ = { + 184EDE589831F6B5D4F5AFEF1298D7B4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Nimble-Snapshots"; - target = 9A3AE440FB23CCC076AA408C3C4836C4 /* Nimble-Snapshots */; - targetProxy = 700B7127366DC5B63E1BBC48B5696F1B /* PBXContainerItemProxy */; + name = Nimble; + target = 83809A38136027B4284EC111C802F7B0 /* Nimble */; + targetProxy = 8536E0AE5811D89B0D676772BE75B894 /* PBXContainerItemProxy */; }; - 2514FD255E1E9AAE270A974003324FD7 /* PBXTargetDependency */ = { + 1B207CCE95912C950656F080C120EA2E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AHKActionSheet; - target = D17FAFD88CED3AC2161294ACB50D526A /* AHKActionSheet */; - targetProxy = 590606AB953735A6CCE2DDC651DCEDD6 /* PBXContainerItemProxy */; + name = FBSnapshotTestCase; + target = 34CD2E3428AB802BACA62286FF5074B1 /* FBSnapshotTestCase */; + targetProxy = 8CC9D02BC3617712C10C632B2105AA0F /* PBXContainerItemProxy */; }; - 30EE16934C11BA0E2779727938A4D8C4 /* PBXTargetDependency */ = { + 24105CF17EA1CA581290F5219A88EB60 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BubbleTransition; - target = 7372CA79CE92E7AC032175441663EBE4 /* BubbleTransition */; - targetProxy = 496FB4238A8A9198A7B247E8C5C6E6A7 /* PBXContainerItemProxy */; + name = Realm; + target = 710E1631B44AAA18CCE13749A50D09BB /* Realm */; + targetProxy = 4273D2D34EFDA185E797BB49894C6F1F /* PBXContainerItemProxy */; }; - 31FF6E53AA6FFDACB9B56F6DBBED5786 /* PBXTargetDependency */ = { + 397A5007181CA2D316BCB0016A9351BA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = A8D69B0BDD98C862DA1BBACCC2BCBF3C /* pop */; - targetProxy = 443F5C1ECC11CE5A55EFA5343389E8BB /* PBXContainerItemProxy */; + name = RealmSwift; + target = 470CF27479CC81501AA13A1CB43F092F /* RealmSwift */; + targetProxy = 6FF06CD52374466C6FC624196F89049B /* PBXContainerItemProxy */; }; - 3B32FFD5851F5A2DA71E4FC00E200C2B /* PBXTargetDependency */ = { + 5C84BAC3812CC1667468F2F737BD431F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = A8D69B0BDD98C862DA1BBACCC2BCBF3C /* pop */; - targetProxy = 68E907CCD64586255991E1459988890F /* PBXContainerItemProxy */; + name = UICountingLabel; + target = 81B0A578E304BC5F4ADCA82AE33619A6 /* UICountingLabel */; + targetProxy = 3D05E4A64A56CE22FD3CF5EEFACD09FC /* PBXContainerItemProxy */; }; - 5023F7974FE3729F65507E39ED0935A8 /* PBXTargetDependency */ = { + 5E3016A228C499720735CB94A5F6874F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = AMPopTip; - target = 586E40C0BEBAB01A075A5E60359FA09D /* AMPopTip */; - targetProxy = D4F85A909B2D4920B8AECD0C09B896A8 /* PBXContainerItemProxy */; + target = 9F64F691C3C68E6FDA6FB1E22434EBA5 /* AMPopTip */; + targetProxy = 636049281260F21AEBA8154BE4679780 /* PBXContainerItemProxy */; }; - 51181AC113284270633563DB2A331F61 /* PBXTargetDependency */ = { + 626C8DA232B9A9B36C61115FC263B244 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Nimble; - target = 40FF1C77152F384080A1A02E90A36DA9 /* Nimble */; - targetProxy = 7839961D148D585620FA3CB1EEE772EF /* PBXContainerItemProxy */; + name = pop; + target = 054637A710A9DA4BF46267B5076A148D /* pop */; + targetProxy = 361BBFBB180C00BFB61F20CC874B058F /* PBXContainerItemProxy */; }; - 5B84896082B091FCEC4995469290FC3B /* PBXTargetDependency */ = { + 6520A8F1B85C91005ED11042F6DE1231 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AHKActionSheet; - target = D17FAFD88CED3AC2161294ACB50D526A /* AHKActionSheet */; - targetProxy = FD4B04BBF44FD31DBDBC53DA84D47268 /* PBXContainerItemProxy */; + name = BAFluidView; + target = 41804C3F7B422752ED4744DAA6DB60C1 /* BAFluidView */; + targetProxy = 932B6BBC1680D7D9F76E90705C895458 /* PBXContainerItemProxy */; }; - 5C8C3E581EFEB6A6E45F04740F36C39E /* PBXTargetDependency */ = { + 6711B4EE07992122959E4E6651342C06 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 5C818CD3C9F5A7A3CA8EE8529A4C33BF /* JTCalendar */; - targetProxy = 0511CF8CAD5359F9DA80EE97743E89C1 /* PBXContainerItemProxy */; + name = RealmSwift; + target = 470CF27479CC81501AA13A1CB43F092F /* RealmSwift */; + targetProxy = A851AF343E34273DD2F0A998276E86BE /* PBXContainerItemProxy */; }; - 5D449949F00BE2A2DA9A3FA52445CB11 /* PBXTargetDependency */ = { + 67827BEA9C5D3B9D75AAC8198D2B05CC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BubbleTransition; - target = 7372CA79CE92E7AC032175441663EBE4 /* BubbleTransition */; - targetProxy = 1A0E79518CC243B05C5FABEE7D77A541 /* PBXContainerItemProxy */; + target = 38830187D9E171E7B43047ED06A08ADC /* BubbleTransition */; + targetProxy = 44690DC3FE80ED8012589C3094BA2AC4 /* PBXContainerItemProxy */; }; - 5FC33EE38EACCBB82FCBAD87E1FC0E46 /* PBXTargetDependency */ = { + 7EFD7E631139887A508ADBB872FFB288 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UICountingLabel; - target = D026F6AC7E4B5B282B1AB52CB4C8B876 /* UICountingLabel */; - targetProxy = B1904522C89F50D9C20A95A0619CDD13 /* PBXContainerItemProxy */; + name = Nimble; + target = 83809A38136027B4284EC111C802F7B0 /* Nimble */; + targetProxy = 2C15CE12287BE528C5211C107FF4C393 /* PBXContainerItemProxy */; }; - 6324A1005B2522B1DB26DAA8C982D316 /* PBXTargetDependency */ = { + 8567D0D58BDA99A5B883FF2776853209 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Realm; - target = 478021D7D9A87A8870FB764EA8DF6BB7 /* Realm */; - targetProxy = 26D650EA1A769A24F8472CCD56C91769 /* PBXContainerItemProxy */; + name = RealmSwift; + target = 470CF27479CC81501AA13A1CB43F092F /* RealmSwift */; + targetProxy = C1FA44CB3BC39B61585CD816DDD9D07A /* PBXContainerItemProxy */; }; - 641FD500092A9B4DC30CA9F4A751AA1B /* PBXTargetDependency */ = { + 8643CD2CC5EE39FA84FADB4560C80D94 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RealmSwift; - target = D7E62F9BAE2A02C3B6D697741C71EE83 /* RealmSwift */; - targetProxy = 1D68CE4C1E306F0BF673F6823B7CBC50 /* PBXContainerItemProxy */; + name = BAFluidView; + target = 41804C3F7B422752ED4744DAA6DB60C1 /* BAFluidView */; + targetProxy = 364682AE7C4938E4389D05A4E34DBC6E /* PBXContainerItemProxy */; }; - 6829989598A97AB1189C5F933C060C8A /* PBXTargetDependency */ = { + 898374159CF3F7F4E7D05A376DDC51B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UICountingLabel; - target = D026F6AC7E4B5B282B1AB52CB4C8B876 /* UICountingLabel */; - targetProxy = 21E37B400A1611881ED97D248F108B12 /* PBXContainerItemProxy */; + name = AHKActionSheet; + target = 7621630BF9979CD340446B0404B671CD /* AHKActionSheet */; + targetProxy = 4CF93A5C137F0DDE41FC26C6F3E6C1D9 /* PBXContainerItemProxy */; }; - 6A2E201EF7FA30EAADA847847D5B6A8A /* PBXTargetDependency */ = { + 8B8A84013F97255ED3B2D0716118827F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Quick; - target = A5C430B1E2D8298FD6C5403590C0B80F /* Quick */; - targetProxy = 2ED63BEDC3D35F455D322AFE462FFB3C /* PBXContainerItemProxy */; + name = Realm; + target = 710E1631B44AAA18CCE13749A50D09BB /* Realm */; + targetProxy = EF73536DAF6EFD0945E83821734DEA4A /* PBXContainerItemProxy */; }; - 7871FF85EE06483EAD1105660D56E50F /* PBXTargetDependency */ = { + 93D608DE3A9152C198CF7D25FB1B3006 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BAFluidView; - target = FA96E1C8B668A4AA298CA4753042E43B /* BAFluidView */; - targetProxy = 70999C0F76F5432D03D4209AD271B887 /* PBXContainerItemProxy */; + name = Quick; + target = B8D0EB45470D6E626D7FE439E8DD717E /* Quick */; + targetProxy = 71D2170ED60948A4FA7421D72A928CF8 /* PBXContainerItemProxy */; }; - 8CDAD3B4DAC06C5DC388ABC8132B5C58 /* PBXTargetDependency */ = { + B1FCE705DC9F69251AD8BDD9CB738A1C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBSnapshotTestCase; - target = 5DB46EA499F9A5E22765121102FCC34B /* FBSnapshotTestCase */; - targetProxy = 6444603A5EB3D8F3362F0120B39F83F0 /* PBXContainerItemProxy */; + name = UICountingLabel; + target = 81B0A578E304BC5F4ADCA82AE33619A6 /* UICountingLabel */; + targetProxy = 0210AF89E985F91ABE80E6546F8AE63B /* PBXContainerItemProxy */; }; - 91766CE6032F58E87E3C28DDBD33F3EB /* PBXTargetDependency */ = { + B2DBFF8FAEBD373926FC54DD819BF516 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AMWaveTransition; - target = 8004BD72C14F3C786A3B1990FE84C94C /* AMWaveTransition */; - targetProxy = A7F3D7926E5DC3B8B56070E703FD5110 /* PBXContainerItemProxy */; + name = Realm; + target = 710E1631B44AAA18CCE13749A50D09BB /* Realm */; + targetProxy = DF8551C1B4C61317D94385C6400040D5 /* PBXContainerItemProxy */; }; - 95CD1E87B4E0BBC8DD766143BFF25CA5 /* PBXTargetDependency */ = { + B565AACBDA37DD40DA0DB3ACDF68738B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 5C818CD3C9F5A7A3CA8EE8529A4C33BF /* JTCalendar */; - targetProxy = 6502A1B484D844FF0C5554F1A82D51C5 /* PBXContainerItemProxy */; + name = "Nimble-Snapshots"; + target = 3A550B121C74E21F1B5B745BCCEE754A /* Nimble-Snapshots */; + targetProxy = 7B4D38691EB38F9FECEA88C2D5B90654 /* PBXContainerItemProxy */; }; - 95E0BB8B1F06B63BD6D49F80E2D47D63 /* PBXTargetDependency */ = { + C37DC7188A4DC5C531906A5749F30E4C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Realm; - target = 478021D7D9A87A8870FB764EA8DF6BB7 /* Realm */; - targetProxy = 8D414ABB7F5C5A3C352270887954E7C1 /* PBXContainerItemProxy */; + target = 710E1631B44AAA18CCE13749A50D09BB /* Realm */; + targetProxy = 64EBCF44BE8E14E4FAE5FC52EB50CDE9 /* PBXContainerItemProxy */; }; - B5EEF869A8D853590BFC239D1E1CB7D8 /* PBXTargetDependency */ = { + D70BA2558EB13D25278F37CBDC92D568 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Quick; - target = A5C430B1E2D8298FD6C5403590C0B80F /* Quick */; - targetProxy = 7B73A1A618322F16D02EC89ED7B2076D /* PBXContainerItemProxy */; + name = AMWaveTransition; + target = 9C9A61D087653FCE4B6F913FE6D777E7 /* AMWaveTransition */; + targetProxy = 70A300351A2194CDAAE62967A3D0F62B /* PBXContainerItemProxy */; }; - CFBEC8D1FF1BC4591F4292EA3350B393 /* PBXTargetDependency */ = { + DA1D7BF25B5898EB5FE37C9CC680AB13 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BAFluidView; - target = FA96E1C8B668A4AA298CA4753042E43B /* BAFluidView */; - targetProxy = 374C9A0A017F48225EDE95471EB70B40 /* PBXContainerItemProxy */; + name = FBSnapshotTestCase; + target = 34CD2E3428AB802BACA62286FF5074B1 /* FBSnapshotTestCase */; + targetProxy = E12AD1FF81AE60A6A2D5EF6E1B61439C /* PBXContainerItemProxy */; }; - CFC5BF14EC92D25DC455A740D3BA265C /* PBXTargetDependency */ = { + DB9832262622328FE47D4992D091DE42 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Nimble; - target = 40FF1C77152F384080A1A02E90A36DA9 /* Nimble */; - targetProxy = 29B9C0EE772FB7A487D12B0125684586 /* PBXContainerItemProxy */; + name = BubbleTransition; + target = 38830187D9E171E7B43047ED06A08ADC /* BubbleTransition */; + targetProxy = D6C7A693B3CD385A377B1426297B2AA1 /* PBXContainerItemProxy */; }; - D94A510CFE91D45D2275AEED822E7FCF /* PBXTargetDependency */ = { + E1D23B85135C518A11783FCF53078F95 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AMWaveTransition; - target = 8004BD72C14F3C786A3B1990FE84C94C /* AMWaveTransition */; - targetProxy = 6706C06AFB8756ECE121546FA2225423 /* PBXContainerItemProxy */; + name = AMPopTip; + target = 9F64F691C3C68E6FDA6FB1E22434EBA5 /* AMPopTip */; + targetProxy = F13D2F7128286958551549456927176B /* PBXContainerItemProxy */; }; - DDF82A7F4F0212527E85A6197F5FD72A /* PBXTargetDependency */ = { + E5C1899BF5AE5B59B23A71B7697E1BAD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBSnapshotTestCase; - target = 5DB46EA499F9A5E22765121102FCC34B /* FBSnapshotTestCase */; - targetProxy = 67B84CC48124DDE2ADD9AFDFBAEE034C /* PBXContainerItemProxy */; + name = pop; + target = 054637A710A9DA4BF46267B5076A148D /* pop */; + targetProxy = 54E45E07CF9FFD6415DE24D783804DF4 /* PBXContainerItemProxy */; }; - E29C0ED354E5A0CBA8038368D896B73C /* PBXTargetDependency */ = { + E8072E605F52C5CBBBD4E9D917CD22AB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Realm; - target = 478021D7D9A87A8870FB764EA8DF6BB7 /* Realm */; - targetProxy = E868136A59A2106E19AD49AB49D83E91 /* PBXContainerItemProxy */; + name = AHKActionSheet; + target = 7621630BF9979CD340446B0404B671CD /* AHKActionSheet */; + targetProxy = 06B79F6C6C1D4BFF964E9CEE74DA7B0A /* PBXContainerItemProxy */; }; - F4A7E1BAD619F3E3405A6272FAF22165 /* PBXTargetDependency */ = { + EA0BFA2029C59114E5E89C9488CC3BF1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Realm; - target = 478021D7D9A87A8870FB764EA8DF6BB7 /* Realm */; - targetProxy = C48046A732E0F5549FB968E3C6B61898 /* PBXContainerItemProxy */; + name = JTCalendar; + target = D5A9374F621FA4C02BA15CAD2D4945F8 /* JTCalendar */; + targetProxy = B178F25B62BED3122D4750A7282DFBF7 /* PBXContainerItemProxy */; }; - FEC47E19748EF2FEEDCBF28B87AA1858 /* PBXTargetDependency */ = { + F5CAEB6914C620E70E338A7F9AAB2F49 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RealmSwift; - target = D7E62F9BAE2A02C3B6D697741C71EE83 /* RealmSwift */; - targetProxy = 402C88B2451D4EF9E934745EBEF0DC21 /* PBXContainerItemProxy */; + name = JTCalendar; + target = D5A9374F621FA4C02BA15CAD2D4945F8 /* JTCalendar */; + targetProxy = 69061B640F9DF3082D8C63D26DFEF3EB /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 007E989A74176073CF205210834B1915 /* Debug */ = { + 015FD3EDE270B3FA5BB8C6EF9790C879 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 92C752E397E000A6FBAE2E2BDDEB411C /* pop.xcconfig */; + baseConfigurationReference = 629E81DBA191F209CD804EF370692418 /* FBSnapshotTestCase.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -3182,14 +3196,14 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/pop/pop-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/pop/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FBSnapshotTestCase/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/pop/pop.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = pop; + MODULEMAP_FILE = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = FBSnapshotTestCase; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -3197,11 +3211,77 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 0880F60534A4BC6FB77729E091FDC90A /* Release */ = { + 04B7B43C6053B1DE8BC361EFA213D4A4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 30B4DE9081ED02A5358442FF6F6C37CD /* Pods-Gulps.release.xcconfig */; + baseConfigurationReference = 3C4EFFCD404FD93BDDADE0F4DCE55BFC /* Nimble.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/Nimble/Nimble-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Nimble/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Nimble/Nimble.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = Nimble; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 0E6F37B978590808C225288470E3EEBC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 66402EB7239F283C70A75614344DF1B2 /* AHKActionSheet.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/AHKActionSheet/AHKActionSheet-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/AHKActionSheet/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/AHKActionSheet/AHKActionSheet.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = AHKActionSheet; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 128165F708088E30C68F6BDDD3351464 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 30B4DE9081ED02A5358442FF6F6C37CD /* Pods-Gulps.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -3235,15 +3315,15 @@ }; name = Release; }; - 12342C749911D12E36755667E3FB1528 /* Release */ = { + 27A11F970DD954F824B7A066BF7A595C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 92C752E397E000A6FBAE2E2BDDEB411C /* pop.xcconfig */; + baseConfigurationReference = 1578F70506F9F79C5B544E73FF86F23F /* Nimble-Snapshots.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -3251,26 +3331,27 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/pop/pop-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/pop/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Nimble-Snapshots/Nimble-Snapshots-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Nimble-Snapshots/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/pop/pop.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = pop; + MODULEMAP_FILE = "Target Support Files/Nimble-Snapshots/Nimble-Snapshots.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = Nimble_Snapshots; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 16AFD2A2A1065009136E9119D471DDA6 /* Release */ = { + 2F7E92DD2D95C94F14E18B6B3BEFC205 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FD822EC50DA8A9B744D86CD096A4EA3C /* UICountingLabel.xcconfig */; + baseConfigurationReference = 15EF53F45729EB4C6A6480C7781BB1D8 /* BAFluidView.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -3284,14 +3365,14 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/UICountingLabel/UICountingLabel-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/UICountingLabel/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/BAFluidView/BAFluidView-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/BAFluidView/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/UICountingLabel/UICountingLabel.modulemap"; + MODULEMAP_FILE = "Target Support Files/BAFluidView/BAFluidView.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = UICountingLabel; + PRODUCT_NAME = BAFluidView; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -3301,15 +3382,15 @@ }; name = Release; }; - 1C7047ED21FB544C186AFA04F4294507 /* Release */ = { + 3389B5A36CFEFAE24BE1214D93B5B447 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FD2C0A7915C0FDE2D55E2EFE74A5723D /* AMPopTip.xcconfig */; + baseConfigurationReference = 629E81DBA191F209CD804EF370692418 /* FBSnapshotTestCase.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -3317,26 +3398,27 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/AMPopTip/AMPopTip-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/AMPopTip/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FBSnapshotTestCase/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/AMPopTip/AMPopTip.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = AMPopTip; + MODULEMAP_FILE = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = FBSnapshotTestCase; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 252E0806F15C4A863AEF94E13B89431E /* Release */ = { + 38EDAC5873A96377375A19552D7B8450 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 03781162389EB4707DBEDFFCA83F4007 /* Quick.xcconfig */; + baseConfigurationReference = FD822EC50DA8A9B744D86CD096A4EA3C /* UICountingLabel.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -3350,14 +3432,14 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Quick/Quick-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Quick/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/UICountingLabel/UICountingLabel-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/UICountingLabel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Quick/Quick.modulemap"; + MODULEMAP_FILE = "Target Support Files/UICountingLabel/UICountingLabel.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = Quick; + PRODUCT_NAME = UICountingLabel; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -3367,11 +3449,10 @@ }; name = Release; }; - 34150AA60E013CFF0F7FF257B82666EA /* Debug */ = { + 39D10ABFC5C1C0620FD216FF9F3B45CB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2C001CE0D456FE96BF225882DF507045 /* RealmSwift.xcconfig */; + baseConfigurationReference = 6B3D0258A8989FB149FD1848949949D0 /* Pods-GulpsTests.debug.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -3384,27 +3465,63 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/RealmSwift/RealmSwift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/RealmSwift/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-GulpsTests/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/RealmSwift/RealmSwift.modulemap"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-GulpsTests/Pods-GulpsTests.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = RealmSwift; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_GulpsTests; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 3977C7A885BABA047CA4BE004530CDA8 /* Debug */ = { + 3B98FD04182CAD5ECD05DD95525C7D5A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 66402EB7239F283C70A75614344DF1B2 /* AHKActionSheet.xcconfig */; + baseConfigurationReference = 03781162389EB4707DBEDFFCA83F4007 /* Quick.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/Quick/Quick-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Quick/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Quick/Quick.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = Quick; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 3EC239DEF704FAF1E60787033DCD7370 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F2EBDDDC36EDA16B152884FF5477898F /* JTCalendar.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -3418,14 +3535,14 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/AHKActionSheet/AHKActionSheet-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/AHKActionSheet/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/JTCalendar/JTCalendar-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/JTCalendar/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/AHKActionSheet/AHKActionSheet.modulemap"; + MODULEMAP_FILE = "Target Support Files/JTCalendar/JTCalendar.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = AHKActionSheet; + PRODUCT_NAME = JTCalendar; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -3435,16 +3552,16 @@ }; name = Debug; }; - 3D42C70CF943C378E04C89F2D977BBAF /* Debug */ = { + 41C624118CDBB9587CB7FFA27975C5AC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0FF2D1C7446FD9BA897E11F2FFE4357F /* Pods-GulpsToday.debug.xcconfig */; + baseConfigurationReference = 7403DD47A66FDF2421CAFC8FD9398E5A /* Pods-GulpsToday.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -3458,7 +3575,7 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; MODULEMAP_FILE = "Target Support Files/Pods-GulpsToday/Pods-GulpsToday.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; + MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -3466,17 +3583,17 @@ PRODUCT_NAME = Pods_GulpsToday; 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; }; - 3F1BCD8A4C8AED5B27898D76EB8BEE31 /* Release */ = { + 45E0A6D3280CFE79F37170A5A1087B07 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9B69377FA80C5B7B2646D0E0E2FA93C9 /* Pods-GulpsTests.release.xcconfig */; + baseConfigurationReference = 4569CE210C9168A9127F643C364C0F9B /* Realm.xcconfig */; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -3489,29 +3606,26 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-GulpsTests/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.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-GulpsTests/Pods-GulpsTests.modulemap"; + MODULEMAP_FILE = "Target Support Files/Realm/Realm.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_GulpsTests; + PRODUCT_NAME = Realm; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Release; }; - 44A77FE391B00B428B1602A43749925C /* Debug */ = { + 4BB2AC80DBE178C99B6E34CBF07503E8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629E81DBA191F209CD804EF370692418 /* FBSnapshotTestCase.xcconfig */; + baseConfigurationReference = B8832A4AF5DD16FB86877AB1F8524B53 /* AMWaveTransition.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -3525,17 +3639,16 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FBSnapshotTestCase/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/AMWaveTransition/AMWaveTransition-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/AMWaveTransition/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.modulemap"; + MODULEMAP_FILE = "Target Support Files/AMWaveTransition/AMWaveTransition.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = FBSnapshotTestCase; + PRODUCT_NAME = AMWaveTransition; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; @@ -3543,7 +3656,43 @@ }; name = Debug; }; - 4DD4B3964123E76E95F37EEFD33DE0CD /* Release */ = { + 4C43B9D9029989F49472BB2BF9249BC0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9B69377FA80C5B7B2646D0E0E2FA93C9 /* Pods-GulpsTests.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/Pods-GulpsTests/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-GulpsTests/Pods-GulpsTests.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_GulpsTests; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 4D6AA3471DA3A24C3876C555CDD46CDA /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 4569CE210C9168A9127F643C364C0F9B /* Realm.xcconfig */; buildSettings = { @@ -3552,7 +3701,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -3566,7 +3715,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MODULEMAP_FILE = "Target Support Files/Realm/Realm.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; + MTL_ENABLE_DEBUG_INFO = YES; PRODUCT_NAME = Realm; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -3575,17 +3724,17 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 4FCFCFFA1F4A30D0E7627AD3767B892E /* Release */ = { + 4F4A3A878F00FE611F032C7F6D3210AE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 41B328CB9E0D733E4426DDA132A97BDF /* BubbleTransition.xcconfig */; + baseConfigurationReference = 15EF53F45729EB4C6A6480C7781BB1D8 /* BAFluidView.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -3593,14 +3742,14 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/BubbleTransition/BubbleTransition-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/BubbleTransition/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/BAFluidView/BAFluidView-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/BAFluidView/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/BubbleTransition/BubbleTransition.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = BubbleTransition; + MODULEMAP_FILE = "Target Support Files/BAFluidView/BAFluidView.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = BAFluidView; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -3608,7 +3757,7 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; 59B042A655B7C20CBAB90E385BF4E4C7 /* Debug */ = { isa = XCBuildConfiguration; @@ -3654,9 +3803,9 @@ }; name = Debug; }; - 5F0F75FAE0EC1959FB3184AD297CAB31 /* Debug */ = { + 5FB23D7605EEDF16CB309F34DC375C9C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 03781162389EB4707DBEDFFCA83F4007 /* Quick.xcconfig */; + baseConfigurationReference = 2548EFC7EDB753BD99A60B3C2A30A0F8 /* Pods-Gulps.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -3670,60 +3819,30 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Quick/Quick-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Quick/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-Gulps/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Quick/Quick.modulemap"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-Gulps/Pods-Gulps.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = Quick; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_Gulps; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 63755FE4EE7AD9BBC9479FCF4540B0A4 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3C4EFFCD404FD93BDDADE0F4DCE55BFC /* Nimble.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_BITCODE = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Nimble/Nimble-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Nimble/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Nimble/Nimble.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = Nimble; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 726525C95F5652DB1C3206F2BCAC7BFC /* Release */ = { + 6DFE78A99170BD70309C375B7DFD436D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B8832A4AF5DD16FB86877AB1F8524B53 /* AMWaveTransition.xcconfig */; + baseConfigurationReference = 1578F70506F9F79C5B544E73FF86F23F /* Nimble-Snapshots.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -3737,14 +3856,14 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/AMWaveTransition/AMWaveTransition-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/AMWaveTransition/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Nimble-Snapshots/Nimble-Snapshots-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Nimble-Snapshots/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/AMWaveTransition/AMWaveTransition.modulemap"; + MODULEMAP_FILE = "Target Support Files/Nimble-Snapshots/Nimble-Snapshots.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = AMWaveTransition; + PRODUCT_NAME = Nimble_Snapshots; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -3754,10 +3873,11 @@ }; name = Release; }; - 7550BE872798A629E44C092575412145 /* Debug */ = { + 7B4E0B1328C14C70434E402F8523C959 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2548EFC7EDB753BD99A60B3C2A30A0F8 /* Pods-Gulps.debug.xcconfig */; + baseConfigurationReference = 2C001CE0D456FE96BF225882DF507045 /* RealmSwift.xcconfig */; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -3770,36 +3890,33 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-Gulps/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.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Gulps/Pods-Gulps.modulemap"; + MODULEMAP_FILE = "Target Support Files/RealmSwift/RealmSwift.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_Gulps; + PRODUCT_NAME = RealmSwift; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 7907E316150519C25A0880E7885C1898 /* Debug */ = { + 7B6836FB4D725131C4D77077CDF09B20 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B8832A4AF5DD16FB86877AB1F8524B53 /* AMWaveTransition.xcconfig */; + baseConfigurationReference = FD2C0A7915C0FDE2D55E2EFE74A5723D /* AMPopTip.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -3807,14 +3924,14 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/AMWaveTransition/AMWaveTransition-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/AMWaveTransition/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/AMPopTip/AMPopTip-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/AMPopTip/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/AMWaveTransition/AMWaveTransition.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = AMWaveTransition; + MODULEMAP_FILE = "Target Support Files/AMPopTip/AMPopTip.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = AMPopTip; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -3822,13 +3939,12 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 8269A4BB7A1D60DC390141609720BA02 /* Release */ = { + 7D27843748599955F0AC4745C9380C46 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2C001CE0D456FE96BF225882DF507045 /* RealmSwift.xcconfig */; + baseConfigurationReference = 92C752E397E000A6FBAE2E2BDDEB411C /* pop.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -3841,14 +3957,14 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = 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/pop/pop-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/pop/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/RealmSwift/RealmSwift.modulemap"; + MODULEMAP_FILE = "Target Support Files/pop/pop.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = RealmSwift; + PRODUCT_NAME = pop; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -3858,15 +3974,15 @@ }; name = Release; }; - 8C7EB17400D1D2A2F63F604359838742 /* Release */ = { + 84AD9CDF978ADD5DBAC508A3F4FA9196 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F2EBDDDC36EDA16B152884FF5477898F /* JTCalendar.xcconfig */; + baseConfigurationReference = 3C4EFFCD404FD93BDDADE0F4DCE55BFC /* Nimble.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -3874,27 +3990,29 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/JTCalendar/JTCalendar-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/JTCalendar/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Nimble/Nimble-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Nimble/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/JTCalendar/JTCalendar.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = JTCalendar; + MODULEMAP_FILE = "Target Support Files/Nimble/Nimble.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = Nimble; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 9726B0F0CBEC105BDA1086A790DCC329 /* Release */ = { + 94F285DCEB4DC8060AAFB98EED188AC8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 66402EB7239F283C70A75614344DF1B2 /* AHKActionSheet.xcconfig */; + baseConfigurationReference = 2C001CE0D456FE96BF225882DF507045 /* RealmSwift.xcconfig */; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -3907,14 +4025,14 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/AHKActionSheet/AHKActionSheet-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/AHKActionSheet/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 = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/AHKActionSheet/AHKActionSheet.modulemap"; + MODULEMAP_FILE = "Target Support Files/RealmSwift/RealmSwift.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = AHKActionSheet; + PRODUCT_NAME = RealmSwift; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -3924,9 +4042,9 @@ }; name = Release; }; - 9BAB350E1F82713B80BFF306F1F2B5D3 /* Debug */ = { + 97E6B363FF464B20B3C45AC0D2782AF3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 41B328CB9E0D733E4426DDA132A97BDF /* BubbleTransition.xcconfig */; + baseConfigurationReference = FD2C0A7915C0FDE2D55E2EFE74A5723D /* AMPopTip.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -3940,17 +4058,16 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/BubbleTransition/BubbleTransition-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/BubbleTransition/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/AMPopTip/AMPopTip-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/AMPopTip/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/BubbleTransition/BubbleTransition.modulemap"; + MODULEMAP_FILE = "Target Support Files/AMPopTip/AMPopTip.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = BubbleTransition; + PRODUCT_NAME = AMPopTip; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; @@ -3958,11 +4075,10 @@ }; name = Debug; }; - 9EC8B0206CAFBE9B664AD2401DA22CA6 /* Debug */ = { + 9D1B4402A0B242FFA4C2DA3D4E9DF674 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4569CE210C9168A9127F643C364C0F9B /* Realm.xcconfig */; + baseConfigurationReference = 03781162389EB4707DBEDFFCA83F4007 /* Quick.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -3975,16 +4091,17 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = 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/Quick/Quick-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Quick/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Realm/Realm.modulemap"; + MODULEMAP_FILE = "Target Support Files/Quick/Quick.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = Realm; + PRODUCT_NAME = Quick; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; @@ -3992,9 +4109,9 @@ }; name = Debug; }; - A90405F28A762E499A9EEEF9EDE511AF /* Debug */ = { + A799F7C9EF29086254B8021D645C7995 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 15EF53F45729EB4C6A6480C7781BB1D8 /* BAFluidView.xcconfig */; + baseConfigurationReference = 66402EB7239F283C70A75614344DF1B2 /* AHKActionSheet.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -4008,14 +4125,14 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/BAFluidView/BAFluidView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/BAFluidView/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/AHKActionSheet/AHKActionSheet-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/AHKActionSheet/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/BAFluidView/BAFluidView.modulemap"; + MODULEMAP_FILE = "Target Support Files/AHKActionSheet/AHKActionSheet.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = BAFluidView; + PRODUCT_NAME = AHKActionSheet; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -4025,9 +4142,9 @@ }; name = Debug; }; - AD8F5990DDF23296FB2E1263D2A92459 /* Debug */ = { + AA234ACDE7EA25D8D8A46D77004CE91E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6B3D0258A8989FB149FD1848949949D0 /* Pods-GulpsTests.debug.xcconfig */; + baseConfigurationReference = 92C752E397E000A6FBAE2E2BDDEB411C /* pop.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -4041,21 +4158,17 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-GulpsTests/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/pop/pop-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/pop/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-GulpsTests/Pods-GulpsTests.modulemap"; + MODULEMAP_FILE = "Target Support Files/pop/pop.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_GulpsTests; + PRODUCT_NAME = pop; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; @@ -4102,9 +4215,9 @@ }; name = Release; }; - BC57D9363D4F7C341DF5935F32E40A68 /* Debug */ = { + BB83DD8122207E273287A0EDE431B735 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3C4EFFCD404FD93BDDADE0F4DCE55BFC /* Nimble.xcconfig */; + baseConfigurationReference = FD822EC50DA8A9B744D86CD096A4EA3C /* UICountingLabel.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -4118,17 +4231,16 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Nimble/Nimble-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Nimble/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/UICountingLabel/UICountingLabel-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/UICountingLabel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Nimble/Nimble.modulemap"; + MODULEMAP_FILE = "Target Support Files/UICountingLabel/UICountingLabel.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = Nimble; + PRODUCT_NAME = UICountingLabel; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; @@ -4136,9 +4248,9 @@ }; name = Debug; }; - BCEA702A615D0A7580869344A483D1AE /* Release */ = { + CBF11E468F663D71B4B79A4004102F2C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1578F70506F9F79C5B544E73FF86F23F /* Nimble-Snapshots.xcconfig */; + baseConfigurationReference = 41B328CB9E0D733E4426DDA132A97BDF /* BubbleTransition.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -4152,14 +4264,14 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Nimble-Snapshots/Nimble-Snapshots-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Nimble-Snapshots/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/BubbleTransition/BubbleTransition-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/BubbleTransition/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Nimble-Snapshots/Nimble-Snapshots.modulemap"; + MODULEMAP_FILE = "Target Support Files/BubbleTransition/BubbleTransition.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = Nimble_Snapshots; + PRODUCT_NAME = BubbleTransition; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -4169,9 +4281,9 @@ }; name = Release; }; - BED33C352A655C776317CF7BE76305C8 /* Debug */ = { + D454E907DE87BC5EDDB2341238B80A56 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FD2C0A7915C0FDE2D55E2EFE74A5723D /* AMPopTip.xcconfig */; + baseConfigurationReference = 41B328CB9E0D733E4426DDA132A97BDF /* BubbleTransition.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -4185,16 +4297,17 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/AMPopTip/AMPopTip-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/AMPopTip/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/BubbleTransition/BubbleTransition-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/BubbleTransition/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/AMPopTip/AMPopTip.modulemap"; + MODULEMAP_FILE = "Target Support Files/BubbleTransition/BubbleTransition.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = AMPopTip; + PRODUCT_NAME = BubbleTransition; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; @@ -4202,16 +4315,16 @@ }; name = Debug; }; - D4C4255FA4B6D278F16B04E029267F80 /* Release */ = { + DA78192681EE4619A47E0A1C6CC12199 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7403DD47A66FDF2421CAFC8FD9398E5A /* Pods-GulpsToday.release.xcconfig */; + baseConfigurationReference = 0FF2D1C7446FD9BA897E11F2FFE4357F /* Pods-GulpsToday.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -4225,7 +4338,7 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; MODULEMAP_FILE = "Target Support Files/Pods-GulpsToday/Pods-GulpsToday.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; + MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -4233,46 +4346,14 @@ PRODUCT_NAME = Pods_GulpsToday; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; - }; - D6D8C8470CDE473F5565B05ED414A44A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 629E81DBA191F209CD804EF370692418 /* FBSnapshotTestCase.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_BITCODE = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FBSnapshotTestCase/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = FBSnapshotTestCase; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; + name = Debug; }; - DEC0981B0391BBDE894207199B515A7A /* Debug */ = { + F2B0944F63E7144B895931A8E7BDBA58 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = F2EBDDDC36EDA16B152884FF5477898F /* JTCalendar.xcconfig */; buildSettings = { @@ -4280,7 +4361,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -4294,7 +4375,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MODULEMAP_FILE = "Target Support Files/JTCalendar/JTCalendar.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; + MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_NAME = JTCalendar; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -4303,78 +4384,11 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; - }; - E7325905259F53DE6B6B16919C99D3EC /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FD822EC50DA8A9B744D86CD096A4EA3C /* UICountingLabel.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_BITCODE = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/UICountingLabel/UICountingLabel-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/UICountingLabel/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/UICountingLabel/UICountingLabel.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = UICountingLabel; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - EFDC0FDCD3AD1609C86CBAE4D18C0000 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1578F70506F9F79C5B544E73FF86F23F /* Nimble-Snapshots.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_BITCODE = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Nimble-Snapshots/Nimble-Snapshots-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Nimble-Snapshots/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Nimble-Snapshots/Nimble-Snapshots.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = Nimble_Snapshots; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; + name = Release; }; - F2C87EDB03D03FE3CF27B3DB6E87D752 /* Release */ = { + F6778ADD3A98A4BB1F93BB379F5E9262 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 15EF53F45729EB4C6A6480C7781BB1D8 /* BAFluidView.xcconfig */; + baseConfigurationReference = B8832A4AF5DD16FB86877AB1F8524B53 /* AMWaveTransition.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -4388,14 +4402,14 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/BAFluidView/BAFluidView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/BAFluidView/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/AMWaveTransition/AMWaveTransition-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/AMWaveTransition/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/BAFluidView/BAFluidView.modulemap"; + MODULEMAP_FILE = "Target Support Files/AMWaveTransition/AMWaveTransition.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = BAFluidView; + PRODUCT_NAME = AMWaveTransition; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -4408,29 +4422,29 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 16338EE1C1BD578312E653B5ED79DBC9 /* Build configuration list for PBXNativeTarget "Nimble-Snapshots" */ = { + 201EE1694D327918E48EB1185D468DC0 /* Build configuration list for PBXNativeTarget "pop" */ = { isa = XCConfigurationList; buildConfigurations = ( - EFDC0FDCD3AD1609C86CBAE4D18C0000 /* Debug */, - BCEA702A615D0A7580869344A483D1AE /* Release */, + AA234ACDE7EA25D8D8A46D77004CE91E /* Debug */, + 7D27843748599955F0AC4745C9380C46 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1684A00001C501B45A4F7685ACA48634 /* Build configuration list for PBXNativeTarget "AMPopTip" */ = { + 253B960A2CDD1CCD7054268D45031107 /* Build configuration list for PBXNativeTarget "AMPopTip" */ = { isa = XCConfigurationList; buildConfigurations = ( - BED33C352A655C776317CF7BE76305C8 /* Debug */, - 1C7047ED21FB544C186AFA04F4294507 /* Release */, + 97E6B363FF464B20B3C45AC0D2782AF3 /* Debug */, + 7B6836FB4D725131C4D77077CDF09B20 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 16BC5ECDB0E5761F254F588469F718A9 /* Build configuration list for PBXNativeTarget "Pods-GulpsTests" */ = { + 29606158CD1FDD47AA6E8B60E7BAC408 /* Build configuration list for PBXNativeTarget "Pods-Gulps" */ = { isa = XCConfigurationList; buildConfigurations = ( - AD8F5990DDF23296FB2E1263D2A92459 /* Debug */, - 3F1BCD8A4C8AED5B27898D76EB8BEE31 /* Release */, + 5FB23D7605EEDF16CB309F34DC375C9C /* Debug */, + 128165F708088E30C68F6BDDD3351464 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -4444,128 +4458,128 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3B37AB90228D07C5CD970C9C0FB4CEF6 /* Build configuration list for PBXNativeTarget "Realm" */ = { + 330016639DDE08CA66CCE8B1020C11DF /* Build configuration list for PBXNativeTarget "UICountingLabel" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9EC8B0206CAFBE9B664AD2401DA22CA6 /* Debug */, - 4DD4B3964123E76E95F37EEFD33DE0CD /* Release */, + BB83DD8122207E273287A0EDE431B735 /* Debug */, + 38EDAC5873A96377375A19552D7B8450 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5EC9368E3976F18C94D9D6B74DF71F34 /* Build configuration list for PBXNativeTarget "pop" */ = { + 524ABE9D90A4F46A8F584348EDF4421F /* Build configuration list for PBXNativeTarget "AHKActionSheet" */ = { isa = XCConfigurationList; buildConfigurations = ( - 007E989A74176073CF205210834B1915 /* Debug */, - 12342C749911D12E36755667E3FB1528 /* Release */, + A799F7C9EF29086254B8021D645C7995 /* Debug */, + 0E6F37B978590808C225288470E3EEBC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 63132D8C6DEB4BEAA48A478BA08657C0 /* Build configuration list for PBXNativeTarget "JTCalendar" */ = { + 7F73C772A6AE3DEC05E83B15C164421C /* Build configuration list for PBXNativeTarget "JTCalendar" */ = { isa = XCConfigurationList; buildConfigurations = ( - DEC0981B0391BBDE894207199B515A7A /* Debug */, - 8C7EB17400D1D2A2F63F604359838742 /* Release */, + 3EC239DEF704FAF1E60787033DCD7370 /* Debug */, + F2B0944F63E7144B895931A8E7BDBA58 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6A4157130EF02A82A9EE566A9054D9DB /* Build configuration list for PBXNativeTarget "Pods-Gulps" */ = { + 80A1B16222697C3079DBB028B38F7DBE /* Build configuration list for PBXNativeTarget "BubbleTransition" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7550BE872798A629E44C092575412145 /* Debug */, - 0880F60534A4BC6FB77729E091FDC90A /* Release */, + D454E907DE87BC5EDDB2341238B80A56 /* Debug */, + CBF11E468F663D71B4B79A4004102F2C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 76D0849870EBB41776B77CED313D2766 /* Build configuration list for PBXNativeTarget "UICountingLabel" */ = { + B2CF48C4811FB90BE2D6CCB918151034 /* Build configuration list for PBXNativeTarget "Quick" */ = { isa = XCConfigurationList; buildConfigurations = ( - E7325905259F53DE6B6B16919C99D3EC /* Debug */, - 16AFD2A2A1065009136E9119D471DDA6 /* Release */, + 9D1B4402A0B242FFA4C2DA3D4E9DF674 /* Debug */, + 3B98FD04182CAD5ECD05DD95525C7D5A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 76E98CE3F6E6180A23FDC437A6A11E50 /* Build configuration list for PBXNativeTarget "Pods-GulpsToday" */ = { + B5DAD67CF7A6088C26CC42A5E326F34C /* Build configuration list for PBXNativeTarget "Nimble" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3D42C70CF943C378E04C89F2D977BBAF /* Debug */, - D4C4255FA4B6D278F16B04E029267F80 /* Release */, + 84AD9CDF978ADD5DBAC508A3F4FA9196 /* Debug */, + 04B7B43C6053B1DE8BC361EFA213D4A4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7B908DC9781EDE6FC342DC3AB03CD330 /* Build configuration list for PBXNativeTarget "AHKActionSheet" */ = { + B5F6E7811A13195C3E7C2017B4EB59AE /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3977C7A885BABA047CA4BE004530CDA8 /* Debug */, - 9726B0F0CBEC105BDA1086A790DCC329 /* Release */, + 4D6AA3471DA3A24C3876C555CDD46CDA /* Debug */, + 45E0A6D3280CFE79F37170A5A1087B07 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8877D540D9FE7AD05C1AFB61E15A427C /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { + BCD072AE49AFD760AB8CA9EE43B16B6B /* Build configuration list for PBXNativeTarget "BAFluidView" */ = { isa = XCConfigurationList; buildConfigurations = ( - 34150AA60E013CFF0F7FF257B82666EA /* Debug */, - 8269A4BB7A1D60DC390141609720BA02 /* Release */, + 4F4A3A878F00FE611F032C7F6D3210AE /* Debug */, + 2F7E92DD2D95C94F14E18B6B3BEFC205 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8BAD9DF96E5C05EF22302DFE793A4735 /* Build configuration list for PBXNativeTarget "BAFluidView" */ = { + C66A1B267D216CB4D55A3D65B735E42A /* Build configuration list for PBXNativeTarget "Nimble-Snapshots" */ = { isa = XCConfigurationList; buildConfigurations = ( - A90405F28A762E499A9EEEF9EDE511AF /* Debug */, - F2C87EDB03D03FE3CF27B3DB6E87D752 /* Release */, + 27A11F970DD954F824B7A066BF7A595C /* Debug */, + 6DFE78A99170BD70309C375B7DFD436D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8D492E06A9E9F494492A2A3B4D19493E /* Build configuration list for PBXNativeTarget "FBSnapshotTestCase" */ = { + DEE71455A17BAEA31221DC0699A10498 /* Build configuration list for PBXNativeTarget "AMWaveTransition" */ = { isa = XCConfigurationList; buildConfigurations = ( - 44A77FE391B00B428B1602A43749925C /* Debug */, - D6D8C8470CDE473F5565B05ED414A44A /* Release */, + 4BB2AC80DBE178C99B6E34CBF07503E8 /* Debug */, + F6778ADD3A98A4BB1F93BB379F5E9262 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A4964CB88DC1058EA701972205BBB4A0 /* Build configuration list for PBXNativeTarget "Nimble" */ = { + E0DC0D3B53201FF82876CED5F43BD8B2 /* Build configuration list for PBXNativeTarget "Pods-GulpsToday" */ = { isa = XCConfigurationList; buildConfigurations = ( - BC57D9363D4F7C341DF5935F32E40A68 /* Debug */, - 63755FE4EE7AD9BBC9479FCF4540B0A4 /* Release */, + DA78192681EE4619A47E0A1C6CC12199 /* Debug */, + 41C624118CDBB9587CB7FFA27975C5AC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - CDD472835DE04EBDB4665D3207961542 /* Build configuration list for PBXNativeTarget "Quick" */ = { + E46B259529DD657371E14BBDD43AF1E6 /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5F0F75FAE0EC1959FB3184AD297CAB31 /* Debug */, - 252E0806F15C4A863AEF94E13B89431E /* Release */, + 7B4E0B1328C14C70434E402F8523C959 /* Debug */, + 94F285DCEB4DC8060AAFB98EED188AC8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E481E9DBD0219904DB699E6812D3EE08 /* Build configuration list for PBXNativeTarget "BubbleTransition" */ = { + F28097D43AF5CD8DA838ABD52A053790 /* Build configuration list for PBXNativeTarget "FBSnapshotTestCase" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9BAB350E1F82713B80BFF306F1F2B5D3 /* Debug */, - 4FCFCFFA1F4A30D0E7627AD3767B892E /* Release */, + 3389B5A36CFEFAE24BE1214D93B5B447 /* Debug */, + 015FD3EDE270B3FA5BB8C6EF9790C879 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - ED45EEB4D02DFF9713278172A9241A1C /* Build configuration list for PBXNativeTarget "AMWaveTransition" */ = { + F3D1EDBD64E3B6D0ABD7798433F0D818 /* Build configuration list for PBXNativeTarget "Pods-GulpsTests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7907E316150519C25A0880E7885C1898 /* Debug */, - 726525C95F5652DB1C3206F2BCAC7BFC /* Release */, + 39D10ABFC5C1C0620FD216FF9F3B45CB /* Debug */, + 4C43B9D9029989F49472BB2BF9249BC0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Pods/Target Support Files/AHKActionSheet/AHKActionSheet-umbrella.h b/Pods/Target Support Files/AHKActionSheet/AHKActionSheet-umbrella.h index 0d2ea26..8c913c8 100644 --- a/Pods/Target Support Files/AHKActionSheet/AHKActionSheet-umbrella.h +++ b/Pods/Target Support Files/AHKActionSheet/AHKActionSheet-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "AHKActionSheet.h" #import "AHKActionSheetViewController.h" diff --git a/Pods/Target Support Files/AMPopTip/AMPopTip-umbrella.h b/Pods/Target Support Files/AMPopTip/AMPopTip-umbrella.h index e0d07a8..51ac264 100644 --- a/Pods/Target Support Files/AMPopTip/AMPopTip-umbrella.h +++ b/Pods/Target Support Files/AMPopTip/AMPopTip-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "AMPopTip+Animation.h" #import "AMPopTip+Draw.h" diff --git a/Pods/Target Support Files/AMWaveTransition/AMWaveTransition-umbrella.h b/Pods/Target Support Files/AMWaveTransition/AMWaveTransition-umbrella.h index f8d3bc3..d4f7183 100644 --- a/Pods/Target Support Files/AMWaveTransition/AMWaveTransition-umbrella.h +++ b/Pods/Target Support Files/AMWaveTransition/AMWaveTransition-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "AMWaveTransition.h" #import "AMWaveViewController.h" diff --git a/Pods/Target Support Files/BAFluidView/BAFluidView-umbrella.h b/Pods/Target Support Files/BAFluidView/BAFluidView-umbrella.h index db10b9d..71fac21 100644 --- a/Pods/Target Support Files/BAFluidView/BAFluidView-umbrella.h +++ b/Pods/Target Support Files/BAFluidView/BAFluidView-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "BAFluidView.h" #import "Constants.h" diff --git a/Pods/Target Support Files/BubbleTransition/BubbleTransition-umbrella.h b/Pods/Target Support Files/BubbleTransition/BubbleTransition-umbrella.h index bf73a67..3280335 100644 --- a/Pods/Target Support Files/BubbleTransition/BubbleTransition-umbrella.h +++ b/Pods/Target Support Files/BubbleTransition/BubbleTransition-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif FOUNDATION_EXPORT double BubbleTransitionVersionNumber; diff --git a/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-umbrella.h b/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-umbrella.h index 8fa9a1c..3481131 100644 --- a/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-umbrella.h +++ b/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "FBSnapshotTestCase.h" #import "FBSnapshotTestCasePlatform.h" diff --git a/Pods/Target Support Files/JTCalendar/JTCalendar-umbrella.h b/Pods/Target Support Files/JTCalendar/JTCalendar-umbrella.h index ec45d11..0d615fa 100644 --- a/Pods/Target Support Files/JTCalendar/JTCalendar-umbrella.h +++ b/Pods/Target Support Files/JTCalendar/JTCalendar-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "JTCalendar.h" #import "JTCalendarAppearance.h" diff --git a/Pods/Target Support Files/Nimble-Snapshots/Nimble-Snapshots-umbrella.h b/Pods/Target Support Files/Nimble-Snapshots/Nimble-Snapshots-umbrella.h index d03b8c6..bae6432 100644 --- a/Pods/Target Support Files/Nimble-Snapshots/Nimble-Snapshots-umbrella.h +++ b/Pods/Target Support Files/Nimble-Snapshots/Nimble-Snapshots-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif FOUNDATION_EXPORT double Nimble_SnapshotsVersionNumber; diff --git a/Pods/Target Support Files/Nimble/Nimble-umbrella.h b/Pods/Target Support Files/Nimble/Nimble-umbrella.h index 7151480..fda1acc 100644 --- a/Pods/Target Support Files/Nimble/Nimble-umbrella.h +++ b/Pods/Target Support Files/Nimble/Nimble-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "Nimble.h" #import "DSL.h" diff --git a/Pods/Target Support Files/Pods-Gulps/Pods-Gulps-resources.sh b/Pods/Target Support Files/Pods-Gulps/Pods-Gulps-resources.sh index 0a15615..25e9d37 100755 --- a/Pods/Target Support Files/Pods-Gulps/Pods-Gulps-resources.sh +++ b/Pods/Target Support Files/Pods-Gulps/Pods-Gulps-resources.sh @@ -23,12 +23,6 @@ case "${TARGETED_DEVICE_FAMILY}" in ;; esac -realpath() { - DIRECTORY="$(cd "${1%/*}" && pwd)" - FILENAME="${1##*/}" - echo "$DIRECTORY/$FILENAME" -} - install_resource() { if [[ "$1" = /* ]] ; then @@ -70,7 +64,7 @@ EOM xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" ;; *.xcassets) - ABSOLUTE_XCASSET_FILE=$(realpath "$RESOURCE_PATH") + ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") ;; *) @@ -93,7 +87,7 @@ then # Find all other xcassets (this unfortunately includes those of path pods and other targets). OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) while read line; do - if [[ $line != "`realpath $PODS_ROOT`*" ]]; then + if [[ $line != "${PODS_ROOT}*" ]]; then XCASSET_FILES+=("$line") fi done <<<"$OTHER_XCASSETS" diff --git a/Pods/Target Support Files/Pods-Gulps/Pods-Gulps-umbrella.h b/Pods/Target Support Files/Pods-Gulps/Pods-Gulps-umbrella.h index d52635f..0378f0b 100644 --- a/Pods/Target Support Files/Pods-Gulps/Pods-Gulps-umbrella.h +++ b/Pods/Target Support Files/Pods-Gulps/Pods-Gulps-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif FOUNDATION_EXPORT double Pods_GulpsVersionNumber; diff --git a/Pods/Target Support Files/Pods-GulpsTests/Pods-GulpsTests-resources.sh b/Pods/Target Support Files/Pods-GulpsTests/Pods-GulpsTests-resources.sh index 0a15615..25e9d37 100755 --- a/Pods/Target Support Files/Pods-GulpsTests/Pods-GulpsTests-resources.sh +++ b/Pods/Target Support Files/Pods-GulpsTests/Pods-GulpsTests-resources.sh @@ -23,12 +23,6 @@ case "${TARGETED_DEVICE_FAMILY}" in ;; esac -realpath() { - DIRECTORY="$(cd "${1%/*}" && pwd)" - FILENAME="${1##*/}" - echo "$DIRECTORY/$FILENAME" -} - install_resource() { if [[ "$1" = /* ]] ; then @@ -70,7 +64,7 @@ EOM xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" ;; *.xcassets) - ABSOLUTE_XCASSET_FILE=$(realpath "$RESOURCE_PATH") + ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") ;; *) @@ -93,7 +87,7 @@ then # Find all other xcassets (this unfortunately includes those of path pods and other targets). OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) while read line; do - if [[ $line != "`realpath $PODS_ROOT`*" ]]; then + if [[ $line != "${PODS_ROOT}*" ]]; then XCASSET_FILES+=("$line") fi done <<<"$OTHER_XCASSETS" diff --git a/Pods/Target Support Files/Pods-GulpsTests/Pods-GulpsTests-umbrella.h b/Pods/Target Support Files/Pods-GulpsTests/Pods-GulpsTests-umbrella.h index bb7b4ba..d20c915 100644 --- a/Pods/Target Support Files/Pods-GulpsTests/Pods-GulpsTests-umbrella.h +++ b/Pods/Target Support Files/Pods-GulpsTests/Pods-GulpsTests-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif FOUNDATION_EXPORT double Pods_GulpsTestsVersionNumber; diff --git a/Pods/Target Support Files/Pods-GulpsToday/Pods-GulpsToday-resources.sh b/Pods/Target Support Files/Pods-GulpsToday/Pods-GulpsToday-resources.sh index 0a15615..25e9d37 100755 --- a/Pods/Target Support Files/Pods-GulpsToday/Pods-GulpsToday-resources.sh +++ b/Pods/Target Support Files/Pods-GulpsToday/Pods-GulpsToday-resources.sh @@ -23,12 +23,6 @@ case "${TARGETED_DEVICE_FAMILY}" in ;; esac -realpath() { - DIRECTORY="$(cd "${1%/*}" && pwd)" - FILENAME="${1##*/}" - echo "$DIRECTORY/$FILENAME" -} - install_resource() { if [[ "$1" = /* ]] ; then @@ -70,7 +64,7 @@ EOM xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" ;; *.xcassets) - ABSOLUTE_XCASSET_FILE=$(realpath "$RESOURCE_PATH") + ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") ;; *) @@ -93,7 +87,7 @@ then # Find all other xcassets (this unfortunately includes those of path pods and other targets). OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) while read line; do - if [[ $line != "`realpath $PODS_ROOT`*" ]]; then + if [[ $line != "${PODS_ROOT}*" ]]; then XCASSET_FILES+=("$line") fi done <<<"$OTHER_XCASSETS" diff --git a/Pods/Target Support Files/Pods-GulpsToday/Pods-GulpsToday-umbrella.h b/Pods/Target Support Files/Pods-GulpsToday/Pods-GulpsToday-umbrella.h index edb8d65..5baa560 100644 --- a/Pods/Target Support Files/Pods-GulpsToday/Pods-GulpsToday-umbrella.h +++ b/Pods/Target Support Files/Pods-GulpsToday/Pods-GulpsToday-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif FOUNDATION_EXPORT double Pods_GulpsTodayVersionNumber; diff --git a/Pods/Target Support Files/Quick/Quick-umbrella.h b/Pods/Target Support Files/Quick/Quick-umbrella.h index c1aab14..c0a657c 100644 --- a/Pods/Target Support Files/Quick/Quick-umbrella.h +++ b/Pods/Target Support Files/Quick/Quick-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "QuickConfiguration.h" #import "QCKDSL.h" diff --git a/Pods/Target Support Files/RealmSwift/RealmSwift-umbrella.h b/Pods/Target Support Files/RealmSwift/RealmSwift-umbrella.h index 81f01b3..fb50f49 100644 --- a/Pods/Target Support Files/RealmSwift/RealmSwift-umbrella.h +++ b/Pods/Target Support Files/RealmSwift/RealmSwift-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif FOUNDATION_EXPORT double RealmSwiftVersionNumber; diff --git a/Pods/Target Support Files/UICountingLabel/UICountingLabel-umbrella.h b/Pods/Target Support Files/UICountingLabel/UICountingLabel-umbrella.h index 54e7df5..75aad75 100644 --- a/Pods/Target Support Files/UICountingLabel/UICountingLabel-umbrella.h +++ b/Pods/Target Support Files/UICountingLabel/UICountingLabel-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "UICountingLabel.h" diff --git a/Pods/Target Support Files/pop/pop-umbrella.h b/Pods/Target Support Files/pop/pop-umbrella.h index 3f8318a..f596a4e 100644 --- a/Pods/Target Support Files/pop/pop-umbrella.h +++ b/Pods/Target Support Files/pop/pop-umbrella.h @@ -1,4 +1,6 @@ +#ifdef __OBJC__ #import +#endif #import "POP.h" #import "POPAnimatableProperty.h" diff --git a/README.md b/README.md index 036d365..3e48e7a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Feel free to edit the file, we'll include your translation in the next release a - Thanks to [Donny Wals](https://github.com/donnywals) for the Dutch translation. - Thanks to [Alexandre Thomas](https://github.com/thomalexandre) for the French translation. +- Thanks to [Durul Dalkanat](https://github.com/durul) for the Turkish translation. #Imitation is the sincerest form of flattery