From 341616181880f6bb477106908f42f2864b399f86 Mon Sep 17 00:00:00 2001 From: Peter Zignego Date: Fri, 10 Mar 2017 17:29:43 -0500 Subject: [PATCH] Clean up --- Cartfile | 2 - Podfile | 11 - SlackKit.podspec | 18 - SlackKit.xcodeproj/project.pbxproj | 1022 ----------------- .../contents.xcworkspacedata | 7 - 5 files changed, 1060 deletions(-) delete mode 100644 Cartfile delete mode 100644 Podfile delete mode 100644 SlackKit.podspec delete mode 100644 SlackKit.xcodeproj/project.pbxproj delete mode 100644 SlackKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/Cartfile b/Cartfile deleted file mode 100644 index 61ddba3..0000000 --- a/Cartfile +++ /dev/null @@ -1,2 +0,0 @@ -github "https://github.com/daltoniam/Starscream" == 2.0.3 -github "https://github.com/pvzig/swifter.git" == 3.0.4 \ No newline at end of file diff --git a/Podfile b/Podfile deleted file mode 100644 index 74ecce9..0000000 --- a/Podfile +++ /dev/null @@ -1,11 +0,0 @@ -source 'https://github.com/CocoaPods/Specs.git' - -use_frameworks! - -target 'SKClient' do - pod 'Starscream', '~> 2.0.3' -end - -target 'SKServer' do - pod 'Swifter', :git => 'https://github.com/pvzig/swifter.git', :tag => '3.0.4' -end \ No newline at end of file diff --git a/SlackKit.podspec b/SlackKit.podspec deleted file mode 100644 index 6c0bed2..0000000 --- a/SlackKit.podspec +++ /dev/null @@ -1,18 +0,0 @@ -Pod::Spec.new do |s| - s.name = "SlackKit" - s.version = "3.1.9" - s.summary = "a Slack client library for OS X, iOS, and tvOS written in Swift" - s.homepage = "https://github.com/pvzig/SlackKit" - s.license = 'MIT' - s.author = { "Peter Zignego" => "peter@launchsoft.co" } - s.source = { :git => "https://github.com/pvzig/SlackKit.git", :tag => s.version.to_s } - s.social_media_url = 'https://twitter.com/pvzig' - s.ios.deployment_target = '8.0' - s.osx.deployment_target = '10.10' - s.tvos.deployment_target = '9.0' - s.requires_arc = true - s.source_files = 'Sources/SlackKit/**/*.swift' - s.frameworks = 'Foundation' - s.dependency 'Starscream' - s.dependency 'Swifter' -end diff --git a/SlackKit.xcodeproj/project.pbxproj b/SlackKit.xcodeproj/project.pbxproj deleted file mode 100644 index e424a54..0000000 --- a/SlackKit.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1022 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 262E1E751E52A20D009E9DB9 /* Starscream.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4307A07F1CC6D0910011D5DE /* Starscream.framework */; }; - 262E1E761E52A270009E9DB9 /* Swifter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26B30B6B1D289FA0004D4AB5 /* Swifter.framework */; }; - 262E1EA71E52A456009E9DB9 /* SKClient.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 263D9F251E46465C00813791 /* SKClient.framework */; }; - 262E1EA81E52A456009E9DB9 /* SKCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 263D9F181E46464900813791 /* SKCommon.framework */; }; - 262E1EA91E52A456009E9DB9 /* SKServer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 263D9F321E46467700813791 /* SKServer.framework */; }; - 262E1EAA1E52A460009E9DB9 /* SKCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 263D9F181E46464900813791 /* SKCommon.framework */; }; - 262E1EAB1E52A464009E9DB9 /* SKCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 263D9F181E46464900813791 /* SKCommon.framework */; }; - 2638C38E1E5A13FD000F894A /* StarscreamClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2638C38D1E5A13FD000F894A /* StarscreamClient.swift */; }; - 2638C3901E5B66BE000F894A /* ZewoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2638C38F1E5B66BE000F894A /* ZewoClient.swift */; }; - 263D9FEA1E465B5A00813791 /* RTMClient+Notifiable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263D9FE21E465B5A00813791 /* RTMClient+Notifiable.swift */; }; - 263D9FEB1E465B5A00813791 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263D9FE31E465B5A00813791 /* Client.swift */; }; - 263D9FED1E465B5A00813791 /* RTMClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263D9FE51E465B5A00813791 /* RTMClient.swift */; }; - 263D9FF01E465B5A00813791 /* SKClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 263D9FE91E465B5A00813791 /* SKClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 263DA0151E465B6C00813791 /* Action.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263D9FF41E465B6C00813791 /* Action.swift */; }; - 263DA0161E465B6C00813791 /* Attachment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263D9FF51E465B6C00813791 /* Attachment.swift */; }; - 263DA0171E465B6C00813791 /* AttachmentField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263D9FF61E465B6C00813791 /* AttachmentField.swift */; }; - 263DA0181E465B6C00813791 /* Bot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263D9FF71E465B6C00813791 /* Bot.swift */; }; - 263DA0191E465B6C00813791 /* Channel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263D9FF81E465B6C00813791 /* Channel.swift */; }; - 263DA01A1E465B6C00813791 /* ClientOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263D9FF91E465B6C00813791 /* ClientOptions.swift */; }; - 263DA01B1E465B6C00813791 /* Comment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263D9FFA1E465B6C00813791 /* Comment.swift */; }; - 263DA01C1E465B6C00813791 /* CustomProfile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263D9FFB1E465B6C00813791 /* CustomProfile.swift */; }; - 263DA01D1E465B6C00813791 /* CustomProfileField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263D9FFC1E465B6C00813791 /* CustomProfileField.swift */; }; - 263DA01E1E465B6C00813791 /* DoNotDisturbStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263D9FFD1E465B6C00813791 /* DoNotDisturbStatus.swift */; }; - 263DA01F1E465B6C00813791 /* Edited.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263D9FFE1E465B6C00813791 /* Edited.swift */; }; - 263DA0201E465B6C00813791 /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263D9FFF1E465B6C00813791 /* Event.swift */; }; - 263DA0211E465B6C00813791 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0001E465B6C00813791 /* Extensions.swift */; }; - 263DA0221E465B6C00813791 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0011E465B6C00813791 /* File.swift */; }; - 263DA0231E465B6C00813791 /* History.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0021E465B6C00813791 /* History.swift */; }; - 263DA0241E465B6C00813791 /* IncomingWebhook.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0031E465B6C00813791 /* IncomingWebhook.swift */; }; - 263DA0251E465B6C00813791 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0041E465B6C00813791 /* Item.swift */; }; - 263DA0261E465B6C00813791 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0051E465B6C00813791 /* Message.swift */; }; - 263DA0281E465B6C00813791 /* OAuthResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0071E465B6C00813791 /* OAuthResponse.swift */; }; - 263DA0291E465B6C00813791 /* Reaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0081E465B6C00813791 /* Reaction.swift */; }; - 263DA02A1E465B6C00813791 /* Scope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0091E465B6C00813791 /* Scope.swift */; }; - 263DA02B1E465B6C00813791 /* SlackError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA00A1E465B6C00813791 /* SlackError.swift */; }; - 263DA02C1E465B6C00813791 /* Team.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA00B1E465B6C00813791 /* Team.swift */; }; - 263DA02D1E465B6C00813791 /* TeamIcon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA00C1E465B6C00813791 /* TeamIcon.swift */; }; - 263DA02E1E465B6C00813791 /* Topic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA00D1E465B6C00813791 /* Topic.swift */; }; - 263DA02F1E465B6C00813791 /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA00E1E465B6C00813791 /* User.swift */; }; - 263DA0301E465B6C00813791 /* UserGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA00F1E465B6C00813791 /* UserGroup.swift */; }; - 263DA0311E465B6C00813791 /* NetworkInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0101E465B6C00813791 /* NetworkInterface.swift */; }; - 263DA0321E465B6C00813791 /* WebAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0111E465B6C00813791 /* WebAPI.swift */; }; - 263DA0341E465B6C00813791 /* SKCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 263DA0141E465B6C00813791 /* SKCommon.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 263DA0451E465B8200813791 /* MessageActionResponder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0371E465B8200813791 /* MessageActionResponder.swift */; }; - 263DA0461E465B8200813791 /* Server+MessageAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0381E465B8200813791 /* Server+MessageAction.swift */; }; - 263DA0471E465B8200813791 /* AuthorizeRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA03A1E465B8200813791 /* AuthorizeRequest.swift */; }; - 263DA0481E465B8200813791 /* AuthorizeResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA03B1E465B8200813791 /* AuthorizeResponse.swift */; }; - 263DA0491E465B8200813791 /* MessageActionRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA03C1E465B8200813791 /* MessageActionRequest.swift */; }; - 263DA04A1E465B8200813791 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA03D1E465B8200813791 /* Response.swift */; }; - 263DA04B1E465B8200813791 /* WebhookRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA03E1E465B8200813791 /* WebhookRequest.swift */; }; - 263DA04C1E465B8200813791 /* Server+OAuth.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA03F1E465B8200813791 /* Server+OAuth.swift */; }; - 263DA04D1E465B8200813791 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0401E465B8200813791 /* Server.swift */; }; - 263DA04E1E465B8200813791 /* Server+Webhook.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0411E465B8200813791 /* Server+Webhook.swift */; }; - 263DA0501E465B8200813791 /* SKServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 263DA0441E465B8200813791 /* SKServer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 263DA0571E465B8D00813791 /* SlackKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0531E465B8D00813791 /* SlackKit.swift */; }; - 263DA0591E465B8D00813791 /* SlackKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 263DA0561E465B8D00813791 /* SlackKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 263DA0981E47A11300813791 /* Server+Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA0971E47A11300813791 /* Server+Event.swift */; }; - 263DA09C1E47A3BC00813791 /* EventEnvelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263DA09B1E47A3BC00813791 /* EventEnvelope.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 2638C38D1E5A13FD000F894A /* StarscreamClient.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StarscreamClient.swift; sourceTree = ""; }; - 2638C38F1E5B66BE000F894A /* ZewoClient.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ZewoClient.swift; sourceTree = ""; }; - 263D9F181E46464900813791 /* SKCommon.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SKCommon.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 263D9F251E46465C00813791 /* SKClient.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SKClient.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 263D9F321E46467700813791 /* SKServer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SKServer.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 263D9FD41E46532200813791 /* SlackKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SlackKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 263D9FE21E465B5A00813791 /* RTMClient+Notifiable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RTMClient+Notifiable.swift"; sourceTree = ""; }; - 263D9FE31E465B5A00813791 /* Client.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Client.swift; sourceTree = ""; }; - 263D9FE51E465B5A00813791 /* RTMClient.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RTMClient.swift; sourceTree = ""; }; - 263D9FE81E465B5A00813791 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 263D9FE91E465B5A00813791 /* SKClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKClient.h; sourceTree = ""; }; - 263D9FF41E465B6C00813791 /* Action.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Action.swift; sourceTree = ""; }; - 263D9FF51E465B6C00813791 /* Attachment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Attachment.swift; sourceTree = ""; }; - 263D9FF61E465B6C00813791 /* AttachmentField.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AttachmentField.swift; sourceTree = ""; }; - 263D9FF71E465B6C00813791 /* Bot.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Bot.swift; sourceTree = ""; }; - 263D9FF81E465B6C00813791 /* Channel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Channel.swift; sourceTree = ""; }; - 263D9FF91E465B6C00813791 /* ClientOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClientOptions.swift; sourceTree = ""; }; - 263D9FFA1E465B6C00813791 /* Comment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Comment.swift; sourceTree = ""; }; - 263D9FFB1E465B6C00813791 /* CustomProfile.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomProfile.swift; sourceTree = ""; }; - 263D9FFC1E465B6C00813791 /* CustomProfileField.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomProfileField.swift; sourceTree = ""; }; - 263D9FFD1E465B6C00813791 /* DoNotDisturbStatus.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DoNotDisturbStatus.swift; sourceTree = ""; }; - 263D9FFE1E465B6C00813791 /* Edited.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Edited.swift; sourceTree = ""; }; - 263D9FFF1E465B6C00813791 /* Event.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Event.swift; sourceTree = ""; }; - 263DA0001E465B6C00813791 /* Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = ""; }; - 263DA0011E465B6C00813791 /* File.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = ""; }; - 263DA0021E465B6C00813791 /* History.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = History.swift; sourceTree = ""; }; - 263DA0031E465B6C00813791 /* IncomingWebhook.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IncomingWebhook.swift; sourceTree = ""; }; - 263DA0041E465B6C00813791 /* Item.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Item.swift; sourceTree = ""; }; - 263DA0051E465B6C00813791 /* Message.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Message.swift; sourceTree = ""; }; - 263DA0071E465B6C00813791 /* OAuthResponse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuthResponse.swift; sourceTree = ""; }; - 263DA0081E465B6C00813791 /* Reaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Reaction.swift; sourceTree = ""; }; - 263DA0091E465B6C00813791 /* Scope.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Scope.swift; sourceTree = ""; }; - 263DA00A1E465B6C00813791 /* SlackError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SlackError.swift; sourceTree = ""; }; - 263DA00B1E465B6C00813791 /* Team.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Team.swift; sourceTree = ""; }; - 263DA00C1E465B6C00813791 /* TeamIcon.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TeamIcon.swift; sourceTree = ""; }; - 263DA00D1E465B6C00813791 /* Topic.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Topic.swift; sourceTree = ""; }; - 263DA00E1E465B6C00813791 /* User.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = ""; }; - 263DA00F1E465B6C00813791 /* UserGroup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserGroup.swift; sourceTree = ""; }; - 263DA0101E465B6C00813791 /* NetworkInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkInterface.swift; sourceTree = ""; }; - 263DA0111E465B6C00813791 /* WebAPI.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebAPI.swift; sourceTree = ""; }; - 263DA0131E465B6C00813791 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 263DA0141E465B6C00813791 /* SKCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKCommon.h; sourceTree = ""; }; - 263DA0371E465B8200813791 /* MessageActionResponder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageActionResponder.swift; sourceTree = ""; }; - 263DA0381E465B8200813791 /* Server+MessageAction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Server+MessageAction.swift"; sourceTree = ""; }; - 263DA03A1E465B8200813791 /* AuthorizeRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthorizeRequest.swift; sourceTree = ""; }; - 263DA03B1E465B8200813791 /* AuthorizeResponse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthorizeResponse.swift; sourceTree = ""; }; - 263DA03C1E465B8200813791 /* MessageActionRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageActionRequest.swift; sourceTree = ""; }; - 263DA03D1E465B8200813791 /* Response.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Response.swift; sourceTree = ""; }; - 263DA03E1E465B8200813791 /* WebhookRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebhookRequest.swift; sourceTree = ""; }; - 263DA03F1E465B8200813791 /* Server+OAuth.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Server+OAuth.swift"; sourceTree = ""; }; - 263DA0401E465B8200813791 /* Server.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Server.swift; sourceTree = ""; }; - 263DA0411E465B8200813791 /* Server+Webhook.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Server+Webhook.swift"; sourceTree = ""; }; - 263DA0431E465B8200813791 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 263DA0441E465B8200813791 /* SKServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKServer.h; sourceTree = ""; }; - 263DA0531E465B8D00813791 /* SlackKit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SlackKit.swift; sourceTree = ""; }; - 263DA0551E465B8D00813791 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 263DA0561E465B8D00813791 /* SlackKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SlackKit.h; sourceTree = ""; }; - 263DA0971E47A11300813791 /* Server+Event.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Server+Event.swift"; sourceTree = ""; }; - 263DA09B1E47A3BC00813791 /* EventEnvelope.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventEnvelope.swift; sourceTree = ""; }; - 2659FC1E1DADC4F2003F3930 /* Starscream.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Starscream.framework; path = Carthage/Build/iOS/Starscream.framework; sourceTree = ""; }; - 2659FC211DADC4FC003F3930 /* Starscream.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Starscream.framework; path = Carthage/Build/tvOS/Starscream.framework; sourceTree = ""; }; - 269B47CB1D3AE5670042D137 /* Swifter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Swifter.framework; path = Carthage/Build/tvOS/Swifter.framework; sourceTree = ""; }; - 26B30B6B1D289FA0004D4AB5 /* Swifter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Swifter.framework; path = Carthage/Build/Mac/Swifter.framework; sourceTree = ""; }; - 26B30B6E1D289FB2004D4AB5 /* Swifter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Swifter.framework; path = Carthage/Build/iOS/Swifter.framework; sourceTree = ""; }; - 4307A07F1CC6D0910011D5DE /* Starscream.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Starscream.framework; path = Carthage/Build/Mac/Starscream.framework; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 263D9F141E46464900813791 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 263D9F211E46465C00813791 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 262E1EAA1E52A460009E9DB9 /* SKCommon.framework in Frameworks */, - 262E1E751E52A20D009E9DB9 /* Starscream.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 263D9F2E1E46467700813791 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 262E1EAB1E52A464009E9DB9 /* SKCommon.framework in Frameworks */, - 262E1E761E52A270009E9DB9 /* Swifter.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 263D9FD01E46532200813791 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 262E1EA71E52A456009E9DB9 /* SKClient.framework in Frameworks */, - 262E1EA81E52A456009E9DB9 /* SKCommon.framework in Frameworks */, - 262E1EA91E52A456009E9DB9 /* SKServer.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 26072A2A1BB48B3A00CD650C = { - isa = PBXGroup; - children = ( - 263DA0511E465B8D00813791 /* SlackKit */, - 263D9FF11E465B6C00813791 /* SKCommon */, - 263D9FE01E465B5A00813791 /* SKClient */, - 263DA0351E465B8200813791 /* SKServer */, - 26072A351BB48B3A00CD650C /* Products */, - CA70A3A1A9A1A259960DFBCF /* Frameworks */, - ); - sourceTree = ""; - }; - 26072A351BB48B3A00CD650C /* Products */ = { - isa = PBXGroup; - children = ( - 263D9F181E46464900813791 /* SKCommon.framework */, - 263D9F251E46465C00813791 /* SKClient.framework */, - 263D9F321E46467700813791 /* SKServer.framework */, - 263D9FD41E46532200813791 /* SlackKit.framework */, - ); - name = Products; - sourceTree = ""; - }; - 263D9FE01E465B5A00813791 /* SKClient */ = { - isa = PBXGroup; - children = ( - 263D9FE11E465B5A00813791 /* Sources */, - 263D9FE71E465B5A00813791 /* Supporting Files */, - ); - path = SKClient; - sourceTree = ""; - }; - 263D9FE11E465B5A00813791 /* Sources */ = { - isa = PBXGroup; - children = ( - 263D9FE31E465B5A00813791 /* Client.swift */, - 263D9FE51E465B5A00813791 /* RTMClient.swift */, - 263D9FE21E465B5A00813791 /* RTMClient+Notifiable.swift */, - 2638C38D1E5A13FD000F894A /* StarscreamClient.swift */, - 2638C38F1E5B66BE000F894A /* ZewoClient.swift */, - ); - path = Sources; - sourceTree = ""; - }; - 263D9FE71E465B5A00813791 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 263D9FE81E465B5A00813791 /* Info.plist */, - 263D9FE91E465B5A00813791 /* SKClient.h */, - ); - path = "Supporting Files"; - sourceTree = ""; - }; - 263D9FF11E465B6C00813791 /* SKCommon */ = { - isa = PBXGroup; - children = ( - 263D9FF21E465B6C00813791 /* Sources */, - 263DA0121E465B6C00813791 /* Supporting Files */, - ); - path = SKCommon; - sourceTree = ""; - }; - 263D9FF21E465B6C00813791 /* Sources */ = { - isa = PBXGroup; - children = ( - 263D9FF31E465B6C00813791 /* Model */, - 263DA0101E465B6C00813791 /* NetworkInterface.swift */, - 263DA0111E465B6C00813791 /* WebAPI.swift */, - ); - path = Sources; - sourceTree = ""; - }; - 263D9FF31E465B6C00813791 /* Model */ = { - isa = PBXGroup; - children = ( - 263D9FF41E465B6C00813791 /* Action.swift */, - 263D9FF51E465B6C00813791 /* Attachment.swift */, - 263D9FF61E465B6C00813791 /* AttachmentField.swift */, - 263D9FF71E465B6C00813791 /* Bot.swift */, - 263D9FF81E465B6C00813791 /* Channel.swift */, - 263D9FF91E465B6C00813791 /* ClientOptions.swift */, - 263D9FFA1E465B6C00813791 /* Comment.swift */, - 263D9FFB1E465B6C00813791 /* CustomProfile.swift */, - 263D9FFC1E465B6C00813791 /* CustomProfileField.swift */, - 263D9FFD1E465B6C00813791 /* DoNotDisturbStatus.swift */, - 263D9FFE1E465B6C00813791 /* Edited.swift */, - 263D9FFF1E465B6C00813791 /* Event.swift */, - 263DA09B1E47A3BC00813791 /* EventEnvelope.swift */, - 263DA0001E465B6C00813791 /* Extensions.swift */, - 263DA0011E465B6C00813791 /* File.swift */, - 263DA0021E465B6C00813791 /* History.swift */, - 263DA0031E465B6C00813791 /* IncomingWebhook.swift */, - 263DA0041E465B6C00813791 /* Item.swift */, - 263DA0051E465B6C00813791 /* Message.swift */, - 263DA0071E465B6C00813791 /* OAuthResponse.swift */, - 263DA0081E465B6C00813791 /* Reaction.swift */, - 263DA0091E465B6C00813791 /* Scope.swift */, - 263DA00A1E465B6C00813791 /* SlackError.swift */, - 263DA00B1E465B6C00813791 /* Team.swift */, - 263DA00C1E465B6C00813791 /* TeamIcon.swift */, - 263DA00D1E465B6C00813791 /* Topic.swift */, - 263DA00E1E465B6C00813791 /* User.swift */, - 263DA00F1E465B6C00813791 /* UserGroup.swift */, - ); - path = Model; - sourceTree = ""; - }; - 263DA0121E465B6C00813791 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 263DA0131E465B6C00813791 /* Info.plist */, - 263DA0141E465B6C00813791 /* SKCommon.h */, - ); - path = "Supporting Files"; - sourceTree = ""; - }; - 263DA0351E465B8200813791 /* SKServer */ = { - isa = PBXGroup; - children = ( - 263DA0361E465B8200813791 /* Sources */, - 263DA0421E465B8200813791 /* Supporting Files */, - ); - path = SKServer; - sourceTree = ""; - }; - 263DA0361E465B8200813791 /* Sources */ = { - isa = PBXGroup; - children = ( - 263DA0391E465B8200813791 /* Model */, - 263DA0371E465B8200813791 /* MessageActionResponder.swift */, - 263DA0401E465B8200813791 /* Server.swift */, - 263DA0971E47A11300813791 /* Server+Event.swift */, - 263DA0381E465B8200813791 /* Server+MessageAction.swift */, - 263DA03F1E465B8200813791 /* Server+OAuth.swift */, - 263DA0411E465B8200813791 /* Server+Webhook.swift */, - ); - path = Sources; - sourceTree = ""; - }; - 263DA0391E465B8200813791 /* Model */ = { - isa = PBXGroup; - children = ( - 263DA03A1E465B8200813791 /* AuthorizeRequest.swift */, - 263DA03B1E465B8200813791 /* AuthorizeResponse.swift */, - 263DA03C1E465B8200813791 /* MessageActionRequest.swift */, - 263DA03D1E465B8200813791 /* Response.swift */, - 263DA03E1E465B8200813791 /* WebhookRequest.swift */, - ); - path = Model; - sourceTree = ""; - }; - 263DA0421E465B8200813791 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 263DA0431E465B8200813791 /* Info.plist */, - 263DA0441E465B8200813791 /* SKServer.h */, - ); - path = "Supporting Files"; - sourceTree = ""; - }; - 263DA0511E465B8D00813791 /* SlackKit */ = { - isa = PBXGroup; - children = ( - 263DA0521E465B8D00813791 /* Sources */, - 263DA0541E465B8D00813791 /* Supporting Files */, - ); - path = SlackKit; - sourceTree = ""; - }; - 263DA0521E465B8D00813791 /* Sources */ = { - isa = PBXGroup; - children = ( - 263DA0531E465B8D00813791 /* SlackKit.swift */, - ); - path = Sources; - sourceTree = ""; - }; - 263DA0541E465B8D00813791 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 263DA0551E465B8D00813791 /* Info.plist */, - 263DA0561E465B8D00813791 /* SlackKit.h */, - ); - path = "Supporting Files"; - sourceTree = ""; - }; - CA70A3A1A9A1A259960DFBCF /* Frameworks */ = { - isa = PBXGroup; - children = ( - 2659FC211DADC4FC003F3930 /* Starscream.framework */, - 2659FC1E1DADC4F2003F3930 /* Starscream.framework */, - 269B47CB1D3AE5670042D137 /* Swifter.framework */, - 26B30B6E1D289FB2004D4AB5 /* Swifter.framework */, - 26B30B6B1D289FA0004D4AB5 /* Swifter.framework */, - 4307A07F1CC6D0910011D5DE /* Starscream.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 263D9F151E46464900813791 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 263DA0341E465B6C00813791 /* SKCommon.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 263D9F221E46465C00813791 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 263D9FF01E465B5A00813791 /* SKClient.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 263D9F2F1E46467700813791 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 263DA0501E465B8200813791 /* SKServer.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 263D9FD11E46532200813791 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 263DA0591E465B8D00813791 /* SlackKit.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 263D9F171E46464900813791 /* SKCommon */ = { - isa = PBXNativeTarget; - buildConfigurationList = 263D9F1F1E46464900813791 /* Build configuration list for PBXNativeTarget "SKCommon" */; - buildPhases = ( - 263D9F131E46464900813791 /* Sources */, - 263D9F141E46464900813791 /* Frameworks */, - 263D9F151E46464900813791 /* Headers */, - 263D9F161E46464900813791 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SKCommon; - productName = SKCommon; - productReference = 263D9F181E46464900813791 /* SKCommon.framework */; - productType = "com.apple.product-type.framework"; - }; - 263D9F241E46465C00813791 /* SKClient */ = { - isa = PBXNativeTarget; - buildConfigurationList = 263D9F2A1E46465C00813791 /* Build configuration list for PBXNativeTarget "SKClient" */; - buildPhases = ( - 263D9F201E46465C00813791 /* Sources */, - 263D9F211E46465C00813791 /* Frameworks */, - 263D9F221E46465C00813791 /* Headers */, - 263D9F231E46465C00813791 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SKClient; - productName = SKClient; - productReference = 263D9F251E46465C00813791 /* SKClient.framework */; - productType = "com.apple.product-type.framework"; - }; - 263D9F311E46467700813791 /* SKServer */ = { - isa = PBXNativeTarget; - buildConfigurationList = 263D9F371E46467800813791 /* Build configuration list for PBXNativeTarget "SKServer" */; - buildPhases = ( - 263D9F2D1E46467700813791 /* Sources */, - 263D9F2E1E46467700813791 /* Frameworks */, - 263D9F2F1E46467700813791 /* Headers */, - 263D9F301E46467700813791 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SKServer; - productName = SKServer; - productReference = 263D9F321E46467700813791 /* SKServer.framework */; - productType = "com.apple.product-type.framework"; - }; - 263D9FD31E46532200813791 /* SlackKit */ = { - isa = PBXNativeTarget; - buildConfigurationList = 263D9FD91E46532200813791 /* Build configuration list for PBXNativeTarget "SlackKit" */; - buildPhases = ( - 263D9FCF1E46532200813791 /* Sources */, - 263D9FD01E46532200813791 /* Frameworks */, - 263D9FD11E46532200813791 /* Headers */, - 263D9FD21E46532200813791 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SlackKit; - productName = SlackKit; - productReference = 263D9FD41E46532200813791 /* SlackKit.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 26072A2B1BB48B3A00CD650C /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 0820; - LastUpgradeCheck = 0800; - ORGANIZATIONNAME = "Launch Software LLC"; - TargetAttributes = { - 263D9F171E46464900813791 = { - CreatedOnToolsVersion = 8.2.1; - DevelopmentTeam = U63DWZL52M; - LastSwiftMigration = 0820; - ProvisioningStyle = Automatic; - }; - 263D9F241E46465C00813791 = { - CreatedOnToolsVersion = 8.2.1; - DevelopmentTeam = U63DWZL52M; - LastSwiftMigration = 0820; - ProvisioningStyle = Automatic; - }; - 263D9F311E46467700813791 = { - CreatedOnToolsVersion = 8.2.1; - DevelopmentTeam = U63DWZL52M; - LastSwiftMigration = 0820; - ProvisioningStyle = Automatic; - }; - 263D9FD31E46532200813791 = { - CreatedOnToolsVersion = 8.2.1; - DevelopmentTeam = U63DWZL52M; - ProvisioningStyle = Automatic; - }; - }; - }; - buildConfigurationList = 26072A2E1BB48B3A00CD650C /* Build configuration list for PBXProject "SlackKit" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 26072A2A1BB48B3A00CD650C; - productRefGroup = 26072A351BB48B3A00CD650C /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 263D9FD31E46532200813791 /* SlackKit */, - 263D9F171E46464900813791 /* SKCommon */, - 263D9F241E46465C00813791 /* SKClient */, - 263D9F311E46467700813791 /* SKServer */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 263D9F161E46464900813791 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 263D9F231E46465C00813791 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 263D9F301E46467700813791 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 263D9FD21E46532200813791 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 263D9F131E46464900813791 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 263DA09C1E47A3BC00813791 /* EventEnvelope.swift in Sources */, - 263DA0171E465B6C00813791 /* AttachmentField.swift in Sources */, - 263DA0191E465B6C00813791 /* Channel.swift in Sources */, - 263DA0251E465B6C00813791 /* Item.swift in Sources */, - 263DA0261E465B6C00813791 /* Message.swift in Sources */, - 263DA01D1E465B6C00813791 /* CustomProfileField.swift in Sources */, - 263DA02F1E465B6C00813791 /* User.swift in Sources */, - 263DA0241E465B6C00813791 /* IncomingWebhook.swift in Sources */, - 263DA02D1E465B6C00813791 /* TeamIcon.swift in Sources */, - 263DA0281E465B6C00813791 /* OAuthResponse.swift in Sources */, - 263DA01C1E465B6C00813791 /* CustomProfile.swift in Sources */, - 263DA02A1E465B6C00813791 /* Scope.swift in Sources */, - 263DA0201E465B6C00813791 /* Event.swift in Sources */, - 263DA01E1E465B6C00813791 /* DoNotDisturbStatus.swift in Sources */, - 263DA0181E465B6C00813791 /* Bot.swift in Sources */, - 263DA02C1E465B6C00813791 /* Team.swift in Sources */, - 263DA01B1E465B6C00813791 /* Comment.swift in Sources */, - 263DA0211E465B6C00813791 /* Extensions.swift in Sources */, - 263DA02B1E465B6C00813791 /* SlackError.swift in Sources */, - 263DA0231E465B6C00813791 /* History.swift in Sources */, - 263DA0221E465B6C00813791 /* File.swift in Sources */, - 263DA0291E465B6C00813791 /* Reaction.swift in Sources */, - 263DA0301E465B6C00813791 /* UserGroup.swift in Sources */, - 263DA02E1E465B6C00813791 /* Topic.swift in Sources */, - 263DA0161E465B6C00813791 /* Attachment.swift in Sources */, - 263DA0321E465B6C00813791 /* WebAPI.swift in Sources */, - 263DA0151E465B6C00813791 /* Action.swift in Sources */, - 263DA01F1E465B6C00813791 /* Edited.swift in Sources */, - 263DA0311E465B6C00813791 /* NetworkInterface.swift in Sources */, - 263DA01A1E465B6C00813791 /* ClientOptions.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 263D9F201E46465C00813791 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 263D9FEB1E465B5A00813791 /* Client.swift in Sources */, - 2638C38E1E5A13FD000F894A /* StarscreamClient.swift in Sources */, - 263D9FEA1E465B5A00813791 /* RTMClient+Notifiable.swift in Sources */, - 263D9FED1E465B5A00813791 /* RTMClient.swift in Sources */, - 2638C3901E5B66BE000F894A /* ZewoClient.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 263D9F2D1E46467700813791 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 263DA0491E465B8200813791 /* MessageActionRequest.swift in Sources */, - 263DA0481E465B8200813791 /* AuthorizeResponse.swift in Sources */, - 263DA0981E47A11300813791 /* Server+Event.swift in Sources */, - 263DA0461E465B8200813791 /* Server+MessageAction.swift in Sources */, - 263DA0451E465B8200813791 /* MessageActionResponder.swift in Sources */, - 263DA04E1E465B8200813791 /* Server+Webhook.swift in Sources */, - 263DA04C1E465B8200813791 /* Server+OAuth.swift in Sources */, - 263DA04A1E465B8200813791 /* Response.swift in Sources */, - 263DA0471E465B8200813791 /* AuthorizeRequest.swift in Sources */, - 263DA04D1E465B8200813791 /* Server.swift in Sources */, - 263DA04B1E465B8200813791 /* WebhookRequest.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 263D9FCF1E46532200813791 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 263DA0571E465B8D00813791 /* SlackKit.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 26072A3A1BB48B3B00CD650C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - MACOSX_DEPLOYMENT_TARGET = 10.11; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 26072A3B1BB48B3B00CD650C /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - MACOSX_DEPLOYMENT_TARGET = 10.11; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 263D9F1D1E46464900813791 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ANALYZER_NONNULL = YES; - CLANG_ENABLE_MODULES = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = U63DWZL52M; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - INFOPLIST_FILE = "$(SRCROOT)/SKCommon/Supporting Files/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.12; - PRODUCT_BUNDLE_IDENTIFIER = com.launchsoft.SKCommon; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; - }; - name = Debug; - }; - 263D9F1E1E46464900813791 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ANALYZER_NONNULL = YES; - CLANG_ENABLE_MODULES = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = U63DWZL52M; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - INFOPLIST_FILE = "$(SRCROOT)/SKCommon/Supporting Files/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.12; - PRODUCT_BUNDLE_IDENTIFIER = com.launchsoft.SKCommon; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 3.0; - }; - name = Release; - }; - 263D9F2B1E46465C00813791 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ANALYZER_NONNULL = YES; - CLANG_ENABLE_MODULES = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = U63DWZL52M; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/Mac", - ); - FRAMEWORK_VERSION = A; - INFOPLIST_FILE = "$(SRCROOT)/SKClient/Supporting Files/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.12; - PRODUCT_BUNDLE_IDENTIFIER = com.launchsoft.SKClient; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; - }; - name = Debug; - }; - 263D9F2C1E46465C00813791 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ANALYZER_NONNULL = YES; - CLANG_ENABLE_MODULES = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = U63DWZL52M; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/Mac", - ); - FRAMEWORK_VERSION = A; - INFOPLIST_FILE = "$(SRCROOT)/SKClient/Supporting Files/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.12; - PRODUCT_BUNDLE_IDENTIFIER = com.launchsoft.SKClient; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 3.0; - }; - name = Release; - }; - 263D9F381E46467800813791 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ANALYZER_NONNULL = YES; - CLANG_ENABLE_MODULES = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = U63DWZL52M; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/Mac", - ); - FRAMEWORK_VERSION = A; - INFOPLIST_FILE = "$(SRCROOT)/SKServer/Supporting Files/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.12; - PRODUCT_BUNDLE_IDENTIFIER = com.launchsoft.SKServer; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; - }; - name = Debug; - }; - 263D9F391E46467800813791 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ANALYZER_NONNULL = YES; - CLANG_ENABLE_MODULES = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = U63DWZL52M; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/Mac", - ); - FRAMEWORK_VERSION = A; - INFOPLIST_FILE = "$(SRCROOT)/SKServer/Supporting Files/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.12; - PRODUCT_BUNDLE_IDENTIFIER = com.launchsoft.SKServer; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 3.0; - }; - name = Release; - }; - 263D9FDA1E46532200813791 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = U63DWZL52M; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - HEADER_SEARCH_PATHS = ""; - INFOPLIST_FILE = "$(SRCROOT)/SlackKit/Supporting Files/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.12; - PRODUCT_BUNDLE_IDENTIFIER = com.launchsoft.SlackKit; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_VERSION = 3.0; - }; - name = Debug; - }; - 263D9FDB1E46532200813791 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = U63DWZL52M; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - HEADER_SEARCH_PATHS = ""; - INFOPLIST_FILE = "$(SRCROOT)/SlackKit/Supporting Files/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.12; - PRODUCT_BUNDLE_IDENTIFIER = com.launchsoft.SlackKit; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 3.0; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 26072A2E1BB48B3A00CD650C /* Build configuration list for PBXProject "SlackKit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 26072A3A1BB48B3B00CD650C /* Debug */, - 26072A3B1BB48B3B00CD650C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 263D9F1F1E46464900813791 /* Build configuration list for PBXNativeTarget "SKCommon" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 263D9F1D1E46464900813791 /* Debug */, - 263D9F1E1E46464900813791 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 263D9F2A1E46465C00813791 /* Build configuration list for PBXNativeTarget "SKClient" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 263D9F2B1E46465C00813791 /* Debug */, - 263D9F2C1E46465C00813791 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 263D9F371E46467800813791 /* Build configuration list for PBXNativeTarget "SKServer" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 263D9F381E46467800813791 /* Debug */, - 263D9F391E46467800813791 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 263D9FD91E46532200813791 /* Build configuration list for PBXNativeTarget "SlackKit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 263D9FDA1E46532200813791 /* Debug */, - 263D9FDB1E46532200813791 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 26072A2B1BB48B3A00CD650C /* Project object */; -} diff --git a/SlackKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/SlackKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index c6dce05..0000000 --- a/SlackKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - -