From d366780d4df3a1a659bed5e305624708948d1b29 Mon Sep 17 00:00:00 2001 From: Dasmer Singh Date: Tue, 21 Apr 2015 12:27:47 -0400 Subject: [PATCH] Add slather/Coveralls test coverage reports --- .slather.yml | 3 + .travis.yml | 10 +- DeepLinkSDK.xcodeproj/project.pbxproj | 4308 ++++++++++++++++++------- Gemfile | 1 + Gemfile.lock | 8 + Podfile | 2 + Podfile.lock | 12 +- README.md | 1 + 8 files changed, 3156 insertions(+), 1189 deletions(-) create mode 100644 .slather.yml diff --git a/.slather.yml b/.slather.yml new file mode 100644 index 0000000..2a5e7d9 --- /dev/null +++ b/.slather.yml @@ -0,0 +1,3 @@ +coverage_service: coveralls +xcodeproj: DeepLinkSDK.xcodeproj +source_directory: DeepLinkSDK diff --git a/.travis.yml b/.travis.yml index 11c4915..9e652e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,12 @@ language: objective-c branches: only: master -before_install: pod install +before_install: + - gem install activesupport -N + - gem install slather --no-rdoc --no-ri --no-document --quiet + - gem i cocoapods --no-ri --no-rdoc + - pod install script: -- xctool test -workspace DeepLinkSDK.xcworkspace -scheme ReceiverDemo -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO + - xctool test -workspace DeepLinkSDK.xcworkspace -scheme ReceiverDemo -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO +after_success: + - slather diff --git a/DeepLinkSDK.xcodeproj/project.pbxproj b/DeepLinkSDK.xcodeproj/project.pbxproj index b54c268..724e1bf 100644 --- a/DeepLinkSDK.xcodeproj/project.pbxproj +++ b/DeepLinkSDK.xcodeproj/project.pbxproj @@ -1,1181 +1,3127 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 1252340A196B4771BE27D5FD /* libPods-ReceiverDemo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CFE63F7FEA51182807D98A78 /* libPods-ReceiverDemo.a */; }; - 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; - 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; }; - 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; - 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; - 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; - 68101FFDAAC0A24037B56D22 /* libPods-Tests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19367BAF0FEDE5B798128F3D /* libPods-Tests.a */; }; - 6C18B300BAD926F6461AC49D /* libPods-SenderDemo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A53B1FA1F6DF1D2B557DCD /* libPods-SenderDemo.a */; }; - DE025EB11A5F0D37007C4F3A /* DPLProductDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = DE025EB01A5F0D37007C4F3A /* DPLProductDataSource.m */; }; - DE058E0A1A3B46FD00147C04 /* NSString_DPLQuerySpec.m in Sources */ = {isa = PBXBuildFile; fileRef = DE058E091A3B46FD00147C04 /* NSString_DPLQuerySpec.m */; }; - DE058E101A3B485500147C04 /* DPLDeepLinkSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = DE058E0F1A3B485500147C04 /* DPLDeepLinkSpec.m */; }; - DE16E9181A4254D200077E18 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; - DE16E9191A4254D900077E18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; - DE16E91A1A4254E100077E18 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; }; - DE16E91E1A42733100077E18 /* NSString_DPLTrimSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = DE16E91D1A42733100077E18 /* NSString_DPLTrimSpec.m */; }; - DE16E9281A42883B00077E18 /* DPLDeepLinkRouterSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = DE16E9231A42883B00077E18 /* DPLDeepLinkRouterSpec.m */; }; - DE16E9381A4289DF00077E18 /* DPLRouteMatcherSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = DE16E9371A4289DF00077E18 /* DPLRouteMatcherSpec.m */; }; - DE3E610F1A3B4492008D6DFC /* NSString_DPLJSONSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = DE3E610D1A3B4492008D6DFC /* NSString_DPLJSONSpec.m */; }; - DE669DEE19E33AB50044496B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DEAD328219E079D3003C8D65 /* InfoPlist.strings */; }; - DE87B1EE1A5DEFD400204A35 /* DPLProductRouteHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = DE87B1ED1A5DEFD400204A35 /* DPLProductRouteHandler.m */; }; - DE87B1F11A5DF49F00204A35 /* DPLProduct.m in Sources */ = {isa = PBXBuildFile; fileRef = DE87B1F01A5DF49F00204A35 /* DPLProduct.m */; }; - DE87B1F51A5E193100204A35 /* DPLProductDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DE87B1F41A5E193100204A35 /* DPLProductDetailViewController.m */; }; - DEA55ADF1A5F2BBC00C312F5 /* DPLDeepLink_AppLinksSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = DEA55ADE1A5F2BBC00C312F5 /* DPLDeepLink_AppLinksSpec.m */; }; - DEAD328819E079D3003C8D65 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DEAD327519E079D3003C8D65 /* Main.storyboard */; }; - DEAD328919E079D3003C8D65 /* DPLReceiverAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DEAD327819E079D3003C8D65 /* DPLReceiverAppDelegate.m */; }; - DEAD328A19E079D3003C8D65 /* DPLProductTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DEAD327A19E079D3003C8D65 /* DPLProductTableViewController.m */; }; - DEAD328B19E079D3003C8D65 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DEAD327B19E079D3003C8D65 /* InfoPlist.strings */; }; - DEAD328C19E079D3003C8D65 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DEAD327D19E079D3003C8D65 /* Images.xcassets */; }; - DEAD328D19E079D3003C8D65 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DEAD327E19E079D3003C8D65 /* main.m */; }; - DECB32531A881CA10071C76E /* NSObject_DPLJSONObjectSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = DECB32521A881CA10071C76E /* NSObject_DPLJSONObjectSpec.m */; }; - DECB32551A882D1A0071C76E /* DPLMutableDeepLinkSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = DECB32541A882D1A0071C76E /* DPLMutableDeepLinkSpec.m */; }; - DECB32571A8866700071C76E /* DPLMutableDeepLink_AppLinksSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = DECB32561A8866700071C76E /* DPLMutableDeepLink_AppLinksSpec.m */; }; - DEDB14921A3F944D00A837F8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DEDB14911A3F944D00A837F8 /* main.m */; }; - DEDB14951A3F944D00A837F8 /* DPLSenderAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DEDB14941A3F944D00A837F8 /* DPLSenderAppDelegate.m */; }; - DEDB14981A3F944D00A837F8 /* DPLActionsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DEDB14971A3F944D00A837F8 /* DPLActionsViewController.m */; }; - DEDB149B1A3F944D00A837F8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DEDB14991A3F944D00A837F8 /* Main.storyboard */; }; - DEDB149D1A3F944D00A837F8 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DEDB149C1A3F944D00A837F8 /* Images.xcassets */; }; - DEE40E5F1A42B0530097EA33 /* DPLActionDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = DEE40E5D1A42ABE80097EA33 /* DPLActionDataSource.m */; }; - DEE40E601A42B0580097EA33 /* DPLDemoAction.m in Sources */ = {isa = PBXBuildFile; fileRef = DEE40E581A42A3F50097EA33 /* DPLDemoAction.m */; }; - DEEBD4A91AAB7946000BCA84 /* DPLSerializableObject.m in Sources */ = {isa = PBXBuildFile; fileRef = DEEBD4A81AAB7946000BCA84 /* DPLSerializableObject.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 6003F582195388D10070C39A /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6003F589195388D20070C39A; - remoteInfo = DeepLinkSDK; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 14A1857A6611A826E51F612A /* Pods-ReceiverDemo.test.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReceiverDemo.test.xcconfig"; path = "Pods/Target Support Files/Pods-ReceiverDemo/Pods-ReceiverDemo.test.xcconfig"; sourceTree = ""; }; - 19367BAF0FEDE5B798128F3D /* libPods-Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Tests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2AE3E05821FBC0C05F248E61 /* Pods-Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig"; sourceTree = ""; }; - 57D5F02E049D7887B4F4ACDF /* Pods-ReceiverDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReceiverDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ReceiverDemo/Pods-ReceiverDemo.debug.xcconfig"; sourceTree = ""; }; - 6003F58A195388D20070C39A /* ReceiverDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReceiverDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - 6003F5AE195388D20070C39A /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 6B9E60301031FFD1833ECA7A /* Pods-SenderDemo.test.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SenderDemo.test.xcconfig"; path = "Pods/Target Support Files/Pods-SenderDemo/Pods-SenderDemo.test.xcconfig"; sourceTree = ""; }; - 81A53B1FA1F6DF1D2B557DCD /* libPods-SenderDemo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SenderDemo.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8949A4E8F681A12A47C20775 /* DeepLinkSDK.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = DeepLinkSDK.podspec; path = ./DeepLinkSDK.podspec; sourceTree = ""; }; - A7644D9D2D35BA2869AD63FA /* Pods-SenderDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SenderDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-SenderDemo/Pods-SenderDemo.release.xcconfig"; sourceTree = ""; }; - B3CB044233E227F87FCF2C46 /* Pods-Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig"; sourceTree = ""; }; - B915356798E84DC8F8A0A3CB /* Pods-SenderDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SenderDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SenderDemo/Pods-SenderDemo.debug.xcconfig"; sourceTree = ""; }; - BB75E70100C0775F382CD22F /* Pods-ReceiverDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReceiverDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-ReceiverDemo/Pods-ReceiverDemo.release.xcconfig"; sourceTree = ""; }; - BBE7E5A25C1B0E9637BE745A /* Pods-Tests.test.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.test.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.test.xcconfig"; sourceTree = ""; }; - CFE63F7FEA51182807D98A78 /* libPods-ReceiverDemo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReceiverDemo.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE025EAF1A5F0D37007C4F3A /* DPLProductDataSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DPLProductDataSource.h; sourceTree = ""; }; - DE025EB01A5F0D37007C4F3A /* DPLProductDataSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLProductDataSource.m; sourceTree = ""; }; - DE058E071A3B46F500147C04 /* NSString+DPLQuery.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSString+DPLQuery.h"; sourceTree = ""; }; - DE058E081A3B46F500147C04 /* NSString+DPLQuery.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSString+DPLQuery.m"; sourceTree = ""; }; - DE058E091A3B46FD00147C04 /* NSString_DPLQuerySpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSString_DPLQuerySpec.m; sourceTree = ""; }; - DE058E0C1A3B484A00147C04 /* DPLDeepLink.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DPLDeepLink.h; sourceTree = ""; }; - DE058E0D1A3B484A00147C04 /* DPLDeepLink.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DPLDeepLink.m; sourceTree = ""; }; - DE058E0F1A3B485500147C04 /* DPLDeepLinkSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLDeepLinkSpec.m; sourceTree = ""; }; - DE11B99C1A42482F008A8F36 /* SenderDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SenderDemo-Prefix.pch"; sourceTree = ""; }; - DE16E91B1A42720D00077E18 /* NSString+DPLTrim.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSString+DPLTrim.m"; sourceTree = ""; }; - DE16E91C1A42720D00077E18 /* NSString+DPLTrim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSString+DPLTrim.h"; sourceTree = ""; }; - DE16E91D1A42733100077E18 /* NSString_DPLTrimSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSString_DPLTrimSpec.m; sourceTree = ""; }; - DE16E9201A42882F00077E18 /* DPLDeepLinkRouter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DPLDeepLinkRouter.h; sourceTree = ""; }; - DE16E9211A42882F00077E18 /* DPLDeepLinkRouter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DPLDeepLinkRouter.m; sourceTree = ""; }; - DE16E9231A42883B00077E18 /* DPLDeepLinkRouterSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLDeepLinkRouterSpec.m; sourceTree = ""; }; - DE16E9271A42883B00077E18 /* DPLDeepLinkRouter_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DPLDeepLinkRouter_Private.h; sourceTree = ""; }; - DE16E9341A4289D500077E18 /* DPLRouteMatcher.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DPLRouteMatcher.h; sourceTree = ""; }; - DE16E9351A4289D500077E18 /* DPLRouteMatcher.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DPLRouteMatcher.m; sourceTree = ""; }; - DE16E9371A4289DF00077E18 /* DPLRouteMatcherSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLRouteMatcherSpec.m; sourceTree = ""; }; - DE3E61081A3B4485008D6DFC /* NSString+DPLJSON.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSString+DPLJSON.h"; sourceTree = ""; }; - DE3E61091A3B4485008D6DFC /* NSString+DPLJSON.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSString+DPLJSON.m"; sourceTree = ""; }; - DE3E610D1A3B4492008D6DFC /* NSString_DPLJSONSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSString_DPLJSONSpec.m; sourceTree = ""; }; - DE4128901A8BBE500089DAA2 /* AppLinks.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppLinks.h; sourceTree = ""; }; - DE87B1EC1A5DEFD400204A35 /* DPLProductRouteHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DPLProductRouteHandler.h; sourceTree = ""; }; - DE87B1ED1A5DEFD400204A35 /* DPLProductRouteHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLProductRouteHandler.m; sourceTree = ""; }; - DE87B1EF1A5DF49F00204A35 /* DPLProduct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DPLProduct.h; sourceTree = ""; }; - DE87B1F01A5DF49F00204A35 /* DPLProduct.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLProduct.m; sourceTree = ""; }; - DE87B1F31A5E193100204A35 /* DPLProductDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DPLProductDetailViewController.h; sourceTree = ""; }; - DE87B1F41A5E193100204A35 /* DPLProductDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLProductDetailViewController.m; sourceTree = ""; }; - DE99EF781A3B83D100CE3449 /* DPLTargetViewControllerProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DPLTargetViewControllerProtocol.h; sourceTree = ""; }; - DEA55ADB1A5F1A0700C312F5 /* DPLDeepLink+AppLinks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DPLDeepLink+AppLinks.h"; sourceTree = ""; }; - DEA55ADC1A5F1A0700C312F5 /* DPLDeepLink+AppLinks.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DPLDeepLink+AppLinks.m"; sourceTree = ""; }; - DEA55ADE1A5F2BBC00C312F5 /* DPLDeepLink_AppLinksSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLDeepLink_AppLinksSpec.m; sourceTree = ""; }; - DEAC406E1A5D97EE004A9095 /* DPLErrors.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DPLErrors.h; sourceTree = ""; }; - DEAC40701A5DA86A004A9095 /* DPLRouteHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DPLRouteHandler.h; sourceTree = ""; }; - DEAC40711A5DA86A004A9095 /* DPLRouteHandler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DPLRouteHandler.m; sourceTree = ""; }; - DEAD327619E079D3003C8D65 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - DEAD327719E079D3003C8D65 /* DPLReceiverAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DPLReceiverAppDelegate.h; sourceTree = ""; }; - DEAD327819E079D3003C8D65 /* DPLReceiverAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLReceiverAppDelegate.m; sourceTree = ""; }; - DEAD327919E079D3003C8D65 /* DPLProductTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DPLProductTableViewController.h; sourceTree = ""; }; - DEAD327A19E079D3003C8D65 /* DPLProductTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLProductTableViewController.m; sourceTree = ""; }; - DEAD327C19E079D3003C8D65 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - DEAD327D19E079D3003C8D65 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - DEAD327E19E079D3003C8D65 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - DEAD327F19E079D3003C8D65 /* ReceiverDemo-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "ReceiverDemo-Info.plist"; sourceTree = ""; }; - DEAD328019E079D3003C8D65 /* ReceiverDemo-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ReceiverDemo-Prefix.pch"; sourceTree = ""; }; - DEAD328319E079D3003C8D65 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - DEAD328419E079D3003C8D65 /* Tests-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = ""; }; - DEAD328519E079D3003C8D65 /* Tests-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = ""; }; - DEB4EDBC1A4A036D00F31D14 /* DPLDeepLink_Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DPLDeepLink_Private.h; sourceTree = ""; }; - DEB4EDBD1A4A726200F31D14 /* DeepLinkSDK.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeepLinkSDK.h; sourceTree = ""; }; - DECB32491A87C64E0071C76E /* DPLMutableDeepLink.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DPLMutableDeepLink.h; sourceTree = ""; }; - DECB324A1A87C64E0071C76E /* DPLMutableDeepLink.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DPLMutableDeepLink.m; sourceTree = ""; }; - DECB324B1A87C6750071C76E /* DPLMutableDeepLink+AppLinks.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DPLMutableDeepLink+AppLinks.h"; sourceTree = ""; }; - DECB324C1A87C6750071C76E /* DPLMutableDeepLink+AppLinks.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "DPLMutableDeepLink+AppLinks.m"; sourceTree = ""; }; - DECB32501A87E94B0071C76E /* NSObject+DPLJSONObject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "NSObject+DPLJSONObject.h"; path = "DeepLinkSDK/Categories/NSObject+DPLJSONObject.h"; sourceTree = SOURCE_ROOT; }; - DECB32511A87E94B0071C76E /* NSObject+DPLJSONObject.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "NSObject+DPLJSONObject.m"; path = "DeepLinkSDK/Categories/NSObject+DPLJSONObject.m"; sourceTree = SOURCE_ROOT; }; - DECB32521A881CA10071C76E /* NSObject_DPLJSONObjectSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSObject_DPLJSONObjectSpec.m; sourceTree = ""; }; - DECB32541A882D1A0071C76E /* DPLMutableDeepLinkSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLMutableDeepLinkSpec.m; sourceTree = ""; }; - DECB32561A8866700071C76E /* DPLMutableDeepLink_AppLinksSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLMutableDeepLink_AppLinksSpec.m; sourceTree = ""; }; - DEDB148D1A3F944D00A837F8 /* SenderDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SenderDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; - DEDB14901A3F944D00A837F8 /* SenderDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SenderDemo-Info.plist"; sourceTree = ""; }; - DEDB14911A3F944D00A837F8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - DEDB14931A3F944D00A837F8 /* DPLSenderAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DPLSenderAppDelegate.h; sourceTree = ""; }; - DEDB14941A3F944D00A837F8 /* DPLSenderAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DPLSenderAppDelegate.m; sourceTree = ""; }; - DEDB14961A3F944D00A837F8 /* DPLActionsViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DPLActionsViewController.h; sourceTree = ""; }; - DEDB14971A3F944D00A837F8 /* DPLActionsViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DPLActionsViewController.m; sourceTree = ""; }; - DEDB149A1A3F944D00A837F8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - DEDB149C1A3F944D00A837F8 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - DEE40E571A42A3F50097EA33 /* DPLDemoAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DPLDemoAction.h; sourceTree = ""; }; - DEE40E581A42A3F50097EA33 /* DPLDemoAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DPLDemoAction.m; sourceTree = ""; }; - DEE40E5C1A42ABE80097EA33 /* DPLActionDataSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = DPLActionDataSource.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - DEE40E5D1A42ABE80097EA33 /* DPLActionDataSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = DPLActionDataSource.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; - DEEBD4A51AAB6FBB000BCA84 /* DPLSerializable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DPLSerializable.h; sourceTree = ""; }; - DEEBD4A71AAB7946000BCA84 /* DPLSerializableObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DPLSerializableObject.h; path = Fixtures/DPLSerializableObject.h; sourceTree = ""; }; - DEEBD4A81AAB7946000BCA84 /* DPLSerializableObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DPLSerializableObject.m; path = Fixtures/DPLSerializableObject.m; sourceTree = ""; }; - DF9272621ECB6C2824AD5C94 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ./LICENSE; sourceTree = ""; }; - E9CA1DB95577CF3689F4B77F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ./README.md; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 6003F587195388D20070C39A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */, - 6003F592195388D20070C39A /* UIKit.framework in Frameworks */, - 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */, - 1252340A196B4771BE27D5FD /* libPods-ReceiverDemo.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6003F5AB195388D20070C39A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */, - 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */, - 68101FFDAAC0A24037B56D22 /* libPods-Tests.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DEDB148A1A3F944D00A837F8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - DE16E91A1A4254E100077E18 /* CoreGraphics.framework in Frameworks */, - DE16E9181A4254D200077E18 /* UIKit.framework in Frameworks */, - DE16E9191A4254D900077E18 /* Foundation.framework in Frameworks */, - 6C18B300BAD926F6461AC49D /* libPods-SenderDemo.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 439F76E40704ACAAE4203F56 /* Pods */ = { - isa = PBXGroup; - children = ( - 2AE3E05821FBC0C05F248E61 /* Pods-Tests.debug.xcconfig */, - B3CB044233E227F87FCF2C46 /* Pods-Tests.release.xcconfig */, - 57D5F02E049D7887B4F4ACDF /* Pods-ReceiverDemo.debug.xcconfig */, - BB75E70100C0775F382CD22F /* Pods-ReceiverDemo.release.xcconfig */, - B915356798E84DC8F8A0A3CB /* Pods-SenderDemo.debug.xcconfig */, - A7644D9D2D35BA2869AD63FA /* Pods-SenderDemo.release.xcconfig */, - 14A1857A6611A826E51F612A /* Pods-ReceiverDemo.test.xcconfig */, - 6B9E60301031FFD1833ECA7A /* Pods-SenderDemo.test.xcconfig */, - BBE7E5A25C1B0E9637BE745A /* Pods-Tests.test.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; - 6003F581195388D10070C39A = { - isa = PBXGroup; - children = ( - DE11B99B1A42466C008A8F36 /* SampleApps */, - 60FF7A9C1954A5C5007DD14C /* Pod Metadata */, - DE5DD32C19E0643F007FD439 /* DeepLinkSDK */, - DEAD328119E079D3003C8D65 /* Tests */, - 6003F58C195388D20070C39A /* Frameworks */, - 6003F58B195388D20070C39A /* Products */, - 439F76E40704ACAAE4203F56 /* Pods */, - ); - sourceTree = ""; - }; - 6003F58B195388D20070C39A /* Products */ = { - isa = PBXGroup; - children = ( - 6003F58A195388D20070C39A /* ReceiverDemo.app */, - 6003F5AE195388D20070C39A /* Tests.xctest */, - DEDB148D1A3F944D00A837F8 /* SenderDemo.app */, - ); - name = Products; - sourceTree = ""; - }; - 6003F58C195388D20070C39A /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6003F58D195388D20070C39A /* Foundation.framework */, - 6003F58F195388D20070C39A /* CoreGraphics.framework */, - 6003F591195388D20070C39A /* UIKit.framework */, - CFE63F7FEA51182807D98A78 /* libPods-ReceiverDemo.a */, - 81A53B1FA1F6DF1D2B557DCD /* libPods-SenderDemo.a */, - 19367BAF0FEDE5B798128F3D /* libPods-Tests.a */, - ); - name = Frameworks; - sourceTree = ""; - }; - 60FF7A9C1954A5C5007DD14C /* Pod Metadata */ = { - isa = PBXGroup; - children = ( - 8949A4E8F681A12A47C20775 /* DeepLinkSDK.podspec */, - E9CA1DB95577CF3689F4B77F /* README.md */, - DF9272621ECB6C2824AD5C94 /* LICENSE */, - ); - name = "Pod Metadata"; - sourceTree = ""; - }; - DE025EAC1A5F0CD3007C4F3A /* ProductDetail */ = { - isa = PBXGroup; - children = ( - DE87B1F31A5E193100204A35 /* DPLProductDetailViewController.h */, - DE87B1F41A5E193100204A35 /* DPLProductDetailViewController.m */, - ); - path = ProductDetail; - sourceTree = ""; - }; - DE025EAD1A5F0D01007C4F3A /* ProductData */ = { - isa = PBXGroup; - children = ( - DE87B1EF1A5DF49F00204A35 /* DPLProduct.h */, - DE87B1F01A5DF49F00204A35 /* DPLProduct.m */, - DE025EAF1A5F0D37007C4F3A /* DPLProductDataSource.h */, - DE025EB01A5F0D37007C4F3A /* DPLProductDataSource.m */, - ); - path = ProductData; - sourceTree = ""; - }; - DE03259D1A68107400D31A52 /* ActionsList */ = { - isa = PBXGroup; - children = ( - DEDB14961A3F944D00A837F8 /* DPLActionsViewController.h */, - DEDB14971A3F944D00A837F8 /* DPLActionsViewController.m */, - ); - path = ActionsList; - sourceTree = ""; - }; - DE058E0B1A3B484A00147C04 /* DeepLink */ = { - isa = PBXGroup; - children = ( - DECB32481A87C6270071C76E /* AppLinks */, - DEB4EDBC1A4A036D00F31D14 /* DPLDeepLink_Private.h */, - DE058E0C1A3B484A00147C04 /* DPLDeepLink.h */, - DE058E0D1A3B484A00147C04 /* DPLDeepLink.m */, - DECB32491A87C64E0071C76E /* DPLMutableDeepLink.h */, - DECB324A1A87C64E0071C76E /* DPLMutableDeepLink.m */, - ); - path = DeepLink; - sourceTree = ""; - }; - DE058E0E1A3B485500147C04 /* DeepLink */ = { - isa = PBXGroup; - children = ( - DE058E0F1A3B485500147C04 /* DPLDeepLinkSpec.m */, - DEA55ADE1A5F2BBC00C312F5 /* DPLDeepLink_AppLinksSpec.m */, - DECB32541A882D1A0071C76E /* DPLMutableDeepLinkSpec.m */, - DECB32561A8866700071C76E /* DPLMutableDeepLink_AppLinksSpec.m */, - ); - path = DeepLink; - sourceTree = ""; - }; - DE11B99B1A42466C008A8F36 /* SampleApps */ = { - isa = PBXGroup; - children = ( - DEAD327219E079D3003C8D65 /* ReceiverDemo */, - DEDB148E1A3F944D00A837F8 /* SenderDemo */, - ); - path = SampleApps; - sourceTree = ""; - }; - DE16E91F1A42882F00077E18 /* Router */ = { - isa = PBXGroup; - children = ( - DE16E9201A42882F00077E18 /* DPLDeepLinkRouter.h */, - DE16E9211A42882F00077E18 /* DPLDeepLinkRouter.m */, - ); - path = Router; - sourceTree = ""; - }; - DE16E9221A42883B00077E18 /* Router */ = { - isa = PBXGroup; - children = ( - DE16E9241A42883B00077E18 /* Helpers */, - DE16E9231A42883B00077E18 /* DPLDeepLinkRouterSpec.m */, - ); - path = Router; - sourceTree = ""; - }; - DE16E9241A42883B00077E18 /* Helpers */ = { - isa = PBXGroup; - children = ( - DE16E9271A42883B00077E18 /* DPLDeepLinkRouter_Private.h */, - ); - path = Helpers; - sourceTree = ""; - }; - DE16E9331A4289D500077E18 /* RouteMatcher */ = { - isa = PBXGroup; - children = ( - DE16E9341A4289D500077E18 /* DPLRouteMatcher.h */, - DE16E9351A4289D500077E18 /* DPLRouteMatcher.m */, - ); - path = RouteMatcher; - sourceTree = ""; - }; - DE16E9361A4289DF00077E18 /* RouteMatcher */ = { - isa = PBXGroup; - children = ( - DE16E9371A4289DF00077E18 /* DPLRouteMatcherSpec.m */, - ); - path = RouteMatcher; - sourceTree = ""; - }; - DE3E61071A3B4485008D6DFC /* Categories */ = { - isa = PBXGroup; - children = ( - DE16E91C1A42720D00077E18 /* NSString+DPLTrim.h */, - DE16E91B1A42720D00077E18 /* NSString+DPLTrim.m */, - DE058E071A3B46F500147C04 /* NSString+DPLQuery.h */, - DE058E081A3B46F500147C04 /* NSString+DPLQuery.m */, - DE3E61081A3B4485008D6DFC /* NSString+DPLJSON.h */, - DE3E61091A3B4485008D6DFC /* NSString+DPLJSON.m */, - DECB32501A87E94B0071C76E /* NSObject+DPLJSONObject.h */, - DECB32511A87E94B0071C76E /* NSObject+DPLJSONObject.m */, - ); - path = Categories; - sourceTree = ""; - }; - DE3E610C1A3B4492008D6DFC /* Categories */ = { - isa = PBXGroup; - children = ( - DE058E091A3B46FD00147C04 /* NSString_DPLQuerySpec.m */, - DE3E610D1A3B4492008D6DFC /* NSString_DPLJSONSpec.m */, - DE16E91D1A42733100077E18 /* NSString_DPLTrimSpec.m */, - DECB32521A881CA10071C76E /* NSObject_DPLJSONObjectSpec.m */, - ); - path = Categories; - sourceTree = ""; - }; - DE5DD32C19E0643F007FD439 /* DeepLinkSDK */ = { - isa = PBXGroup; - children = ( - DEB4EDBD1A4A726200F31D14 /* DeepLinkSDK.h */, - DE4128901A8BBE500089DAA2 /* AppLinks.h */, - DE99EF6A1A3B6CDD00CE3449 /* Protocols */, - DE3E61071A3B4485008D6DFC /* Categories */, - DEB4EDBB1A49CEA400F31D14 /* Errors */, - DE16E91F1A42882F00077E18 /* Router */, - DEAC406F1A5DA7B8004A9095 /* RouteHandler */, - DE16E9331A4289D500077E18 /* RouteMatcher */, - DE058E0B1A3B484A00147C04 /* DeepLink */, - ); - path = DeepLinkSDK; - sourceTree = ""; - }; - DE87B1EB1A5DEF3100204A35 /* RouteHandlers */ = { - isa = PBXGroup; - children = ( - DE87B1EC1A5DEFD400204A35 /* DPLProductRouteHandler.h */, - DE87B1ED1A5DEFD400204A35 /* DPLProductRouteHandler.m */, - ); - path = RouteHandlers; - sourceTree = ""; - }; - DE99EF6A1A3B6CDD00CE3449 /* Protocols */ = { - isa = PBXGroup; - children = ( - DE99EF781A3B83D100CE3449 /* DPLTargetViewControllerProtocol.h */, - DEEBD4A51AAB6FBB000BCA84 /* DPLSerializable.h */, - ); - path = Protocols; - sourceTree = ""; - }; - DE99EF7A1A3B844000CE3449 /* ProductList */ = { - isa = PBXGroup; - children = ( - DEAD327919E079D3003C8D65 /* DPLProductTableViewController.h */, - DEAD327A19E079D3003C8D65 /* DPLProductTableViewController.m */, - ); - path = ProductList; - sourceTree = ""; - }; - DE99EF7B1A3B845F00CE3449 /* SupportingFiles */ = { - isa = PBXGroup; - children = ( - DEAD327B19E079D3003C8D65 /* InfoPlist.strings */, - DEAD327E19E079D3003C8D65 /* main.m */, - DEAD327F19E079D3003C8D65 /* ReceiverDemo-Info.plist */, - DEAD328019E079D3003C8D65 /* ReceiverDemo-Prefix.pch */, - ); - path = SupportingFiles; - sourceTree = ""; - }; - DEAC406F1A5DA7B8004A9095 /* RouteHandler */ = { - isa = PBXGroup; - children = ( - DEAC40701A5DA86A004A9095 /* DPLRouteHandler.h */, - DEAC40711A5DA86A004A9095 /* DPLRouteHandler.m */, - ); - path = RouteHandler; - sourceTree = ""; - }; - DEAD327219E079D3003C8D65 /* ReceiverDemo */ = { - isa = PBXGroup; - children = ( - DE025EAD1A5F0D01007C4F3A /* ProductData */, - DE025EAC1A5F0CD3007C4F3A /* ProductDetail */, - DE99EF7A1A3B844000CE3449 /* ProductList */, - DE87B1EB1A5DEF3100204A35 /* RouteHandlers */, - DEAD327719E079D3003C8D65 /* DPLReceiverAppDelegate.h */, - DEAD327819E079D3003C8D65 /* DPLReceiverAppDelegate.m */, - DEAD327D19E079D3003C8D65 /* Images.xcassets */, - DEAD327519E079D3003C8D65 /* Main.storyboard */, - DE99EF7B1A3B845F00CE3449 /* SupportingFiles */, - ); - path = ReceiverDemo; - sourceTree = ""; - }; - DEAD328119E079D3003C8D65 /* Tests */ = { - isa = PBXGroup; - children = ( - DEEBD4A61AAB7928000BCA84 /* Fixtures */, - DE16E9221A42883B00077E18 /* Router */, - DE16E9361A4289DF00077E18 /* RouteMatcher */, - DE058E0E1A3B485500147C04 /* DeepLink */, - DE3E610C1A3B4492008D6DFC /* Categories */, - DEC1B07F1A365213002BB838 /* SupportingFiles */, - ); - path = Tests; - sourceTree = ""; - }; - DEB4EDBB1A49CEA400F31D14 /* Errors */ = { - isa = PBXGroup; - children = ( - DEAC406E1A5D97EE004A9095 /* DPLErrors.h */, - ); - path = Errors; - sourceTree = ""; - }; - DEC1B07F1A365213002BB838 /* SupportingFiles */ = { - isa = PBXGroup; - children = ( - DEAD328219E079D3003C8D65 /* InfoPlist.strings */, - DEAD328419E079D3003C8D65 /* Tests-Info.plist */, - DEAD328519E079D3003C8D65 /* Tests-Prefix.pch */, - ); - path = SupportingFiles; - sourceTree = ""; - }; - DECB32481A87C6270071C76E /* AppLinks */ = { - isa = PBXGroup; - children = ( - DEA55ADB1A5F1A0700C312F5 /* DPLDeepLink+AppLinks.h */, - DEA55ADC1A5F1A0700C312F5 /* DPLDeepLink+AppLinks.m */, - DECB324B1A87C6750071C76E /* DPLMutableDeepLink+AppLinks.h */, - DECB324C1A87C6750071C76E /* DPLMutableDeepLink+AppLinks.m */, - ); - name = AppLinks; - sourceTree = ""; - }; - DEDB148E1A3F944D00A837F8 /* SenderDemo */ = { - isa = PBXGroup; - children = ( - DEE40E5B1A42ABC10097EA33 /* ActionData */, - DE03259D1A68107400D31A52 /* ActionsList */, - DEDB14931A3F944D00A837F8 /* DPLSenderAppDelegate.h */, - DEDB14941A3F944D00A837F8 /* DPLSenderAppDelegate.m */, - DEDB14991A3F944D00A837F8 /* Main.storyboard */, - DEDB149C1A3F944D00A837F8 /* Images.xcassets */, - DEDB148F1A3F944D00A837F8 /* SupportingFiles */, - ); - path = SenderDemo; - sourceTree = ""; - }; - DEDB148F1A3F944D00A837F8 /* SupportingFiles */ = { - isa = PBXGroup; - children = ( - DEDB14911A3F944D00A837F8 /* main.m */, - DEDB14901A3F944D00A837F8 /* SenderDemo-Info.plist */, - DE11B99C1A42482F008A8F36 /* SenderDemo-Prefix.pch */, - ); - path = SupportingFiles; - sourceTree = ""; - }; - DEE40E5B1A42ABC10097EA33 /* ActionData */ = { - isa = PBXGroup; - children = ( - DEE40E571A42A3F50097EA33 /* DPLDemoAction.h */, - DEE40E581A42A3F50097EA33 /* DPLDemoAction.m */, - DEE40E5C1A42ABE80097EA33 /* DPLActionDataSource.h */, - DEE40E5D1A42ABE80097EA33 /* DPLActionDataSource.m */, - ); - path = ActionData; - sourceTree = ""; - }; - DEEBD4A61AAB7928000BCA84 /* Fixtures */ = { - isa = PBXGroup; - children = ( - DEEBD4A71AAB7946000BCA84 /* DPLSerializableObject.h */, - DEEBD4A81AAB7946000BCA84 /* DPLSerializableObject.m */, - ); - name = Fixtures; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 6003F589195388D20070C39A /* ReceiverDemo */ = { - isa = PBXNativeTarget; - buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "ReceiverDemo" */; - buildPhases = ( - 32310565C7E21C1120BDDD58 /* Check Pods Manifest.lock */, - 6003F586195388D20070C39A /* Sources */, - 6003F587195388D20070C39A /* Frameworks */, - 6003F588195388D20070C39A /* Resources */, - 213419298EA5AA6429BEFD28 /* Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = ReceiverDemo; - productName = DeepLinkSDK; - productReference = 6003F58A195388D20070C39A /* ReceiverDemo.app */; - productType = "com.apple.product-type.application"; - }; - 6003F5AD195388D20070C39A /* Tests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "Tests" */; - buildPhases = ( - 19DDAD1B81E630617AA38624 /* Check Pods Manifest.lock */, - 6003F5AA195388D20070C39A /* Sources */, - 6003F5AB195388D20070C39A /* Frameworks */, - 6003F5AC195388D20070C39A /* Resources */, - 0D3359342B62D92CA67C2E04 /* Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - 6003F5B4195388D20070C39A /* PBXTargetDependency */, - ); - name = Tests; - productName = DeepLinkSDKTests; - productReference = 6003F5AE195388D20070C39A /* Tests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - DEDB148C1A3F944D00A837F8 /* SenderDemo */ = { - isa = PBXNativeTarget; - buildConfigurationList = DEDB14AD1A3F944E00A837F8 /* Build configuration list for PBXNativeTarget "SenderDemo" */; - buildPhases = ( - 7E4A77AFF27B0E5465184209 /* Check Pods Manifest.lock */, - DEDB14891A3F944D00A837F8 /* Sources */, - DEDB148A1A3F944D00A837F8 /* Frameworks */, - DEDB148B1A3F944D00A837F8 /* Resources */, - 82E3829DCB61E29D4B984C4F /* Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SenderDemo; - productName = SenderDemo; - productReference = DEDB148D1A3F944D00A837F8 /* SenderDemo.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 6003F582195388D10070C39A /* Project object */ = { - isa = PBXProject; - attributes = { - CLASSPREFIX = DPL; - LastUpgradeCheck = 0610; - ORGANIZATIONNAME = "Button, Inc."; - TargetAttributes = { - 6003F5AD195388D20070C39A = { - TestTargetID = 6003F589195388D20070C39A; - }; - DEDB148C1A3F944D00A837F8 = { - CreatedOnToolsVersion = 6.1; - }; - }; - }; - buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "DeepLinkSDK" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 6003F581195388D10070C39A; - productRefGroup = 6003F58B195388D20070C39A /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 6003F589195388D20070C39A /* ReceiverDemo */, - DEDB148C1A3F944D00A837F8 /* SenderDemo */, - 6003F5AD195388D20070C39A /* Tests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 6003F588195388D20070C39A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DEAD328819E079D3003C8D65 /* Main.storyboard in Resources */, - DEAD328C19E079D3003C8D65 /* Images.xcassets in Resources */, - DEAD328B19E079D3003C8D65 /* InfoPlist.strings in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6003F5AC195388D20070C39A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DE669DEE19E33AB50044496B /* InfoPlist.strings in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DEDB148B1A3F944D00A837F8 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DEDB149B1A3F944D00A837F8 /* Main.storyboard in Resources */, - DEDB149D1A3F944D00A837F8 /* Images.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 0D3359342B62D92CA67C2E04 /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - 19DDAD1B81E630617AA38624 /* Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - 213419298EA5AA6429BEFD28 /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ReceiverDemo/Pods-ReceiverDemo-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - 32310565C7E21C1120BDDD58 /* Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - 7E4A77AFF27B0E5465184209 /* Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - 82E3829DCB61E29D4B984C4F /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SenderDemo/Pods-SenderDemo-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 6003F586195388D20070C39A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DE87B1F51A5E193100204A35 /* DPLProductDetailViewController.m in Sources */, - DEAD328A19E079D3003C8D65 /* DPLProductTableViewController.m in Sources */, - DE025EB11A5F0D37007C4F3A /* DPLProductDataSource.m in Sources */, - DE87B1F11A5DF49F00204A35 /* DPLProduct.m in Sources */, - DE87B1EE1A5DEFD400204A35 /* DPLProductRouteHandler.m in Sources */, - DEAD328D19E079D3003C8D65 /* main.m in Sources */, - DEAD328919E079D3003C8D65 /* DPLReceiverAppDelegate.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6003F5AA195388D20070C39A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DE16E9281A42883B00077E18 /* DPLDeepLinkRouterSpec.m in Sources */, - DE16E9381A4289DF00077E18 /* DPLRouteMatcherSpec.m in Sources */, - DECB32531A881CA10071C76E /* NSObject_DPLJSONObjectSpec.m in Sources */, - DEEBD4A91AAB7946000BCA84 /* DPLSerializableObject.m in Sources */, - DE058E101A3B485500147C04 /* DPLDeepLinkSpec.m in Sources */, - DECB32551A882D1A0071C76E /* DPLMutableDeepLinkSpec.m in Sources */, - DE058E0A1A3B46FD00147C04 /* NSString_DPLQuerySpec.m in Sources */, - DECB32571A8866700071C76E /* DPLMutableDeepLink_AppLinksSpec.m in Sources */, - DEA55ADF1A5F2BBC00C312F5 /* DPLDeepLink_AppLinksSpec.m in Sources */, - DE3E610F1A3B4492008D6DFC /* NSString_DPLJSONSpec.m in Sources */, - DE16E91E1A42733100077E18 /* NSString_DPLTrimSpec.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DEDB14891A3F944D00A837F8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DEDB14981A3F944D00A837F8 /* DPLActionsViewController.m in Sources */, - DEE40E601A42B0580097EA33 /* DPLDemoAction.m in Sources */, - DEE40E5F1A42B0530097EA33 /* DPLActionDataSource.m in Sources */, - DEDB14951A3F944D00A837F8 /* DPLSenderAppDelegate.m in Sources */, - DEDB14921A3F944D00A837F8 /* main.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 6003F5B4195388D20070C39A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 6003F589195388D20070C39A /* ReceiverDemo */; - targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - DEAD327519E079D3003C8D65 /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - DEAD327619E079D3003C8D65 /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - DEAD327B19E079D3003C8D65 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - DEAD327C19E079D3003C8D65 /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - DEAD328219E079D3003C8D65 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - DEAD328319E079D3003C8D65 /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - DEDB14991A3F944D00A837F8 /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - DEDB149A1A3F944D00A837F8 /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 6003F5BD195388D20070C39A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 7.1; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 6003F5BE195388D20070C39A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 7.1; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 6003F5C0195388D20070C39A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 57D5F02E049D7887B4F4ACDF /* Pods-ReceiverDemo.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "SampleApps/ReceiverDemo/SupportingFiles/ReceiverDemo-Prefix.pch"; - INFOPLIST_FILE = "SampleApps/ReceiverDemo/SupportingFiles/ReceiverDemo-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 7.1; - PRODUCT_NAME = "$(TARGET_NAME)"; - TARGETED_DEVICE_FAMILY = 1; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - 6003F5C1195388D20070C39A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BB75E70100C0775F382CD22F /* Pods-ReceiverDemo.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "SampleApps/ReceiverDemo/SupportingFiles/ReceiverDemo-Prefix.pch"; - INFOPLIST_FILE = "SampleApps/ReceiverDemo/SupportingFiles/ReceiverDemo-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 7.1; - PRODUCT_NAME = "$(TARGET_NAME)"; - TARGETED_DEVICE_FAMILY = 1; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; - 6003F5C3195388D20070C39A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2AE3E05821FBC0C05F248E61 /* Pods-Tests.debug.xcconfig */; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Tests/SupportingFiles/Tests-Prefix.pch"; - INFOPLIST_FILE = "Tests/SupportingFiles/Tests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ReceiverDemo.app/ReceiverDemo"; - WRAPPER_EXTENSION = xctest; - }; - name = Debug; - }; - 6003F5C4195388D20070C39A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B3CB044233E227F87FCF2C46 /* Pods-Tests.release.xcconfig */; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Tests/SupportingFiles/Tests-Prefix.pch"; - INFOPLIST_FILE = "Tests/SupportingFiles/Tests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ReceiverDemo.app/ReceiverDemo"; - WRAPPER_EXTENSION = xctest; - }; - name = Release; - }; - DEA2AD611A4A8B0100F32289 /* Test */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 7.1; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Test; - }; - DEA2AD621A4A8B0100F32289 /* Test */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 14A1857A6611A826E51F612A /* Pods-ReceiverDemo.test.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "SampleApps/ReceiverDemo/SupportingFiles/ReceiverDemo-Prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(inherited)", - "TEST=1", - ); - INFOPLIST_FILE = "SampleApps/ReceiverDemo/SupportingFiles/ReceiverDemo-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 7.1; - PRODUCT_NAME = "$(TARGET_NAME)"; - TARGETED_DEVICE_FAMILY = 1; - WRAPPER_EXTENSION = app; - }; - name = Test; - }; - DEA2AD631A4A8B0100F32289 /* Test */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6B9E60301031FFD1833ECA7A /* Pods-SenderDemo.test.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - CLANG_WARN_UNREACHABLE_CODE = YES; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "SampleApps/SenderDemo/SupportingFiles/SenderDemo-Prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = "$(SRCROOT)/SampleApps/SenderDemo/SupportingFiles/SenderDemo-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 7.1; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - TARGETED_DEVICE_FAMILY = 1; - }; - name = Test; - }; - DEA2AD641A4A8B0100F32289 /* Test */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BBE7E5A25C1B0E9637BE745A /* Pods-Tests.test.xcconfig */; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Tests/SupportingFiles/Tests-Prefix.pch"; - INFOPLIST_FILE = "Tests/SupportingFiles/Tests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ReceiverDemo.app/ReceiverDemo"; - WRAPPER_EXTENSION = xctest; - }; - name = Test; - }; - DEDB14AE1A3F944E00A837F8 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B915356798E84DC8F8A0A3CB /* Pods-SenderDemo.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - CLANG_WARN_UNREACHABLE_CODE = YES; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "SampleApps/SenderDemo/SupportingFiles/SenderDemo-Prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = "$(SRCROOT)/SampleApps/SenderDemo/SupportingFiles/SenderDemo-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 7.1; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - TARGETED_DEVICE_FAMILY = 1; - }; - name = Debug; - }; - DEDB14AF1A3F944E00A837F8 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A7644D9D2D35BA2869AD63FA /* Pods-SenderDemo.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - CLANG_WARN_UNREACHABLE_CODE = YES; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "SampleApps/SenderDemo/SupportingFiles/SenderDemo-Prefix.pch"; - INFOPLIST_FILE = "$(SRCROOT)/SampleApps/SenderDemo/SupportingFiles/SenderDemo-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 7.1; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = "$(TARGET_NAME)"; - TARGETED_DEVICE_FAMILY = 1; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 6003F585195388D10070C39A /* Build configuration list for PBXProject "DeepLinkSDK" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6003F5BD195388D20070C39A /* Debug */, - DEA2AD611A4A8B0100F32289 /* Test */, - 6003F5BE195388D20070C39A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "ReceiverDemo" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6003F5C0195388D20070C39A /* Debug */, - DEA2AD621A4A8B0100F32289 /* Test */, - 6003F5C1195388D20070C39A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "Tests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6003F5C3195388D20070C39A /* Debug */, - DEA2AD641A4A8B0100F32289 /* Test */, - 6003F5C4195388D20070C39A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - DEDB14AD1A3F944E00A837F8 /* Build configuration list for PBXNativeTarget "SenderDemo" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DEDB14AE1A3F944E00A837F8 /* Debug */, - DEA2AD631A4A8B0100F32289 /* Test */, - DEDB14AF1A3F944E00A837F8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 6003F582195388D10070C39A /* Project object */; -} + + + + + archiveVersion + 1 + classes + + objectVersion + 46 + objects + + 0D3359342B62D92CA67C2E04 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh" + + showEnvVarsInLog + 0 + + 1252340A196B4771BE27D5FD + + fileRef + CFE63F7FEA51182807D98A78 + isa + PBXBuildFile + + 14A1857A6611A826E51F612A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-ReceiverDemo.test.xcconfig + path + Pods/Target Support Files/Pods-ReceiverDemo/Pods-ReceiverDemo.test.xcconfig + sourceTree + <group> + + 19367BAF0FEDE5B798128F3D + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-Tests.a + sourceTree + BUILT_PRODUCTS_DIR + + 19DDAD1B81E630617AA38624 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + 213419298EA5AA6429BEFD28 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-ReceiverDemo/Pods-ReceiverDemo-resources.sh" + + showEnvVarsInLog + 0 + + 2AE3E05821FBC0C05F248E61 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-Tests.debug.xcconfig + path + Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig + sourceTree + <group> + + 32310565C7E21C1120BDDD58 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + 439F76E40704ACAAE4203F56 + + children + + 2AE3E05821FBC0C05F248E61 + B3CB044233E227F87FCF2C46 + 57D5F02E049D7887B4F4ACDF + BB75E70100C0775F382CD22F + B915356798E84DC8F8A0A3CB + A7644D9D2D35BA2869AD63FA + 14A1857A6611A826E51F612A + 6B9E60301031FFD1833ECA7A + BBE7E5A25C1B0E9637BE745A + + isa + PBXGroup + name + Pods + sourceTree + <group> + + 57D5F02E049D7887B4F4ACDF + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-ReceiverDemo.debug.xcconfig + path + Pods/Target Support Files/Pods-ReceiverDemo/Pods-ReceiverDemo.debug.xcconfig + sourceTree + <group> + + 6003F581195388D10070C39A + + children + + DE11B99B1A42466C008A8F36 + 60FF7A9C1954A5C5007DD14C + DE5DD32C19E0643F007FD439 + DEAD328119E079D3003C8D65 + 6003F58C195388D20070C39A + 6003F58B195388D20070C39A + 439F76E40704ACAAE4203F56 + + isa + PBXGroup + sourceTree + <group> + + 6003F582195388D10070C39A + + attributes + + CLASSPREFIX + DPL + LastUpgradeCheck + 0610 + ORGANIZATIONNAME + Button, Inc. + TargetAttributes + + 6003F5AD195388D20070C39A + + TestTargetID + 6003F589195388D20070C39A + + DEDB148C1A3F944D00A837F8 + + CreatedOnToolsVersion + 6.1 + + + + buildConfigurationList + 6003F585195388D10070C39A + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + Base + + mainGroup + 6003F581195388D10070C39A + productRefGroup + 6003F58B195388D20070C39A + projectDirPath + + projectReferences + + projectRoot + + targets + + 6003F589195388D20070C39A + DEDB148C1A3F944D00A837F8 + 6003F5AD195388D20070C39A + + + 6003F585195388D10070C39A + + buildConfigurations + + 6003F5BD195388D20070C39A + DEA2AD611A4A8B0100F32289 + 6003F5BE195388D20070C39A + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 6003F586195388D20070C39A + + buildActionMask + 2147483647 + files + + DE87B1F51A5E193100204A35 + DEAD328A19E079D3003C8D65 + DE025EB11A5F0D37007C4F3A + DE87B1F11A5DF49F00204A35 + DE87B1EE1A5DEFD400204A35 + DEAD328D19E079D3003C8D65 + DEAD328919E079D3003C8D65 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F587195388D20070C39A + + buildActionMask + 2147483647 + files + + 6003F590195388D20070C39A + 6003F592195388D20070C39A + 6003F58E195388D20070C39A + 1252340A196B4771BE27D5FD + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F588195388D20070C39A + + buildActionMask + 2147483647 + files + + DEAD328819E079D3003C8D65 + DEAD328C19E079D3003C8D65 + DEAD328B19E079D3003C8D65 + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F589195388D20070C39A + + buildConfigurationList + 6003F5BF195388D20070C39A + buildPhases + + 32310565C7E21C1120BDDD58 + 6003F586195388D20070C39A + 6003F587195388D20070C39A + 6003F588195388D20070C39A + 213419298EA5AA6429BEFD28 + + buildRules + + dependencies + + isa + PBXNativeTarget + name + ReceiverDemo + productName + DeepLinkSDK + productReference + 6003F58A195388D20070C39A + productType + com.apple.product-type.application + + 6003F58A195388D20070C39A + + explicitFileType + wrapper.application + includeInIndex + 0 + isa + PBXFileReference + path + ReceiverDemo.app + sourceTree + BUILT_PRODUCTS_DIR + + 6003F58B195388D20070C39A + + children + + 6003F58A195388D20070C39A + 6003F5AE195388D20070C39A + DEDB148D1A3F944D00A837F8 + + isa + PBXGroup + name + Products + sourceTree + <group> + + 6003F58C195388D20070C39A + + children + + 6003F58D195388D20070C39A + 6003F58F195388D20070C39A + 6003F591195388D20070C39A + CFE63F7FEA51182807D98A78 + 81A53B1FA1F6DF1D2B557DCD + 19367BAF0FEDE5B798128F3D + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + 6003F58D195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Foundation.framework + path + System/Library/Frameworks/Foundation.framework + sourceTree + SDKROOT + + 6003F58E195388D20070C39A + + fileRef + 6003F58D195388D20070C39A + isa + PBXBuildFile + + 6003F58F195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreGraphics.framework + path + System/Library/Frameworks/CoreGraphics.framework + sourceTree + SDKROOT + + 6003F590195388D20070C39A + + fileRef + 6003F58F195388D20070C39A + isa + PBXBuildFile + + 6003F591195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + UIKit.framework + path + System/Library/Frameworks/UIKit.framework + sourceTree + SDKROOT + + 6003F592195388D20070C39A + + fileRef + 6003F591195388D20070C39A + isa + PBXBuildFile + + 6003F5AA195388D20070C39A + + buildActionMask + 2147483647 + files + + DE16E9281A42883B00077E18 + DE16E9381A4289DF00077E18 + DECB32531A881CA10071C76E + DEEBD4A91AAB7946000BCA84 + DE058E101A3B485500147C04 + DECB32551A882D1A0071C76E + DE058E0A1A3B46FD00147C04 + DECB32571A8866700071C76E + DEA55ADF1A5F2BBC00C312F5 + DE3E610F1A3B4492008D6DFC + DE16E91E1A42733100077E18 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F5AB195388D20070C39A + + buildActionMask + 2147483647 + files + + 6003F5B2195388D20070C39A + 6003F5B1195388D20070C39A + 68101FFDAAC0A24037B56D22 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F5AC195388D20070C39A + + buildActionMask + 2147483647 + files + + DE669DEE19E33AB50044496B + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F5AD195388D20070C39A + + buildConfigurationList + 6003F5C2195388D20070C39A + buildPhases + + 19DDAD1B81E630617AA38624 + 6003F5AA195388D20070C39A + 6003F5AB195388D20070C39A + 6003F5AC195388D20070C39A + 0D3359342B62D92CA67C2E04 + + buildRules + + dependencies + + 6003F5B4195388D20070C39A + + isa + PBXNativeTarget + name + Tests + productName + DeepLinkSDKTests + productReference + 6003F5AE195388D20070C39A + productType + com.apple.product-type.bundle.unit-test + + 6003F5AE195388D20070C39A + + explicitFileType + wrapper.cfbundle + includeInIndex + 0 + isa + PBXFileReference + path + Tests.xctest + sourceTree + BUILT_PRODUCTS_DIR + + 6003F5B1195388D20070C39A + + fileRef + 6003F58D195388D20070C39A + isa + PBXBuildFile + + 6003F5B2195388D20070C39A + + fileRef + 6003F591195388D20070C39A + isa + PBXBuildFile + + 6003F5B3195388D20070C39A + + containerPortal + 6003F582195388D10070C39A + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 6003F589195388D20070C39A + remoteInfo + DeepLinkSDK + + 6003F5B4195388D20070C39A + + isa + PBXTargetDependency + target + 6003F589195388D20070C39A + targetProxy + 6003F5B3195388D20070C39A + + 6003F5BD195388D20070C39A + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES_ERROR + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + COPY_PHASE_STRIP + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_GENERATE_TEST_COVERAGE_FILES + YES + GCC_INSTRUMENT_PROGRAM_FLOW_ARCS + YES + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES_ERROR + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES_AGGRESSIVE + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 7.1 + ONLY_ACTIVE_ARCH + YES + SDKROOT + iphoneos + TARGETED_DEVICE_FAMILY + 1,2 + + isa + XCBuildConfiguration + name + Debug + + 6003F5BE195388D20070C39A + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES_ERROR + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + COPY_PHASE_STRIP + YES + ENABLE_NS_ASSERTIONS + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_GENERATE_TEST_COVERAGE_FILES + YES + GCC_INSTRUMENT_PROGRAM_FLOW_ARCS + YES + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES_ERROR + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES_AGGRESSIVE + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 7.1 + SDKROOT + iphoneos + TARGETED_DEVICE_FAMILY + 1,2 + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 6003F5BF195388D20070C39A + + buildConfigurations + + 6003F5C0195388D20070C39A + DEA2AD621A4A8B0100F32289 + 6003F5C1195388D20070C39A + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 6003F5C0195388D20070C39A + + baseConfigurationReference + 57D5F02E049D7887B4F4ACDF + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME + LaunchImage + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + SampleApps/ReceiverDemo/SupportingFiles/ReceiverDemo-Prefix.pch + INFOPLIST_FILE + SampleApps/ReceiverDemo/SupportingFiles/ReceiverDemo-Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 7.1 + PRODUCT_NAME + $(TARGET_NAME) + TARGETED_DEVICE_FAMILY + 1 + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Debug + + 6003F5C1195388D20070C39A + + baseConfigurationReference + BB75E70100C0775F382CD22F + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME + LaunchImage + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + SampleApps/ReceiverDemo/SupportingFiles/ReceiverDemo-Prefix.pch + INFOPLIST_FILE + SampleApps/ReceiverDemo/SupportingFiles/ReceiverDemo-Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 7.1 + PRODUCT_NAME + $(TARGET_NAME) + TARGETED_DEVICE_FAMILY + 1 + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Release + + 6003F5C2195388D20070C39A + + buildConfigurations + + 6003F5C3195388D20070C39A + DEA2AD641A4A8B0100F32289 + 6003F5C4195388D20070C39A + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 6003F5C3195388D20070C39A + + baseConfigurationReference + 2AE3E05821FBC0C05F248E61 + buildSettings + + BUNDLE_LOADER + $(TEST_HOST) + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Tests/SupportingFiles/Tests-Prefix.pch + INFOPLIST_FILE + Tests/SupportingFiles/Tests-Info.plist + PRODUCT_NAME + $(TARGET_NAME) + TEST_HOST + $(BUILT_PRODUCTS_DIR)/ReceiverDemo.app/ReceiverDemo + WRAPPER_EXTENSION + xctest + + isa + XCBuildConfiguration + name + Debug + + 6003F5C4195388D20070C39A + + baseConfigurationReference + B3CB044233E227F87FCF2C46 + buildSettings + + BUNDLE_LOADER + $(TEST_HOST) + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Tests/SupportingFiles/Tests-Prefix.pch + INFOPLIST_FILE + Tests/SupportingFiles/Tests-Info.plist + PRODUCT_NAME + $(TARGET_NAME) + TEST_HOST + $(BUILT_PRODUCTS_DIR)/ReceiverDemo.app/ReceiverDemo + WRAPPER_EXTENSION + xctest + + isa + XCBuildConfiguration + name + Release + + 60FF7A9C1954A5C5007DD14C + + children + + 8949A4E8F681A12A47C20775 + E9CA1DB95577CF3689F4B77F + DF9272621ECB6C2824AD5C94 + + isa + PBXGroup + name + Pod Metadata + sourceTree + <group> + + 68101FFDAAC0A24037B56D22 + + fileRef + 19367BAF0FEDE5B798128F3D + isa + PBXBuildFile + + 6B9E60301031FFD1833ECA7A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-SenderDemo.test.xcconfig + path + Pods/Target Support Files/Pods-SenderDemo/Pods-SenderDemo.test.xcconfig + sourceTree + <group> + + 6C18B300BAD926F6461AC49D + + fileRef + 81A53B1FA1F6DF1D2B557DCD + isa + PBXBuildFile + + 7E4A77AFF27B0E5465184209 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + 81A53B1FA1F6DF1D2B557DCD + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-SenderDemo.a + sourceTree + BUILT_PRODUCTS_DIR + + 82E3829DCB61E29D4B984C4F + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-SenderDemo/Pods-SenderDemo-resources.sh" + + showEnvVarsInLog + 0 + + 8949A4E8F681A12A47C20775 + + explicitFileType + text.script.ruby + includeInIndex + 1 + isa + PBXFileReference + name + DeepLinkSDK.podspec + path + ./DeepLinkSDK.podspec + sourceTree + <group> + + A7644D9D2D35BA2869AD63FA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-SenderDemo.release.xcconfig + path + Pods/Target Support Files/Pods-SenderDemo/Pods-SenderDemo.release.xcconfig + sourceTree + <group> + + B3CB044233E227F87FCF2C46 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-Tests.release.xcconfig + path + Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig + sourceTree + <group> + + B915356798E84DC8F8A0A3CB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-SenderDemo.debug.xcconfig + path + Pods/Target Support Files/Pods-SenderDemo/Pods-SenderDemo.debug.xcconfig + sourceTree + <group> + + BB75E70100C0775F382CD22F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-ReceiverDemo.release.xcconfig + path + Pods/Target Support Files/Pods-ReceiverDemo/Pods-ReceiverDemo.release.xcconfig + sourceTree + <group> + + BBE7E5A25C1B0E9637BE745A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-Tests.test.xcconfig + path + Pods/Target Support Files/Pods-Tests/Pods-Tests.test.xcconfig + sourceTree + <group> + + CFE63F7FEA51182807D98A78 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-ReceiverDemo.a + sourceTree + BUILT_PRODUCTS_DIR + + DE025EAC1A5F0CD3007C4F3A + + children + + DE87B1F31A5E193100204A35 + DE87B1F41A5E193100204A35 + + isa + PBXGroup + path + ProductDetail + sourceTree + <group> + + DE025EAD1A5F0D01007C4F3A + + children + + DE87B1EF1A5DF49F00204A35 + DE87B1F01A5DF49F00204A35 + DE025EAF1A5F0D37007C4F3A + DE025EB01A5F0D37007C4F3A + + isa + PBXGroup + path + ProductData + sourceTree + <group> + + DE025EAF1A5F0D37007C4F3A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLProductDataSource.h + sourceTree + <group> + + DE025EB01A5F0D37007C4F3A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLProductDataSource.m + sourceTree + <group> + + DE025EB11A5F0D37007C4F3A + + fileRef + DE025EB01A5F0D37007C4F3A + isa + PBXBuildFile + + DE03259D1A68107400D31A52 + + children + + DEDB14961A3F944D00A837F8 + DEDB14971A3F944D00A837F8 + + isa + PBXGroup + path + ActionsList + sourceTree + <group> + + DE058E071A3B46F500147C04 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NSString+DPLQuery.h + sourceTree + <group> + + DE058E081A3B46F500147C04 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSString+DPLQuery.m + sourceTree + <group> + + DE058E091A3B46FD00147C04 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSString_DPLQuerySpec.m + sourceTree + <group> + + DE058E0A1A3B46FD00147C04 + + fileRef + DE058E091A3B46FD00147C04 + isa + PBXBuildFile + + DE058E0B1A3B484A00147C04 + + children + + DECB32481A87C6270071C76E + DEB4EDBC1A4A036D00F31D14 + DE058E0C1A3B484A00147C04 + DE058E0D1A3B484A00147C04 + DECB32491A87C64E0071C76E + DECB324A1A87C64E0071C76E + + isa + PBXGroup + path + DeepLink + sourceTree + <group> + + DE058E0C1A3B484A00147C04 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLDeepLink.h + sourceTree + <group> + + DE058E0D1A3B484A00147C04 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLDeepLink.m + sourceTree + <group> + + DE058E0E1A3B485500147C04 + + children + + DE058E0F1A3B485500147C04 + DEA55ADE1A5F2BBC00C312F5 + DECB32541A882D1A0071C76E + DECB32561A8866700071C76E + + isa + PBXGroup + path + DeepLink + sourceTree + <group> + + DE058E0F1A3B485500147C04 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLDeepLinkSpec.m + sourceTree + <group> + + DE058E101A3B485500147C04 + + fileRef + DE058E0F1A3B485500147C04 + isa + PBXBuildFile + + DE11B99B1A42466C008A8F36 + + children + + DEAD327219E079D3003C8D65 + DEDB148E1A3F944D00A837F8 + + isa + PBXGroup + path + SampleApps + sourceTree + <group> + + DE11B99C1A42482F008A8F36 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SenderDemo-Prefix.pch + sourceTree + <group> + + DE16E9181A4254D200077E18 + + fileRef + 6003F591195388D20070C39A + isa + PBXBuildFile + + DE16E9191A4254D900077E18 + + fileRef + 6003F58D195388D20070C39A + isa + PBXBuildFile + + DE16E91A1A4254E100077E18 + + fileRef + 6003F58F195388D20070C39A + isa + PBXBuildFile + + DE16E91B1A42720D00077E18 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSString+DPLTrim.m + sourceTree + <group> + + DE16E91C1A42720D00077E18 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NSString+DPLTrim.h + sourceTree + <group> + + DE16E91D1A42733100077E18 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSString_DPLTrimSpec.m + sourceTree + <group> + + DE16E91E1A42733100077E18 + + fileRef + DE16E91D1A42733100077E18 + isa + PBXBuildFile + + DE16E91F1A42882F00077E18 + + children + + DE16E9201A42882F00077E18 + DE16E9211A42882F00077E18 + + isa + PBXGroup + path + Router + sourceTree + <group> + + DE16E9201A42882F00077E18 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLDeepLinkRouter.h + sourceTree + <group> + + DE16E9211A42882F00077E18 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLDeepLinkRouter.m + sourceTree + <group> + + DE16E9221A42883B00077E18 + + children + + DE16E9241A42883B00077E18 + DE16E9231A42883B00077E18 + + isa + PBXGroup + path + Router + sourceTree + <group> + + DE16E9231A42883B00077E18 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLDeepLinkRouterSpec.m + sourceTree + <group> + + DE16E9241A42883B00077E18 + + children + + DE16E9271A42883B00077E18 + + isa + PBXGroup + path + Helpers + sourceTree + <group> + + DE16E9271A42883B00077E18 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLDeepLinkRouter_Private.h + sourceTree + <group> + + DE16E9281A42883B00077E18 + + fileRef + DE16E9231A42883B00077E18 + isa + PBXBuildFile + + DE16E9331A4289D500077E18 + + children + + DE16E9341A4289D500077E18 + DE16E9351A4289D500077E18 + + isa + PBXGroup + path + RouteMatcher + sourceTree + <group> + + DE16E9341A4289D500077E18 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLRouteMatcher.h + sourceTree + <group> + + DE16E9351A4289D500077E18 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLRouteMatcher.m + sourceTree + <group> + + DE16E9361A4289DF00077E18 + + children + + DE16E9371A4289DF00077E18 + + isa + PBXGroup + path + RouteMatcher + sourceTree + <group> + + DE16E9371A4289DF00077E18 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLRouteMatcherSpec.m + sourceTree + <group> + + DE16E9381A4289DF00077E18 + + fileRef + DE16E9371A4289DF00077E18 + isa + PBXBuildFile + + DE3E61071A3B4485008D6DFC + + children + + DE16E91C1A42720D00077E18 + DE16E91B1A42720D00077E18 + DE058E071A3B46F500147C04 + DE058E081A3B46F500147C04 + DE3E61081A3B4485008D6DFC + DE3E61091A3B4485008D6DFC + DECB32501A87E94B0071C76E + DECB32511A87E94B0071C76E + + isa + PBXGroup + path + Categories + sourceTree + <group> + + DE3E61081A3B4485008D6DFC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NSString+DPLJSON.h + sourceTree + <group> + + DE3E61091A3B4485008D6DFC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSString+DPLJSON.m + sourceTree + <group> + + DE3E610C1A3B4492008D6DFC + + children + + DE058E091A3B46FD00147C04 + DE3E610D1A3B4492008D6DFC + DE16E91D1A42733100077E18 + DECB32521A881CA10071C76E + + isa + PBXGroup + path + Categories + sourceTree + <group> + + DE3E610D1A3B4492008D6DFC + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSString_DPLJSONSpec.m + sourceTree + <group> + + DE3E610F1A3B4492008D6DFC + + fileRef + DE3E610D1A3B4492008D6DFC + isa + PBXBuildFile + + DE4128901A8BBE500089DAA2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AppLinks.h + sourceTree + <group> + + DE5DD32C19E0643F007FD439 + + children + + DEB4EDBD1A4A726200F31D14 + DE4128901A8BBE500089DAA2 + DE99EF6A1A3B6CDD00CE3449 + DE3E61071A3B4485008D6DFC + DEB4EDBB1A49CEA400F31D14 + DE16E91F1A42882F00077E18 + DEAC406F1A5DA7B8004A9095 + DE16E9331A4289D500077E18 + DE058E0B1A3B484A00147C04 + + isa + PBXGroup + path + DeepLinkSDK + sourceTree + <group> + + DE669DEE19E33AB50044496B + + fileRef + DEAD328219E079D3003C8D65 + isa + PBXBuildFile + + DE87B1EB1A5DEF3100204A35 + + children + + DE87B1EC1A5DEFD400204A35 + DE87B1ED1A5DEFD400204A35 + + isa + PBXGroup + path + RouteHandlers + sourceTree + <group> + + DE87B1EC1A5DEFD400204A35 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLProductRouteHandler.h + sourceTree + <group> + + DE87B1ED1A5DEFD400204A35 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLProductRouteHandler.m + sourceTree + <group> + + DE87B1EE1A5DEFD400204A35 + + fileRef + DE87B1ED1A5DEFD400204A35 + isa + PBXBuildFile + + DE87B1EF1A5DF49F00204A35 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLProduct.h + sourceTree + <group> + + DE87B1F01A5DF49F00204A35 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLProduct.m + sourceTree + <group> + + DE87B1F11A5DF49F00204A35 + + fileRef + DE87B1F01A5DF49F00204A35 + isa + PBXBuildFile + + DE87B1F31A5E193100204A35 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLProductDetailViewController.h + sourceTree + <group> + + DE87B1F41A5E193100204A35 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLProductDetailViewController.m + sourceTree + <group> + + DE87B1F51A5E193100204A35 + + fileRef + DE87B1F41A5E193100204A35 + isa + PBXBuildFile + + DE99EF6A1A3B6CDD00CE3449 + + children + + DE99EF781A3B83D100CE3449 + DEEBD4A51AAB6FBB000BCA84 + + isa + PBXGroup + path + Protocols + sourceTree + <group> + + DE99EF781A3B83D100CE3449 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLTargetViewControllerProtocol.h + sourceTree + <group> + + DE99EF7A1A3B844000CE3449 + + children + + DEAD327919E079D3003C8D65 + DEAD327A19E079D3003C8D65 + + isa + PBXGroup + path + ProductList + sourceTree + <group> + + DE99EF7B1A3B845F00CE3449 + + children + + DEAD327B19E079D3003C8D65 + DEAD327E19E079D3003C8D65 + DEAD327F19E079D3003C8D65 + DEAD328019E079D3003C8D65 + + isa + PBXGroup + path + SupportingFiles + sourceTree + <group> + + DEA2AD611A4A8B0100F32289 + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES_ERROR + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + COPY_PHASE_STRIP + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_GENERATE_TEST_COVERAGE_FILES + YES + GCC_INSTRUMENT_PROGRAM_FLOW_ARCS + YES + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES_ERROR + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES_AGGRESSIVE + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 7.1 + ONLY_ACTIVE_ARCH + YES + SDKROOT + iphoneos + TARGETED_DEVICE_FAMILY + 1,2 + + isa + XCBuildConfiguration + name + Test + + DEA2AD621A4A8B0100F32289 + + baseConfigurationReference + 14A1857A6611A826E51F612A + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME + LaunchImage + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + SampleApps/ReceiverDemo/SupportingFiles/ReceiverDemo-Prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + $(inherited) + TEST=1 + + INFOPLIST_FILE + SampleApps/ReceiverDemo/SupportingFiles/ReceiverDemo-Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 7.1 + PRODUCT_NAME + $(TARGET_NAME) + TARGETED_DEVICE_FAMILY + 1 + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Test + + DEA2AD631A4A8B0100F32289 + + baseConfigurationReference + 6B9E60301031FFD1833ECA7A + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME + LaunchImage + CLANG_WARN_UNREACHABLE_CODE + YES + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_PREFIX_HEADER + SampleApps/SenderDemo/SupportingFiles/SenderDemo-Prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + INFOPLIST_FILE + $(SRCROOT)/SampleApps/SenderDemo/SupportingFiles/SenderDemo-Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 7.1 + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks + MTL_ENABLE_DEBUG_INFO + YES + PRODUCT_NAME + $(TARGET_NAME) + TARGETED_DEVICE_FAMILY + 1 + + isa + XCBuildConfiguration + name + Test + + DEA2AD641A4A8B0100F32289 + + baseConfigurationReference + BBE7E5A25C1B0E9637BE745A + buildSettings + + BUNDLE_LOADER + $(TEST_HOST) + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Tests/SupportingFiles/Tests-Prefix.pch + INFOPLIST_FILE + Tests/SupportingFiles/Tests-Info.plist + PRODUCT_NAME + $(TARGET_NAME) + TEST_HOST + $(BUILT_PRODUCTS_DIR)/ReceiverDemo.app/ReceiverDemo + WRAPPER_EXTENSION + xctest + + isa + XCBuildConfiguration + name + Test + + DEA55ADB1A5F1A0700C312F5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLDeepLink+AppLinks.h + sourceTree + <group> + + DEA55ADC1A5F1A0700C312F5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLDeepLink+AppLinks.m + sourceTree + <group> + + DEA55ADE1A5F2BBC00C312F5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLDeepLink_AppLinksSpec.m + sourceTree + <group> + + DEA55ADF1A5F2BBC00C312F5 + + fileRef + DEA55ADE1A5F2BBC00C312F5 + isa + PBXBuildFile + + DEAC406E1A5D97EE004A9095 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLErrors.h + sourceTree + <group> + + DEAC406F1A5DA7B8004A9095 + + children + + DEAC40701A5DA86A004A9095 + DEAC40711A5DA86A004A9095 + + isa + PBXGroup + path + RouteHandler + sourceTree + <group> + + DEAC40701A5DA86A004A9095 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLRouteHandler.h + sourceTree + <group> + + DEAC40711A5DA86A004A9095 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLRouteHandler.m + sourceTree + <group> + + DEAD327219E079D3003C8D65 + + children + + DE025EAD1A5F0D01007C4F3A + DE025EAC1A5F0CD3007C4F3A + DE99EF7A1A3B844000CE3449 + DE87B1EB1A5DEF3100204A35 + DEAD327719E079D3003C8D65 + DEAD327819E079D3003C8D65 + DEAD327D19E079D3003C8D65 + DEAD327519E079D3003C8D65 + DE99EF7B1A3B845F00CE3449 + + isa + PBXGroup + path + ReceiverDemo + sourceTree + <group> + + DEAD327519E079D3003C8D65 + + children + + DEAD327619E079D3003C8D65 + + isa + PBXVariantGroup + name + Main.storyboard + sourceTree + <group> + + DEAD327619E079D3003C8D65 + + isa + PBXFileReference + lastKnownFileType + file.storyboard + name + Base + path + Base.lproj/Main.storyboard + sourceTree + <group> + + DEAD327719E079D3003C8D65 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLReceiverAppDelegate.h + sourceTree + <group> + + DEAD327819E079D3003C8D65 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLReceiverAppDelegate.m + sourceTree + <group> + + DEAD327919E079D3003C8D65 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLProductTableViewController.h + sourceTree + <group> + + DEAD327A19E079D3003C8D65 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLProductTableViewController.m + sourceTree + <group> + + DEAD327B19E079D3003C8D65 + + children + + DEAD327C19E079D3003C8D65 + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + DEAD327C19E079D3003C8D65 + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + DEAD327D19E079D3003C8D65 + + isa + PBXFileReference + lastKnownFileType + folder.assetcatalog + path + Images.xcassets + sourceTree + <group> + + DEAD327E19E079D3003C8D65 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + main.m + sourceTree + <group> + + DEAD327F19E079D3003C8D65 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + ReceiverDemo-Info.plist + sourceTree + <group> + + DEAD328019E079D3003C8D65 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ReceiverDemo-Prefix.pch + sourceTree + <group> + + DEAD328119E079D3003C8D65 + + children + + DEEBD4A61AAB7928000BCA84 + DE16E9221A42883B00077E18 + DE16E9361A4289DF00077E18 + DE058E0E1A3B485500147C04 + DE3E610C1A3B4492008D6DFC + DEC1B07F1A365213002BB838 + + isa + PBXGroup + path + Tests + sourceTree + <group> + + DEAD328219E079D3003C8D65 + + children + + DEAD328319E079D3003C8D65 + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + DEAD328319E079D3003C8D65 + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + DEAD328419E079D3003C8D65 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Tests-Info.plist + sourceTree + <group> + + DEAD328519E079D3003C8D65 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Tests-Prefix.pch + sourceTree + <group> + + DEAD328819E079D3003C8D65 + + fileRef + DEAD327519E079D3003C8D65 + isa + PBXBuildFile + + DEAD328919E079D3003C8D65 + + fileRef + DEAD327819E079D3003C8D65 + isa + PBXBuildFile + + DEAD328A19E079D3003C8D65 + + fileRef + DEAD327A19E079D3003C8D65 + isa + PBXBuildFile + + DEAD328B19E079D3003C8D65 + + fileRef + DEAD327B19E079D3003C8D65 + isa + PBXBuildFile + + DEAD328C19E079D3003C8D65 + + fileRef + DEAD327D19E079D3003C8D65 + isa + PBXBuildFile + + DEAD328D19E079D3003C8D65 + + fileRef + DEAD327E19E079D3003C8D65 + isa + PBXBuildFile + + DEB4EDBB1A49CEA400F31D14 + + children + + DEAC406E1A5D97EE004A9095 + + isa + PBXGroup + path + Errors + sourceTree + <group> + + DEB4EDBC1A4A036D00F31D14 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLDeepLink_Private.h + sourceTree + <group> + + DEB4EDBD1A4A726200F31D14 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DeepLinkSDK.h + sourceTree + <group> + + DEC1B07F1A365213002BB838 + + children + + DEAD328219E079D3003C8D65 + DEAD328419E079D3003C8D65 + DEAD328519E079D3003C8D65 + + isa + PBXGroup + path + SupportingFiles + sourceTree + <group> + + DECB32481A87C6270071C76E + + children + + DEA55ADB1A5F1A0700C312F5 + DEA55ADC1A5F1A0700C312F5 + DECB324B1A87C6750071C76E + DECB324C1A87C6750071C76E + + isa + PBXGroup + name + AppLinks + sourceTree + <group> + + DECB32491A87C64E0071C76E + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLMutableDeepLink.h + sourceTree + <group> + + DECB324A1A87C64E0071C76E + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLMutableDeepLink.m + sourceTree + <group> + + DECB324B1A87C6750071C76E + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLMutableDeepLink+AppLinks.h + sourceTree + <group> + + DECB324C1A87C6750071C76E + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLMutableDeepLink+AppLinks.m + sourceTree + <group> + + DECB32501A87E94B0071C76E + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSObject+DPLJSONObject.h + path + DeepLinkSDK/Categories/NSObject+DPLJSONObject.h + sourceTree + SOURCE_ROOT + + DECB32511A87E94B0071C76E + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSObject+DPLJSONObject.m + path + DeepLinkSDK/Categories/NSObject+DPLJSONObject.m + sourceTree + SOURCE_ROOT + + DECB32521A881CA10071C76E + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSObject_DPLJSONObjectSpec.m + sourceTree + <group> + + DECB32531A881CA10071C76E + + fileRef + DECB32521A881CA10071C76E + isa + PBXBuildFile + + DECB32541A882D1A0071C76E + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLMutableDeepLinkSpec.m + sourceTree + <group> + + DECB32551A882D1A0071C76E + + fileRef + DECB32541A882D1A0071C76E + isa + PBXBuildFile + + DECB32561A8866700071C76E + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLMutableDeepLink_AppLinksSpec.m + sourceTree + <group> + + DECB32571A8866700071C76E + + fileRef + DECB32561A8866700071C76E + isa + PBXBuildFile + + DEDB14891A3F944D00A837F8 + + buildActionMask + 2147483647 + files + + DEDB14981A3F944D00A837F8 + DEE40E601A42B0580097EA33 + DEE40E5F1A42B0530097EA33 + DEDB14951A3F944D00A837F8 + DEDB14921A3F944D00A837F8 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + DEDB148A1A3F944D00A837F8 + + buildActionMask + 2147483647 + files + + DE16E91A1A4254E100077E18 + DE16E9181A4254D200077E18 + DE16E9191A4254D900077E18 + 6C18B300BAD926F6461AC49D + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + DEDB148B1A3F944D00A837F8 + + buildActionMask + 2147483647 + files + + DEDB149B1A3F944D00A837F8 + DEDB149D1A3F944D00A837F8 + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + DEDB148C1A3F944D00A837F8 + + buildConfigurationList + DEDB14AD1A3F944E00A837F8 + buildPhases + + 7E4A77AFF27B0E5465184209 + DEDB14891A3F944D00A837F8 + DEDB148A1A3F944D00A837F8 + DEDB148B1A3F944D00A837F8 + 82E3829DCB61E29D4B984C4F + + buildRules + + dependencies + + isa + PBXNativeTarget + name + SenderDemo + productName + SenderDemo + productReference + DEDB148D1A3F944D00A837F8 + productType + com.apple.product-type.application + + DEDB148D1A3F944D00A837F8 + + explicitFileType + wrapper.application + includeInIndex + 0 + isa + PBXFileReference + path + SenderDemo.app + sourceTree + BUILT_PRODUCTS_DIR + + DEDB148E1A3F944D00A837F8 + + children + + DEE40E5B1A42ABC10097EA33 + DE03259D1A68107400D31A52 + DEDB14931A3F944D00A837F8 + DEDB14941A3F944D00A837F8 + DEDB14991A3F944D00A837F8 + DEDB149C1A3F944D00A837F8 + DEDB148F1A3F944D00A837F8 + + isa + PBXGroup + path + SenderDemo + sourceTree + <group> + + DEDB148F1A3F944D00A837F8 + + children + + DEDB14911A3F944D00A837F8 + DEDB14901A3F944D00A837F8 + DE11B99C1A42482F008A8F36 + + isa + PBXGroup + path + SupportingFiles + sourceTree + <group> + + DEDB14901A3F944D00A837F8 + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + SenderDemo-Info.plist + sourceTree + <group> + + DEDB14911A3F944D00A837F8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + main.m + sourceTree + <group> + + DEDB14921A3F944D00A837F8 + + fileRef + DEDB14911A3F944D00A837F8 + isa + PBXBuildFile + + DEDB14931A3F944D00A837F8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLSenderAppDelegate.h + sourceTree + <group> + + DEDB14941A3F944D00A837F8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLSenderAppDelegate.m + sourceTree + <group> + + DEDB14951A3F944D00A837F8 + + fileRef + DEDB14941A3F944D00A837F8 + isa + PBXBuildFile + + DEDB14961A3F944D00A837F8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLActionsViewController.h + sourceTree + <group> + + DEDB14971A3F944D00A837F8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLActionsViewController.m + sourceTree + <group> + + DEDB14981A3F944D00A837F8 + + fileRef + DEDB14971A3F944D00A837F8 + isa + PBXBuildFile + + DEDB14991A3F944D00A837F8 + + children + + DEDB149A1A3F944D00A837F8 + + isa + PBXVariantGroup + name + Main.storyboard + sourceTree + <group> + + DEDB149A1A3F944D00A837F8 + + isa + PBXFileReference + lastKnownFileType + file.storyboard + name + Base + path + Base.lproj/Main.storyboard + sourceTree + <group> + + DEDB149B1A3F944D00A837F8 + + fileRef + DEDB14991A3F944D00A837F8 + isa + PBXBuildFile + + DEDB149C1A3F944D00A837F8 + + isa + PBXFileReference + lastKnownFileType + folder.assetcatalog + path + Images.xcassets + sourceTree + <group> + + DEDB149D1A3F944D00A837F8 + + fileRef + DEDB149C1A3F944D00A837F8 + isa + PBXBuildFile + + DEDB14AD1A3F944E00A837F8 + + buildConfigurations + + DEDB14AE1A3F944E00A837F8 + DEA2AD631A4A8B0100F32289 + DEDB14AF1A3F944E00A837F8 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + DEDB14AE1A3F944E00A837F8 + + baseConfigurationReference + B915356798E84DC8F8A0A3CB + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME + LaunchImage + CLANG_WARN_UNREACHABLE_CODE + YES + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_PREFIX_HEADER + SampleApps/SenderDemo/SupportingFiles/SenderDemo-Prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + INFOPLIST_FILE + $(SRCROOT)/SampleApps/SenderDemo/SupportingFiles/SenderDemo-Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 7.1 + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks + MTL_ENABLE_DEBUG_INFO + YES + PRODUCT_NAME + $(TARGET_NAME) + TARGETED_DEVICE_FAMILY + 1 + + isa + XCBuildConfiguration + name + Debug + + DEDB14AF1A3F944E00A837F8 + + baseConfigurationReference + A7644D9D2D35BA2869AD63FA + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME + LaunchImage + CLANG_WARN_UNREACHABLE_CODE + YES + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_PREFIX_HEADER + SampleApps/SenderDemo/SupportingFiles/SenderDemo-Prefix.pch + INFOPLIST_FILE + $(SRCROOT)/SampleApps/SenderDemo/SupportingFiles/SenderDemo-Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 7.1 + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks + MTL_ENABLE_DEBUG_INFO + NO + PRODUCT_NAME + $(TARGET_NAME) + TARGETED_DEVICE_FAMILY + 1 + + isa + XCBuildConfiguration + name + Release + + DEE40E571A42A3F50097EA33 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLDemoAction.h + sourceTree + <group> + + DEE40E581A42A3F50097EA33 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DPLDemoAction.m + sourceTree + <group> + + DEE40E5B1A42ABC10097EA33 + + children + + DEE40E571A42A3F50097EA33 + DEE40E581A42A3F50097EA33 + DEE40E5C1A42ABE80097EA33 + DEE40E5D1A42ABE80097EA33 + + isa + PBXGroup + path + ActionData + sourceTree + <group> + + DEE40E5C1A42ABE80097EA33 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + lineEnding + 0 + path + DPLActionDataSource.h + sourceTree + <group> + xcLanguageSpecificationIdentifier + xcode.lang.objcpp + + DEE40E5D1A42ABE80097EA33 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + lineEnding + 0 + path + DPLActionDataSource.m + sourceTree + <group> + xcLanguageSpecificationIdentifier + xcode.lang.objc + + DEE40E5F1A42B0530097EA33 + + fileRef + DEE40E5D1A42ABE80097EA33 + isa + PBXBuildFile + + DEE40E601A42B0580097EA33 + + fileRef + DEE40E581A42A3F50097EA33 + isa + PBXBuildFile + + DEEBD4A51AAB6FBB000BCA84 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DPLSerializable.h + sourceTree + <group> + + DEEBD4A61AAB7928000BCA84 + + children + + DEEBD4A71AAB7946000BCA84 + DEEBD4A81AAB7946000BCA84 + + isa + PBXGroup + name + Fixtures + sourceTree + <group> + + DEEBD4A71AAB7946000BCA84 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DPLSerializableObject.h + path + Fixtures/DPLSerializableObject.h + sourceTree + <group> + + DEEBD4A81AAB7946000BCA84 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DPLSerializableObject.m + path + Fixtures/DPLSerializableObject.m + sourceTree + <group> + + DEEBD4A91AAB7946000BCA84 + + fileRef + DEEBD4A81AAB7946000BCA84 + isa + PBXBuildFile + + DF9272621ECB6C2824AD5C94 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text + name + LICENSE + path + ./LICENSE + sourceTree + <group> + + E9CA1DB95577CF3689F4B77F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + net.daringfireball.markdown + name + README.md + path + ./README.md + sourceTree + <group> + + + rootObject + 6003F582195388D10070C39A + + diff --git a/Gemfile b/Gemfile index 41e7622..c091596 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source 'https://rubygems.org' gem 'xcpretty' +gem 'slather' gem 'synx' diff --git a/Gemfile.lock b/Gemfile.lock index fec29f4..a65d302 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,14 @@ GEM colorize (0.7.3) i18n (0.6.11) json (1.8.1) + mini_portile (0.6.2) minitest (5.4.3) + nokogiri (1.6.6.2) + mini_portile (~> 0.6.0) + slather (1.5.5) + clamp (~> 0.6) + nokogiri (~> 1.6.3) + xcodeproj (~> 0.20.0) synx (0.0.54) clamp (~> 0.6) colorize (~> 0.7) @@ -29,5 +36,6 @@ PLATFORMS ruby DEPENDENCIES + slather synx xcpretty diff --git a/Podfile b/Podfile index 2db95cd..0e4f217 100644 --- a/Podfile +++ b/Podfile @@ -1,4 +1,6 @@ xcodeproj 'DeepLinkSDK.xcodeproj', 'Test' => :debug +plugin 'slather' + target 'SenderDemo', :exclusive => true do pod 'DeepLinkSDK', :path => '.' diff --git a/Podfile.lock b/Podfile.lock index 7d0667e..f068fea 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -12,12 +12,12 @@ DEPENDENCIES: EXTERNAL SOURCES: DeepLinkSDK: - :path: . + :path: "." SPEC CHECKSUMS: - DeepLinkSDK: 1555eb863dd8d5aaa564cceac37fcd0859fbc26a - Expecta: ee641011fe10aa1855d487b40e4976dac50ec342 - OCMock: ecdd510b73ef397f2f97274785c1e87fd147c49f - Specta: 698a58ffa5ec948327d3b92eab50ca58d7f4fbe8 + DeepLinkSDK: 82f36ed1bbf8fb549bb0dfb14b21852219c95384 + Expecta: 8c507baf13211207b1e9d0a741480600e6b4ed15 + OCMock: a10ea9f0a6e921651f96f78b6faee95ebc813b92 + Specta: e5ad38f1b2227a23bc63d0b5a3b41c5e628f2851 -COCOAPODS: 0.35.0 +COCOAPODS: 0.36.4 diff --git a/README.md b/README.md index 2e986ff..09660dd 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@

CI Status +Coverage Status Version License Platform