diff --git a/VerifyVerloop/VerifyVerloop.xcodeproj/project.pbxproj b/Example/VerifyVerloop/VerifyVerloop.xcodeproj/project.pbxproj similarity index 96% rename from VerifyVerloop/VerifyVerloop.xcodeproj/project.pbxproj rename to Example/VerifyVerloop/VerifyVerloop.xcodeproj/project.pbxproj index f3efcf9..891a77e 100644 --- a/VerifyVerloop/VerifyVerloop.xcodeproj/project.pbxproj +++ b/Example/VerifyVerloop/VerifyVerloop.xcodeproj/project.pbxproj @@ -3,12 +3,11 @@ archiveVersion = 1; classes = { }; - objectVersion = 55; + objectVersion = 60; objects = { /* Begin PBXBuildFile section */ - 18746D7B27F5DD45002A5CBD /* VerloopSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18746D7A27F5DCC0002A5CBD /* VerloopSDK.framework */; }; - 18746D7C27F5DD45002A5CBD /* VerloopSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 18746D7A27F5DCC0002A5CBD /* VerloopSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 05FF1A5B2F88FA6D00B25649 /* VerloopSDKiOS in Frameworks */ = {isa = PBXBuildFile; productRef = 05FF1A5A2F88FA6D00B25649 /* VerloopSDKiOS */; }; 18C7298828166C81006EF202 /* VerifyVerloopTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C7298728166C81006EF202 /* VerifyVerloopTests.swift */; }; 18F86EB427F14AE900F3BF25 /* ReferenceModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18F86EB127F14AE900F3BF25 /* ReferenceModels.swift */; }; 18F86EB527F14AE900F3BF25 /* VerloopTestTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18F86EB327F14AE900F3BF25 /* VerloopTestTableViewController.swift */; }; @@ -50,7 +49,6 @@ dstPath = ""; dstSubfolderSpec = 10; files = ( - 18746D7C27F5DD45002A5CBD /* VerloopSDK.framework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -85,7 +83,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 18746D7B27F5DD45002A5CBD /* VerloopSDK.framework in Frameworks */, + 05FF1A5B2F88FA6D00B25649 /* VerloopSDKiOS in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -219,6 +217,9 @@ Base, ); mainGroup = F7D13E7F27A3B81F00262E51; + packageReferences = ( + 05FF1A582F88F9EE00B25649 /* XCLocalSwiftPackageReference "../../../ios-sdk" */, + ); productRefGroup = F7D13E8927A3B81F00262E51 /* Products */; projectDirPath = ""; projectReferences = ( @@ -597,6 +598,21 @@ defaultConfigurationName = Release; }; /* End XCConfigurationList section */ + +/* Begin XCLocalSwiftPackageReference section */ + 05FF1A582F88F9EE00B25649 /* XCLocalSwiftPackageReference "../../../ios-sdk" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = "../../../ios-sdk"; + }; +/* End XCLocalSwiftPackageReference section */ + +/* Begin XCSwiftPackageProductDependency section */ + 05FF1A5A2F88FA6D00B25649 /* VerloopSDKiOS */ = { + isa = XCSwiftPackageProductDependency; + package = 05FF1A582F88F9EE00B25649 /* XCLocalSwiftPackageReference "../../../ios-sdk" */; + productName = VerloopSDKiOS; + }; +/* End XCSwiftPackageProductDependency section */ }; rootObject = F7D13E8027A3B81F00262E51 /* Project object */; } diff --git a/VerifyVerloop/VerifyVerloop.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/VerifyVerloop/VerifyVerloop.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from VerifyVerloop/VerifyVerloop.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to Example/VerifyVerloop/VerifyVerloop.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/VerifyVerloop/VerifyVerloop.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Example/VerifyVerloop/VerifyVerloop.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from VerifyVerloop/VerifyVerloop.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to Example/VerifyVerloop/VerifyVerloop.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/VerifyVerloop/VerifyVerloop.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/Example/VerifyVerloop/VerifyVerloop.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings similarity index 100% rename from VerifyVerloop/VerifyVerloop.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings rename to Example/VerifyVerloop/VerifyVerloop.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings diff --git a/VerifyVerloop/VerifyVerloop.xcodeproj/xcshareddata/xcschemes/VerifyVerloop.xcscheme b/Example/VerifyVerloop/VerifyVerloop.xcodeproj/xcshareddata/xcschemes/VerifyVerloop.xcscheme similarity index 100% rename from VerifyVerloop/VerifyVerloop.xcodeproj/xcshareddata/xcschemes/VerifyVerloop.xcscheme rename to Example/VerifyVerloop/VerifyVerloop.xcodeproj/xcshareddata/xcschemes/VerifyVerloop.xcscheme diff --git a/VerifyVerloop/VerifyVerloop/AppDelegate.swift b/Example/VerifyVerloop/VerifyVerloop/AppDelegate.swift similarity index 100% rename from VerifyVerloop/VerifyVerloop/AppDelegate.swift rename to Example/VerifyVerloop/VerifyVerloop/AppDelegate.swift diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/100.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/100.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/100.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/100.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/1024.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/1024.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/1024.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/1024.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/114.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/114.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/114.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/114.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/120.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/120.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/120.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/120.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/128.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/128.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/128.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/128.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/144.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/144.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/144.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/144.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/152.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/152.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/152.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/152.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/16.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/16.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/16.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/16.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/167.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/167.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/167.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/167.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/172.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/172.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/172.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/172.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/180.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/180.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/180.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/180.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/196.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/196.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/196.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/196.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/20.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/20.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/20.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/20.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/216.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/216.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/216.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/216.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/256.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/256.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/256.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/256.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/29.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/29.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/29.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/29.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/32.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/32.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/32.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/32.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/40.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/40.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/40.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/40.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/48.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/48.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/48.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/48.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/50.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/50.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/50.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/50.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/512.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/512.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/512.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/512.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/55.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/55.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/55.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/55.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/57.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/57.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/57.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/57.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/58.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/58.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/58.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/58.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/60.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/60.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/60.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/60.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/64.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/64.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/64.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/64.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/72.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/72.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/72.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/72.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/76.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/76.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/76.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/76.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/80.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/80.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/80.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/80.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/87.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/87.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/87.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/87.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/88.png b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/88.png similarity index 100% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/88.png rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/88.png diff --git a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/Contents.json b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 95% rename from VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/Contents.json rename to Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/Contents.json index 04de9d4..f78687a 100644 --- a/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/Example/VerifyVerloop/VerifyVerloop/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -150,6 +150,66 @@ "scale" : "1x", "size" : "1024x1024" }, + { + "filename" : "16.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "16x16" + }, + { + "filename" : "32.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "16x16" + }, + { + "filename" : "32.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "32x32" + }, + { + "filename" : "64.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "32x32" + }, + { + "filename" : "128.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "128x128" + }, + { + "filename" : "256.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "128x128" + }, + { + "filename" : "256.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "256x256" + }, + { + "filename" : "512.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "256x256" + }, + { + "filename" : "512.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "512x512" + }, + { + "filename" : "1024.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "512x512" + }, { "filename" : "48.png", "idiom" : "watch", @@ -225,6 +285,13 @@ "size" : "51x51", "subtype" : "45mm" }, + { + "idiom" : "watch", + "role" : "appLauncher", + "scale" : "2x", + "size" : "54x54", + "subtype" : "49mm" + }, { "filename" : "172.png", "idiom" : "watch", @@ -257,70 +324,17 @@ "subtype" : "45mm" }, { - "filename" : "1024.png", - "idiom" : "watch-marketing", - "scale" : "1x", - "size" : "1024x1024" - }, - { - "filename" : "16.png", - "idiom" : "mac", - "scale" : "1x", - "size" : "16x16" - }, - { - "filename" : "32.png", - "idiom" : "mac", - "scale" : "2x", - "size" : "16x16" - }, - { - "filename" : "32.png", - "idiom" : "mac", - "scale" : "1x", - "size" : "32x32" - }, - { - "filename" : "64.png", - "idiom" : "mac", - "scale" : "2x", - "size" : "32x32" - }, - { - "filename" : "128.png", - "idiom" : "mac", - "scale" : "1x", - "size" : "128x128" - }, - { - "filename" : "256.png", - "idiom" : "mac", - "scale" : "2x", - "size" : "128x128" - }, - { - "filename" : "256.png", - "idiom" : "mac", - "scale" : "1x", - "size" : "256x256" - }, - { - "filename" : "512.png", - "idiom" : "mac", + "idiom" : "watch", + "role" : "quickLook", "scale" : "2x", - "size" : "256x256" - }, - { - "filename" : "512.png", - "idiom" : "mac", - "scale" : "1x", - "size" : "512x512" + "size" : "129x129", + "subtype" : "49mm" }, { "filename" : "1024.png", - "idiom" : "mac", - "scale" : "2x", - "size" : "512x512" + "idiom" : "watch-marketing", + "scale" : "1x", + "size" : "1024x1024" } ], "info" : { diff --git a/VerifyVerloop/VerifyVerloop/Base.lproj/LaunchScreen.storyboard b/Example/VerifyVerloop/VerifyVerloop/Base.lproj/LaunchScreen.storyboard similarity index 100% rename from VerifyVerloop/VerifyVerloop/Base.lproj/LaunchScreen.storyboard rename to Example/VerifyVerloop/VerifyVerloop/Base.lproj/LaunchScreen.storyboard diff --git a/VerifyVerloop/VerifyVerloop/Base.lproj/Main.storyboard b/Example/VerifyVerloop/VerifyVerloop/Base.lproj/Main.storyboard similarity index 100% rename from VerifyVerloop/VerifyVerloop/Base.lproj/Main.storyboard rename to Example/VerifyVerloop/VerifyVerloop/Base.lproj/Main.storyboard diff --git a/VerifyVerloop/VerifyVerloop/ConfigTestViewController.swift.zip b/Example/VerifyVerloop/VerifyVerloop/ConfigTestViewController.swift.zip similarity index 100% rename from VerifyVerloop/VerifyVerloop/ConfigTestViewController.swift.zip rename to Example/VerifyVerloop/VerifyVerloop/ConfigTestViewController.swift.zip diff --git a/VerifyVerloop/VerifyVerloop/Info.plist b/Example/VerifyVerloop/VerifyVerloop/Info.plist similarity index 100% rename from VerifyVerloop/VerifyVerloop/Info.plist rename to Example/VerifyVerloop/VerifyVerloop/Info.plist diff --git a/VerifyVerloop/VerifyVerloop/ReferenceModels.swift b/Example/VerifyVerloop/VerifyVerloop/ReferenceModels.swift similarity index 99% rename from VerifyVerloop/VerifyVerloop/ReferenceModels.swift rename to Example/VerifyVerloop/VerifyVerloop/ReferenceModels.swift index 35e265d..18905f1 100644 --- a/VerifyVerloop/VerifyVerloop/ReferenceModels.swift +++ b/Example/VerifyVerloop/VerifyVerloop/ReferenceModels.swift @@ -6,7 +6,8 @@ // import Foundation -import VerloopSDK +import VerloopSDKiOS +import UIKit //enum with different categories to be handled enum RowType:String { diff --git a/VerifyVerloop/VerifyVerloop/SceneDelegate.swift b/Example/VerifyVerloop/VerifyVerloop/SceneDelegate.swift similarity index 100% rename from VerifyVerloop/VerifyVerloop/SceneDelegate.swift rename to Example/VerifyVerloop/VerifyVerloop/SceneDelegate.swift diff --git a/VerifyVerloop/VerifyVerloop/VerifyVerloop.entitlements b/Example/VerifyVerloop/VerifyVerloop/VerifyVerloop.entitlements similarity index 100% rename from VerifyVerloop/VerifyVerloop/VerifyVerloop.entitlements rename to Example/VerifyVerloop/VerifyVerloop/VerifyVerloop.entitlements diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Headers/Verloop-Swift.h b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Headers/Verloop-Swift.h similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Headers/Verloop-Swift.h rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Headers/Verloop-Swift.h diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Headers/Verloop.h b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Headers/Verloop.h similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Headers/Verloop.h rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Headers/Verloop.h diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Info.plist b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Info.plist similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Info.plist rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Info.plist diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/Project/x86_64.swiftsourceinfo b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/Project/x86_64.swiftsourceinfo similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/Project/x86_64.swiftsourceinfo rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/Project/x86_64.swiftsourceinfo diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64-apple-ios-simulator.swiftdoc similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64-apple-ios-simulator.swiftdoc rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64-apple-ios-simulator.swiftdoc diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64-apple-ios-simulator.swiftinterface similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64-apple-ios-simulator.swiftinterface rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64-apple-ios-simulator.swiftinterface diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64-apple-ios-simulator.swiftmodule b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64-apple-ios-simulator.swiftmodule similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64-apple-ios-simulator.swiftmodule rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64-apple-ios-simulator.swiftmodule diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64.swiftdoc b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64.swiftdoc similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64.swiftdoc rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64.swiftdoc diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64.swiftinterface b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64.swiftinterface similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64.swiftinterface rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64.swiftinterface diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64.swiftmodule b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64.swiftmodule similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64.swiftmodule rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/Verloop.swiftmodule/x86_64.swiftmodule diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/module.modulemap b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/module.modulemap similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/module.modulemap rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Modules/module.modulemap diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop.storyboardc/Info.plist b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop.storyboardc/Info.plist similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop.storyboardc/Info.plist rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop.storyboardc/Info.plist diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop.storyboardc/UINavigationController-4R4-Da-9x9.nib b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop.storyboardc/UINavigationController-4R4-Da-9x9.nib similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop.storyboardc/UINavigationController-4R4-Da-9x9.nib rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop.storyboardc/UINavigationController-4R4-Da-9x9.nib diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop.storyboardc/VLChatViewController.nib b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop.storyboardc/VLChatViewController.nib similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop.storyboardc/VLChatViewController.nib rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop.storyboardc/VLChatViewController.nib diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/Verloop.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib diff --git a/VerifyVerloop/VerifyVerloop/Verloop.framework/_CodeSignature/CodeResources b/Example/VerifyVerloop/VerifyVerloop/Verloop.framework/_CodeSignature/CodeResources similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop.framework/_CodeSignature/CodeResources rename to Example/VerifyVerloop/VerifyVerloop/Verloop.framework/_CodeSignature/CodeResources diff --git a/VerifyVerloop/VerifyVerloop/Verloop/Configuration/ConfigModel.swift b/Example/VerifyVerloop/VerifyVerloop/Verloop/Configuration/ConfigModel.swift similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop/Configuration/ConfigModel.swift rename to Example/VerifyVerloop/VerifyVerloop/Verloop/Configuration/ConfigModel.swift diff --git a/VerifyVerloop/VerifyVerloop/Verloop/Configuration/VLConfiguration.swift b/Example/VerifyVerloop/VerifyVerloop/Verloop/Configuration/VLConfiguration.swift similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop/Configuration/VLConfiguration.swift rename to Example/VerifyVerloop/VerifyVerloop/Verloop/Configuration/VLConfiguration.swift diff --git a/VerifyVerloop/VerifyVerloop/Verloop/Configuration/VLEventDelegate.swift b/Example/VerifyVerloop/VerifyVerloop/Verloop/Configuration/VLEventDelegate.swift similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop/Configuration/VLEventDelegate.swift rename to Example/VerifyVerloop/VerifyVerloop/Verloop/Configuration/VLEventDelegate.swift diff --git a/VerifyVerloop/VerifyVerloop/Verloop/Configuration/VLOptionalConfiguration.swift b/Example/VerifyVerloop/VerifyVerloop/Verloop/Configuration/VLOptionalConfiguration.swift similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop/Configuration/VLOptionalConfiguration.swift rename to Example/VerifyVerloop/VerifyVerloop/Verloop/Configuration/VLOptionalConfiguration.swift diff --git a/VerifyVerloop/VerifyVerloop/Verloop/Controllers/VLChatViewController.swift b/Example/VerifyVerloop/VerifyVerloop/Verloop/Controllers/VLChatViewController.swift similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop/Controllers/VLChatViewController.swift rename to Example/VerifyVerloop/VerifyVerloop/Verloop/Controllers/VLChatViewController.swift diff --git a/VerifyVerloop/VerifyVerloop/Verloop/Controllers/VLWebView.swift b/Example/VerifyVerloop/VerifyVerloop/Verloop/Controllers/VLWebView.swift similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop/Controllers/VLWebView.swift rename to Example/VerifyVerloop/VerifyVerloop/Verloop/Controllers/VLWebView.swift diff --git a/VerifyVerloop/VerifyVerloop/Verloop/UI/Verloop.storyboard b/Example/VerifyVerloop/VerifyVerloop/Verloop/UI/Verloop.storyboard similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop/UI/Verloop.storyboard rename to Example/VerifyVerloop/VerifyVerloop/Verloop/UI/Verloop.storyboard diff --git a/VerifyVerloop/VerifyVerloop/Verloop/Verloop.docc/Verloop.md b/Example/VerifyVerloop/VerifyVerloop/Verloop/Verloop.docc/Verloop.md similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop/Verloop.docc/Verloop.md rename to Example/VerifyVerloop/VerifyVerloop/Verloop/Verloop.docc/Verloop.md diff --git a/VerifyVerloop/VerifyVerloop/Verloop/Verloop.h b/Example/VerifyVerloop/VerifyVerloop/Verloop/Verloop.h similarity index 100% rename from VerifyVerloop/VerifyVerloop/Verloop/Verloop.h rename to Example/VerifyVerloop/VerifyVerloop/Verloop/Verloop.h diff --git a/VerifyVerloop/VerifyVerloop/VerloopTestTableViewController.swift b/Example/VerifyVerloop/VerifyVerloop/VerloopTestTableViewController.swift similarity index 100% rename from VerifyVerloop/VerifyVerloop/VerloopTestTableViewController.swift rename to Example/VerifyVerloop/VerifyVerloop/VerloopTestTableViewController.swift diff --git a/VerifyVerloop/VerifyVerloopTests/VerifyVerloopTests.swift b/Example/VerifyVerloop/VerifyVerloopTests/VerifyVerloopTests.swift similarity index 100% rename from VerifyVerloop/VerifyVerloopTests/VerifyVerloopTests.swift rename to Example/VerifyVerloop/VerifyVerloopTests/VerifyVerloopTests.swift diff --git a/Package.swift b/Package.swift index 01b053d..5568a9e 100644 --- a/Package.swift +++ b/Package.swift @@ -1,10 +1,10 @@ -// swift-tools-version:5.7 +// swift-tools-version:5.9 import PackageDescription let package = Package( name: "VerloopSDKiOS", platforms: [ - .iOS(.v11) + .iOS(.v12) ], products: [ .library( @@ -12,20 +12,12 @@ let package = Package( targets: ["VerloopSDKiOS"] ) ], - dependencies: [], targets: [ .target( name: "VerloopSDKiOS", - path: "VerloopSDK", - publicHeadersPath: ".", - resources: [ - .process("Info.plist"), - .process("PrivacyInfo.xcprivacy") - ], - swiftSettings: [ - .define("SWIFT_PACKAGE") - ] + dependencies: [], + path: "Sources/VerloopSDK", + publicHeadersPath: "." ) - ], - swiftLanguageVersions: [.v5] + ] ) \ No newline at end of file diff --git a/README.md b/README.md index f87e665..0fdd34d 100644 --- a/README.md +++ b/README.md @@ -7,21 +7,29 @@ This framework helps you configure and launch Verloop's chat. Inorder to integra - XCode 13.1+ - Min IOS version support IOS10 -## **Installation** +## Install Verloop iOS SDK via Swift Package Manager -Two ways to install +### 1. Add the Package -- CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Verloop into your Xcode project using CocoaPods, add the following line in your Podfile: - ``` - pod 'VerloopSDKiOS' - ``` - -- Manually build the repo and generate the VerloopSDK framework and embed the framework in Linked Binaries in your project as shown below. -

-Screenshot 2022-03-15 at 3 08 56 PM -

+1. Open your project in **Xcode** +2. Go to **Project → Package Dependencies → +** +3. Enter the repository URL: https://github.com/verloop/ios-sdk.git +4. Choose **Dependency Rule → Exact Version** +5. Enter the version: example: 0.2.21-rc.3 +6. Click **Add Package** +Screenshot 2026-04-10 at 17 45 24 + + +### 2. Add Package to Your Target + +1. Select your **App Target** +2. Go to **General → Frameworks, Libraries & Embedded Content** +3. Click **+** +4. Search and add: VerloopSDKiOS +Screenshot 2026-04-10 at 17 45 41 +--- ## **Change Log** diff --git a/VerloopSDK/Constants.swift b/Sources/VerloopSDK/Constants.swift similarity index 100% rename from VerloopSDK/Constants.swift rename to Sources/VerloopSDK/Constants.swift diff --git a/VerloopSDK/Info.plist b/Sources/VerloopSDK/Info.plist similarity index 100% rename from VerloopSDK/Info.plist rename to Sources/VerloopSDK/Info.plist diff --git a/VerloopSDK/MimeType.swift b/Sources/VerloopSDK/MimeType.swift similarity index 100% rename from VerloopSDK/MimeType.swift rename to Sources/VerloopSDK/MimeType.swift diff --git a/VerloopSDK/NetworkManager/VLNetworkManager.swift b/Sources/VerloopSDK/NetworkManager/VLNetworkManager.swift similarity index 100% rename from VerloopSDK/NetworkManager/VLNetworkManager.swift rename to Sources/VerloopSDK/NetworkManager/VLNetworkManager.swift diff --git a/VerloopSDK/NetworkMonitor.swift b/Sources/VerloopSDK/NetworkMonitor.swift similarity index 100% rename from VerloopSDK/NetworkMonitor.swift rename to Sources/VerloopSDK/NetworkMonitor.swift diff --git a/VerloopSDK/PrivacyInfo.xcprivacy b/Sources/VerloopSDK/PrivacyInfo.xcprivacy similarity index 100% rename from VerloopSDK/PrivacyInfo.xcprivacy rename to Sources/VerloopSDK/PrivacyInfo.xcprivacy diff --git a/VerloopSDK/Reachability.swift b/Sources/VerloopSDK/Reachability.swift similarity index 100% rename from VerloopSDK/Reachability.swift rename to Sources/VerloopSDK/Reachability.swift diff --git a/VerloopSDK/ScriptMessageHandler.swift b/Sources/VerloopSDK/ScriptMessageHandler.swift similarity index 100% rename from VerloopSDK/ScriptMessageHandler.swift rename to Sources/VerloopSDK/ScriptMessageHandler.swift diff --git a/VerloopSDK/VLClientInfoSchema.swift b/Sources/VerloopSDK/VLClientInfoSchema.swift similarity index 100% rename from VerloopSDK/VLClientInfoSchema.swift rename to Sources/VerloopSDK/VLClientInfoSchema.swift diff --git a/VerloopSDK/VLConfig.swift b/Sources/VerloopSDK/VLConfig.swift similarity index 100% rename from VerloopSDK/VLConfig.swift rename to Sources/VerloopSDK/VLConfig.swift diff --git a/VerloopSDK/VLEvent.swift b/Sources/VerloopSDK/VLEvent.swift similarity index 100% rename from VerloopSDK/VLEvent.swift rename to Sources/VerloopSDK/VLEvent.swift diff --git a/VerloopSDK/VLEventDelegate.swift b/Sources/VerloopSDK/VLEventDelegate.swift similarity index 100% rename from VerloopSDK/VLEventDelegate.swift rename to Sources/VerloopSDK/VLEventDelegate.swift diff --git a/VerloopSDK/VLExtensions.swift b/Sources/VerloopSDK/VLExtensions.swift similarity index 100% rename from VerloopSDK/VLExtensions.swift rename to Sources/VerloopSDK/VLExtensions.swift diff --git a/VerloopSDK/VLJSInterface.swift b/Sources/VerloopSDK/VLJSInterface.swift similarity index 100% rename from VerloopSDK/VLJSInterface.swift rename to Sources/VerloopSDK/VLJSInterface.swift diff --git a/VerloopSDK/VLNavViewController.swift b/Sources/VerloopSDK/VLNavViewController.swift similarity index 100% rename from VerloopSDK/VLNavViewController.swift rename to Sources/VerloopSDK/VLNavViewController.swift diff --git a/VerloopSDK/VLViewController.swift b/Sources/VerloopSDK/VLViewController.swift similarity index 100% rename from VerloopSDK/VLViewController.swift rename to Sources/VerloopSDK/VLViewController.swift diff --git a/VerloopSDK/VLWebViewManager.swift b/Sources/VerloopSDK/VLWebViewManager.swift similarity index 100% rename from VerloopSDK/VLWebViewManager.swift rename to Sources/VerloopSDK/VLWebViewManager.swift diff --git a/VerloopSDK/VerloopSDK.h b/Sources/VerloopSDK/VerloopSDK.h similarity index 100% rename from VerloopSDK/VerloopSDK.h rename to Sources/VerloopSDK/VerloopSDK.h diff --git a/VerloopSDK/VerloopSDK.swift b/Sources/VerloopSDK/VerloopSDK.swift similarity index 100% rename from VerloopSDK/VerloopSDK.swift rename to Sources/VerloopSDK/VerloopSDK.swift diff --git a/VerloopSDK/WKDownloadManager.swift b/Sources/VerloopSDK/WKDownloadManager.swift similarity index 100% rename from VerloopSDK/WKDownloadManager.swift rename to Sources/VerloopSDK/WKDownloadManager.swift diff --git a/VerloopSDKTests/TestChatEnd.swift b/Tests/VerloopSDKTests/TestChatEnd.swift similarity index 100% rename from VerloopSDKTests/TestChatEnd.swift rename to Tests/VerloopSDKTests/TestChatEnd.swift diff --git a/VerloopSDKTests/TestChatMaximized.swift b/Tests/VerloopSDKTests/TestChatMaximized.swift similarity index 100% rename from VerloopSDKTests/TestChatMaximized.swift rename to Tests/VerloopSDKTests/TestChatMaximized.swift diff --git a/VerloopSDKTests/TestChatMinimized.swift b/Tests/VerloopSDKTests/TestChatMinimized.swift similarity index 100% rename from VerloopSDKTests/TestChatMinimized.swift rename to Tests/VerloopSDKTests/TestChatMinimized.swift diff --git a/VerloopSDKTests/TestChatStarted.swift b/Tests/VerloopSDKTests/TestChatStarted.swift similarity index 100% rename from VerloopSDKTests/TestChatStarted.swift rename to Tests/VerloopSDKTests/TestChatStarted.swift diff --git a/VerloopSDKTests/TestClickListeners.swift b/Tests/VerloopSDKTests/TestClickListeners.swift similarity index 100% rename from VerloopSDKTests/TestClickListeners.swift rename to Tests/VerloopSDKTests/TestClickListeners.swift diff --git a/VerloopSDKTests/TestConstants.swift b/Tests/VerloopSDKTests/TestConstants.swift similarity index 100% rename from VerloopSDKTests/TestConstants.swift rename to Tests/VerloopSDKTests/TestConstants.swift diff --git a/VerloopSDKTests/TestIncomeMessage.swift b/Tests/VerloopSDKTests/TestIncomeMessage.swift similarity index 100% rename from VerloopSDKTests/TestIncomeMessage.swift rename to Tests/VerloopSDKTests/TestIncomeMessage.swift diff --git a/VerloopSDKTests/TestLogout.swift b/Tests/VerloopSDKTests/TestLogout.swift similarity index 100% rename from VerloopSDKTests/TestLogout.swift rename to Tests/VerloopSDKTests/TestLogout.swift diff --git a/VerloopSDKTests/TestUserIdAndchatEvents.swift b/Tests/VerloopSDKTests/TestUserIdAndchatEvents.swift similarity index 100% rename from VerloopSDKTests/TestUserIdAndchatEvents.swift rename to Tests/VerloopSDKTests/TestUserIdAndchatEvents.swift diff --git a/VerloopSDKTests/TestUserParam.swift b/Tests/VerloopSDKTests/TestUserParam.swift similarity index 100% rename from VerloopSDKTests/TestUserParam.swift rename to Tests/VerloopSDKTests/TestUserParam.swift diff --git a/VerloopSDKTests/TestWidgetClose.swift b/Tests/VerloopSDKTests/TestWidgetClose.swift similarity index 100% rename from VerloopSDKTests/TestWidgetClose.swift rename to Tests/VerloopSDKTests/TestWidgetClose.swift diff --git a/VerloopSDKTests/VLConfigTest.swift b/Tests/VerloopSDKTests/VLConfigTest.swift similarity index 100% rename from VerloopSDKTests/VLConfigTest.swift rename to Tests/VerloopSDKTests/VLConfigTest.swift diff --git a/VerloopSDKTests/VerloopSDKTest.swift b/Tests/VerloopSDKTests/VerloopSDKTest.swift similarity index 100% rename from VerloopSDKTests/VerloopSDKTest.swift rename to Tests/VerloopSDKTests/VerloopSDKTest.swift diff --git a/VerloopSDKTests/VerloopSDKTests.swift b/Tests/VerloopSDKTests/VerloopSDKTests.swift similarity index 100% rename from VerloopSDKTests/VerloopSDKTests.swift rename to Tests/VerloopSDKTests/VerloopSDKTests.swift diff --git a/VerloopSDK.xcodeproj/project.pbxproj b/VerloopSDK.xcodeproj/project.pbxproj deleted file mode 100644 index aa8d0e0..0000000 --- a/VerloopSDK.xcodeproj/project.pbxproj +++ /dev/null @@ -1,638 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 50; - objects = { - -/* Begin PBXBuildFile section */ - 003732A42B869E4A0031A78B /* VLNetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 003732A32B869E4A0031A78B /* VLNetworkManager.swift */; }; - 003732AB2B873D9D0031A78B /* VLClientInfoSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 003732AA2B873D9D0031A78B /* VLClientInfoSchema.swift */; }; - 186AC1F027DB46890079B027 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186AC1EC27DB46890079B027 /* Constants.swift */; }; - 186AC1F127DB46890079B027 /* VLEventDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186AC1ED27DB46890079B027 /* VLEventDelegate.swift */; }; - 186AC1F227DB46890079B027 /* VLExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186AC1EE27DB46890079B027 /* VLExtensions.swift */; }; - 186AC1F327DB46890079B027 /* ScriptMessageHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186AC1EF27DB46890079B027 /* ScriptMessageHandler.swift */; }; - 186CB75B280EE60B00BE1658 /* VLEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186CB75A280EE60B00BE1658 /* VLEvent.swift */; }; - 18746D6827F5C9AA002A5CBD /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18746D6727F5C9AA002A5CBD /* Reachability.swift */; }; - 18C7299728166CA1006EF202 /* VerloopSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE300E9B21AA89EF00FDEA21 /* VerloopSDK.framework */; }; - 18C729D128166E8F006EF202 /* ScriptMessageHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186AC1EF27DB46890079B027 /* ScriptMessageHandler.swift */; }; - 18C729D228166E8F006EF202 /* VLEventDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186AC1ED27DB46890079B027 /* VLEventDelegate.swift */; }; - 18C729D328166E8F006EF202 /* VLEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186CB75A280EE60B00BE1658 /* VLEvent.swift */; }; - 18C729D528166E8F006EF202 /* VLWebViewManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE300EA621AA8A2C00FDEA21 /* VLWebViewManager.swift */; }; - 18C729D628166E8F006EF202 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18746D6727F5C9AA002A5CBD /* Reachability.swift */; }; - 18C729D728166E8F006EF202 /* NetworkMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18DE98E327E07A2500B87788 /* NetworkMonitor.swift */; }; - 18C729D828166E8F006EF202 /* VLViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE300EA821AA8A2C00FDEA21 /* VLViewController.swift */; }; - 18C729D928166E8F006EF202 /* VLJSInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE300EA721AA8A2C00FDEA21 /* VLJSInterface.swift */; }; - 18C729DA28166E8F006EF202 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186AC1EC27DB46890079B027 /* Constants.swift */; }; - 18C729DB28166E8F006EF202 /* VLExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186AC1EE27DB46890079B027 /* VLExtensions.swift */; }; - 18C729DC28166E8F006EF202 /* VLConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE300EAA21AA8A2C00FDEA21 /* VLConfig.swift */; }; - 18C729ED2817D0F6006EF202 /* TestChatEnd.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C729B928166CE3006EF202 /* TestChatEnd.swift */; }; - 18C729EE2817D0FE006EF202 /* TestUserParam.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C729C028166CE4006EF202 /* TestUserParam.swift */; }; - 18C729EF2817D0FE006EF202 /* TestIncomeMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C729BC28166CE4006EF202 /* TestIncomeMessage.swift */; }; - 18C729F02817D0FE006EF202 /* TestChatStarted.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C729C228166CE4006EF202 /* TestChatStarted.swift */; }; - 18C729F12817D0FE006EF202 /* TestWidgetClose.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C729C128166CE4006EF202 /* TestWidgetClose.swift */; }; - 18C729F22817D0FE006EF202 /* TestChatMaximized.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C729BA28166CE4006EF202 /* TestChatMaximized.swift */; }; - 18C729F32817D0FE006EF202 /* TestConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C729BE28166CE4006EF202 /* TestConstants.swift */; }; - 18C729F42817D0FE006EF202 /* TestLogout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C729B828166CE3006EF202 /* TestLogout.swift */; }; - 18C729F52817D0FE006EF202 /* TestChatMinimized.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C729BF28166CE4006EF202 /* TestChatMinimized.swift */; }; - 18C729F62817D0FE006EF202 /* TestUserIdAndchatEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C729BB28166CE4006EF202 /* TestUserIdAndchatEvents.swift */; }; - 18C729F72817D0FE006EF202 /* VerloopSDKTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C729BD28166CE4006EF202 /* VerloopSDKTest.swift */; }; - 18C729F82817D0FE006EF202 /* VLConfigTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C729C328166CE4006EF202 /* VLConfigTest.swift */; }; - 18C729F92817D0FE006EF202 /* VerloopSDKTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C7299528166CA1006EF202 /* VerloopSDKTests.swift */; }; - 18C729FA2817DA4C006EF202 /* VerloopSDK.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE300EA921AA8A2C00FDEA21 /* VerloopSDK.swift */; }; - 18C729FB2817DA9C006EF202 /* VLNavViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE21DA5D21DF4C17004B8A24 /* VLNavViewController.swift */; }; - 18C729FD2817DF0E006EF202 /* TestClickListeners.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C729FC2817DF0D006EF202 /* TestClickListeners.swift */; }; - 18DE98E627E07A2600B87788 /* NetworkMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18DE98E327E07A2500B87788 /* NetworkMonitor.swift */; }; - 5065345E2C78591D009E74F4 /* WKDownloadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5065345D2C78591D009E74F4 /* WKDownloadManager.swift */; }; - 50FD735B2C76FC8E00557D6C /* MimeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50FD735A2C76FC8E00557D6C /* MimeType.swift */; }; - 6B2DBC022C009C0500E9302D /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 6B2DBC012C009C0500E9302D /* PrivacyInfo.xcprivacy */; }; - 6B2DBC032C009C0500E9302D /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 6B2DBC012C009C0500E9302D /* PrivacyInfo.xcprivacy */; }; - EE21DA5E21DF4C17004B8A24 /* VLNavViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE21DA5D21DF4C17004B8A24 /* VLNavViewController.swift */; }; - EE300EA021AA89EF00FDEA21 /* VerloopSDK.h in Headers */ = {isa = PBXBuildFile; fileRef = EE300E9E21AA89EF00FDEA21 /* VerloopSDK.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EE300EAB21AA8A2C00FDEA21 /* VLWebViewManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE300EA621AA8A2C00FDEA21 /* VLWebViewManager.swift */; }; - EE300EAC21AA8A2C00FDEA21 /* VLJSInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE300EA721AA8A2C00FDEA21 /* VLJSInterface.swift */; }; - EE300EAD21AA8A2C00FDEA21 /* VLViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE300EA821AA8A2C00FDEA21 /* VLViewController.swift */; }; - EE300EAE21AA8A2C00FDEA21 /* VerloopSDK.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE300EA921AA8A2C00FDEA21 /* VerloopSDK.swift */; }; - EE300EAF21AA8A2C00FDEA21 /* VLConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE300EAA21AA8A2C00FDEA21 /* VLConfig.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 18C7299828166CA1006EF202 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = EE300E9221AA89EF00FDEA21 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE300E9A21AA89EF00FDEA21; - remoteInfo = VerloopSDK; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 003732A32B869E4A0031A78B /* VLNetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VLNetworkManager.swift; sourceTree = ""; }; - 003732AA2B873D9D0031A78B /* VLClientInfoSchema.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VLClientInfoSchema.swift; sourceTree = ""; }; - 186AC1EC27DB46890079B027 /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = ""; }; - 186AC1ED27DB46890079B027 /* VLEventDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VLEventDelegate.swift; sourceTree = ""; }; - 186AC1EE27DB46890079B027 /* VLExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VLExtensions.swift; sourceTree = ""; }; - 186AC1EF27DB46890079B027 /* ScriptMessageHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScriptMessageHandler.swift; sourceTree = ""; }; - 186CB75A280EE60B00BE1658 /* VLEvent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VLEvent.swift; sourceTree = ""; }; - 18746D6727F5C9AA002A5CBD /* Reachability.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Reachability.swift; sourceTree = ""; }; - 18C7299328166CA1006EF202 /* VerloopSDKTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = VerloopSDKTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 18C7299528166CA1006EF202 /* VerloopSDKTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VerloopSDKTests.swift; sourceTree = ""; }; - 18C729B828166CE3006EF202 /* TestLogout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestLogout.swift; sourceTree = ""; }; - 18C729B928166CE3006EF202 /* TestChatEnd.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestChatEnd.swift; sourceTree = ""; }; - 18C729BA28166CE4006EF202 /* TestChatMaximized.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestChatMaximized.swift; sourceTree = ""; }; - 18C729BB28166CE4006EF202 /* TestUserIdAndchatEvents.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestUserIdAndchatEvents.swift; sourceTree = ""; }; - 18C729BC28166CE4006EF202 /* TestIncomeMessage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestIncomeMessage.swift; sourceTree = ""; }; - 18C729BD28166CE4006EF202 /* VerloopSDKTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerloopSDKTest.swift; sourceTree = ""; }; - 18C729BE28166CE4006EF202 /* TestConstants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestConstants.swift; sourceTree = ""; }; - 18C729BF28166CE4006EF202 /* TestChatMinimized.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestChatMinimized.swift; sourceTree = ""; }; - 18C729C028166CE4006EF202 /* TestUserParam.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestUserParam.swift; sourceTree = ""; }; - 18C729C128166CE4006EF202 /* TestWidgetClose.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestWidgetClose.swift; sourceTree = ""; }; - 18C729C228166CE4006EF202 /* TestChatStarted.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestChatStarted.swift; sourceTree = ""; }; - 18C729C328166CE4006EF202 /* VLConfigTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VLConfigTest.swift; sourceTree = ""; }; - 18C729FC2817DF0D006EF202 /* TestClickListeners.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestClickListeners.swift; sourceTree = ""; }; - 18DE98E327E07A2500B87788 /* NetworkMonitor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkMonitor.swift; sourceTree = ""; }; - 5065345D2C78591D009E74F4 /* WKDownloadManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WKDownloadManager.swift; sourceTree = ""; }; - 50FD735A2C76FC8E00557D6C /* MimeType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MimeType.swift; sourceTree = ""; }; - 6B2DBC012C009C0500E9302D /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; - EE21DA5D21DF4C17004B8A24 /* VLNavViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VLNavViewController.swift; sourceTree = ""; }; - EE300E9B21AA89EF00FDEA21 /* VerloopSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = VerloopSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - EE300E9E21AA89EF00FDEA21 /* VerloopSDK.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VerloopSDK.h; sourceTree = ""; }; - EE300E9F21AA89EF00FDEA21 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - EE300EA621AA8A2C00FDEA21 /* VLWebViewManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VLWebViewManager.swift; sourceTree = ""; }; - EE300EA721AA8A2C00FDEA21 /* VLJSInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VLJSInterface.swift; sourceTree = ""; }; - EE300EA821AA8A2C00FDEA21 /* VLViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VLViewController.swift; sourceTree = ""; }; - EE300EA921AA8A2C00FDEA21 /* VerloopSDK.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerloopSDK.swift; sourceTree = ""; }; - EE300EAA21AA8A2C00FDEA21 /* VLConfig.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VLConfig.swift; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 18C7299028166CA1006EF202 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 18C7299728166CA1006EF202 /* VerloopSDK.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EE300E9821AA89EF00FDEA21 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 003732A12B869E190031A78B /* NetworkManager */ = { - isa = PBXGroup; - children = ( - 003732A32B869E4A0031A78B /* VLNetworkManager.swift */, - ); - path = NetworkManager; - sourceTree = ""; - }; - 18C7299428166CA1006EF202 /* VerloopSDKTests */ = { - isa = PBXGroup; - children = ( - 18C729FC2817DF0D006EF202 /* TestClickListeners.swift */, - 18C729B928166CE3006EF202 /* TestChatEnd.swift */, - 18C729BA28166CE4006EF202 /* TestChatMaximized.swift */, - 18C729BF28166CE4006EF202 /* TestChatMinimized.swift */, - 18C729C228166CE4006EF202 /* TestChatStarted.swift */, - 18C729BE28166CE4006EF202 /* TestConstants.swift */, - 18C729BC28166CE4006EF202 /* TestIncomeMessage.swift */, - 18C729B828166CE3006EF202 /* TestLogout.swift */, - 18C729BB28166CE4006EF202 /* TestUserIdAndchatEvents.swift */, - 18C729C028166CE4006EF202 /* TestUserParam.swift */, - 18C729C128166CE4006EF202 /* TestWidgetClose.swift */, - 18C729BD28166CE4006EF202 /* VerloopSDKTest.swift */, - 18C729C328166CE4006EF202 /* VLConfigTest.swift */, - 18C7299528166CA1006EF202 /* VerloopSDKTests.swift */, - ); - path = VerloopSDKTests; - sourceTree = ""; - }; - EE300E9121AA89EF00FDEA21 = { - isa = PBXGroup; - children = ( - EE300E9D21AA89EF00FDEA21 /* VerloopSDK */, - 18C7299428166CA1006EF202 /* VerloopSDKTests */, - EE300E9C21AA89EF00FDEA21 /* Products */, - ); - sourceTree = ""; - }; - EE300E9C21AA89EF00FDEA21 /* Products */ = { - isa = PBXGroup; - children = ( - EE300E9B21AA89EF00FDEA21 /* VerloopSDK.framework */, - 18C7299328166CA1006EF202 /* VerloopSDKTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - EE300E9D21AA89EF00FDEA21 /* VerloopSDK */ = { - isa = PBXGroup; - children = ( - 003732A12B869E190031A78B /* NetworkManager */, - 186CB75A280EE60B00BE1658 /* VLEvent.swift */, - 18746D6727F5C9AA002A5CBD /* Reachability.swift */, - 50FD735A2C76FC8E00557D6C /* MimeType.swift */, - 18DE98E327E07A2500B87788 /* NetworkMonitor.swift */, - 186AC1EC27DB46890079B027 /* Constants.swift */, - 186AC1EF27DB46890079B027 /* ScriptMessageHandler.swift */, - 186AC1ED27DB46890079B027 /* VLEventDelegate.swift */, - 186AC1EE27DB46890079B027 /* VLExtensions.swift */, - EE300EA921AA8A2C00FDEA21 /* VerloopSDK.swift */, - 6B2DBC012C009C0500E9302D /* PrivacyInfo.xcprivacy */, - EE300EAA21AA8A2C00FDEA21 /* VLConfig.swift */, - EE300EA721AA8A2C00FDEA21 /* VLJSInterface.swift */, - EE300EA821AA8A2C00FDEA21 /* VLViewController.swift */, - EE300EA621AA8A2C00FDEA21 /* VLWebViewManager.swift */, - 5065345D2C78591D009E74F4 /* WKDownloadManager.swift */, - EE300E9E21AA89EF00FDEA21 /* VerloopSDK.h */, - EE300E9F21AA89EF00FDEA21 /* Info.plist */, - EE21DA5D21DF4C17004B8A24 /* VLNavViewController.swift */, - 003732AA2B873D9D0031A78B /* VLClientInfoSchema.swift */, - ); - path = VerloopSDK; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - EE300E9621AA89EF00FDEA21 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - EE300EA021AA89EF00FDEA21 /* VerloopSDK.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 18C7299228166CA1006EF202 /* VerloopSDKTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 18C7299C28166CA1006EF202 /* Build configuration list for PBXNativeTarget "VerloopSDKTests" */; - buildPhases = ( - 18C7298F28166CA1006EF202 /* Sources */, - 18C7299028166CA1006EF202 /* Frameworks */, - 18C7299128166CA1006EF202 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 18C7299928166CA1006EF202 /* PBXTargetDependency */, - ); - name = VerloopSDKTests; - productName = VerloopSDKTests; - productReference = 18C7299328166CA1006EF202 /* VerloopSDKTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - EE300E9A21AA89EF00FDEA21 /* VerloopSDK */ = { - isa = PBXNativeTarget; - buildConfigurationList = EE300EA321AA89EF00FDEA21 /* Build configuration list for PBXNativeTarget "VerloopSDK" */; - buildPhases = ( - EE300E9621AA89EF00FDEA21 /* Headers */, - EE300E9721AA89EF00FDEA21 /* Sources */, - EE300E9821AA89EF00FDEA21 /* Frameworks */, - EE300E9921AA89EF00FDEA21 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = VerloopSDK; - productName = VerloopSDK; - productReference = EE300E9B21AA89EF00FDEA21 /* VerloopSDK.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - EE300E9221AA89EF00FDEA21 /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 1310; - LastUpgradeCheck = 1010; - ORGANIZATIONNAME = Verloop; - TargetAttributes = { - 18C7299228166CA1006EF202 = { - CreatedOnToolsVersion = 13.1; - }; - EE300E9A21AA89EF00FDEA21 = { - CreatedOnToolsVersion = 10.1; - LastSwiftMigration = 1020; - }; - }; - }; - buildConfigurationList = EE300E9521AA89EF00FDEA21 /* Build configuration list for PBXProject "VerloopSDK" */; - compatibilityVersion = "Xcode 9.3"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = EE300E9121AA89EF00FDEA21; - productRefGroup = EE300E9C21AA89EF00FDEA21 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - EE300E9A21AA89EF00FDEA21 /* VerloopSDK */, - 18C7299228166CA1006EF202 /* VerloopSDKTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 18C7299128166CA1006EF202 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6B2DBC032C009C0500E9302D /* PrivacyInfo.xcprivacy in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EE300E9921AA89EF00FDEA21 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6B2DBC022C009C0500E9302D /* PrivacyInfo.xcprivacy in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 18C7298F28166CA1006EF202 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 18C729FA2817DA4C006EF202 /* VerloopSDK.swift in Sources */, - 18C729FD2817DF0E006EF202 /* TestClickListeners.swift in Sources */, - 18C729F62817D0FE006EF202 /* TestUserIdAndchatEvents.swift in Sources */, - 18C729F32817D0FE006EF202 /* TestConstants.swift in Sources */, - 18C729D228166E8F006EF202 /* VLEventDelegate.swift in Sources */, - 18C729ED2817D0F6006EF202 /* TestChatEnd.swift in Sources */, - 18C729D628166E8F006EF202 /* Reachability.swift in Sources */, - 18C729D128166E8F006EF202 /* ScriptMessageHandler.swift in Sources */, - 18C729F42817D0FE006EF202 /* TestLogout.swift in Sources */, - 18C729FB2817DA9C006EF202 /* VLNavViewController.swift in Sources */, - 18C729DA28166E8F006EF202 /* Constants.swift in Sources */, - 18C729DB28166E8F006EF202 /* VLExtensions.swift in Sources */, - 18C729F72817D0FE006EF202 /* VerloopSDKTest.swift in Sources */, - 18C729F22817D0FE006EF202 /* TestChatMaximized.swift in Sources */, - 18C729D528166E8F006EF202 /* VLWebViewManager.swift in Sources */, - 18C729F52817D0FE006EF202 /* TestChatMinimized.swift in Sources */, - 18C729F02817D0FE006EF202 /* TestChatStarted.swift in Sources */, - 18C729F12817D0FE006EF202 /* TestWidgetClose.swift in Sources */, - 18C729DC28166E8F006EF202 /* VLConfig.swift in Sources */, - 18C729EF2817D0FE006EF202 /* TestIncomeMessage.swift in Sources */, - 18C729D828166E8F006EF202 /* VLViewController.swift in Sources */, - 18C729D928166E8F006EF202 /* VLJSInterface.swift in Sources */, - 18C729F92817D0FE006EF202 /* VerloopSDKTests.swift in Sources */, - 18C729EE2817D0FE006EF202 /* TestUserParam.swift in Sources */, - 18C729D328166E8F006EF202 /* VLEvent.swift in Sources */, - 18C729F82817D0FE006EF202 /* VLConfigTest.swift in Sources */, - 18C729D728166E8F006EF202 /* NetworkMonitor.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EE300E9721AA89EF00FDEA21 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - EE300EAF21AA8A2C00FDEA21 /* VLConfig.swift in Sources */, - 003732AB2B873D9D0031A78B /* VLClientInfoSchema.swift in Sources */, - 186CB75B280EE60B00BE1658 /* VLEvent.swift in Sources */, - 50FD735B2C76FC8E00557D6C /* MimeType.swift in Sources */, - 18DE98E627E07A2600B87788 /* NetworkMonitor.swift in Sources */, - 18746D6827F5C9AA002A5CBD /* Reachability.swift in Sources */, - EE300EAE21AA8A2C00FDEA21 /* VerloopSDK.swift in Sources */, - EE300EAC21AA8A2C00FDEA21 /* VLJSInterface.swift in Sources */, - EE300EAD21AA8A2C00FDEA21 /* VLViewController.swift in Sources */, - 186AC1F227DB46890079B027 /* VLExtensions.swift in Sources */, - 186AC1F327DB46890079B027 /* ScriptMessageHandler.swift in Sources */, - 186AC1F027DB46890079B027 /* Constants.swift in Sources */, - 003732A42B869E4A0031A78B /* VLNetworkManager.swift in Sources */, - EE21DA5E21DF4C17004B8A24 /* VLNavViewController.swift in Sources */, - 5065345E2C78591D009E74F4 /* WKDownloadManager.swift in Sources */, - EE300EAB21AA8A2C00FDEA21 /* VLWebViewManager.swift in Sources */, - 186AC1F127DB46890079B027 /* VLEventDelegate.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 18C7299928166CA1006EF202 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = EE300E9A21AA89EF00FDEA21 /* VerloopSDK */; - targetProxy = 18C7299828166CA1006EF202 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 18C7299A28166CA1006EF202 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = 5423774D8G; - GENERATE_INFOPLIST_FILE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.heymate.VerloopSDKTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_EMIT_LOC_STRINGS = NO; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 18C7299B28166CA1006EF202 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = 5423774D8G; - GENERATE_INFOPLIST_FILE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.heymate.VerloopSDKTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_EMIT_LOC_STRINGS = NO; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - EE300EA121AA89EF00FDEA21 /* 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_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; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - 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 = 10.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"; - SWIFT_VERSION = ""; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - EE300EA221AA89EF00FDEA21 /* 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_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; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - 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 = 10.0; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - SDKROOT = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = ""; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - EE300EA421AA89EF00FDEA21 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Automatic; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = VerloopSDK/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = io.verloop.VerloopSDK; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - EE300EA521AA89EF00FDEA21 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Automatic; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = VerloopSDK/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = io.verloop.VerloopSDK; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 18C7299C28166CA1006EF202 /* Build configuration list for PBXNativeTarget "VerloopSDKTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 18C7299A28166CA1006EF202 /* Debug */, - 18C7299B28166CA1006EF202 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - EE300E9521AA89EF00FDEA21 /* Build configuration list for PBXProject "VerloopSDK" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - EE300EA121AA89EF00FDEA21 /* Debug */, - EE300EA221AA89EF00FDEA21 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - EE300EA321AA89EF00FDEA21 /* Build configuration list for PBXNativeTarget "VerloopSDK" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - EE300EA421AA89EF00FDEA21 /* Debug */, - EE300EA521AA89EF00FDEA21 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = EE300E9221AA89EF00FDEA21 /* Project object */; -} diff --git a/VerloopSDK.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/VerloopSDK.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 08aeb3e..0000000 --- a/VerloopSDK.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/VerloopSDK.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/VerloopSDK.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/VerloopSDK.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/VerloopSDK.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/VerloopSDK.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index 0c67376..0000000 --- a/VerloopSDK.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/VerloopSDK.xcodeproj/project.xcworkspace/xcuserdata/raghav.xcuserdatad/UserInterfaceState.xcuserstate b/VerloopSDK.xcodeproj/project.xcworkspace/xcuserdata/raghav.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index fd891b7..0000000 Binary files a/VerloopSDK.xcodeproj/project.xcworkspace/xcuserdata/raghav.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/VerloopSDK.xcodeproj/project.xcworkspace/xcuserdata/shobhit.xcuserdatad/WorkspaceSettings.xcsettings b/VerloopSDK.xcodeproj/project.xcworkspace/xcuserdata/shobhit.xcuserdatad/WorkspaceSettings.xcsettings deleted file mode 100644 index f25782d..0000000 --- a/VerloopSDK.xcodeproj/project.xcworkspace/xcuserdata/shobhit.xcuserdatad/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,18 +0,0 @@ - - - - - BuildLocationStyle - UseAppPreferences - CustomBuildLocationType - RelativeToDerivedData - DerivedDataLocationStyle - Default - EnabledFullIndexStoreVisibility - - IssueFilterStyle - ShowActiveSchemeOnly - LiveSourceIssuesEnabled - - - diff --git a/VerloopSDK.xcodeproj/xcshareddata/xcschemes/VerloopSDK.xcscheme b/VerloopSDK.xcodeproj/xcshareddata/xcschemes/VerloopSDK.xcscheme deleted file mode 100644 index 7fbb0a5..0000000 --- a/VerloopSDK.xcodeproj/xcshareddata/xcschemes/VerloopSDK.xcscheme +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/VerloopSDK.xcodeproj/xcshareddata/xcschemes/VerloopSDKTests.xcscheme b/VerloopSDK.xcodeproj/xcshareddata/xcschemes/VerloopSDKTests.xcscheme deleted file mode 100644 index cdd8527..0000000 --- a/VerloopSDK.xcodeproj/xcshareddata/xcschemes/VerloopSDKTests.xcscheme +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/VerloopSDK.xcodeproj/xcuserdata/shobhit.xcuserdatad/xcschemes/xcschememanagement.plist b/VerloopSDK.xcodeproj/xcuserdata/shobhit.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index b96134c..0000000 --- a/VerloopSDK.xcodeproj/xcuserdata/shobhit.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - SchemeUserState - - VerloopSDK.xcscheme_^#shared#^_ - - orderHint - 0 - - - SuppressBuildableAutocreation - - EE300E9A21AA89EF00FDEA21 - - primary - - - - - diff --git a/VerloopSDKiOS.podspec b/VerloopSDKiOS.podspec deleted file mode 100644 index bb34c0f..0000000 --- a/VerloopSDKiOS.podspec +++ /dev/null @@ -1,153 +0,0 @@ -# -# Be sure to run `pod spec lint VerloopSDK.podspec' to ensure this is a -# valid spec and to remove all comments including this before submitting the spec. -# -# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html -# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/ -# - -Pod::Spec.new do |spec| - - # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # These will help people to find your library, and whilst it - # can feel like a chore to fill in it's definitely to your advantage. The - # summary should be tweet-length, and the description more in depth. - # - - spec.name = "VerloopSDKiOS" - spec.version = "0.2.20" - spec.summary = "VerloopSDKiOS - client side iOS livechat" - - # This description is used to generate tags and improve search results. - # * Think: What does it do? Why did you write it? What is the focus? - # * Try to keep it short, snappy and to the point. - # * Write the description between the DESC delimiters below. - # * Finally, don't worry about the indent, CocoaPods strips it! - spec.description = <<-DESC - VerloopSDK is to display client side livechat widget on the mobile app - DESC - - spec.homepage = "https://verloop.io" - # spec.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif" - - - # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # Licensing your code is important. See https://choosealicense.com for more info. - # CocoaPods will detect a license file if there is a named LICENSE* - # Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'. - # - - spec.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE - 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. - LICENSE - } - # spec.license = { :type => "MIT", :file => "FILE_LICENSE" } - - - # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # Specify the authors of the library, with email addresses. Email addresses - # of the authors are extracted from the SCM log. E.g. $ git log. CocoaPods also - # accepts just a name if you'd rather not provide an email address. - # - # Specify a social_media_url where others can refer to, for example a twitter - # profile URL. - # - - spec.author = { "Tarun Gujjula" => "tarun@verloop.io" } - # Or just: spec.author = "Raghav Rawat" - # spec.authors = { "Raghav Rawat" => "raghav39@gmail.com" } - # spec.social_media_url = "https://twitter.com/Raghav Rawat" - - # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # If this Pod runs only on iOS or OS X, then specify the platform and - # the deployment target. You can optionally include the target after the platform. - # - - spec.platforms = { :ios => "11.0" } - # spec.platform = :ios - # spec.platform = :ios, "5.0" - - # When using multiple platforms - # spec.ios.deployment_target = "5.0" - # spec.osx.deployment_target = "10.7" - # spec.watchos.deployment_target = "2.0" - # spec.tvos.deployment_target = "9.0" - - - # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # Specify the location from where the source should be retrieved. - # Supports git, hg, bzr, svn and HTTP. - # - - spec.source = { :git => "https://github.com/verloop/ios-sdk.git", :tag => "#{spec.version}" } - - - # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # CocoaPods is smart about how it includes source code. For source files - # giving a folder will include any swift, h, m, mm, c & cpp files. - # For header files it will include any header in the folder. - # Not including the public_header_files will make all headers public. - # - spec.source_files = "VerloopSDK/**/*.{h,m,swift}" - spec.exclude_files = "VerloopSDK/Exclude" - - spec.swift_versions = "5.1" - - # spec.public_header_files = "Classes/**/*.h" - - - # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # A list of resources included with the Pod. These are copied into the - # target bundle with a build phase script. Anything else will be cleaned. - # You can preserve files from being cleaned, please don't preserve - # non-essential files like tests, examples and documentation. - # - - # spec.resource = "icon.png" - # spec.resources = "Resources/*.png" - - # spec.preserve_paths = "FilesToSave", "MoreFilesToSave" - - - # ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # Link your library with frameworks, or libraries. Libraries do not include - # the lib prefix of their name. - # - - # spec.framework = "SomeFramework" - # spec.frameworks = "SomeFramework", "AnotherFramework" - - # spec.library = "iconv" - # spec.libraries = "iconv", "xml2" - - - # ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # If your library depends on compiler flags you can set them in the xcconfig hash - # where they will only apply to your library. If you depend on other Podspecs - # you can include multiple dependencies to ensure it works. - - # spec.requires_arc = true - - # spec.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" } - # spec.dependency "JSONKit", "~> 1.4" - -end