diff --git a/Example/ReproExample/ReproExample.xcodeproj/project.pbxproj b/Example/ReproExample/ReproExample.xcodeproj/project.pbxproj deleted file mode 100644 index 5796c5b..0000000 --- a/Example/ReproExample/ReproExample.xcodeproj/project.pbxproj +++ /dev/null @@ -1,477 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 1015F7461A233F860093FF2C /* Repro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1015F7431A233F860093FF2C /* Repro.framework */; }; - 1015F7471A233F860093FF2C /* ReproSDKResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 1015F7451A233F860093FF2C /* ReproSDKResources.bundle */; }; - 10BE276A19EDACF3008F0914 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 10BE276919EDACF3008F0914 /* main.m */; }; - 10BE276D19EDACF3008F0914 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 10BE276C19EDACF3008F0914 /* AppDelegate.m */; }; - 10BE277019EDACF3008F0914 /* FirstViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 10BE276F19EDACF3008F0914 /* FirstViewController.m */; }; - 10BE277319EDACF3008F0914 /* SecondViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 10BE277219EDACF3008F0914 /* SecondViewController.m */; }; - 10BE277619EDACF3008F0914 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 10BE277419EDACF3008F0914 /* Main.storyboard */; }; - 10BE277819EDACF3008F0914 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 10BE277719EDACF3008F0914 /* Images.xcassets */; }; - 10BE277B19EDACF3008F0914 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 10BE277919EDACF3008F0914 /* LaunchScreen.xib */; }; - 10BE278719EDACF3008F0914 /* ReproExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 10BE278619EDACF3008F0914 /* ReproExampleTests.m */; }; - 10BE279319EDB188008F0914 /* repro_logo_black.png in Resources */ = {isa = PBXBuildFile; fileRef = 10BE279219EDB188008F0914 /* repro_logo_black.png */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 10BE278119EDACF3008F0914 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 10BE275C19EDACF3008F0914 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 10BE276319EDACF3008F0914; - remoteInfo = ReproExample; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 1015F7431A233F860093FF2C /* Repro.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Repro.framework; sourceTree = ""; }; - 1015F7451A233F860093FF2C /* ReproSDKResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = ReproSDKResources.bundle; sourceTree = ""; }; - 10BE276419EDACF3008F0914 /* ReproExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReproExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 10BE276819EDACF3008F0914 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 10BE276919EDACF3008F0914 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 10BE276B19EDACF3008F0914 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - 10BE276C19EDACF3008F0914 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - 10BE276E19EDACF3008F0914 /* FirstViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirstViewController.h; sourceTree = ""; }; - 10BE276F19EDACF3008F0914 /* FirstViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FirstViewController.m; sourceTree = ""; }; - 10BE277119EDACF3008F0914 /* SecondViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SecondViewController.h; sourceTree = ""; }; - 10BE277219EDACF3008F0914 /* SecondViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SecondViewController.m; sourceTree = ""; }; - 10BE277519EDACF3008F0914 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 10BE277719EDACF3008F0914 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 10BE277A19EDACF3008F0914 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; - 10BE278019EDACF3008F0914 /* ReproExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ReproExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 10BE278519EDACF3008F0914 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 10BE278619EDACF3008F0914 /* ReproExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ReproExampleTests.m; sourceTree = ""; }; - 10BE279219EDB188008F0914 /* repro_logo_black.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = repro_logo_black.png; path = ../repro_logo_black.png; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 10BE276119EDACF3008F0914 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 1015F7461A233F860093FF2C /* Repro.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 10BE277D19EDACF3008F0914 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 1015F7421A233F860093FF2C /* Repro.embeddedframework */ = { - isa = PBXGroup; - children = ( - 1015F7431A233F860093FF2C /* Repro.framework */, - 1015F7441A233F860093FF2C /* Resources */, - ); - name = Repro.embeddedframework; - path = ../../Repro.embeddedframework; - sourceTree = ""; - }; - 1015F7441A233F860093FF2C /* Resources */ = { - isa = PBXGroup; - children = ( - 1015F7451A233F860093FF2C /* ReproSDKResources.bundle */, - ); - path = Resources; - sourceTree = ""; - }; - 10BE275B19EDACF3008F0914 = { - isa = PBXGroup; - children = ( - 1015F7421A233F860093FF2C /* Repro.embeddedframework */, - 10BE276619EDACF3008F0914 /* ReproExample */, - 10BE278319EDACF3008F0914 /* ReproExampleTests */, - 10BE276519EDACF3008F0914 /* Products */, - ); - sourceTree = ""; - }; - 10BE276519EDACF3008F0914 /* Products */ = { - isa = PBXGroup; - children = ( - 10BE276419EDACF3008F0914 /* ReproExample.app */, - 10BE278019EDACF3008F0914 /* ReproExampleTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - 10BE276619EDACF3008F0914 /* ReproExample */ = { - isa = PBXGroup; - children = ( - 10BE276B19EDACF3008F0914 /* AppDelegate.h */, - 10BE276C19EDACF3008F0914 /* AppDelegate.m */, - 10BE276E19EDACF3008F0914 /* FirstViewController.h */, - 10BE276F19EDACF3008F0914 /* FirstViewController.m */, - 10BE277119EDACF3008F0914 /* SecondViewController.h */, - 10BE277219EDACF3008F0914 /* SecondViewController.m */, - 10BE277419EDACF3008F0914 /* Main.storyboard */, - 10BE279219EDB188008F0914 /* repro_logo_black.png */, - 10BE277719EDACF3008F0914 /* Images.xcassets */, - 10BE277919EDACF3008F0914 /* LaunchScreen.xib */, - 10BE276719EDACF3008F0914 /* Supporting Files */, - ); - path = ReproExample; - sourceTree = ""; - }; - 10BE276719EDACF3008F0914 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 10BE276819EDACF3008F0914 /* Info.plist */, - 10BE276919EDACF3008F0914 /* main.m */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 10BE278319EDACF3008F0914 /* ReproExampleTests */ = { - isa = PBXGroup; - children = ( - 10BE278619EDACF3008F0914 /* ReproExampleTests.m */, - 10BE278419EDACF3008F0914 /* Supporting Files */, - ); - path = ReproExampleTests; - sourceTree = ""; - }; - 10BE278419EDACF3008F0914 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 10BE278519EDACF3008F0914 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 10BE276319EDACF3008F0914 /* ReproExample */ = { - isa = PBXNativeTarget; - buildConfigurationList = 10BE278A19EDACF3008F0914 /* Build configuration list for PBXNativeTarget "ReproExample" */; - buildPhases = ( - 10BE276019EDACF3008F0914 /* Sources */, - 10BE276119EDACF3008F0914 /* Frameworks */, - 10BE276219EDACF3008F0914 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = ReproExample; - productName = ReproExample; - productReference = 10BE276419EDACF3008F0914 /* ReproExample.app */; - productType = "com.apple.product-type.application"; - }; - 10BE277F19EDACF3008F0914 /* ReproExampleTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 10BE278D19EDACF3008F0914 /* Build configuration list for PBXNativeTarget "ReproExampleTests" */; - buildPhases = ( - 10BE277C19EDACF3008F0914 /* Sources */, - 10BE277D19EDACF3008F0914 /* Frameworks */, - 10BE277E19EDACF3008F0914 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 10BE278219EDACF3008F0914 /* PBXTargetDependency */, - ); - name = ReproExampleTests; - productName = ReproExampleTests; - productReference = 10BE278019EDACF3008F0914 /* ReproExampleTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 10BE275C19EDACF3008F0914 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0600; - ORGANIZATIONNAME = "Repro Inc."; - TargetAttributes = { - 10BE276319EDACF3008F0914 = { - CreatedOnToolsVersion = 6.0.1; - }; - 10BE277F19EDACF3008F0914 = { - CreatedOnToolsVersion = 6.0.1; - TestTargetID = 10BE276319EDACF3008F0914; - }; - }; - }; - buildConfigurationList = 10BE275F19EDACF3008F0914 /* Build configuration list for PBXProject "ReproExample" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 10BE275B19EDACF3008F0914; - productRefGroup = 10BE276519EDACF3008F0914 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 10BE276319EDACF3008F0914 /* ReproExample */, - 10BE277F19EDACF3008F0914 /* ReproExampleTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 10BE276219EDACF3008F0914 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 10BE277619EDACF3008F0914 /* Main.storyboard in Resources */, - 10BE277B19EDACF3008F0914 /* LaunchScreen.xib in Resources */, - 1015F7471A233F860093FF2C /* ReproSDKResources.bundle in Resources */, - 10BE277819EDACF3008F0914 /* Images.xcassets in Resources */, - 10BE279319EDB188008F0914 /* repro_logo_black.png in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 10BE277E19EDACF3008F0914 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 10BE276019EDACF3008F0914 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 10BE277319EDACF3008F0914 /* SecondViewController.m in Sources */, - 10BE276D19EDACF3008F0914 /* AppDelegate.m in Sources */, - 10BE277019EDACF3008F0914 /* FirstViewController.m in Sources */, - 10BE276A19EDACF3008F0914 /* main.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 10BE277C19EDACF3008F0914 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 10BE278719EDACF3008F0914 /* ReproExampleTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 10BE278219EDACF3008F0914 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 10BE276319EDACF3008F0914 /* ReproExample */; - targetProxy = 10BE278119EDACF3008F0914 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 10BE277419EDACF3008F0914 /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 10BE277519EDACF3008F0914 /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - 10BE277919EDACF3008F0914 /* LaunchScreen.xib */ = { - isa = PBXVariantGroup; - children = ( - 10BE277A19EDACF3008F0914 /* Base */, - ); - name = LaunchScreen.xib; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 10BE278819EDACF3008F0914 /* 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_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 10BE278919EDACF3008F0914 /* 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_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 10BE278B19EDACF3008F0914 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/ReproExample", - "$(PROJECT_DIR)/../../Repro.embeddedframework", - ); - INFOPLIST_FILE = ReproExample/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - 10BE278C19EDACF3008F0914 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/ReproExample", - "$(PROJECT_DIR)/../../Repro.embeddedframework", - ); - INFOPLIST_FILE = ReproExample/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; - 10BE278E19EDACF3008F0914 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)"; - INFOPLIST_FILE = ReproExampleTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ReproExample.app/ReproExample"; - }; - name = Debug; - }; - 10BE278F19EDACF3008F0914 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - INFOPLIST_FILE = ReproExampleTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ReproExample.app/ReproExample"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 10BE275F19EDACF3008F0914 /* Build configuration list for PBXProject "ReproExample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 10BE278819EDACF3008F0914 /* Debug */, - 10BE278919EDACF3008F0914 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 10BE278A19EDACF3008F0914 /* Build configuration list for PBXNativeTarget "ReproExample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 10BE278B19EDACF3008F0914 /* Debug */, - 10BE278C19EDACF3008F0914 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 10BE278D19EDACF3008F0914 /* Build configuration list for PBXNativeTarget "ReproExampleTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 10BE278E19EDACF3008F0914 /* Debug */, - 10BE278F19EDACF3008F0914 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 10BE275C19EDACF3008F0914 /* Project object */; -} diff --git a/Example/ReproExample/ReproExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/ReproExample/ReproExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 8d71218..0000000 --- a/Example/ReproExample/ReproExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/Example/ReproExample/ReproExample/AppDelegate.h b/Example/ReproExample/ReproExample/AppDelegate.h deleted file mode 100644 index 0440ab6..0000000 --- a/Example/ReproExample/ReproExample/AppDelegate.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// AppDelegate.h -// ReproExample -// -// Created by Masahiro Hayashi on 10/15/14. -// Copyright (c) 2014 Repro Inc. All rights reserved. -// - -#import - -@interface AppDelegate : UIResponder - -@property (strong, nonatomic) UIWindow *window; - - -@end - diff --git a/Example/ReproExample/ReproExample/AppDelegate.m b/Example/ReproExample/ReproExample/AppDelegate.m deleted file mode 100644 index a1e2063..0000000 --- a/Example/ReproExample/ReproExample/AppDelegate.m +++ /dev/null @@ -1,55 +0,0 @@ -// -// AppDelegate.m -// ReproExample -// -// Created by Masahiro Hayashi on 10/15/14. -// Copyright (c) 2014 Repro Inc. All rights reserved. -// - -#import "AppDelegate.h" -#import - -@interface AppDelegate () - -@end - -@implementation AppDelegate - - -- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { - // Override point for customization after application launch. - NSSetUncaughtExceptionHandler(&exceptionHandler); - - [Repro setup:@"YOUR_APP_TOKEN"]; - - [Repro setUserID:@"USER_ID"]; - return YES; -} - -static void exceptionHandler(NSException *exception){ - NSLog(@"ReproDev: Uncaught Exception: %@", [exception reason]); -} - -- (void)applicationWillResignActive:(UIApplication *)application { - // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. - // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. -} - -- (void)applicationDidEnterBackground:(UIApplication *)application { - // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. - // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. -} - -- (void)applicationWillEnterForeground:(UIApplication *)application { - // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. -} - -- (void)applicationDidBecomeActive:(UIApplication *)application { - // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. -} - -- (void)applicationWillTerminate:(UIApplication *)application { - // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. -} - -@end diff --git a/Example/ReproExample/ReproExample/Base.lproj/LaunchScreen.xib b/Example/ReproExample/ReproExample/Base.lproj/LaunchScreen.xib deleted file mode 100644 index c27a762..0000000 --- a/Example/ReproExample/ReproExample/Base.lproj/LaunchScreen.xib +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Example/ReproExample/ReproExample/Base.lproj/Main.storyboard b/Example/ReproExample/ReproExample/Base.lproj/Main.storyboard deleted file mode 100644 index b29094b..0000000 --- a/Example/ReproExample/ReproExample/Base.lproj/Main.storyboard +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nam liber te conscient to factor tum poen legum odioque civiuda. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Example/ReproExample/ReproExample/FirstViewController.h b/Example/ReproExample/ReproExample/FirstViewController.h deleted file mode 100644 index e3f5baf..0000000 --- a/Example/ReproExample/ReproExample/FirstViewController.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// FirstViewController.h -// ReproExample -// -// Created by Masahiro Hayashi on 10/15/14. -// Copyright (c) 2014 Repro Inc. All rights reserved. -// - -#import - -@interface FirstViewController : UIViewController - - -@end - diff --git a/Example/ReproExample/ReproExample/FirstViewController.m b/Example/ReproExample/ReproExample/FirstViewController.m deleted file mode 100644 index 8d965bc..0000000 --- a/Example/ReproExample/ReproExample/FirstViewController.m +++ /dev/null @@ -1,47 +0,0 @@ -// -// FirstViewController.m -// ReproExample -// -// Created by Masahiro Hayashi on 10/15/14. -// Copyright (c) 2014 Repro Inc. All rights reserved. -// - -#import "FirstViewController.h" -#import - -@interface FirstViewController () -@property (weak, nonatomic) IBOutlet UITextField *idField; -@property (weak, nonatomic) IBOutlet UITextField *passwordField; -@end - -@implementation FirstViewController - -- (void)viewDidLoad { - [super viewDidLoad]; - // Do any additional setup after loading the view, typically from a nib. - - _idField.delegate = self; - _passwordField.delegate = self; - - [Repro mask:_passwordField]; - [Repro mask:_idField]; -} - -- (void)didReceiveMemoryWarning { - [super didReceiveMemoryWarning]; - // Dispose of any resources that can be recreated. -} - -- (IBAction)tappedLogin:(UIButton *)sender { - - [Repro track:@"Login tapped" properties:nil]; - -} - -- (BOOL)textFieldShouldReturn:(UITextField *)textField -{ - [textField resignFirstResponder]; - return YES; -} - -@end diff --git a/Example/ReproExample/ReproExample/Images.xcassets/AppIcon.appiconset/Contents.json b/Example/ReproExample/ReproExample/Images.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 36d2c80..0000000 --- a/Example/ReproExample/ReproExample/Images.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "images" : [ - { - "idiom" : "iphone", - "size" : "29x29", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "29x29", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "40x40", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "40x40", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "60x60", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "60x60", - "scale" : "3x" - }, - { - "idiom" : "ipad", - "size" : "29x29", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "29x29", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "40x40", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "40x40", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "76x76", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "76x76", - "scale" : "2x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/Example/ReproExample/ReproExample/Images.xcassets/first.imageset/Contents.json b/Example/ReproExample/ReproExample/Images.xcassets/first.imageset/Contents.json deleted file mode 100644 index 33a7451..0000000 --- a/Example/ReproExample/ReproExample/Images.xcassets/first.imageset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "first.pdf" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/Example/ReproExample/ReproExample/Images.xcassets/first.imageset/first.pdf b/Example/ReproExample/ReproExample/Images.xcassets/first.imageset/first.pdf deleted file mode 100644 index 47d911d..0000000 Binary files a/Example/ReproExample/ReproExample/Images.xcassets/first.imageset/first.pdf and /dev/null differ diff --git a/Example/ReproExample/ReproExample/Images.xcassets/second.imageset/Contents.json b/Example/ReproExample/ReproExample/Images.xcassets/second.imageset/Contents.json deleted file mode 100644 index 03bd9c9..0000000 --- a/Example/ReproExample/ReproExample/Images.xcassets/second.imageset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "second.pdf" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/Example/ReproExample/ReproExample/Images.xcassets/second.imageset/second.pdf b/Example/ReproExample/ReproExample/Images.xcassets/second.imageset/second.pdf deleted file mode 100644 index 401614e..0000000 Binary files a/Example/ReproExample/ReproExample/Images.xcassets/second.imageset/second.pdf and /dev/null differ diff --git a/Example/ReproExample/ReproExample/Info.plist b/Example/ReproExample/ReproExample/Info.plist deleted file mode 100644 index 80085a6..0000000 --- a/Example/ReproExample/ReproExample/Info.plist +++ /dev/null @@ -1,57 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - io.repro.$(PRODUCT_NAME:rfc1034identifier) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - LSRequiresIPhoneOS - - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main - UIRequiredDeviceCapabilities - - armv7 - - UIStatusBarTintParameters - - UINavigationBar - - Style - UIBarStyleDefault - Translucent - - - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - - diff --git a/Example/ReproExample/ReproExample/SecondViewController.h b/Example/ReproExample/ReproExample/SecondViewController.h deleted file mode 100644 index 52739b0..0000000 --- a/Example/ReproExample/ReproExample/SecondViewController.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// SecondViewController.h -// ReproExample -// -// Created by Masahiro Hayashi on 10/15/14. -// Copyright (c) 2014 Repro Inc. All rights reserved. -// - -#import - -@interface SecondViewController : UIViewController - - -@end - diff --git a/Example/ReproExample/ReproExample/SecondViewController.m b/Example/ReproExample/ReproExample/SecondViewController.m deleted file mode 100644 index 15de863..0000000 --- a/Example/ReproExample/ReproExample/SecondViewController.m +++ /dev/null @@ -1,54 +0,0 @@ -// -// SecondViewController.m -// ReproExample -// -// Created by Masahiro Hayashi on 10/15/14. -// Copyright (c) 2014 Repro Inc. All rights reserved. -// - -#import "SecondViewController.h" -#import - -@interface SecondViewController () -@property (weak, nonatomic) IBOutlet UIWebView *webView; -@property (weak, nonatomic) IBOutlet UIActivityIndicatorView *indicator; - -@end - -@implementation SecondViewController - -- (void)viewDidLoad { - [super viewDidLoad]; - - _indicator.hidesWhenStopped = YES; - - _webView.delegate = self; - - NSURL *url = [NSURL URLWithString:@"http://cdn.repro.io.s3.amazonaws.com/index.html"]; - [_webView loadRequest:[NSURLRequest requestWithURL:url]]; - - [Repro startWebViewTracking:self]; -} - -- (void)webViewDidStartLoad:(UIWebView*)webView { - [_indicator startAnimating]; - [UIApplication sharedApplication].networkActivityIndicatorVisible = YES; -} - -- (void)webViewDidFinishLoad:(UIWebView*)webView { - [_indicator stopAnimating]; - [UIApplication sharedApplication].networkActivityIndicatorVisible = NO; -} - -- (void)webView:(UIWebView*)webView -didFailLoadWithError:(NSError*)error { - [_indicator stopAnimating]; - [UIApplication sharedApplication].networkActivityIndicatorVisible = NO; -} - -- (void)didReceiveMemoryWarning { - [super didReceiveMemoryWarning]; - // Dispose of any resources that can be recreated. -} - -@end diff --git a/Example/ReproExample/ReproExample/main.m b/Example/ReproExample/ReproExample/main.m deleted file mode 100644 index e4e35d8..0000000 --- a/Example/ReproExample/ReproExample/main.m +++ /dev/null @@ -1,16 +0,0 @@ -// -// main.m -// ReproExample -// -// Created by Masahiro Hayashi on 10/15/14. -// Copyright (c) 2014 Repro Inc. All rights reserved. -// - -#import -#import "AppDelegate.h" - -int main(int argc, char * argv[]) { - @autoreleasepool { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -} diff --git a/Example/ReproExample/ReproExample/repro_logo_black.png b/Example/ReproExample/ReproExample/repro_logo_black.png deleted file mode 100644 index eb0223e..0000000 Binary files a/Example/ReproExample/ReproExample/repro_logo_black.png and /dev/null differ diff --git a/Example/ReproExample/ReproExampleTests/Info.plist b/Example/ReproExample/ReproExampleTests/Info.plist deleted file mode 100644 index 53c2b58..0000000 --- a/Example/ReproExample/ReproExampleTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - io.repro.$(PRODUCT_NAME:rfc1034identifier) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/Example/ReproExample/ReproExampleTests/ReproExampleTests.m b/Example/ReproExample/ReproExampleTests/ReproExampleTests.m deleted file mode 100644 index 6de2d60..0000000 --- a/Example/ReproExample/ReproExampleTests/ReproExampleTests.m +++ /dev/null @@ -1,40 +0,0 @@ -// -// ReproExampleTests.m -// ReproExampleTests -// -// Created by Masahiro Hayashi on 10/15/14. -// Copyright (c) 2014 Repro Inc. All rights reserved. -// - -#import -#import - -@interface ReproExampleTests : XCTestCase - -@end - -@implementation ReproExampleTests - -- (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"); -} - -- (void)testPerformanceExample { - // This is an example of a performance test case. - [self measureBlock:^{ - // Put the code you want to measure the time of here. - }]; -} - -@end diff --git a/Example/ReproExample/repro_logo_black.png b/Example/ReproExample/repro_logo_black.png deleted file mode 100644 index eb0223e..0000000 Binary files a/Example/ReproExample/repro_logo_black.png and /dev/null differ diff --git a/README.md b/README.md index 1ac7d5f..c56d4f5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Version](http://cocoapod-badges.herokuapp.com/v/Repro/badge.png)](http://cocoadocs.org/docsets/Repro) [![Platform](http://cocoapod-badges.herokuapp.com/p/Repro/badge.png)](http://cocoadocs.org/docsets/Repro) -[Repro](https://repro.io) is a mobile analytics tool that lets you have much deeper understanding of mobile app users with play-by-play videos. +[Repro](https://repro.io) is a mobile analytics tool that lets you have much deeper understanding of your users. ## Get Started diff --git a/Repro.embeddedframework/Repro.framework/Info.plist b/Repro.embeddedframework/Repro.framework/Info.plist index cb369bc..c2b99bd 100644 Binary files a/Repro.embeddedframework/Repro.framework/Info.plist and b/Repro.embeddedframework/Repro.framework/Info.plist differ diff --git a/Repro.embeddedframework/Repro.framework/Repro b/Repro.embeddedframework/Repro.framework/Repro index b7bb8f3..ff62b1a 100644 Binary files a/Repro.embeddedframework/Repro.framework/Repro and b/Repro.embeddedframework/Repro.framework/Repro differ diff --git a/Repro.embeddedframework/Repro.framework/ReproSDKResources.bundle/Info.plist b/Repro.embeddedframework/Repro.framework/ReproSDKResources.bundle/Info.plist index c8a70c3..abb1181 100644 Binary files a/Repro.embeddedframework/Repro.framework/ReproSDKResources.bundle/Info.plist and b/Repro.embeddedframework/Repro.framework/ReproSDKResources.bundle/Info.plist differ diff --git a/Repro.embeddedframework/Resources/ReproSDKResources.bundle/Info.plist b/Repro.embeddedframework/Resources/ReproSDKResources.bundle/Info.plist index c8a70c3..abb1181 100644 Binary files a/Repro.embeddedframework/Resources/ReproSDKResources.bundle/Info.plist and b/Repro.embeddedframework/Resources/ReproSDKResources.bundle/Info.plist differ diff --git a/Repro.podspec b/Repro.podspec new file mode 100644 index 0000000..766422d --- /dev/null +++ b/Repro.podspec @@ -0,0 +1,28 @@ +Pod::Spec.new do |s| + s.name = 'Repro' + s.version = '4.6.0' + s.summary = 'Repro is a mobile analytics tool that lets you have much deeper understanding of your users.' + s.homepage = 'https://repro.io/' + s.license = { + type: 'Copyright', + text: '(c) 2015 Repro Inc.' + } + s.author = { 'Repro' => 'support@repro.io' } + s.social_media_url = 'https://twitter.com/reproio' + s.source = { + :git => 'https://github.com/reproio/repro-ios-sdk.git', + :tag => s.version.to_s + } + s.documentation_url = 'http://docs.repro.io' + + s.platform = :ios + s.requires_arc = true + + s.public_header_files = 'Repro.embeddedframework/Repro.framework/Headers/*.h' + s.source_files = 'Repro.embeddedframework/Repro.framework/Headers/*.h' + s.vendored_frameworks = 'Repro.embeddedframework/Repro.framework' + s.resource = 'Repro.embeddedframework/Resources/ReproSDKResources.bundle' + + s.frameworks = 'CoreTelephony', 'MobileCoreServices', 'Security', 'SystemConfiguration', 'WebKit' + s.libraries = 'z' +end