diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..19a5295 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +BugsplatMac.xcworkspace +Podfile.lock +Pods diff --git a/BugsplatMac.xcodeproj/project.pbxproj b/BugsplatMac.xcodeproj/project.pbxproj index eb8a0ae..ac93fab 100644 --- a/BugsplatMac.xcodeproj/project.pbxproj +++ b/BugsplatMac.xcodeproj/project.pbxproj @@ -1,315 +1,737 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - A961B08D1C89BDCC004D212F /* upload-archive.sh in Resources */ = {isa = PBXBuildFile; fileRef = A961B08C1C89BDCC004D212F /* upload-archive.sh */; }; - A9FCA9101C68CF530012D025 /* BugsplatMac.h in Headers */ = {isa = PBXBuildFile; fileRef = A9FCA90F1C68CF530012D025 /* BugsplatMac.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A9FCA9211C68D4BA0012D025 /* BugsplatStartupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9FCA91F1C68D4BA0012D025 /* BugsplatStartupManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A9FCA9221C68D4BA0012D025 /* BugsplatStartupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A9FCA9201C68D4BA0012D025 /* BugsplatStartupManager.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - A961B08C1C89BDCC004D212F /* upload-archive.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = "upload-archive.sh"; path = "../upload-archive.sh"; sourceTree = ""; }; - A9FCA90C1C68CF530012D025 /* BugsplatMac.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BugsplatMac.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A9FCA90F1C68CF530012D025 /* BugsplatMac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BugsplatMac.h; sourceTree = ""; }; - A9FCA9111C68CF530012D025 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - A9FCA91F1C68D4BA0012D025 /* BugsplatStartupManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BugsplatStartupManager.h; sourceTree = ""; }; - A9FCA9201C68D4BA0012D025 /* BugsplatStartupManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BugsplatStartupManager.m; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - A9FCA9081C68CF530012D025 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - A9FCA9021C68CF530012D025 = { - isa = PBXGroup; - children = ( - A9FCA90E1C68CF530012D025 /* BugsplatMac */, - A9FCA91A1C68CFD50012D025 /* Frameworks */, - A9FCA90D1C68CF530012D025 /* Products */, - ); - sourceTree = ""; - }; - A9FCA90D1C68CF530012D025 /* Products */ = { - isa = PBXGroup; - children = ( - A9FCA90C1C68CF530012D025 /* BugsplatMac.framework */, - ); - name = Products; - sourceTree = ""; - }; - A9FCA90E1C68CF530012D025 /* BugsplatMac */ = { - isa = PBXGroup; - children = ( - A9FCA90F1C68CF530012D025 /* BugsplatMac.h */, - A9FCA91F1C68D4BA0012D025 /* BugsplatStartupManager.h */, - A9FCA9201C68D4BA0012D025 /* BugsplatStartupManager.m */, - A961B08C1C89BDCC004D212F /* upload-archive.sh */, - A9FCA9111C68CF530012D025 /* Info.plist */, - ); - path = BugsplatMac; - sourceTree = ""; - }; - A9FCA91A1C68CFD50012D025 /* Frameworks */ = { - isa = PBXGroup; - children = ( - ); - name = Frameworks; - path = Bugsplat/Frameworks; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - A9FCA9091C68CF530012D025 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - A9FCA9211C68D4BA0012D025 /* BugsplatStartupManager.h in Headers */, - A9FCA9101C68CF530012D025 /* BugsplatMac.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - A9FCA90B1C68CF530012D025 /* BugsplatMac */ = { - isa = PBXNativeTarget; - buildConfigurationList = A9FCA9141C68CF530012D025 /* Build configuration list for PBXNativeTarget "BugsplatMac" */; - buildPhases = ( - A9FCA9071C68CF530012D025 /* Sources */, - A9FCA9081C68CF530012D025 /* Frameworks */, - A9FCA9091C68CF530012D025 /* Headers */, - A9FCA90A1C68CF530012D025 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = BugsplatMac; - productName = Bugsplat; - productReference = A9FCA90C1C68CF530012D025 /* BugsplatMac.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - A9FCA9031C68CF530012D025 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0720; - ORGANIZATIONNAME = Bugsplat; - TargetAttributes = { - A9FCA90B1C68CF530012D025 = { - CreatedOnToolsVersion = 7.2.1; - }; - }; - }; - buildConfigurationList = A9FCA9061C68CF530012D025 /* Build configuration list for PBXProject "BugsplatMac" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = A9FCA9021C68CF530012D025; - productRefGroup = A9FCA90D1C68CF530012D025 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - A9FCA90B1C68CF530012D025 /* BugsplatMac */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - A9FCA90A1C68CF530012D025 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A961B08D1C89BDCC004D212F /* upload-archive.sh in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - A9FCA9071C68CF530012D025 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A9FCA9221C68D4BA0012D025 /* BugsplatStartupManager.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - A9FCA9121C68CF530012D025 /* 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 = "-"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = 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_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; - MACOSX_DEPLOYMENT_TARGET = 10.11; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - A9FCA9131C68CF530012D025 /* 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 = "-"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - 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; - MACOSX_DEPLOYMENT_TARGET = 10.11; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - A9FCA9151C68CF530012D025 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Vendor", - "$(PROJECT_DIR)/Bugsplat/Frameworks", - ); - FRAMEWORK_VERSION = A; - INFOPLIST_FILE = Bugsplat/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.bugsplatsoftware.Bugsplat; - PRODUCT_NAME = BugsplatMac; - SKIP_INSTALL = YES; - }; - name = Debug; - }; - A9FCA9161C68CF530012D025 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Vendor", - "$(PROJECT_DIR)/Bugsplat/Frameworks", - ); - FRAMEWORK_VERSION = A; - INFOPLIST_FILE = Bugsplat/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.bugsplatsoftware.Bugsplat; - PRODUCT_NAME = BugsplatMac; - SKIP_INSTALL = YES; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - A9FCA9061C68CF530012D025 /* Build configuration list for PBXProject "BugsplatMac" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A9FCA9121C68CF530012D025 /* Debug */, - A9FCA9131C68CF530012D025 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - A9FCA9141C68CF530012D025 /* Build configuration list for PBXNativeTarget "BugsplatMac" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A9FCA9151C68CF530012D025 /* Debug */, - A9FCA9161C68CF530012D025 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = A9FCA9031C68CF530012D025 /* Project object */; -} + + + + + archiveVersion + 1 + classes + + objectVersion + 46 + objects + + 1CA8A97F04895140F4C03ED7 + + fileRef + C974BC8F26C6028F878B08E1 + isa + PBXBuildFile + + 68ECE2D02FBF5E86F8B4ADC8 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-BugsplatMac/Pods-BugsplatMac-resources.sh" + + showEnvVarsInLog + 0 + + 851301052389B124101B4790 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-BugsplatMac.release.xcconfig + path + Pods/Target Support Files/Pods-BugsplatMac/Pods-BugsplatMac.release.xcconfig + sourceTree + <group> + + A56F63D08F81370A45DBC43E + + children + + F9DE7B38E3846C732F7AC332 + 851301052389B124101B4790 + + isa + PBXGroup + name + Pods + sourceTree + <group> + + A940B4701CA9738900D97621 + + children + + A940B4711CA9738900D97621 + + isa + PBXGroup + path + Supporting + sourceTree + <group> + + A940B4711CA9738900D97621 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + A940B4721CA9738900D97621 + + fileRef + A940B4711CA9738900D97621 + isa + PBXBuildFile + + A961B08C1C89BDCC004D212F + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + text.script.sh + name + upload-archive.sh + path + ../upload-archive.sh + sourceTree + <group> + + A961B08D1C89BDCC004D212F + + fileRef + A961B08C1C89BDCC004D212F + isa + PBXBuildFile + + A9FCA9021C68CF530012D025 + + children + + A9FCA90E1C68CF530012D025 + A9FCA91A1C68CFD50012D025 + A940B4701CA9738900D97621 + A9FCA90D1C68CF530012D025 + A56F63D08F81370A45DBC43E + + isa + PBXGroup + sourceTree + <group> + + A9FCA9031C68CF530012D025 + + attributes + + LastUpgradeCheck + 0720 + ORGANIZATIONNAME + Bugsplat + TargetAttributes + + A9FCA90B1C68CF530012D025 + + CreatedOnToolsVersion + 7.2.1 + + + + buildConfigurationList + A9FCA9061C68CF530012D025 + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + + mainGroup + A9FCA9021C68CF530012D025 + productRefGroup + A9FCA90D1C68CF530012D025 + projectDirPath + + projectReferences + + projectRoot + + targets + + A9FCA90B1C68CF530012D025 + + + A9FCA9061C68CF530012D025 + + buildConfigurations + + A9FCA9121C68CF530012D025 + A9FCA9131C68CF530012D025 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + A9FCA9071C68CF530012D025 + + buildActionMask + 2147483647 + files + + A9FCA9221C68D4BA0012D025 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + A9FCA9081C68CF530012D025 + + buildActionMask + 2147483647 + files + + 1CA8A97F04895140F4C03ED7 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + A9FCA9091C68CF530012D025 + + buildActionMask + 2147483647 + files + + A9FCA9211C68D4BA0012D025 + A9FCA9101C68CF530012D025 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + A9FCA90A1C68CF530012D025 + + buildActionMask + 2147483647 + files + + A940B4721CA9738900D97621 + A961B08D1C89BDCC004D212F + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + A9FCA90B1C68CF530012D025 + + buildConfigurationList + A9FCA9141C68CF530012D025 + buildPhases + + DCD11D07A4344A639D06D2F1 + A9FCA9071C68CF530012D025 + A9FCA9081C68CF530012D025 + A9FCA9091C68CF530012D025 + A9FCA90A1C68CF530012D025 + 68ECE2D02FBF5E86F8B4ADC8 + + buildRules + + dependencies + + isa + PBXNativeTarget + name + BugsplatMac + productName + Bugsplat + productReference + A9FCA90C1C68CF530012D025 + productType + com.apple.product-type.framework + + A9FCA90C1C68CF530012D025 + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + path + BugsplatMac.framework + sourceTree + BUILT_PRODUCTS_DIR + + A9FCA90D1C68CF530012D025 + + children + + A9FCA90C1C68CF530012D025 + + isa + PBXGroup + name + Products + sourceTree + <group> + + A9FCA90E1C68CF530012D025 + + children + + A9FCA90F1C68CF530012D025 + A9FCA91F1C68D4BA0012D025 + A9FCA9201C68D4BA0012D025 + A961B08C1C89BDCC004D212F + + isa + PBXGroup + path + BugsplatMac + sourceTree + <group> + + A9FCA90F1C68CF530012D025 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BugsplatMac.h + sourceTree + <group> + + A9FCA9101C68CF530012D025 + + fileRef + A9FCA90F1C68CF530012D025 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + A9FCA9121C68CF530012D025 + + 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 + - + COPY_PHASE_STRIP + NO + CURRENT_PROJECT_VERSION + 1 + DEBUG_INFORMATION_FORMAT + dwarf + ENABLE_STRICT_OBJC_MSGSEND + YES + ENABLE_TESTABILITY + 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_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 + MACOSX_DEPLOYMENT_TARGET + 10.11 + MTL_ENABLE_DEBUG_INFO + YES + ONLY_ACTIVE_ARCH + YES + SDKROOT + macosx + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Debug + + A9FCA9131C68CF530012D025 + + 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 + - + COPY_PHASE_STRIP + NO + CURRENT_PROJECT_VERSION + 1 + DEBUG_INFORMATION_FORMAT + dwarf-with-dsym + 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 + MACOSX_DEPLOYMENT_TARGET + 10.11 + MTL_ENABLE_DEBUG_INFO + NO + SDKROOT + macosx + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Release + + A9FCA9141C68CF530012D025 + + buildConfigurations + + A9FCA9151C68CF530012D025 + A9FCA9161C68CF530012D025 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + A9FCA9151C68CF530012D025 + + baseConfigurationReference + F9DE7B38E3846C732F7AC332 + buildSettings + + COMBINE_HIDPI_IMAGES + YES + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + FRAMEWORK_SEARCH_PATHS + + $(inherited) + $(PROJECT_DIR)/Vendor + $(PROJECT_DIR)/Bugsplat/Frameworks + + FRAMEWORK_VERSION + A + INFOPLIST_FILE + Supporting/Info.plist + INSTALL_PATH + $(LOCAL_LIBRARY_DIR)/Frameworks + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/../Frameworks @loader_path/Frameworks + PRODUCT_BUNDLE_IDENTIFIER + com.bugsplatsoftware.BugsplatMac + PRODUCT_NAME + BugsplatMac + SKIP_INSTALL + YES + + isa + XCBuildConfiguration + name + Debug + + A9FCA9161C68CF530012D025 + + baseConfigurationReference + 851301052389B124101B4790 + buildSettings + + COMBINE_HIDPI_IMAGES + YES + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + FRAMEWORK_SEARCH_PATHS + + $(inherited) + $(PROJECT_DIR)/Vendor + $(PROJECT_DIR)/Bugsplat/Frameworks + + FRAMEWORK_VERSION + A + INFOPLIST_FILE + Supporting/Info.plist + INSTALL_PATH + $(LOCAL_LIBRARY_DIR)/Frameworks + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/../Frameworks @loader_path/Frameworks + PRODUCT_BUNDLE_IDENTIFIER + com.bugsplatsoftware.BugsplatMac + PRODUCT_NAME + BugsplatMac + SKIP_INSTALL + YES + + isa + XCBuildConfiguration + name + Release + + A9FCA91A1C68CFD50012D025 + + children + + C974BC8F26C6028F878B08E1 + + isa + PBXGroup + name + Frameworks + path + Bugsplat/Frameworks + sourceTree + <group> + + A9FCA91F1C68D4BA0012D025 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BugsplatStartupManager.h + sourceTree + <group> + + A9FCA9201C68D4BA0012D025 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BugsplatStartupManager.m + sourceTree + <group> + + A9FCA9211C68D4BA0012D025 + + fileRef + A9FCA91F1C68D4BA0012D025 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + A9FCA9221C68D4BA0012D025 + + fileRef + A9FCA9201C68D4BA0012D025 + isa + PBXBuildFile + + C974BC8F26C6028F878B08E1 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-BugsplatMac.a + sourceTree + BUILT_PRODUCTS_DIR + + DCD11D07A4344A639D06D2F1 + + 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 + + F9DE7B38E3846C732F7AC332 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-BugsplatMac.debug.xcconfig + path + Pods/Target Support Files/Pods-BugsplatMac/Pods-BugsplatMac.debug.xcconfig + sourceTree + <group> + + + rootObject + A9FCA9031C68CF530012D025 + + diff --git a/Podfile b/Podfile new file mode 100644 index 0000000..eb0f2a6 --- /dev/null +++ b/Podfile @@ -0,0 +1,3 @@ +target 'BugsplatMac' do + pod 'HockeySDK-Mac', '~> 3.2.1' +end diff --git a/BugsplatMac/Supporting/Info.plist b/Supporting/Info.plist similarity index 100% rename from BugsplatMac/Supporting/Info.plist rename to Supporting/Info.plist