From 3e1894a5b778b39fbf99ff60d35d0ccc177bdfae Mon Sep 17 00:00:00 2001 From: Raymond Jones Date: Thu, 26 Sep 2024 09:26:54 -0400 Subject: [PATCH] cleanup --- Example/Example.xcodeproj/project.pbxproj | 401 ------------------ .../contents.xcworkspacedata | 7 - .../xcshareddata/IDEWorkspaceChecks.plist | 8 - .../xcdebugger/Breakpoints_v2.xcbkptlist | 56 --- .../xcschemes/xcschememanagement.plist | 14 - Example/Example/AppDelegate.swift | 33 -- .../AccentColor.colorset/Contents.json | 11 - .../AppIcon.appiconset/Contents.json | 98 ----- Example/Example/Assets.xcassets/Contents.json | 6 - .../Base.lproj/LaunchScreen.storyboard | 25 -- Example/Example/Base.lproj/Main.storyboard | 50 --- Example/Example/Info.plist | 74 ---- Example/Example/SceneDelegate.swift | 45 -- Example/Example/ViewController.swift | 15 - Example/README.md | 10 - README.md | 19 +- 16 files changed, 1 insertion(+), 871 deletions(-) delete mode 100644 Example/Example.xcodeproj/project.pbxproj delete mode 100644 Example/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 Example/Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist delete mode 100644 Example/Example.xcodeproj/xcuserdata/willjessop.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist delete mode 100644 Example/Example.xcodeproj/xcuserdata/willjessop.xcuserdatad/xcschemes/xcschememanagement.plist delete mode 100644 Example/Example/AppDelegate.swift delete mode 100644 Example/Example/Assets.xcassets/AccentColor.colorset/Contents.json delete mode 100644 Example/Example/Assets.xcassets/AppIcon.appiconset/Contents.json delete mode 100644 Example/Example/Assets.xcassets/Contents.json delete mode 100644 Example/Example/Base.lproj/LaunchScreen.storyboard delete mode 100644 Example/Example/Base.lproj/Main.storyboard delete mode 100644 Example/Example/Info.plist delete mode 100644 Example/Example/SceneDelegate.swift delete mode 100644 Example/Example/ViewController.swift delete mode 100644 Example/README.md diff --git a/Example/Example.xcodeproj/project.pbxproj b/Example/Example.xcodeproj/project.pbxproj deleted file mode 100644 index dc03085b..00000000 --- a/Example/Example.xcodeproj/project.pbxproj +++ /dev/null @@ -1,401 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 52; - objects = { - -/* Begin PBXBuildFile section */ - 88564A7327FB796600466E05 /* PubNub in Frameworks */ = {isa = PBXBuildFile; productRef = 88564A7227FB796600466E05 /* PubNub */; }; - DD171839254A385A00731814 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD171838254A385A00731814 /* AppDelegate.swift */; }; - DD17183B254A385A00731814 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD17183A254A385A00731814 /* SceneDelegate.swift */; }; - DD17183D254A385A00731814 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD17183C254A385A00731814 /* ViewController.swift */; }; - DD171840254A385A00731814 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DD17183E254A385A00731814 /* Main.storyboard */; }; - DD171842254A385B00731814 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DD171841254A385B00731814 /* Assets.xcassets */; }; - DD171845254A385B00731814 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DD171843254A385B00731814 /* LaunchScreen.storyboard */; }; - DDC8E722254A4087009A02B2 /* KustomerChat.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDC8E721254A4087009A02B2 /* KustomerChat.xcframework */; }; - DDC8E723254A4087009A02B2 /* KustomerChat.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DDC8E721254A4087009A02B2 /* KustomerChat.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; -/* End PBXBuildFile section */ - -/* Begin PBXCopyFilesBuildPhase section */ - DD171855254A38A100731814 /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - DDC8E723254A4087009A02B2 /* KustomerChat.xcframework in Embed Frameworks */, - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - DD171835254A385A00731814 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; - DD171838254A385A00731814 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - DD17183A254A385A00731814 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; - DD17183C254A385A00731814 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; - DD17183F254A385A00731814 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - DD171841254A385B00731814 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - DD171844254A385B00731814 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - DD171846254A385B00731814 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - DDC8E721254A4087009A02B2 /* KustomerChat.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = KustomerChat.xcframework; path = ../KustomerChat.xcframework; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - DD171832254A385A00731814 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 88564A7327FB796600466E05 /* PubNub in Frameworks */, - DDC8E722254A4087009A02B2 /* KustomerChat.xcframework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - DD17182C254A385A00731814 = { - isa = PBXGroup; - children = ( - DD171837254A385A00731814 /* Example */, - DD171836254A385A00731814 /* Products */, - DD17184E254A38A100731814 /* Frameworks */, - ); - sourceTree = ""; - }; - DD171836254A385A00731814 /* Products */ = { - isa = PBXGroup; - children = ( - DD171835254A385A00731814 /* Example.app */, - ); - name = Products; - sourceTree = ""; - }; - DD171837254A385A00731814 /* Example */ = { - isa = PBXGroup; - children = ( - DD171838254A385A00731814 /* AppDelegate.swift */, - DD17183A254A385A00731814 /* SceneDelegate.swift */, - DD17183C254A385A00731814 /* ViewController.swift */, - DD17183E254A385A00731814 /* Main.storyboard */, - DD171841254A385B00731814 /* Assets.xcassets */, - DD171843254A385B00731814 /* LaunchScreen.storyboard */, - DD171846254A385B00731814 /* Info.plist */, - ); - path = Example; - sourceTree = ""; - }; - DD17184E254A38A100731814 /* Frameworks */ = { - isa = PBXGroup; - children = ( - DDC8E721254A4087009A02B2 /* KustomerChat.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - DD171834254A385A00731814 /* Example */ = { - isa = PBXNativeTarget; - buildConfigurationList = DD171849254A385B00731814 /* Build configuration list for PBXNativeTarget "Example" */; - buildPhases = ( - DD171831254A385A00731814 /* Sources */, - DD171832254A385A00731814 /* Frameworks */, - DD171833254A385A00731814 /* Resources */, - DD171855254A38A100731814 /* Embed Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Example; - packageProductDependencies = ( - 88564A7227FB796600466E05 /* PubNub */, - ); - productName = Example; - productReference = DD171835254A385A00731814 /* Example.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - DD17182D254A385A00731814 /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 1200; - LastUpgradeCheck = 1200; - TargetAttributes = { - DD171834254A385A00731814 = { - CreatedOnToolsVersion = 12.0; - }; - }; - }; - buildConfigurationList = DD171830254A385A00731814 /* Build configuration list for PBXProject "Example" */; - compatibilityVersion = "Xcode 9.3"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = DD17182C254A385A00731814; - packageReferences = ( - 88564A7127FB796600466E05 /* XCRemoteSwiftPackageReference "swift" */, - ); - productRefGroup = DD171836254A385A00731814 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - DD171834254A385A00731814 /* Example */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - DD171833254A385A00731814 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DD171845254A385B00731814 /* LaunchScreen.storyboard in Resources */, - DD171842254A385B00731814 /* Assets.xcassets in Resources */, - DD171840254A385A00731814 /* Main.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - DD171831254A385A00731814 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DD17183D254A385A00731814 /* ViewController.swift in Sources */, - DD171839254A385A00731814 /* AppDelegate.swift in Sources */, - DD17183B254A385A00731814 /* SceneDelegate.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - DD17183E254A385A00731814 /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - DD17183F254A385A00731814 /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - DD171843254A385B00731814 /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - DD171844254A385B00731814 /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - DD171847254A385B00731814 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - 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; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - DD171848254A385B00731814 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - 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 = 14.0; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - SDKROOT = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - DD17184A254A385B00731814 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = FZVMKN4JP4; - INFOPLIST_FILE = Example/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Example; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - DD17184B254A385B00731814 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = FZVMKN4JP4; - INFOPLIST_FILE = Example/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Example; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - DD171830254A385A00731814 /* Build configuration list for PBXProject "Example" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DD171847254A385B00731814 /* Debug */, - DD171848254A385B00731814 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - DD171849254A385B00731814 /* Build configuration list for PBXNativeTarget "Example" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DD17184A254A385B00731814 /* Debug */, - DD17184B254A385B00731814 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - -/* Begin XCRemoteSwiftPackageReference section */ - 88564A7127FB796600466E05 /* XCRemoteSwiftPackageReference "swift" */ = { - isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/pubnub/swift.git"; - requirement = { - kind = upToNextMajorVersion; - minimumVersion = 5.0.0; - }; - }; -/* End XCRemoteSwiftPackageReference section */ - -/* Begin XCSwiftPackageProductDependency section */ - 88564A7227FB796600466E05 /* PubNub */ = { - isa = XCSwiftPackageProductDependency; - package = 88564A7127FB796600466E05 /* XCRemoteSwiftPackageReference "swift" */; - productName = PubNub; - }; -/* End XCSwiftPackageProductDependency section */ - }; - rootObject = DD17182D254A385A00731814 /* Project object */; -} diff --git a/Example/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a6..00000000 --- a/Example/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d98100..00000000 --- a/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/Example/Example.xcodeproj/xcuserdata/willjessop.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Example/Example.xcodeproj/xcuserdata/willjessop.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist deleted file mode 100644 index 118a88a6..00000000 --- a/Example/Example.xcodeproj/xcuserdata/willjessop.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/Example/Example.xcodeproj/xcuserdata/willjessop.xcuserdatad/xcschemes/xcschememanagement.plist b/Example/Example.xcodeproj/xcuserdata/willjessop.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index 329a2446..00000000 --- a/Example/Example.xcodeproj/xcuserdata/willjessop.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,14 +0,0 @@ - - - - - SchemeUserState - - Example.xcscheme_^#shared#^_ - - orderHint - 0 - - - - diff --git a/Example/Example/AppDelegate.swift b/Example/Example/AppDelegate.swift deleted file mode 100644 index 2389c297..00000000 --- a/Example/Example/AppDelegate.swift +++ /dev/null @@ -1,33 +0,0 @@ -import UIKit -import KustomerChat - -@main -class AppDelegate: UIResponder, UIApplicationDelegate { - - - - func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { - - print("Kustomer SDK v\(Kustomer.sdkVersion)") - Kustomer.configure(apiKey: "API_KEY_HERE", options: nil, launchOptions: launchOptions) - - return true - } - - // MARK: UISceneSession Lifecycle - - func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration { - // Called when a new scene session is being created. - // Use this method to select a configuration to create the new scene with. - return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role) - } - - func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set) { - // Called when the user discards a scene session. - // If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions. - // Use this method to release any resources that were specific to the discarded scenes, as they will not return. - } - - -} - diff --git a/Example/Example/Assets.xcassets/AccentColor.colorset/Contents.json b/Example/Example/Assets.xcassets/AccentColor.colorset/Contents.json deleted file mode 100644 index eb878970..00000000 --- a/Example/Example/Assets.xcassets/AccentColor.colorset/Contents.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "colors" : [ - { - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Example/Example/Assets.xcassets/AppIcon.appiconset/Contents.json b/Example/Example/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 9221b9bb..00000000 --- a/Example/Example/Assets.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "images" : [ - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "20x20" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "20x20" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "29x29" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "29x29" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "40x40" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "40x40" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "60x60" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "60x60" - }, - { - "idiom" : "ipad", - "scale" : "1x", - "size" : "20x20" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "20x20" - }, - { - "idiom" : "ipad", - "scale" : "1x", - "size" : "29x29" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "29x29" - }, - { - "idiom" : "ipad", - "scale" : "1x", - "size" : "40x40" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "40x40" - }, - { - "idiom" : "ipad", - "scale" : "1x", - "size" : "76x76" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "76x76" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "83.5x83.5" - }, - { - "idiom" : "ios-marketing", - "scale" : "1x", - "size" : "1024x1024" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Example/Example/Assets.xcassets/Contents.json b/Example/Example/Assets.xcassets/Contents.json deleted file mode 100644 index 73c00596..00000000 --- a/Example/Example/Assets.xcassets/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Example/Example/Base.lproj/LaunchScreen.storyboard b/Example/Example/Base.lproj/LaunchScreen.storyboard deleted file mode 100644 index 865e9329..00000000 --- a/Example/Example/Base.lproj/LaunchScreen.storyboard +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Example/Example/Base.lproj/Main.storyboard b/Example/Example/Base.lproj/Main.storyboard deleted file mode 100644 index b1d9b237..00000000 --- a/Example/Example/Base.lproj/Main.storyboard +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Example/Example/Info.plist b/Example/Example/Info.plist deleted file mode 100644 index e1539c07..00000000 --- a/Example/Example/Info.plist +++ /dev/null @@ -1,74 +0,0 @@ - - - - - NSCameraUsageDescription - Description here - NSPhotoLibraryUsageDescription - Description here - NSMicrophoneUsageDescription - Description here - NSAppleMusicUsageDescription - Description here - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - $(PRODUCT_BUNDLE_PACKAGE_TYPE) - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1 - LSRequiresIPhoneOS - - UIApplicationSceneManifest - - UIApplicationSupportsMultipleScenes - - UISceneConfigurations - - UIWindowSceneSessionRoleApplication - - - UISceneConfigurationName - Default Configuration - UISceneDelegateClassName - $(PRODUCT_MODULE_NAME).SceneDelegate - UISceneStoryboardFile - Main - - - - - UIApplicationSupportsIndirectInputEvents - - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main - UIRequiredDeviceCapabilities - - armv7 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - - diff --git a/Example/Example/SceneDelegate.swift b/Example/Example/SceneDelegate.swift deleted file mode 100644 index d22c9fb1..00000000 --- a/Example/Example/SceneDelegate.swift +++ /dev/null @@ -1,45 +0,0 @@ -import UIKit - -class SceneDelegate: UIResponder, UIWindowSceneDelegate { - - var window: UIWindow? - - - func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { - // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`. - // If using a storyboard, the `window` property will automatically be initialized and attached to the scene. - // This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead). - guard let _ = (scene as? UIWindowScene) else { return } - } - - func sceneDidDisconnect(_ scene: UIScene) { - // Called as the scene is being released by the system. - // This occurs shortly after the scene enters the background, or when its session is discarded. - // Release any resources associated with this scene that can be re-created the next time the scene connects. - // The scene may re-connect later, as its session was not necessarily discarded (see `application:didDiscardSceneSessions` instead). - } - - func sceneDidBecomeActive(_ scene: UIScene) { - // Called when the scene has moved from an inactive state to an active state. - // Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive. - } - - func sceneWillResignActive(_ scene: UIScene) { - // Called when the scene will move from an active state to an inactive state. - // This may occur due to temporary interruptions (ex. an incoming phone call). - } - - func sceneWillEnterForeground(_ scene: UIScene) { - // Called as the scene transitions from the background to the foreground. - // Use this method to undo the changes made on entering the background. - } - - func sceneDidEnterBackground(_ scene: UIScene) { - // Called as the scene transitions from the foreground to the background. - // Use this method to save data, release shared resources, and store enough scene-specific state information - // to restore the scene back to its current state. - } - - -} - diff --git a/Example/Example/ViewController.swift b/Example/Example/ViewController.swift deleted file mode 100644 index d34699a7..00000000 --- a/Example/Example/ViewController.swift +++ /dev/null @@ -1,15 +0,0 @@ -import UIKit -import KustomerChat - -class ViewController: UIViewController { - - override func viewDidLoad() { - super.viewDidLoad() - } - - @IBAction func showSupport(){ - Kustomer.show() - } - -} - diff --git a/Example/README.md b/Example/README.md deleted file mode 100644 index 710a59d2..00000000 --- a/Example/README.md +++ /dev/null @@ -1,10 +0,0 @@ -

- -

- -This example app shows basic usage of Kustomer's iOS SDK. See our [mobile chat docs](https://kustomer.readme.io/docs) for more options and usage. - -## Instructions -1. Open **Example.xcodeproj** -2. Set your **API key** in `AppDelegate.swift` -3. Run the app \ No newline at end of file diff --git a/README.md b/README.md index ea9ecb60..c5f94d14 100644 --- a/README.md +++ b/README.md @@ -38,16 +38,6 @@ Note: Starting with iOS version 2.6.0, the PubNub library is downloaded as a dep 1. Add `pod 'KustomerChat', :git => 'https://github.com/kustomer/kustomer-ios.git'` to your Podfile 2. Run `pod update` or `pod install` on your project -#### Manual -1. Add `KustomerChat.xcframework` to your project's `Frameworks, Libraries, and Embedded Content` section. -2. Check `Embed & Sign` for both frameworks. -3. Add PubNub using your preferred method. You can find details in their documentation [here](https://www.pubnub.com/docs/sdks/swift) - -CALLOUT: If you add PubNub as a git submodule, you must install the PubNub version required by our podspec/package.swift. - -#### Manual - Static version -The [release page](../../releases) for each version contains a static version of the SDK. To install, download and unzip `libKustomerChatStatic.xcframework` and `KustomerAssets.bundle`, and add them to your project. You will also need to install the version of PubNub required by our podspec/package.swift. You can find details in their documentation [here](https://www.pubnub.com/docs/sdks/swift) - ## Post-Install 1. Add photo and camera privacy descriptions to your `Info.plist`. 2. In the `application(_:didFinishLaunchingWithOptions:)` method of your `AppDelegate` add @@ -57,11 +47,4 @@ Kustomer.configure(apiKey: "API_KEY_HERE", options: nil, launchOptions: launchOp 3. Call `Kustomer.show()` whenever and wherever you want to open the Kustomer chat interface. -See [Installation](https://developer.kustomer.com/chat-sdk/v2.0.5-iOS/docs/installation) for a full guide. - -## Example app - -- Open `Example/Example.xcodeproj` -- Set your API key in `AppDelegate.swift` - - Your API key must have *only* the `org.tracking` role. You can get your API key from the Kustomer website. -- Run the app +See [Installation](https://developer.kustomer.com/chat-sdk/v2.0.5-iOS/docs/installation) for a full guide. \ No newline at end of file