diff --git a/template/GMPExample.xcodeproj/project.pbxproj b/template/GMPExample.xcodeproj/project.pbxproj deleted file mode 100644 index e95fcfc44..000000000 --- a/template/GMPExample.xcodeproj/project.pbxproj +++ /dev/null @@ -1,556 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 5F5A53521ADE670C00F81DF0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A53511ADE670C00F81DF0 /* main.m */; }; - 5F5A53551ADE670C00F81DF0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A53541ADE670C00F81DF0 /* AppDelegate.m */; }; - 5F5A53581ADE670C00F81DF0 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A53571ADE670C00F81DF0 /* ViewController.m */; }; - 5F5A535B1ADE670C00F81DF0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5F5A53591ADE670C00F81DF0 /* Main.storyboard */; }; - 5F5A537E1ADE67D500F81DF0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A537D1ADE67D500F81DF0 /* AppDelegate.swift */; }; - 5F5A53801ADE67D500F81DF0 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A537F1ADE67D500F81DF0 /* ViewController.swift */; }; - 5F5A539C1ADE69AA00F81DF0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5F5A53591ADE670C00F81DF0 /* Main.storyboard */; }; - 5F99610A1AE0CF4F0034F503 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5F9961061AE0CF4F0034F503 /* Images.xcassets */; }; - 5F99610B1AE0CF4F0034F503 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5F9961061AE0CF4F0034F503 /* Images.xcassets */; }; - 5F99610C1AE0CF4F0034F503 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5F9961071AE0CF4F0034F503 /* LaunchScreen.xib */; }; - 5F99610D1AE0CF4F0034F503 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5F9961071AE0CF4F0034F503 /* LaunchScreen.xib */; }; - 5FDE055D1B0DAA090037B82F /* AppTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FDE055C1B0DAA090037B82F /* AppTests.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 5FDE055E1B0DAA090037B82F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 5F5A53441ADE670C00F81DF0 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5F5A534B1ADE670C00F81DF0; - remoteInfo = GMPExample; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 5F5A534C1ADE670C00F81DF0 /* GMPExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GMPExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 5F5A53501ADE670C00F81DF0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 5F5A53511ADE670C00F81DF0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 5F5A53531ADE670C00F81DF0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - 5F5A53541ADE670C00F81DF0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - 5F5A53561ADE670C00F81DF0 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; - 5F5A53571ADE670C00F81DF0 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; - 5F5A535A1ADE670C00F81DF0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 5F5A53791ADE67D500F81DF0 /* GMPExampleSwift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GMPExampleSwift.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 5F5A537D1ADE67D500F81DF0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 5F5A537F1ADE67D500F81DF0 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; - 5F5A539B1ADE695B00F81DF0 /* BridgingHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BridgingHeader.h; sourceTree = ""; }; - 5F9961061AE0CF4F0034F503 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 5F9961071AE0CF4F0034F503 /* LaunchScreen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LaunchScreen.xib; sourceTree = ""; }; - 5FDE05581B0DAA090037B82F /* GMPExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GMPExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 5FDE055C1B0DAA090037B82F /* AppTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppTests.m; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 5F5A53491ADE670C00F81DF0 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5F5A53761ADE67D500F81DF0 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5FDE05551B0DAA090037B82F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 5F5A53431ADE670C00F81DF0 = { - isa = PBXGroup; - children = ( - 5F5A534E1ADE670C00F81DF0 /* GMPExample */, - 5F5A537A1ADE67D500F81DF0 /* GMPExampleSwift */, - 5FDE05591B0DAA090037B82F /* GMPExampleTests */, - 5F5A534D1ADE670C00F81DF0 /* Products */, - 5F9961041AE0CF4F0034F503 /* Shared */, - ); - sourceTree = ""; - wrapsLines = 0; - }; - 5F5A534D1ADE670C00F81DF0 /* Products */ = { - isa = PBXGroup; - children = ( - 5F5A534C1ADE670C00F81DF0 /* GMPExample.app */, - 5F5A53791ADE67D500F81DF0 /* GMPExampleSwift.app */, - 5FDE05581B0DAA090037B82F /* GMPExampleTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - 5F5A534E1ADE670C00F81DF0 /* GMPExample */ = { - isa = PBXGroup; - children = ( - 5F5A53531ADE670C00F81DF0 /* AppDelegate.h */, - 5F5A53541ADE670C00F81DF0 /* AppDelegate.m */, - 5F5A53561ADE670C00F81DF0 /* ViewController.h */, - 5F5A53571ADE670C00F81DF0 /* ViewController.m */, - 5F5A534F1ADE670C00F81DF0 /* Supporting Files */, - ); - path = GMPExample; - sourceTree = ""; - }; - 5F5A534F1ADE670C00F81DF0 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 5F5A53591ADE670C00F81DF0 /* Main.storyboard */, - 5F5A53501ADE670C00F81DF0 /* Info.plist */, - 5F5A53511ADE670C00F81DF0 /* main.m */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 5F5A537A1ADE67D500F81DF0 /* GMPExampleSwift */ = { - isa = PBXGroup; - children = ( - 5F5A537D1ADE67D500F81DF0 /* AppDelegate.swift */, - 5F5A537F1ADE67D500F81DF0 /* ViewController.swift */, - 5F5A537B1ADE67D500F81DF0 /* Supporting Files */, - ); - path = GMPExampleSwift; - sourceTree = ""; - }; - 5F5A537B1ADE67D500F81DF0 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 5F5A539B1ADE695B00F81DF0 /* BridgingHeader.h */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 5F9961041AE0CF4F0034F503 /* Shared */ = { - isa = PBXGroup; - children = ( - 5F9961061AE0CF4F0034F503 /* Images.xcassets */, - 5F9961071AE0CF4F0034F503 /* LaunchScreen.xib */, - ); - name = Shared; - path = ../shared; - sourceTree = ""; - }; - 5FDE05591B0DAA090037B82F /* GMPExampleTests */ = { - isa = PBXGroup; - children = ( - 5FDE055C1B0DAA090037B82F /* AppTests.m */, - ); - path = GMPExampleTests; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 5F5A534B1ADE670C00F81DF0 /* GMPExample */ = { - isa = PBXNativeTarget; - buildConfigurationList = 5F5A536F1ADE670C00F81DF0 /* Build configuration list for PBXNativeTarget "GMPExample" */; - buildPhases = ( - 5F5A53481ADE670C00F81DF0 /* Sources */, - 5F5A53491ADE670C00F81DF0 /* Frameworks */, - 5F5A534A1ADE670C00F81DF0 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = GMPExample; - productName = GMPExample; - productReference = 5F5A534C1ADE670C00F81DF0 /* GMPExample.app */; - productType = "com.apple.product-type.application"; - }; - 5F5A53781ADE67D500F81DF0 /* GMPExampleSwift */ = { - isa = PBXNativeTarget; - buildConfigurationList = 5F5A53991ADE67D500F81DF0 /* Build configuration list for PBXNativeTarget "GMPExampleSwift" */; - buildPhases = ( - 5F5A53751ADE67D500F81DF0 /* Sources */, - 5F5A53761ADE67D500F81DF0 /* Frameworks */, - 5F5A53771ADE67D500F81DF0 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = GMPExampleSwift; - productName = GMPExampleSwift; - productReference = 5F5A53791ADE67D500F81DF0 /* GMPExampleSwift.app */; - productType = "com.apple.product-type.application"; - }; - 5FDE05571B0DAA090037B82F /* GMPExampleTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 5FDE05621B0DAA090037B82F /* Build configuration list for PBXNativeTarget "GMPExampleTests" */; - buildPhases = ( - 5FDE05541B0DAA090037B82F /* Sources */, - 5FDE05551B0DAA090037B82F /* Frameworks */, - 5FDE05561B0DAA090037B82F /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 5FDE055F1B0DAA090037B82F /* PBXTargetDependency */, - ); - name = GMPExampleTests; - productName = GMPExampleTests; - productReference = 5FDE05581B0DAA090037B82F /* GMPExampleTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 5F5A53441ADE670C00F81DF0 /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 0710; - LastUpgradeCheck = 0630; - ORGANIZATIONNAME = "Google Inc."; - TargetAttributes = { - 5F5A534B1ADE670C00F81DF0 = { - CreatedOnToolsVersion = 6.3; - }; - 5F5A53781ADE67D500F81DF0 = { - CreatedOnToolsVersion = 6.3; - }; - 5FDE05571B0DAA090037B82F = { - CreatedOnToolsVersion = 6.3.2; - TestTargetID = 5F5A534B1ADE670C00F81DF0; - }; - }; - }; - buildConfigurationList = 5F5A53471ADE670C00F81DF0 /* Build configuration list for PBXProject "GMPExample" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 5F5A53431ADE670C00F81DF0; - productRefGroup = 5F5A534D1ADE670C00F81DF0 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 5F5A534B1ADE670C00F81DF0 /* GMPExample */, - 5F5A53781ADE67D500F81DF0 /* GMPExampleSwift */, - 5FDE05571B0DAA090037B82F /* GMPExampleTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 5F5A534A1ADE670C00F81DF0 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5F99610C1AE0CF4F0034F503 /* LaunchScreen.xib in Resources */, - 5F99610A1AE0CF4F0034F503 /* Images.xcassets in Resources */, - 5F5A535B1ADE670C00F81DF0 /* Main.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5F5A53771ADE67D500F81DF0 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5F99610D1AE0CF4F0034F503 /* LaunchScreen.xib in Resources */, - 5F5A539C1ADE69AA00F81DF0 /* Main.storyboard in Resources */, - 5F99610B1AE0CF4F0034F503 /* Images.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5FDE05561B0DAA090037B82F /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 5F5A53481ADE670C00F81DF0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5F5A53581ADE670C00F81DF0 /* ViewController.m in Sources */, - 5F5A53551ADE670C00F81DF0 /* AppDelegate.m in Sources */, - 5F5A53521ADE670C00F81DF0 /* main.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5F5A53751ADE67D500F81DF0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5F5A53801ADE67D500F81DF0 /* ViewController.swift in Sources */, - 5F5A537E1ADE67D500F81DF0 /* AppDelegate.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5FDE05541B0DAA090037B82F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5FDE055D1B0DAA090037B82F /* AppTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 5FDE055F1B0DAA090037B82F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 5F5A534B1ADE670C00F81DF0 /* GMPExample */; - targetProxy = 5FDE055E1B0DAA090037B82F /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 5F5A53591ADE670C00F81DF0 /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 5F5A535A1ADE670C00F81DF0 /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 5F5A536D1ADE670C00F81DF0 /* 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_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - ENABLE_BITCODE = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = 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 = 15.0; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 5F5A536E1ADE670C00F81DF0 /* 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_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - ENABLE_BITCODE = NO; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = 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 = 15.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 5F5A53701ADE670C00F81DF0 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = GMPExample/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - 5F5A53711ADE670C00F81DF0 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = GMPExample/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; - 5F5A53951ADE67D500F81DF0 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - INFOPLIST_FILE = "$(SRCROOT)/GMPExample/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = GMPExampleSwift/BridgingHeader.h; - }; - name = Debug; - }; - 5F5A53961ADE67D500F81DF0 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - INFOPLIST_FILE = "$(SRCROOT)/GMPExample/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = GMPExampleSwift/BridgingHeader.h; - }; - name = Release; - }; - 5FDE05601B0DAA090037B82F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, - GMPExample, - ); - INFOPLIST_FILE = GMPExample/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GMPExample.app/GMPExample"; - }; - name = Debug; - }; - 5FDE05611B0DAA090037B82F /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, - GMPExample, - ); - INFOPLIST_FILE = GMPExample/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GMPExample.app/GMPExample"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 5F5A53471ADE670C00F81DF0 /* Build configuration list for PBXProject "GMPExample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5F5A536D1ADE670C00F81DF0 /* Debug */, - 5F5A536E1ADE670C00F81DF0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 5F5A536F1ADE670C00F81DF0 /* Build configuration list for PBXNativeTarget "GMPExample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5F5A53701ADE670C00F81DF0 /* Debug */, - 5F5A53711ADE670C00F81DF0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 5F5A53991ADE67D500F81DF0 /* Build configuration list for PBXNativeTarget "GMPExampleSwift" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5F5A53951ADE67D500F81DF0 /* Debug */, - 5F5A53961ADE67D500F81DF0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 5FDE05621B0DAA090037B82F /* Build configuration list for PBXNativeTarget "GMPExampleTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5FDE05601B0DAA090037B82F /* Debug */, - 5FDE05611B0DAA090037B82F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 5F5A53441ADE670C00F81DF0 /* Project object */; -} diff --git a/template/GMPExample/.clang-format b/template/GMPExample/.clang-format deleted file mode 100644 index 1f09ce0f2..000000000 --- a/template/GMPExample/.clang-format +++ /dev/null @@ -1,4 +0,0 @@ -BasedOnStyle: Google -ColumnLimit: 100 -BinPackParameters: false -AllowAllParametersOfDeclarationOnNextLine: true diff --git a/template/GMPExample/AppDelegate.h b/template/GMPExample/AppDelegate.h deleted file mode 100644 index 38361c418..000000000 --- a/template/GMPExample/AppDelegate.h +++ /dev/null @@ -1,23 +0,0 @@ -// -// Copyright (c) 2016 Google Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -#import - -@interface AppDelegate : UIResponder - -@property(nonatomic, strong) UIWindow *window; - -@end diff --git a/template/GMPExample/AppDelegate.m b/template/GMPExample/AppDelegate.m deleted file mode 100644 index a60b8e03a..000000000 --- a/template/GMPExample/AppDelegate.m +++ /dev/null @@ -1,26 +0,0 @@ -// -// Copyright (c) 2016 Google Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -#import "AppDelegate.h" - -@implementation AppDelegate - -- (BOOL)application:(UIApplication *)application - didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { - return YES; -} - -@end diff --git a/template/GMPExample/Base.lproj/Main.storyboard b/template/GMPExample/Base.lproj/Main.storyboard deleted file mode 100644 index 0f72b2aca..000000000 --- a/template/GMPExample/Base.lproj/Main.storyboard +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/template/GMPExample/Info.plist b/template/GMPExample/Info.plist deleted file mode 100644 index 38e9c4c07..000000000 --- a/template/GMPExample/Info.plist +++ /dev/null @@ -1,51 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIcons - - CFBundleIcons~ipad - - CFBundleIdentifier - com.google.firebase.quickstart.$(PRODUCT_NAME:rfc1034identifier) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - LSRequiresIPhoneOS - - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main - UIRequiredDeviceCapabilities - - armv7 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - - diff --git a/template/GMPExample/ViewController.h b/template/GMPExample/ViewController.h deleted file mode 100644 index ee885ed05..000000000 --- a/template/GMPExample/ViewController.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// Copyright (c) 2016 Google Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -#import - -@interface ViewController : UIViewController -@end diff --git a/template/GMPExample/ViewController.m b/template/GMPExample/ViewController.m deleted file mode 100644 index 91cd0d855..000000000 --- a/template/GMPExample/ViewController.m +++ /dev/null @@ -1,26 +0,0 @@ -// -// Copyright (c) 2016 Google Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -#import "ViewController.h" - -@implementation ViewController - -- (void)viewDidLoad { - [super viewDidLoad]; - // TODO: Add your initialization code here. -} - -@end diff --git a/template/GMPExample/main.m b/template/GMPExample/main.m deleted file mode 100644 index bc10c3ac6..000000000 --- a/template/GMPExample/main.m +++ /dev/null @@ -1,24 +0,0 @@ -// -// Copyright (c) 2016 Google Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -#import -#import "AppDelegate.h" - -int main(int argc, char* argv[]) { - @autoreleasepool { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -} diff --git a/template/GMPExampleSwift/AppDelegate.swift b/template/GMPExampleSwift/AppDelegate.swift deleted file mode 100644 index b5e5f6f63..000000000 --- a/template/GMPExampleSwift/AppDelegate.swift +++ /dev/null @@ -1,27 +0,0 @@ -// -// Copyright (c) 2016 Google Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import UIKit - -@UIApplicationMain -class AppDelegate: UIResponder, UIApplicationDelegate { - var window: UIWindow? - - func application(application: UIApplication, - didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { - return true - } -} diff --git a/template/GMPExampleSwift/BridgingHeader.h b/template/GMPExampleSwift/BridgingHeader.h deleted file mode 100644 index b13cf68f6..000000000 --- a/template/GMPExampleSwift/BridgingHeader.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// Copyright (c) 2016 Google Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -// Use this file to import your target's public headers that you would like to expose to Swift. -// diff --git a/template/GMPExampleSwift/ViewController.swift b/template/GMPExampleSwift/ViewController.swift deleted file mode 100644 index 3f4f62812..000000000 --- a/template/GMPExampleSwift/ViewController.swift +++ /dev/null @@ -1,25 +0,0 @@ -// -// Copyright (c) 2016 Google Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import UIKit - -@objc(ViewController) -class ViewController: UIViewController { - override func viewDidLoad() { - super.viewDidLoad() - // TODO: Add your initialization code here. - } -} diff --git a/template/GMPExampleTests/AppTests.m b/template/GMPExampleTests/AppTests.m deleted file mode 100644 index 4ee604cc6..000000000 --- a/template/GMPExampleTests/AppTests.m +++ /dev/null @@ -1,40 +0,0 @@ -// -// Copyright (c) 2016 Google Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -#import -#import - -@interface AppTests : XCTestCase -@end - -@implementation AppTests - -- (void)setUp { - [super setUp]; - // Put setup code here. This method is called before the invocation of each test method in the class. -} - -- (void)tearDown { - // Put teardown code here. This method is called after the invocation of each test method in the class. - [super tearDown]; -} - -- (void)testExample { - // This is an example of a functional test case. - XCTAssert(YES, @"Pass"); -} - -@end diff --git a/template/clone.sh b/template/clone.sh deleted file mode 100755 index 7602de34a..000000000 --- a/template/clone.sh +++ /dev/null @@ -1,144 +0,0 @@ -# -# Copyright Google Inc. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -#!/bin/bash - -# Clones the GMPExample project into a new example. - -set -eu -cd ${0%/*} # chdir to script path - -print_usage() { - local name=$(basename "${0}") - cat << EOF -usage: ${name} -e EXAMPLE [-o PATH] [-p POD] - -Clones the $SOURCE project to a new, local example. - -OPTIONS: - -h, --help - Show this message. - -e, --example EXAMPLE - Specify the example name, e.g. "FooExample". - -p, --pod POD - Specify the pod to include, e.g. "GoogleAnalytics-iOS-SDK". Leave - empty or blank for none -- you can update the Podfile later. - -o, --out PATH - Specify the path to use, e.g. "foo". If this is unspecified, the left - part of "BarExample" will be used, aka "bar". - -EOF -} - -SOURCE="GMPExample" -DEST= -OUT= -POD= -while [[ $# != 0 ]]; do - case "${1}" in - -e | --example ) - shift - DEST="${1}" - ;; - -o | --out ) - shift - OUT="${1}" - ;; - -p | --pod ) - shift - POD="${1}" - ;; - -h | --help ) - print_usage - exit 0 - ;; - *) echo "unknown: $1"; exit 1 ;; - esac - shift -done - -# Check args, and convert DEST of "FooExample" to OUT of "foo" if unspecified. -if [[ -z "$DEST" ]]; then - print_usage 1>&2 - exit 1 -fi -if [[ -z "$OUT" ]]; then - if [[ "$DEST" =~ (.+)Example ]]; then - OUT="${BASH_REMATCH[1]}" - OUT=$(echo $OUT | tr "[:upper:]" "[:lower:]") - fi - if [[ -z "$OUT" ]]; then - echo "Couldn't determine path from: ${DEST}, specify with -o." 1>&2 - exit 1 - fi -fi - -T=$PWD -OUT_PATH="../${OUT}" - -if [ -d "${OUT_PATH}" ]; then - echo "Output path already exists: ${OUT}" 1>&2 - exit 2 -fi - -# >> Part 1: Copy GMPExample* to the new sample folder. -echo "Copying to: ${OUT}" -SUFFIXES=("" "Swift" "Tests" ".xcodeproj/project.pbxproj") -for SUFFIX in "${SUFFIXES[@]}"; do - TARGET="${OUT_PATH}/${DEST}${SUFFIX}" - DIR=$(dirname "${TARGET}") - mkdir -p $DIR - echo " ${SOURCE}${SUFFIX} => ${TARGET}" - cp -R $T/"${SOURCE}${SUFFIX}" "${TARGET}" -done -echo - -# >> Part 2: Copy misc license/etc files to the new sample folder. -cp -Rv $T/layout/* ${OUT_PATH} - -# >> Part 3: Update text content from GMPExample => YourExample. -cd ${OUT_PATH} - -# Fix the pbxproj file. -PROJECT="${DEST}.xcodeproj/project.pbxproj" -echo "Replacing $SOURCE with $DEST in: $PROJECT" -cat $PROJECT | sed s/$SOURCE/$DEST/g > tmp -mv tmp $PROJECT - -# Check that GMPExample does not exist in the new folder. -grep $SOURCE -R . && { - echo "Found GMPExample in new folder: ${OUT}, fix manually" - exit 1 -} - -# Create a stock Podfile. -echo "Creating Podfile..." -echo "# $DEST" > Podfile -echo "use_frameworks!" >> Podfile -echo "platform :ios, '15.0'" >> Podfile -if [[ -n "${POD}" ]]; then - echo "Including pod: $POD" - echo "pod '$POD'" >> Podfile -fi -echo "target '${DEST}' do end" >> Podfile -echo "target '${DEST}Swift' do end" >> Podfile -echo "target '${DEST}Tests' do end" >> Podfile - -# Setup pods. This fetches the pods themselves, but they should be ignored by -# version control anyway via the main .gitignore. -pod install - -echo "Done!" diff --git a/template/layout/README.md b/template/layout/README.md deleted file mode 100644 index 87cc1090f..000000000 --- a/template/layout/README.md +++ /dev/null @@ -1,46 +0,0 @@ -Firebase PRODUCTNAME Quickstart -============================= - -The Firebase PRODUCTNAME iOS quickstart demonstrates how to ... - -Introduction ------------- - -- [Read more about Firebase PRODUCTNAME](https://firebase.google.com) - -Getting Started ---------------- - -- [Add Firebase to your iOS Project](https://firebase.google.com/docs/ios/setup). -- Follow the [quickstart guide](https://firebase.google.com/docs) to set up your project. -- Run the sample on your iOS device or emulator. - -Note: You will need Swift 1.2 to run the Swift version of this quickstart. - -Screenshots ------------ - -Support -------- - -https://firebase.google.com/support - -License -------- - -Copyright 2016 Google, Inc. - -Licensed to the Apache Software Foundation (ASF) under one or more contributor -license agreements. See the NOTICE file distributed with this work for -additional information regarding copyright ownership. The ASF licenses this -file to you under the Apache License, Version 2.0 (the "License"); you may not -use this file except in compliance with the License. You may obtain a copy of -the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -License for the specific language governing permissions and limitations under -the License.