diff --git a/.gitignore b/.gitignore index 7acfbdb..1de12cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ Pods/* +Podfile.lock # gitignore.io *.xcworkspace diff --git a/MWOpenInKit-Resources/MWOpenInKit-Resources/MWOpenInKit-Resources-Info.plist b/MWOpenInKit-Resources/MWOpenInKit-Resources/MWOpenInKit-Resources-Info.plist new file mode 100644 index 0000000..d4a9611 --- /dev/null +++ b/MWOpenInKit-Resources/MWOpenInKit-Resources/MWOpenInKit-Resources-Info.plist @@ -0,0 +1,46 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + com.lazerwalker.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + CFPlugInDynamicRegisterFunction + + CFPlugInDynamicRegistration + NO + CFPlugInFactories + + 00000000-0000-0000-0000-000000000000 + MyFactoryFunction + + CFPlugInTypes + + 00000000-0000-0000-0000-000000000000 + + 00000000-0000-0000-0000-000000000000 + + + CFPlugInUnloadFunction + + NSHumanReadableCopyright + Copyright © 2013 Mike Walker. All rights reserved. + + diff --git a/MWOpenInKit-Resources/MWOpenInKit-Resources/MWOpenInKit-Resources-Prefix.pch b/MWOpenInKit-Resources/MWOpenInKit-Resources/MWOpenInKit-Resources-Prefix.pch new file mode 100644 index 0000000..35d7640 --- /dev/null +++ b/MWOpenInKit-Resources/MWOpenInKit-Resources/MWOpenInKit-Resources-Prefix.pch @@ -0,0 +1,9 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#ifdef __OBJC__ + #import +#endif diff --git a/MWOpenInKit-Resources/MWOpenInKit-Resources/en.lproj/InfoPlist.strings b/MWOpenInKit-Resources/MWOpenInKit-Resources/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/MWOpenInKit-Resources/MWOpenInKit-Resources/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/MWOpenInKitDemo.xcodeproj/project.pbxproj b/MWOpenInKitDemo.xcodeproj/project.pbxproj index 794ba18..312a8a6 100644 --- a/MWOpenInKitDemo.xcodeproj/project.pbxproj +++ b/MWOpenInKitDemo.xcodeproj/project.pbxproj @@ -1,590 +1,1271 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 0CF5A10985834057A27A1551 /* libPods-MWOpenInKitTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E19E678BCBB9409FBE1FDD1D /* libPods-MWOpenInKitTests.a */; }; - A6B73C67184D341E0055C60D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A6B73C66184D341E0055C60D /* Foundation.framework */; }; - A6B73C69184D341E0055C60D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A6B73C68184D341E0055C60D /* CoreGraphics.framework */; }; - A6B73C6B184D341E0055C60D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A6B73C6A184D341E0055C60D /* UIKit.framework */; }; - A6B73C80184D341E0055C60D /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A6B73C7F184D341E0055C60D /* XCTest.framework */; }; - A6B73C81184D341E0055C60D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A6B73C66184D341E0055C60D /* Foundation.framework */; }; - A6B73C82184D341E0055C60D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A6B73C6A184D341E0055C60D /* UIKit.framework */; }; - A6B73CE7184D38450055C60D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73CDE184D38450055C60D /* main.m */; }; - A6B73CE8184D38450055C60D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73CDE184D38450055C60D /* main.m */; }; - A6B73CEB184D38450055C60D /* MWAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73CE2184D38450055C60D /* MWAppDelegate.m */; }; - A6B73CEC184D38450055C60D /* MWAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73CE2184D38450055C60D /* MWAppDelegate.m */; }; - A6B73CED184D38450055C60D /* MWViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73CE4184D38450055C60D /* MWViewController.m */; }; - A6B73CEE184D38450055C60D /* MWViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73CE4184D38450055C60D /* MWViewController.m */; }; - A6B73CFC184D38650055C60D /* MWActivitySpec.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73CF3184D38650055C60D /* MWActivitySpec.m */; }; - A6B73CFE184D38650055C60D /* MWHandlerSharedExampleSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73CF4184D38650055C60D /* MWHandlerSharedExampleSpec.m */; }; - A6B73D00184D38650055C60D /* MWMapsHandlerSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73CF5184D38650055C60D /* MWMapsHandlerSpec.m */; }; - A6B73D02184D38650055C60D /* MWWebBrowserSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73CF6184D38650055C60D /* MWWebBrowserSpec.m */; }; - A6B73D1A184D387D0055C60D /* MWBrowserHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73D07184D387D0055C60D /* MWBrowserHandler.m */; }; - A6B73D1B184D387D0055C60D /* MWBrowserHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73D07184D387D0055C60D /* MWBrowserHandler.m */; }; - A6B73D1C184D387D0055C60D /* MWHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73D09184D387D0055C60D /* MWHandler.m */; }; - A6B73D1D184D387D0055C60D /* MWHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73D09184D387D0055C60D /* MWHandler.m */; }; - A6B73D1E184D387D0055C60D /* MWMapsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73D0B184D387D0055C60D /* MWMapsHandler.m */; }; - A6B73D1F184D387D0055C60D /* MWMapsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73D0B184D387D0055C60D /* MWMapsHandler.m */; }; - A6B73D20184D387D0055C60D /* NSString+FormatWithArray.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73D0E184D387D0055C60D /* NSString+FormatWithArray.m */; }; - A6B73D21184D387D0055C60D /* NSString+FormatWithArray.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73D0E184D387D0055C60D /* NSString+FormatWithArray.m */; }; - A6B73D28184D387D0055C60D /* MWActivity.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73D14184D387D0055C60D /* MWActivity.m */; }; - A6B73D29184D387D0055C60D /* MWActivity.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B73D14184D387D0055C60D /* MWActivity.m */; }; - A6B73D34184D38910055C60D /* Maps in Resources */ = {isa = PBXBuildFile; fileRef = A6B73D32184D38910055C60D /* Maps */; }; - A6B73D35184D38910055C60D /* Maps in Resources */ = {isa = PBXBuildFile; fileRef = A6B73D32184D38910055C60D /* Maps */; }; - A6B73D36184D38910055C60D /* Web Browsers in Resources */ = {isa = PBXBuildFile; fileRef = A6B73D33184D38910055C60D /* Web Browsers */; }; - A6B73D37184D38910055C60D /* Web Browsers in Resources */ = {isa = PBXBuildFile; fileRef = A6B73D33184D38910055C60D /* Web Browsers */; }; - A6B73D39184D38A90055C60D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A6B73D38184D38A90055C60D /* Images.xcassets */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - A6B73C83184D341E0055C60D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = A6B73C5B184D341E0055C60D /* Project object */; - proxyType = 1; - remoteGlobalIDString = A6B73C62184D341E0055C60D; - remoteInfo = OpenInKitDemo; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 79A767499BC64DE9810CBD73 /* Pods-OpenInKitDemoTests.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OpenInKitDemoTests.xcconfig"; path = "Pods/Pods-OpenInKitDemoTests.xcconfig"; sourceTree = ""; }; - A6B73C63184D341E0055C60D /* MWOpenInKitDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MWOpenInKitDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; - A6B73C66184D341E0055C60D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - A6B73C68184D341E0055C60D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - A6B73C6A184D341E0055C60D /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - A6B73C7E184D341E0055C60D /* MWOpenInKitDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MWOpenInKitDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - A6B73C7F184D341E0055C60D /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; - A6B73CDD184D38450055C60D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - A6B73CDE184D38450055C60D /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = main.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; - A6B73CDF184D38450055C60D /* MWOpenInKitDemo-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "MWOpenInKitDemo-Info.plist"; sourceTree = ""; }; - A6B73CE0184D38450055C60D /* MWOpenInKitDemo-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MWOpenInKitDemo-Prefix.pch"; sourceTree = ""; }; - A6B73CE1184D38450055C60D /* MWAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = MWAppDelegate.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - A6B73CE2184D38450055C60D /* MWAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MWAppDelegate.m; sourceTree = ""; }; - A6B73CE3184D38450055C60D /* MWViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = MWViewController.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - A6B73CE4184D38450055C60D /* MWViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = MWViewController.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; - A6B73CF1184D38650055C60D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - A6B73CF2184D38650055C60D /* MWOpenInKitTests-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "MWOpenInKitTests-Info.plist"; sourceTree = ""; }; - A6B73CF3184D38650055C60D /* MWActivitySpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MWActivitySpec.m; sourceTree = ""; }; - A6B73CF4184D38650055C60D /* MWHandlerSharedExampleSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = MWHandlerSharedExampleSpec.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; - A6B73CF5184D38650055C60D /* MWMapsHandlerSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = MWMapsHandlerSpec.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; - A6B73CF6184D38650055C60D /* MWWebBrowserSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = MWWebBrowserSpec.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; - A6B73D06184D387D0055C60D /* MWBrowserHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = MWBrowserHandler.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - A6B73D07184D387D0055C60D /* MWBrowserHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MWBrowserHandler.m; sourceTree = ""; }; - A6B73D08184D387D0055C60D /* MWHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = MWHandler.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - A6B73D09184D387D0055C60D /* MWHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = MWHandler.m; sourceTree = ""; }; - A6B73D0A184D387D0055C60D /* MWMapsHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = MWMapsHandler.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - A6B73D0B184D387D0055C60D /* MWMapsHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = MWMapsHandler.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; - A6B73D0D184D387D0055C60D /* NSString+FormatWithArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+FormatWithArray.h"; sourceTree = ""; }; - A6B73D0E184D387D0055C60D /* NSString+FormatWithArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+FormatWithArray.m"; sourceTree = ""; }; - A6B73D13184D387D0055C60D /* MWActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MWActivity.h; path = MWOpenInKit/MWActivity.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - A6B73D14184D387D0055C60D /* MWActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MWActivity.m; path = MWOpenInKit/MWActivity.m; sourceTree = ""; }; - A6B73D32184D38910055C60D /* Maps */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Maps; path = MWOpenInKit/Maps; sourceTree = ""; }; - A6B73D33184D38910055C60D /* Web Browsers */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Web Browsers"; path = "MWOpenInKit/Web Browsers"; sourceTree = ""; }; - A6B73D38184D38A90055C60D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - AD8B611494FE41B4BDDD4FA7 /* Pods-MWOpenInKitTests.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MWOpenInKitTests.xcconfig"; path = "Pods/Pods-MWOpenInKitTests.xcconfig"; sourceTree = ""; }; - E19E678BCBB9409FBE1FDD1D /* libPods-MWOpenInKitTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MWOpenInKitTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - A6B73C60184D341E0055C60D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - A6B73C69184D341E0055C60D /* CoreGraphics.framework in Frameworks */, - A6B73C6B184D341E0055C60D /* UIKit.framework in Frameworks */, - A6B73C67184D341E0055C60D /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A6B73C7B184D341E0055C60D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - A6B73C80184D341E0055C60D /* XCTest.framework in Frameworks */, - A6B73C82184D341E0055C60D /* UIKit.framework in Frameworks */, - A6B73C81184D341E0055C60D /* Foundation.framework in Frameworks */, - 0CF5A10985834057A27A1551 /* libPods-MWOpenInKitTests.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - A6B73C5A184D341E0055C60D = { - isa = PBXGroup; - children = ( - A6B73D03184D38720055C60D /* MWOpenInKit */, - A6B73CEF184D38650055C60D /* MWOpenInKitTests */, - A6B73CDB184D38450055C60D /* MWOpenInKitDemo */, - A6B73C65184D341E0055C60D /* Frameworks */, - A6B73C64184D341E0055C60D /* Products */, - 79A767499BC64DE9810CBD73 /* Pods-OpenInKitDemoTests.xcconfig */, - AD8B611494FE41B4BDDD4FA7 /* Pods-MWOpenInKitTests.xcconfig */, - ); - sourceTree = ""; - }; - A6B73C64184D341E0055C60D /* Products */ = { - isa = PBXGroup; - children = ( - A6B73C63184D341E0055C60D /* MWOpenInKitDemo.app */, - A6B73C7E184D341E0055C60D /* MWOpenInKitDemoTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - A6B73C65184D341E0055C60D /* Frameworks */ = { - isa = PBXGroup; - children = ( - A6B73C66184D341E0055C60D /* Foundation.framework */, - A6B73C68184D341E0055C60D /* CoreGraphics.framework */, - A6B73C6A184D341E0055C60D /* UIKit.framework */, - A6B73C7F184D341E0055C60D /* XCTest.framework */, - E19E678BCBB9409FBE1FDD1D /* libPods-MWOpenInKitTests.a */, - ); - name = Frameworks; - sourceTree = ""; - }; - A6B73CDB184D38450055C60D /* MWOpenInKitDemo */ = { - isa = PBXGroup; - children = ( - A6B73CDC184D38450055C60D /* InfoPlist.strings */, - A6B73CDE184D38450055C60D /* main.m */, - A6B73CDF184D38450055C60D /* MWOpenInKitDemo-Info.plist */, - A6B73CE0184D38450055C60D /* MWOpenInKitDemo-Prefix.pch */, - A6B73CE1184D38450055C60D /* MWAppDelegate.h */, - A6B73CE2184D38450055C60D /* MWAppDelegate.m */, - A6B73CE3184D38450055C60D /* MWViewController.h */, - A6B73CE4184D38450055C60D /* MWViewController.m */, - A6B73D38184D38A90055C60D /* Images.xcassets */, - ); - path = MWOpenInKitDemo; - sourceTree = ""; - }; - A6B73CEF184D38650055C60D /* MWOpenInKitTests */ = { - isa = PBXGroup; - children = ( - A6B73CF0184D38650055C60D /* InfoPlist.strings */, - A6B73CF2184D38650055C60D /* MWOpenInKitTests-Info.plist */, - A6B73CF3184D38650055C60D /* MWActivitySpec.m */, - A6B73CF4184D38650055C60D /* MWHandlerSharedExampleSpec.m */, - A6B73CF5184D38650055C60D /* MWMapsHandlerSpec.m */, - A6B73CF6184D38650055C60D /* MWWebBrowserSpec.m */, - ); - path = MWOpenInKitTests; - sourceTree = ""; - }; - A6B73D03184D38720055C60D /* MWOpenInKit */ = { - isa = PBXGroup; - children = ( - A6B73D32184D38910055C60D /* Maps */, - A6B73D33184D38910055C60D /* Web Browsers */, - A6B73D05184D387D0055C60D /* Handlers */, - A6B73D0C184D387D0055C60D /* Helpers */, - A6B73D13184D387D0055C60D /* MWActivity.h */, - A6B73D14184D387D0055C60D /* MWActivity.m */, - ); - name = MWOpenInKit; - sourceTree = ""; - }; - A6B73D05184D387D0055C60D /* Handlers */ = { - isa = PBXGroup; - children = ( - A6B73D06184D387D0055C60D /* MWBrowserHandler.h */, - A6B73D07184D387D0055C60D /* MWBrowserHandler.m */, - A6B73D08184D387D0055C60D /* MWHandler.h */, - A6B73D09184D387D0055C60D /* MWHandler.m */, - A6B73D0A184D387D0055C60D /* MWMapsHandler.h */, - A6B73D0B184D387D0055C60D /* MWMapsHandler.m */, - ); - name = Handlers; - path = MWOpenInKit/Handlers; - sourceTree = ""; - }; - A6B73D0C184D387D0055C60D /* Helpers */ = { - isa = PBXGroup; - children = ( - A6B73D0D184D387D0055C60D /* NSString+FormatWithArray.h */, - A6B73D0E184D387D0055C60D /* NSString+FormatWithArray.m */, - ); - name = Helpers; - path = MWOpenInKit/Helpers; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - A6B73C62184D341E0055C60D /* MWOpenInKitDemo */ = { - isa = PBXNativeTarget; - buildConfigurationList = A6B73C8F184D341E0055C60D /* Build configuration list for PBXNativeTarget "MWOpenInKitDemo" */; - buildPhases = ( - A6B73C5F184D341E0055C60D /* Sources */, - A6B73C61184D341E0055C60D /* Resources */, - A6B73C60184D341E0055C60D /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = MWOpenInKitDemo; - productName = OpenInKitDemo; - productReference = A6B73C63184D341E0055C60D /* MWOpenInKitDemo.app */; - productType = "com.apple.product-type.application"; - }; - A6B73C7D184D341E0055C60D /* MWOpenInKitTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = A6B73C92184D341E0055C60D /* Build configuration list for PBXNativeTarget "MWOpenInKitTests" */; - buildPhases = ( - C5D21113A8F440779DBAB268 /* Check Pods Manifest.lock */, - A6B73C7A184D341E0055C60D /* Sources */, - A6B73C7B184D341E0055C60D /* Frameworks */, - A6B73C7C184D341E0055C60D /* Resources */, - F3479DA8A2B74E2981B9D8BF /* Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - A6B73C84184D341E0055C60D /* PBXTargetDependency */, - ); - name = MWOpenInKitTests; - productName = OpenInKitDemoTests; - productReference = A6B73C7E184D341E0055C60D /* MWOpenInKitDemoTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - A6B73C5B184D341E0055C60D /* Project object */ = { - isa = PBXProject; - attributes = { - CLASSPREFIX = OK; - LastUpgradeCheck = 0500; - ORGANIZATIONNAME = "Mike Walker"; - TargetAttributes = { - A6B73C7D184D341E0055C60D = { - TestTargetID = A6B73C62184D341E0055C60D; - }; - }; - }; - buildConfigurationList = A6B73C5E184D341E0055C60D /* Build configuration list for PBXProject "MWOpenInKitDemo" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = A6B73C5A184D341E0055C60D; - productRefGroup = A6B73C64184D341E0055C60D /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - A6B73C62184D341E0055C60D /* MWOpenInKitDemo */, - A6B73C7D184D341E0055C60D /* MWOpenInKitTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - A6B73C61184D341E0055C60D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A6B73D34184D38910055C60D /* Maps in Resources */, - A6B73D39184D38A90055C60D /* Images.xcassets in Resources */, - A6B73D36184D38910055C60D /* Web Browsers in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A6B73C7C184D341E0055C60D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A6B73D35184D38910055C60D /* Maps in Resources */, - A6B73D37184D38910055C60D /* Web Browsers in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - C5D21113A8F440779DBAB268 /* 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; - }; - F3479DA8A2B74E2981B9D8BF /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Pods-MWOpenInKitTests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - A6B73C5F184D341E0055C60D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A6B73D20184D387D0055C60D /* NSString+FormatWithArray.m in Sources */, - A6B73D1A184D387D0055C60D /* MWBrowserHandler.m in Sources */, - A6B73CEB184D38450055C60D /* MWAppDelegate.m in Sources */, - A6B73D1E184D387D0055C60D /* MWMapsHandler.m in Sources */, - A6B73D1C184D387D0055C60D /* MWHandler.m in Sources */, - A6B73CE7184D38450055C60D /* main.m in Sources */, - A6B73D28184D387D0055C60D /* MWActivity.m in Sources */, - A6B73CED184D38450055C60D /* MWViewController.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A6B73C7A184D341E0055C60D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A6B73D02184D38650055C60D /* MWWebBrowserSpec.m in Sources */, - A6B73D21184D387D0055C60D /* NSString+FormatWithArray.m in Sources */, - A6B73D1B184D387D0055C60D /* MWBrowserHandler.m in Sources */, - A6B73CE8184D38450055C60D /* main.m in Sources */, - A6B73D1F184D387D0055C60D /* MWMapsHandler.m in Sources */, - A6B73D1D184D387D0055C60D /* MWHandler.m in Sources */, - A6B73CEE184D38450055C60D /* MWViewController.m in Sources */, - A6B73CFC184D38650055C60D /* MWActivitySpec.m in Sources */, - A6B73CFE184D38650055C60D /* MWHandlerSharedExampleSpec.m in Sources */, - A6B73D00184D38650055C60D /* MWMapsHandlerSpec.m in Sources */, - A6B73D29184D387D0055C60D /* MWActivity.m in Sources */, - A6B73CEC184D38450055C60D /* MWAppDelegate.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - A6B73C84184D341E0055C60D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = A6B73C62184D341E0055C60D /* MWOpenInKitDemo */; - targetProxy = A6B73C83184D341E0055C60D /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - A6B73CDC184D38450055C60D /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - A6B73CDD184D38450055C60D /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - A6B73CF0184D38650055C60D /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - A6B73CF1184D38650055C60D /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - A6B73C8D184D341E0055C60D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; - 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; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - A6B73C8E184D341E0055C60D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; - 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; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - A6B73C90184D341E0055C60D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "MWOpenInKitDemo/MWOpenInKitDemo-Prefix.pch"; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = "$(SRCROOT)/MWOpenInKitDemo/MWOpenInKitDemo-Info.plist"; - PRODUCT_NAME = MWOpenInKitDemo; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - A6B73C91184D341E0055C60D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "MWOpenInKitDemo/MWOpenInKitDemo-Prefix.pch"; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - INFOPLIST_FILE = "$(SRCROOT)/MWOpenInKitDemo/MWOpenInKitDemo-Info.plist"; - PRODUCT_NAME = MWOpenInKitDemo; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; - A6B73C93184D341E0055C60D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AD8B611494FE41B4BDDD4FA7 /* Pods-MWOpenInKitTests.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MWOpenInKitDemo.app/MWOpenInKitDemo"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "MWOpenInKitDemo/MWOpenInKitDemo-Prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = "MWOpenInKitTests/MWOpenInKitTests-Info.plist"; - PRODUCT_NAME = MWOpenInKitDemoTests; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Debug; - }; - A6B73C94184D341E0055C60D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AD8B611494FE41B4BDDD4FA7 /* Pods-MWOpenInKitTests.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MWOpenInKitDemo.app/MWOpenInKitDemo"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "MWOpenInKitDemo/MWOpenInKitDemo-Prefix.pch"; - INFOPLIST_FILE = "MWOpenInKitTests/MWOpenInKitTests-Info.plist"; - PRODUCT_NAME = MWOpenInKitDemoTests; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - A6B73C5E184D341E0055C60D /* Build configuration list for PBXProject "MWOpenInKitDemo" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A6B73C8D184D341E0055C60D /* Debug */, - A6B73C8E184D341E0055C60D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - A6B73C8F184D341E0055C60D /* Build configuration list for PBXNativeTarget "MWOpenInKitDemo" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A6B73C90184D341E0055C60D /* Debug */, - A6B73C91184D341E0055C60D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - A6B73C92184D341E0055C60D /* Build configuration list for PBXNativeTarget "MWOpenInKitTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A6B73C93184D341E0055C60D /* Debug */, - A6B73C94184D341E0055C60D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = A6B73C5B184D341E0055C60D /* Project object */; -} + + + + + archiveVersion + 1 + classes + + objectVersion + 46 + objects + + 0CF5A10985834057A27A1551 + + fileRef + E19E678BCBB9409FBE1FDD1D + isa + PBXBuildFile + + 334E18F859E14DE19D6C3C5E + + fileRef + 4D175A3D31E9461F80754612 + isa + PBXBuildFile + + 4D175A3D31E9461F80754612 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods.a + sourceTree + BUILT_PRODUCTS_DIR + + 51F06E58FAF04E9EAA146AAB + + 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 + + 52C06DEE050F44FB84BE7DBA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods.xcconfig + path + Pods/Pods.xcconfig + sourceTree + <group> + + 79A767499BC64DE9810CBD73 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-OpenInKitDemoTests.xcconfig + path + Pods/Pods-OpenInKitDemoTests.xcconfig + sourceTree + <group> + + 9D942361364D4759A91CAD95 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Pods-resources.sh" + + showEnvVarsInLog + 0 + + A6B73C5A184D341E0055C60D + + children + + A6B73CEF184D38650055C60D + A6B73CDB184D38450055C60D + A6B73C65184D341E0055C60D + A6B73C64184D341E0055C60D + 79A767499BC64DE9810CBD73 + AD8B611494FE41B4BDDD4FA7 + 52C06DEE050F44FB84BE7DBA + + isa + PBXGroup + sourceTree + <group> + + A6B73C5B184D341E0055C60D + + attributes + + CLASSPREFIX + OK + LastUpgradeCheck + 0500 + ORGANIZATIONNAME + Mike Walker + TargetAttributes + + A6B73C7D184D341E0055C60D + + TestTargetID + A6B73C62184D341E0055C60D + + + + buildConfigurationList + A6B73C5E184D341E0055C60D + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + + mainGroup + A6B73C5A184D341E0055C60D + productRefGroup + A6B73C64184D341E0055C60D + projectDirPath + + projectReferences + + projectRoot + + targets + + A6B73C62184D341E0055C60D + A6B73C7D184D341E0055C60D + + + A6B73C5E184D341E0055C60D + + buildConfigurations + + A6B73C8D184D341E0055C60D + A6B73C8E184D341E0055C60D + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + A6B73C5F184D341E0055C60D + + buildActionMask + 2147483647 + files + + A6B73CEB184D38450055C60D + A6B73CE7184D38450055C60D + A6B73CED184D38450055C60D + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + A6B73C60184D341E0055C60D + + buildActionMask + 2147483647 + files + + A6B73C69184D341E0055C60D + A6B73C6B184D341E0055C60D + A6B73C67184D341E0055C60D + 334E18F859E14DE19D6C3C5E + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + A6B73C61184D341E0055C60D + + buildActionMask + 2147483647 + files + + A6B73D39184D38A90055C60D + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + A6B73C62184D341E0055C60D + + buildConfigurationList + A6B73C8F184D341E0055C60D + buildPhases + + 51F06E58FAF04E9EAA146AAB + A6B73C5F184D341E0055C60D + A6B73C61184D341E0055C60D + A6B73C60184D341E0055C60D + 9D942361364D4759A91CAD95 + + buildRules + + dependencies + + isa + PBXNativeTarget + name + MWOpenInKitDemo + productName + OpenInKitDemo + productReference + A6B73C63184D341E0055C60D + productType + com.apple.product-type.application + + A6B73C63184D341E0055C60D + + explicitFileType + wrapper.application + includeInIndex + 0 + isa + PBXFileReference + path + MWOpenInKitDemo.app + sourceTree + BUILT_PRODUCTS_DIR + + A6B73C64184D341E0055C60D + + children + + A6B73C63184D341E0055C60D + A6B73C7E184D341E0055C60D + + isa + PBXGroup + name + Products + sourceTree + <group> + + A6B73C65184D341E0055C60D + + children + + A6B73C66184D341E0055C60D + A6B73C68184D341E0055C60D + A6B73C6A184D341E0055C60D + A6B73C7F184D341E0055C60D + E19E678BCBB9409FBE1FDD1D + 4D175A3D31E9461F80754612 + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + A6B73C66184D341E0055C60D + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Foundation.framework + path + System/Library/Frameworks/Foundation.framework + sourceTree + SDKROOT + + A6B73C67184D341E0055C60D + + fileRef + A6B73C66184D341E0055C60D + isa + PBXBuildFile + + A6B73C68184D341E0055C60D + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreGraphics.framework + path + System/Library/Frameworks/CoreGraphics.framework + sourceTree + SDKROOT + + A6B73C69184D341E0055C60D + + fileRef + A6B73C68184D341E0055C60D + isa + PBXBuildFile + + A6B73C6A184D341E0055C60D + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + UIKit.framework + path + System/Library/Frameworks/UIKit.framework + sourceTree + SDKROOT + + A6B73C6B184D341E0055C60D + + fileRef + A6B73C6A184D341E0055C60D + isa + PBXBuildFile + + A6B73C7A184D341E0055C60D + + buildActionMask + 2147483647 + files + + A6B73D02184D38650055C60D + A6B73CE8184D38450055C60D + A6B73CEE184D38450055C60D + A6B73CFC184D38650055C60D + A6B73CFE184D38650055C60D + A6B73D00184D38650055C60D + A6B73CEC184D38450055C60D + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + A6B73C7B184D341E0055C60D + + buildActionMask + 2147483647 + files + + A6B73C80184D341E0055C60D + A6B73C82184D341E0055C60D + A6B73C81184D341E0055C60D + 0CF5A10985834057A27A1551 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + A6B73C7C184D341E0055C60D + + buildActionMask + 2147483647 + files + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + A6B73C7D184D341E0055C60D + + buildConfigurationList + A6B73C92184D341E0055C60D + buildPhases + + C5D21113A8F440779DBAB268 + A6B73C7A184D341E0055C60D + A6B73C7B184D341E0055C60D + A6B73C7C184D341E0055C60D + F3479DA8A2B74E2981B9D8BF + + buildRules + + dependencies + + A6B73C84184D341E0055C60D + + isa + PBXNativeTarget + name + MWOpenInKitTests + productName + OpenInKitDemoTests + productReference + A6B73C7E184D341E0055C60D + productType + com.apple.product-type.bundle.unit-test + + A6B73C7E184D341E0055C60D + + explicitFileType + wrapper.cfbundle + includeInIndex + 0 + isa + PBXFileReference + path + MWOpenInKitDemoTests.xctest + sourceTree + BUILT_PRODUCTS_DIR + + A6B73C7F184D341E0055C60D + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + XCTest.framework + path + Library/Frameworks/XCTest.framework + sourceTree + DEVELOPER_DIR + + A6B73C80184D341E0055C60D + + fileRef + A6B73C7F184D341E0055C60D + isa + PBXBuildFile + + A6B73C81184D341E0055C60D + + fileRef + A6B73C66184D341E0055C60D + isa + PBXBuildFile + + A6B73C82184D341E0055C60D + + fileRef + A6B73C6A184D341E0055C60D + isa + PBXBuildFile + + A6B73C83184D341E0055C60D + + containerPortal + A6B73C5B184D341E0055C60D + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + A6B73C62184D341E0055C60D + remoteInfo + OpenInKitDemo + + A6B73C84184D341E0055C60D + + isa + PBXTargetDependency + target + A6B73C62184D341E0055C60D + targetProxy + A6B73C83184D341E0055C60D + + A6B73C8D184D341E0055C60D + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + ARCHS + $(ARCHS_STANDARD_INCLUDING_64_BIT) + 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 + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + ONLY_ACTIVE_ARCH + YES + SDKROOT + iphoneos + TARGETED_DEVICE_FAMILY + 1,2 + + isa + XCBuildConfiguration + name + Debug + + A6B73C8E184D341E0055C60D + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + ARCHS + $(ARCHS_STANDARD_INCLUDING_64_BIT) + 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 + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + SDKROOT + iphoneos + TARGETED_DEVICE_FAMILY + 1,2 + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + A6B73C8F184D341E0055C60D + + buildConfigurations + + A6B73C90184D341E0055C60D + A6B73C91184D341E0055C60D + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + A6B73C90184D341E0055C60D + + baseConfigurationReference + 52C06DEE050F44FB84BE7DBA + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME + LaunchImage + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + MWOpenInKitDemo/MWOpenInKitDemo-Prefix.pch + GCC_TREAT_WARNINGS_AS_ERRORS + YES + INFOPLIST_FILE + $(SRCROOT)/MWOpenInKitDemo/MWOpenInKitDemo-Info.plist + PRODUCT_NAME + MWOpenInKitDemo + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Debug + + A6B73C91184D341E0055C60D + + baseConfigurationReference + 52C06DEE050F44FB84BE7DBA + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME + LaunchImage + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + MWOpenInKitDemo/MWOpenInKitDemo-Prefix.pch + GCC_TREAT_WARNINGS_AS_ERRORS + YES + INFOPLIST_FILE + $(SRCROOT)/MWOpenInKitDemo/MWOpenInKitDemo-Info.plist + PRODUCT_NAME + MWOpenInKitDemo + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Release + + A6B73C92184D341E0055C60D + + buildConfigurations + + A6B73C93184D341E0055C60D + A6B73C94184D341E0055C60D + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + A6B73C93184D341E0055C60D + + baseConfigurationReference + AD8B611494FE41B4BDDD4FA7 + buildSettings + + ARCHS + $(ARCHS_STANDARD_INCLUDING_64_BIT) + BUNDLE_LOADER + $(BUILT_PRODUCTS_DIR)/MWOpenInKitDemo.app/MWOpenInKitDemo + FRAMEWORK_SEARCH_PATHS + + $(SDKROOT)/Developer/Library/Frameworks + $(inherited) + $(DEVELOPER_FRAMEWORKS_DIR) + + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + MWOpenInKitDemo/MWOpenInKitDemo-Prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + INFOPLIST_FILE + MWOpenInKitTests/MWOpenInKitTests-Info.plist + PRODUCT_NAME + MWOpenInKitDemoTests + TEST_HOST + $(BUNDLE_LOADER) + WRAPPER_EXTENSION + xctest + + isa + XCBuildConfiguration + name + Debug + + A6B73C94184D341E0055C60D + + baseConfigurationReference + AD8B611494FE41B4BDDD4FA7 + buildSettings + + ARCHS + $(ARCHS_STANDARD_INCLUDING_64_BIT) + BUNDLE_LOADER + $(BUILT_PRODUCTS_DIR)/MWOpenInKitDemo.app/MWOpenInKitDemo + FRAMEWORK_SEARCH_PATHS + + $(SDKROOT)/Developer/Library/Frameworks + $(inherited) + $(DEVELOPER_FRAMEWORKS_DIR) + + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + MWOpenInKitDemo/MWOpenInKitDemo-Prefix.pch + INFOPLIST_FILE + MWOpenInKitTests/MWOpenInKitTests-Info.plist + PRODUCT_NAME + MWOpenInKitDemoTests + TEST_HOST + $(BUNDLE_LOADER) + WRAPPER_EXTENSION + xctest + + isa + XCBuildConfiguration + name + Release + + A6B73CDB184D38450055C60D + + children + + A6B73CDC184D38450055C60D + A6B73CDE184D38450055C60D + A6B73CDF184D38450055C60D + A6B73CE0184D38450055C60D + A6B73CE1184D38450055C60D + A6B73CE2184D38450055C60D + A6B73CE3184D38450055C60D + A6B73CE4184D38450055C60D + A6B73D38184D38A90055C60D + + isa + PBXGroup + path + MWOpenInKitDemo + sourceTree + <group> + + A6B73CDC184D38450055C60D + + children + + A6B73CDD184D38450055C60D + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + A6B73CDD184D38450055C60D + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + A6B73CDE184D38450055C60D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + lineEnding + 0 + path + main.m + sourceTree + <group> + xcLanguageSpecificationIdentifier + xcode.lang.objc + + A6B73CDF184D38450055C60D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + MWOpenInKitDemo-Info.plist + sourceTree + <group> + + A6B73CE0184D38450055C60D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MWOpenInKitDemo-Prefix.pch + sourceTree + <group> + + A6B73CE1184D38450055C60D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + lineEnding + 0 + path + MWAppDelegate.h + sourceTree + <group> + xcLanguageSpecificationIdentifier + xcode.lang.objcpp + + A6B73CE2184D38450055C60D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MWAppDelegate.m + sourceTree + <group> + + A6B73CE3184D38450055C60D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + lineEnding + 0 + path + MWViewController.h + sourceTree + <group> + xcLanguageSpecificationIdentifier + xcode.lang.objcpp + + A6B73CE4184D38450055C60D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + lineEnding + 0 + path + MWViewController.m + sourceTree + <group> + xcLanguageSpecificationIdentifier + xcode.lang.objc + + A6B73CE7184D38450055C60D + + fileRef + A6B73CDE184D38450055C60D + isa + PBXBuildFile + + A6B73CE8184D38450055C60D + + fileRef + A6B73CDE184D38450055C60D + isa + PBXBuildFile + + A6B73CEB184D38450055C60D + + fileRef + A6B73CE2184D38450055C60D + isa + PBXBuildFile + + A6B73CEC184D38450055C60D + + fileRef + A6B73CE2184D38450055C60D + isa + PBXBuildFile + + A6B73CED184D38450055C60D + + fileRef + A6B73CE4184D38450055C60D + isa + PBXBuildFile + + A6B73CEE184D38450055C60D + + fileRef + A6B73CE4184D38450055C60D + isa + PBXBuildFile + + A6B73CEF184D38650055C60D + + children + + A6B73CF0184D38650055C60D + A6B73CF2184D38650055C60D + A6B73CF3184D38650055C60D + A6B73CF4184D38650055C60D + A6B73CF5184D38650055C60D + A6B73CF6184D38650055C60D + + isa + PBXGroup + path + MWOpenInKitTests + sourceTree + <group> + + A6B73CF0184D38650055C60D + + children + + A6B73CF1184D38650055C60D + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + A6B73CF1184D38650055C60D + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + A6B73CF2184D38650055C60D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + MWOpenInKitTests-Info.plist + sourceTree + <group> + + A6B73CF3184D38650055C60D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MWActivitySpec.m + sourceTree + <group> + + A6B73CF4184D38650055C60D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + lineEnding + 0 + path + MWHandlerSharedExampleSpec.m + sourceTree + <group> + xcLanguageSpecificationIdentifier + xcode.lang.objc + + A6B73CF5184D38650055C60D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + lineEnding + 0 + path + MWMapsHandlerSpec.m + sourceTree + <group> + xcLanguageSpecificationIdentifier + xcode.lang.objc + + A6B73CF6184D38650055C60D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + lineEnding + 0 + path + MWWebBrowserSpec.m + sourceTree + <group> + xcLanguageSpecificationIdentifier + xcode.lang.objc + + A6B73CFC184D38650055C60D + + fileRef + A6B73CF3184D38650055C60D + isa + PBXBuildFile + + A6B73CFE184D38650055C60D + + fileRef + A6B73CF4184D38650055C60D + isa + PBXBuildFile + + A6B73D00184D38650055C60D + + fileRef + A6B73CF5184D38650055C60D + isa + PBXBuildFile + + A6B73D02184D38650055C60D + + fileRef + A6B73CF6184D38650055C60D + isa + PBXBuildFile + + A6B73D38184D38A90055C60D + + isa + PBXFileReference + lastKnownFileType + folder.assetcatalog + path + Images.xcassets + sourceTree + <group> + + A6B73D39184D38A90055C60D + + fileRef + A6B73D38184D38A90055C60D + isa + PBXBuildFile + + AD8B611494FE41B4BDDD4FA7 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-MWOpenInKitTests.xcconfig + path + Pods/Pods-MWOpenInKitTests.xcconfig + sourceTree + <group> + + C5D21113A8F440779DBAB268 + + 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 + + E19E678BCBB9409FBE1FDD1D + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-MWOpenInKitTests.a + sourceTree + BUILT_PRODUCTS_DIR + + F3479DA8A2B74E2981B9D8BF + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Pods-MWOpenInKitTests-resources.sh" + + showEnvVarsInLog + 0 + + + rootObject + A6B73C5B184D341E0055C60D + + diff --git a/Podfile b/Podfile index 7bff43b..d0d1771 100644 --- a/Podfile +++ b/Podfile @@ -1,5 +1,7 @@ +pod "MWOpenInKit", :path => "." + target :MWOpenInKitTests do pod "Specta", "~> 0.2.1" pod "Expecta", "~> 0.2.3" pod "OCMockito", "~> 1.0" -end \ No newline at end of file +end diff --git a/Podfile.lock b/Podfile.lock deleted file mode 100644 index c155895..0000000 --- a/Podfile.lock +++ /dev/null @@ -1,19 +0,0 @@ -PODS: - - Expecta (0.2.3) - - OCHamcrest (3.0.1) - - OCMockito (1.1.0): - - OCHamcrest (~> 3.0) - - Specta (0.2.1) - -DEPENDENCIES: - - Expecta (~> 0.2.3) - - OCMockito (~> 1.0) - - Specta (~> 0.2.1) - -SPEC CHECKSUMS: - Expecta: dbc4a27fabb853bdd2e907e33f11ee43a9a47d0c - OCHamcrest: 782c52ae8c673e5d6060a65005cfd26d20d519ba - OCMockito: 317fa0cf75c9b0d73d2be335789c556537be7fd2 - Specta: 2d06220591110c6d9757d8be8ecf8e63aa40dc2a - -COCOAPODS: 0.27.1