diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 658b310b..f802535a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,11 +1,11 @@ { - "image": "swift:5.7.1", + "image": "swift:5.10", "customizations": { "vscode": { "settings": { "lldb.adapterType": "bundled", "lldb.executable": "/usr/bin/lldb", - "sourcekit-lsp.serverPath": "/usr/bin/sourcekit-lsp", + "swift.sourcekit-lsp.serverPath": "/usr/bin/sourcekit-lsp", "sde.languageServerMode": "sourcekit-lsp" }, "extensions": [ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c0b01bb4..cae161a9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,31 +9,6 @@ on: - '*' jobs: - macOS: - name: Test macOS - runs-on: macOS-latest - env: - DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer - strategy: - matrix: - include: - - lane: test - env: osx - - lane: test - env: ios - - lane: test - env: tvos - steps: - - uses: actions/checkout@v2 - - name: install - run: | - gem install bundler - bundle install - - name: test - run: | - set -o pipefail - bundle exec fastlane ${{ matrix.lane }} --env ${{ matrix.env }} - - uses: codecov/codecov-action@v1 spm: name: Test with SPM runs-on: ubuntu-latest @@ -42,20 +17,6 @@ jobs: - uses: actions/checkout@v2 - name: SPM Test run: swift test --enable-test-discovery - spm_concurrency: - name: Test with SPM (check Swift Concurrency support) - runs-on: ubuntu-latest - strategy: - matrix: - swift_version: - - "5.10" - - "6.0" - fail-fast: false - container: swift:${{ matrix.swift_version }}-focal - steps: - - uses: actions/checkout@v2 - - name: SPM Test - run: swift test --enable-test-discovery swiftformat: name: Linting runs-on: ubuntu-latest diff --git a/.gitignore b/.gitignore index a1b729f0..6a2c788b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # Xcode -# build/ *.pbxuser !default.pbxuser @@ -20,14 +19,13 @@ DerivedData # AppCode .idea + +# Fastlane fastlane/README.md fastlane/test-output fastlane/report.xml .DS_Store -Pods/ -Carthage/ -Checkouts/ # Swift PM .build diff --git a/.swift-version b/.swift-version index 819e07a2..f9ce5a96 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -5.0 +5.10 diff --git a/Cartfile b/Cartfile deleted file mode 100644 index 7fa463fe..00000000 --- a/Cartfile +++ /dev/null @@ -1 +0,0 @@ -github "nerdishbynature/RequestKit" == 2.3.0 diff --git a/Cartfile.resolved b/Cartfile.resolved deleted file mode 100644 index 1593817d..00000000 --- a/Cartfile.resolved +++ /dev/null @@ -1 +0,0 @@ -github "nerdishbynature/RequestKit" "2.3.0" diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 7a118b49..00000000 --- a/Gemfile +++ /dev/null @@ -1,3 +0,0 @@ -source "https://rubygems.org" - -gem "fastlane" diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 11543f9e..00000000 --- a/Gemfile.lock +++ /dev/null @@ -1,221 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - CFPropertyList (3.0.7) - base64 - nkf - rexml - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) - artifactory (3.0.17) - atomos (0.1.3) - aws-eventstream (1.3.0) - aws-partitions (1.1018.0) - aws-sdk-core (3.214.0) - aws-eventstream (~> 1, >= 1.3.0) - aws-partitions (~> 1, >= 1.992.0) - aws-sigv4 (~> 1.9) - jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.96.0) - aws-sdk-core (~> 3, >= 3.210.0) - aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.176.0) - aws-sdk-core (~> 3, >= 3.210.0) - aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.5) - aws-sigv4 (1.10.1) - aws-eventstream (~> 1, >= 1.0.2) - babosa (1.0.4) - base64 (0.2.0) - claide (1.1.0) - colored (1.2) - colored2 (3.1.2) - commander (4.6.0) - highline (~> 2.0.0) - declarative (0.0.20) - digest-crc (0.6.5) - rake (>= 12.0.0, < 14.0.0) - domain_name (0.6.20240107) - dotenv (2.8.1) - emoji_regex (3.2.3) - excon (0.112.0) - faraday (1.10.4) - faraday-em_http (~> 1.0) - faraday-em_synchrony (~> 1.0) - faraday-excon (~> 1.1) - faraday-httpclient (~> 1.0) - faraday-multipart (~> 1.0) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.0) - faraday-patron (~> 1.0) - faraday-rack (~> 1.0) - faraday-retry (~> 1.0) - ruby2_keywords (>= 0.0.4) - faraday-cookie_jar (0.0.7) - faraday (>= 0.8.0) - http-cookie (~> 1.0.0) - faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) - faraday-excon (1.1.0) - faraday-httpclient (1.0.1) - faraday-multipart (1.0.4) - multipart-post (~> 2) - faraday-net_http (1.0.2) - faraday-net_http_persistent (1.2.0) - faraday-patron (1.0.0) - faraday-rack (1.0.0) - faraday-retry (1.0.3) - faraday_middleware (1.2.1) - faraday (~> 1.0) - fastimage (2.3.1) - fastlane (2.225.0) - CFPropertyList (>= 2.3, < 4.0.0) - addressable (>= 2.8, < 3.0.0) - artifactory (~> 3.0) - aws-sdk-s3 (~> 1.0) - babosa (>= 1.0.3, < 2.0.0) - bundler (>= 1.12.0, < 3.0.0) - colored (~> 1.2) - commander (~> 4.6) - dotenv (>= 2.1.1, < 3.0.0) - emoji_regex (>= 0.1, < 4.0) - excon (>= 0.71.0, < 1.0.0) - faraday (~> 1.0) - faraday-cookie_jar (~> 0.0.6) - faraday_middleware (~> 1.0) - fastimage (>= 2.1.0, < 3.0.0) - fastlane-sirp (>= 1.0.0) - gh_inspector (>= 1.1.2, < 2.0.0) - google-apis-androidpublisher_v3 (~> 0.3) - google-apis-playcustomapp_v1 (~> 0.1) - google-cloud-env (>= 1.6.0, < 2.0.0) - google-cloud-storage (~> 1.31) - highline (~> 2.0) - http-cookie (~> 1.0.5) - json (< 3.0.0) - jwt (>= 2.1.0, < 3) - mini_magick (>= 4.9.4, < 5.0.0) - multipart-post (>= 2.0.0, < 3.0.0) - naturally (~> 2.2) - optparse (>= 0.1.1, < 1.0.0) - plist (>= 3.1.0, < 4.0.0) - rubyzip (>= 2.0.0, < 3.0.0) - security (= 0.1.5) - simctl (~> 1.6.3) - terminal-notifier (>= 2.0.0, < 3.0.0) - terminal-table (~> 3) - tty-screen (>= 0.6.3, < 1.0.0) - tty-spinner (>= 0.8.0, < 1.0.0) - word_wrap (~> 1.0.0) - xcodeproj (>= 1.13.0, < 2.0.0) - xcpretty (~> 0.3.0) - xcpretty-travis-formatter (>= 0.0.3, < 2.0.0) - fastlane-sirp (1.0.0) - sysrandom (~> 1.0) - gh_inspector (1.1.3) - google-apis-androidpublisher_v3 (0.54.0) - google-apis-core (>= 0.11.0, < 2.a) - google-apis-core (0.11.3) - addressable (~> 2.5, >= 2.5.1) - googleauth (>= 0.16.2, < 2.a) - httpclient (>= 2.8.1, < 3.a) - mini_mime (~> 1.0) - representable (~> 3.0) - retriable (>= 2.0, < 4.a) - rexml - google-apis-iamcredentials_v1 (0.17.0) - google-apis-core (>= 0.11.0, < 2.a) - google-apis-playcustomapp_v1 (0.13.0) - google-apis-core (>= 0.11.0, < 2.a) - google-apis-storage_v1 (0.31.0) - google-apis-core (>= 0.11.0, < 2.a) - google-cloud-core (1.7.1) - google-cloud-env (>= 1.0, < 3.a) - google-cloud-errors (~> 1.0) - google-cloud-env (1.6.0) - faraday (>= 0.17.3, < 3.0) - google-cloud-errors (1.4.0) - google-cloud-storage (1.47.0) - addressable (~> 2.8) - digest-crc (~> 0.4) - google-apis-iamcredentials_v1 (~> 0.1) - google-apis-storage_v1 (~> 0.31.0) - google-cloud-core (~> 1.6) - googleauth (>= 0.16.2, < 2.a) - mini_mime (~> 1.0) - googleauth (1.8.1) - faraday (>= 0.17.3, < 3.a) - jwt (>= 1.4, < 3.0) - multi_json (~> 1.11) - os (>= 0.9, < 2.0) - signet (>= 0.16, < 2.a) - highline (2.0.3) - http-cookie (1.0.7) - domain_name (~> 0.5) - httpclient (2.8.3) - jmespath (1.6.2) - json (2.9.0) - jwt (2.9.3) - base64 - mini_magick (4.13.2) - mini_mime (1.1.5) - multi_json (1.15.0) - multipart-post (2.4.1) - nanaimo (0.4.0) - naturally (2.2.1) - nkf (0.2.0) - optparse (0.6.0) - os (1.1.4) - plist (3.7.1) - public_suffix (6.0.1) - rake (13.2.1) - representable (3.2.0) - declarative (< 0.1.0) - trailblazer-option (>= 0.1.1, < 0.2.0) - uber (< 0.2.0) - retriable (3.1.2) - rexml (3.3.9) - rouge (2.0.7) - ruby2_keywords (0.0.5) - rubyzip (2.3.2) - security (0.1.5) - signet (0.19.0) - addressable (~> 2.8) - faraday (>= 0.17.5, < 3.a) - jwt (>= 1.5, < 3.0) - multi_json (~> 1.10) - simctl (1.6.10) - CFPropertyList - naturally - sysrandom (1.0.5) - terminal-notifier (2.0.0) - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) - trailblazer-option (0.1.2) - tty-cursor (0.7.1) - tty-screen (0.8.2) - tty-spinner (0.9.3) - tty-cursor (~> 0.7) - uber (0.1.0) - unicode-display_width (2.6.0) - word_wrap (1.0.0) - xcodeproj (1.27.0) - CFPropertyList (>= 2.3.3, < 4.0) - atomos (~> 0.1.3) - claide (>= 1.0.2, < 2.0) - colored2 (~> 3.1) - nanaimo (~> 0.4.0) - rexml (>= 3.3.6, < 4.0) - xcpretty (0.3.0) - rouge (~> 2.0.7) - xcpretty-travis-formatter (1.0.1) - xcpretty (~> 0.2, >= 0.0.7) - -PLATFORMS - ruby - -DEPENDENCIES - fastlane - -BUNDLED WITH - 2.3.4 diff --git a/LICENSE b/LICENSE index 83088aac..9f8a7f59 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015 Piet Brauer +Copyright (c) 2024 Piet Brauer-Kallenberg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Makefile b/Makefile deleted file mode 100644 index d8c000a4..00000000 --- a/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -SHA=$(shell git rev-parse HEAD) -BRANCH=$(shell git name-rev --name-only HEAD) - -install: - brew outdated carthage || brew upgrade carthage || brew install carthage - carthage bootstrap - -test: - bundle exec fastlane code_coverage configuration:Debug --env default - -post_coverage: - bundle exec slather coverage --input-format profdata -x --ignore "../**/*/Xcode*" --ignore "Carthage/**" --output-directory slather-report --scheme OctoKit OctoKit.xcodeproj - curl -X POST -d @slather-report/cobertura.xml "https://codecov.io/upload/v2?token="$(CODECOV_TOKEN)"&commit="$(SHA)"&branch="$(BRANCH)"&job="$(TRAVIS_BUILD_NUMBER) - diff --git a/OctoKit.swift.podspec b/OctoKit.swift.podspec deleted file mode 100644 index 9c247200..00000000 --- a/OctoKit.swift.podspec +++ /dev/null @@ -1,22 +0,0 @@ -Pod::Spec.new do |s| - s.name = "OctoKit.swift" - s.version = "0.10.1" - s.summary = "A Swift API Client for GitHub and GitHub Enterprise" - s.description = <<-DESC - You are looking at the A Swift API Client for GitHub and GitHub Enterprise. - This is very unofficial and not maintained by Github. - DESC - s.homepage = "https://github.com/nerdishbynature/octokit.swift" - s.license = { :type => "MIT", :file => "LICENSE" } - s.author = { "Piet Brauer" => "piet@nerdishbynature.com" } - s.source = { :git => "https://github.com/nerdishbynature/octokit.swift.git", :tag => s.version.to_s } - s.social_media_url = "https://twitter.com/pietbrauer" - s.module_name = "Octokit" - s.dependency "NBNRequestKit", "~> 3.2" - s.requires_arc = true - s.source_files = "OctoKit/*.swift" - s.ios.deployment_target = '8.0' - s.osx.deployment_target = '10.10' - s.watchos.deployment_target = '2.0' - s.tvos.deployment_target = '9.0' -end diff --git a/OctoKit.xcodeproj/project.pbxproj b/OctoKit.xcodeproj/project.pbxproj deleted file mode 100644 index f32e63cf..00000000 --- a/OctoKit.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1788 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 54; - objects = { - -/* Begin PBXBuildFile section */ - 03CCD2522453A9AA007D5CB3 /* users.json in Resources */ = {isa = PBXBuildFile; fileRef = 03CCD2512453A9AA007D5CB3 /* users.json */; }; - 03CCD2532453A9B8007D5CB3 /* users.json in Resources */ = {isa = PBXBuildFile; fileRef = 03CCD2512453A9AA007D5CB3 /* users.json */; }; - 03CCD2542453A9BE007D5CB3 /* users.json in Resources */ = {isa = PBXBuildFile; fileRef = 03CCD2512453A9AA007D5CB3 /* users.json */; }; - 03CCD2552453A9C4007D5CB3 /* users.json in Resources */ = {isa = PBXBuildFile; fileRef = 03CCD2512453A9AA007D5CB3 /* users.json */; }; - 234F4BAE1BDDE31A00A58EF7 /* OctoKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 239BE7C91B8C47A100D2CE22 /* OctoKit.framework */; }; - 234F4BD01BDDE3F900A58EF7 /* ConfigurationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BC91BDDE3F900A58EF7 /* ConfigurationTests.swift */; }; - 234F4BD21BDDE3F900A58EF7 /* OctokitSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BCB1BDDE3F900A58EF7 /* OctokitSwiftTests.swift */; }; - 234F4BD31BDDE3F900A58EF7 /* PublicKeyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BCC1BDDE3F900A58EF7 /* PublicKeyTests.swift */; }; - 234F4BD41BDDE3F900A58EF7 /* RepositoryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BCD1BDDE3F900A58EF7 /* RepositoryTests.swift */; }; - 234F4BD51BDDE3F900A58EF7 /* TestHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BCE1BDDE3F900A58EF7 /* TestHelper.swift */; }; - 234F4BD61BDDE3F900A58EF7 /* UserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BCF1BDDE3F900A58EF7 /* UserTests.swift */; }; - 234F4BDD1BDDE44600A58EF7 /* public_key.json in Resources */ = {isa = PBXBuildFile; fileRef = 234F4BD81BDDE44600A58EF7 /* public_key.json */; }; - 234F4BDE1BDDE44600A58EF7 /* repo.json in Resources */ = {isa = PBXBuildFile; fileRef = 234F4BD91BDDE44600A58EF7 /* repo.json */; }; - 234F4BDF1BDDE44600A58EF7 /* user_me.json in Resources */ = {isa = PBXBuildFile; fileRef = 234F4BDA1BDDE44600A58EF7 /* user_me.json */; }; - 234F4BE01BDDE44600A58EF7 /* user_mietzmithut.json in Resources */ = {isa = PBXBuildFile; fileRef = 234F4BDB1BDDE44600A58EF7 /* user_mietzmithut.json */; }; - 234F4BE11BDDE44600A58EF7 /* user_repos.json in Resources */ = {isa = PBXBuildFile; fileRef = 234F4BDC1BDDE44600A58EF7 /* user_repos.json */; }; - 237F91E41E5AEC82005FAA6B /* URL+URLParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 237F91E31E5AEC82005FAA6B /* URL+URLParameters.swift */; }; - 237F91E51E5AEC87005FAA6B /* URL+URLParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 237F91E31E5AEC82005FAA6B /* URL+URLParameters.swift */; }; - 237F91E61E5AEC88005FAA6B /* URL+URLParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 237F91E31E5AEC82005FAA6B /* URL+URLParameters.swift */; }; - 237F91E71E5AEC89005FAA6B /* URL+URLParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 237F91E31E5AEC82005FAA6B /* URL+URLParameters.swift */; }; - 239BE7CE1B8C47A100D2CE22 /* OctoKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 239BE7CD1B8C47A100D2CE22 /* OctoKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 23A0521F1CA924950068BFF7 /* OctoKitURLTestSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23A0521E1CA924950068BFF7 /* OctoKitURLTestSession.swift */; }; - 23A052201CA924950068BFF7 /* OctoKitURLTestSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23A0521E1CA924950068BFF7 /* OctoKitURLTestSession.swift */; }; - 23A052211CA924950068BFF7 /* OctoKitURLTestSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23A0521E1CA924950068BFF7 /* OctoKitURLTestSession.swift */; }; - 23B2678A1BDDD756003887E3 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267851BDDD756003887E3 /* Configuration.swift */; }; - 23B2678B1BDDD756003887E3 /* Octokit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267861BDDD756003887E3 /* Octokit.swift */; }; - 23B2678C1BDDD756003887E3 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267871BDDD756003887E3 /* PublicKey.swift */; }; - 23B2678D1BDDD756003887E3 /* Repositories.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267881BDDD756003887E3 /* Repositories.swift */; }; - 23B2678E1BDDD756003887E3 /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267891BDDD756003887E3 /* User.swift */; }; - 23B2F98925B1DD94000A8CE1 /* RequestKit in Frameworks */ = {isa = PBXBuildFile; productRef = 23B2F98825B1DD94000A8CE1 /* RequestKit */; }; - 23B2F98F25B1DE89000A8CE1 /* RequestKit in Frameworks */ = {isa = PBXBuildFile; productRef = 23B2F98E25B1DE89000A8CE1 /* RequestKit */; }; - 23B2F99125B1DE90000A8CE1 /* RequestKit in Frameworks */ = {isa = PBXBuildFile; productRef = 23B2F99025B1DE90000A8CE1 /* RequestKit */; }; - 23B2F99325B1DE97000A8CE1 /* RequestKit in Frameworks */ = {isa = PBXBuildFile; productRef = 23B2F99225B1DE97000A8CE1 /* RequestKit */; }; - 23B2F9A925B1DF25000A8CE1 /* ReviewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D9ADDDE23EEFD4A000AC34D /* ReviewTests.swift */; }; - 23B2F9B125B1DF26000A8CE1 /* ReviewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D9ADDDE23EEFD4A000AC34D /* ReviewTests.swift */; }; - 23B2F9C125B1DF6F000A8CE1 /* Review.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D9ADDE023EEFDE0000AC34D /* Review.swift */; }; - 23B2F9C925B1DF70000A8CE1 /* Review.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D9ADDE023EEFDE0000AC34D /* Review.swift */; }; - 23B2F9CA25B1DF70000A8CE1 /* Review.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D9ADDE023EEFDE0000AC34D /* Review.swift */; }; - 23CAF26C1C7AB5FC005011C4 /* OctoKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 23CAF2621C7AB5FB005011C4 /* OctoKit.framework */; }; - 23CAF2881C7AB60D005011C4 /* OctoKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 23CAF27E1C7AB60C005011C4 /* OctoKit.framework */; }; - 23CAF2A21C7AB6BE005011C4 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267851BDDD756003887E3 /* Configuration.swift */; }; - 23CAF2A31C7AB6BF005011C4 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267851BDDD756003887E3 /* Configuration.swift */; }; - 23CAF2A41C7AB6BF005011C4 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267851BDDD756003887E3 /* Configuration.swift */; }; - 23CAF2A51C7AB6C2005011C4 /* Follow.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EE59DB1BE119110012E3D2 /* Follow.swift */; }; - 23CAF2A61C7AB6C2005011C4 /* Follow.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EE59DB1BE119110012E3D2 /* Follow.swift */; }; - 23CAF2A71C7AB6C3005011C4 /* Follow.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EE59DB1BE119110012E3D2 /* Follow.swift */; }; - 23CAF2A81C7AB6C6005011C4 /* Octokit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267861BDDD756003887E3 /* Octokit.swift */; }; - 23CAF2A91C7AB6C6005011C4 /* Octokit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267861BDDD756003887E3 /* Octokit.swift */; }; - 23CAF2AA1C7AB6C7005011C4 /* Octokit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267861BDDD756003887E3 /* Octokit.swift */; }; - 23CAF2AB1C7AB6C9005011C4 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267871BDDD756003887E3 /* PublicKey.swift */; }; - 23CAF2AC1C7AB6CA005011C4 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267871BDDD756003887E3 /* PublicKey.swift */; }; - 23CAF2AD1C7AB6CA005011C4 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267871BDDD756003887E3 /* PublicKey.swift */; }; - 23CAF2AE1C7AB6CD005011C4 /* Repositories.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267881BDDD756003887E3 /* Repositories.swift */; }; - 23CAF2AF1C7AB6CD005011C4 /* Repositories.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267881BDDD756003887E3 /* Repositories.swift */; }; - 23CAF2B01C7AB6CE005011C4 /* Repositories.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267881BDDD756003887E3 /* Repositories.swift */; }; - 23CAF2B11C7AB6D1005011C4 /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267891BDDD756003887E3 /* User.swift */; }; - 23CAF2B21C7AB6D1005011C4 /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267891BDDD756003887E3 /* User.swift */; }; - 23CAF2B31C7AB6D2005011C4 /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B267891BDDD756003887E3 /* User.swift */; }; - 23CAF2B41C7AB6D4005011C4 /* Stars.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EE59D71BDFEFB30012E3D2 /* Stars.swift */; }; - 23CAF2B51C7AB6D5005011C4 /* Stars.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EE59D71BDFEFB30012E3D2 /* Stars.swift */; }; - 23CAF2B61C7AB6D5005011C4 /* Stars.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EE59D71BDFEFB30012E3D2 /* Stars.swift */; }; - 23CAF2B71C7AB6EB005011C4 /* Time.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8711EA11BFCAE9F005DDACA /* Time.swift */; }; - 23CAF2B81C7AB6EB005011C4 /* Time.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8711EA11BFCAE9F005DDACA /* Time.swift */; }; - 23CAF2B91C7AB6EC005011C4 /* Time.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8711EA11BFCAE9F005DDACA /* Time.swift */; }; - 23CAF2BA1C7AB6F1005011C4 /* ConfigurationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BC91BDDE3F900A58EF7 /* ConfigurationTests.swift */; }; - 23CAF2BB1C7AB6F1005011C4 /* ConfigurationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BC91BDDE3F900A58EF7 /* ConfigurationTests.swift */; }; - 23CAF2BC1C7AB6FC005011C4 /* FollowTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EE59DD1BE11C2A0012E3D2 /* FollowTests.swift */; }; - 23CAF2BD1C7AB6FC005011C4 /* FollowTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EE59DD1BE11C2A0012E3D2 /* FollowTests.swift */; }; - 23CAF2BE1C7AB6FE005011C4 /* OctokitSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BCB1BDDE3F900A58EF7 /* OctokitSwiftTests.swift */; }; - 23CAF2BF1C7AB6FF005011C4 /* OctokitSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BCB1BDDE3F900A58EF7 /* OctokitSwiftTests.swift */; }; - 23CAF2C01C7AB702005011C4 /* PublicKeyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BCC1BDDE3F900A58EF7 /* PublicKeyTests.swift */; }; - 23CAF2C11C7AB702005011C4 /* PublicKeyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BCC1BDDE3F900A58EF7 /* PublicKeyTests.swift */; }; - 23CAF2C21C7AB705005011C4 /* RepositoryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BCD1BDDE3F900A58EF7 /* RepositoryTests.swift */; }; - 23CAF2C31C7AB706005011C4 /* RepositoryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BCD1BDDE3F900A58EF7 /* RepositoryTests.swift */; }; - 23CAF2C41C7AB708005011C4 /* StarsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EE59D91BE10DA60012E3D2 /* StarsTests.swift */; }; - 23CAF2C51C7AB709005011C4 /* StarsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EE59D91BE10DA60012E3D2 /* StarsTests.swift */; }; - 23CAF2C61C7AB70B005011C4 /* TestHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BCE1BDDE3F900A58EF7 /* TestHelper.swift */; }; - 23CAF2C71C7AB70C005011C4 /* TestHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BCE1BDDE3F900A58EF7 /* TestHelper.swift */; }; - 23CAF2CA1C7AB711005011C4 /* UserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BCF1BDDE3F900A58EF7 /* UserTests.swift */; }; - 23CAF2CB1C7AB712005011C4 /* UserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F4BCF1BDDE3F900A58EF7 /* UserTests.swift */; }; - 23CAF2CC1C7AB728005011C4 /* OctoKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 239BE7CD1B8C47A100D2CE22 /* OctoKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 23CAF2CE1C7AB73D005011C4 /* OctoKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 239BE7CD1B8C47A100D2CE22 /* OctoKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 23CAF2D11C7AB759005011C4 /* OctoKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 239BE7CD1B8C47A100D2CE22 /* OctoKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 23EA618425EAE2FA001B0964 /* PreviewHeaderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EA618125EAE2FA001B0964 /* PreviewHeaderTests.swift */; }; - 23EA618525EAE2FA001B0964 /* PreviewHeaderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EA618125EAE2FA001B0964 /* PreviewHeaderTests.swift */; }; - 23EA618625EAE2FA001B0964 /* PreviewHeaderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EA618125EAE2FA001B0964 /* PreviewHeaderTests.swift */; }; - 23EA618725EAE2FA001B0964 /* StatusesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EA618225EAE2FA001B0964 /* StatusesTests.swift */; }; - 23EA618825EAE2FA001B0964 /* StatusesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EA618225EAE2FA001B0964 /* StatusesTests.swift */; }; - 23EA618925EAE2FA001B0964 /* StatusesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EA618225EAE2FA001B0964 /* StatusesTests.swift */; }; - 23EA618A25EAE2FA001B0964 /* ReactionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EA618325EAE2FA001B0964 /* ReactionsTests.swift */; }; - 23EA618B25EAE2FA001B0964 /* ReactionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EA618325EAE2FA001B0964 /* ReactionsTests.swift */; }; - 23EA618C25EAE2FA001B0964 /* ReactionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EA618325EAE2FA001B0964 /* ReactionsTests.swift */; }; - 23EA61A225EAE31A001B0964 /* issue_comments.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA619B25EAE31A001B0964 /* issue_comments.json */; }; - 23EA61A325EAE31A001B0964 /* issue_comments.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA619B25EAE31A001B0964 /* issue_comments.json */; }; - 23EA61A425EAE31A001B0964 /* issue_comments.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA619B25EAE31A001B0964 /* issue_comments.json */; }; - 23EA61A525EAE31A001B0964 /* reactions.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA619C25EAE31A001B0964 /* reactions.json */; }; - 23EA61A625EAE31A001B0964 /* reactions.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA619C25EAE31A001B0964 /* reactions.json */; }; - 23EA61A725EAE31A001B0964 /* reactions.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA619C25EAE31A001B0964 /* reactions.json */; }; - 23EA61A825EAE31A001B0964 /* plan.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA619D25EAE31A001B0964 /* plan.json */; }; - 23EA61A925EAE31A001B0964 /* plan.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA619D25EAE31A001B0964 /* plan.json */; }; - 23EA61AA25EAE31A001B0964 /* plan.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA619D25EAE31A001B0964 /* plan.json */; }; - 23EA61AB25EAE31A001B0964 /* reviews.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA619E25EAE31A001B0964 /* reviews.json */; }; - 23EA61AC25EAE31A001B0964 /* reviews.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA619E25EAE31A001B0964 /* reviews.json */; }; - 23EA61AD25EAE31A001B0964 /* reviews.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA619E25EAE31A001B0964 /* reviews.json */; }; - 23EA61AE25EAE31A001B0964 /* releases.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA619F25EAE31A001B0964 /* releases.json */; }; - 23EA61AF25EAE31A001B0964 /* releases.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA619F25EAE31A001B0964 /* releases.json */; }; - 23EA61B025EAE31A001B0964 /* releases.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA619F25EAE31A001B0964 /* releases.json */; }; - 23EA61B125EAE31A001B0964 /* pull_request.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA61A025EAE31A001B0964 /* pull_request.json */; }; - 23EA61B225EAE31A001B0964 /* pull_request.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA61A025EAE31A001B0964 /* pull_request.json */; }; - 23EA61B325EAE31A001B0964 /* pull_request.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA61A025EAE31A001B0964 /* pull_request.json */; }; - 23EA61B425EAE31A001B0964 /* pull_requests.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA61A125EAE31A001B0964 /* pull_requests.json */; }; - 23EA61B525EAE31A001B0964 /* pull_requests.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA61A125EAE31A001B0964 /* pull_requests.json */; }; - 23EA61B625EAE31A001B0964 /* pull_requests.json in Resources */ = {isa = PBXBuildFile; fileRef = 23EA61A125EAE31A001B0964 /* pull_requests.json */; }; - 23F643461C7AEF63000427B3 /* public_key.json in Resources */ = {isa = PBXBuildFile; fileRef = 234F4BD81BDDE44600A58EF7 /* public_key.json */; }; - 23F643471C7AEF63000427B3 /* public_key.json in Resources */ = {isa = PBXBuildFile; fileRef = 234F4BD81BDDE44600A58EF7 /* public_key.json */; }; - 23F643481C7AEF66000427B3 /* repo.json in Resources */ = {isa = PBXBuildFile; fileRef = 234F4BD91BDDE44600A58EF7 /* repo.json */; }; - 23F643491C7AEF67000427B3 /* repo.json in Resources */ = {isa = PBXBuildFile; fileRef = 234F4BD91BDDE44600A58EF7 /* repo.json */; }; - 23F6434A1C7AEF69000427B3 /* user_me.json in Resources */ = {isa = PBXBuildFile; fileRef = 234F4BDA1BDDE44600A58EF7 /* user_me.json */; }; - 23F6434B1C7AEF6A000427B3 /* user_me.json in Resources */ = {isa = PBXBuildFile; fileRef = 234F4BDA1BDDE44600A58EF7 /* user_me.json */; }; - 23F6434C1C7AEF6C000427B3 /* user_mietzmithut.json in Resources */ = {isa = PBXBuildFile; fileRef = 234F4BDB1BDDE44600A58EF7 /* user_mietzmithut.json */; }; - 23F6434D1C7AEF6D000427B3 /* user_mietzmithut.json in Resources */ = {isa = PBXBuildFile; fileRef = 234F4BDB1BDDE44600A58EF7 /* user_mietzmithut.json */; }; - 23F6434E1C7AEF6F000427B3 /* user_repos.json in Resources */ = {isa = PBXBuildFile; fileRef = 234F4BDC1BDDE44600A58EF7 /* user_repos.json */; }; - 23F6434F1C7AEF70000427B3 /* user_repos.json in Resources */ = {isa = PBXBuildFile; fileRef = 234F4BDC1BDDE44600A58EF7 /* user_repos.json */; }; - 502C70FC23E8535900384775 /* issue_comment.json in Resources */ = {isa = PBXBuildFile; fileRef = 5090ED7123E483820062C763 /* issue_comment.json */; }; - 502C70FD23E8535A00384775 /* issue_comment.json in Resources */ = {isa = PBXBuildFile; fileRef = 5090ED7123E483820062C763 /* issue_comment.json */; }; - 5090ED7223E483820062C763 /* issue_comment.json in Resources */ = {isa = PBXBuildFile; fileRef = 5090ED7123E483820062C763 /* issue_comment.json */; }; - 5090ED7423E48AA80062C763 /* Releases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5090ED7323E48AA80062C763 /* Releases.swift */; }; - 5090ED7623E48EE60062C763 /* ReleasesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5090ED7523E48EE60062C763 /* ReleasesTests.swift */; }; - 5090ED7823E48FBC0062C763 /* post_release.json in Resources */ = {isa = PBXBuildFile; fileRef = 5090ED7723E48FBC0062C763 /* post_release.json */; }; - 50AFBB1A23EAC885004D30A8 /* ReleasesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5090ED7523E48EE60062C763 /* ReleasesTests.swift */; }; - 50AFBB1B23EAC886004D30A8 /* ReleasesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5090ED7523E48EE60062C763 /* ReleasesTests.swift */; }; - 50AFBB1C23EAC890004D30A8 /* post_release.json in Resources */ = {isa = PBXBuildFile; fileRef = 5090ED7723E48FBC0062C763 /* post_release.json */; }; - 50AFBB1D23EAC891004D30A8 /* post_release.json in Resources */ = {isa = PBXBuildFile; fileRef = 5090ED7723E48FBC0062C763 /* post_release.json */; }; - 50AFBB1E23EAC89E004D30A8 /* Releases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5090ED7323E48AA80062C763 /* Releases.swift */; }; - 50AFBB1F23EAC89F004D30A8 /* Releases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5090ED7323E48AA80062C763 /* Releases.swift */; }; - 50AFBB2023EAC8A0004D30A8 /* Releases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5090ED7323E48AA80062C763 /* Releases.swift */; }; - 515337A9224FC3760024544D /* issue2.json in Resources */ = {isa = PBXBuildFile; fileRef = 515337A8224FC3760024544D /* issue2.json */; }; - 515337AA224FC3760024544D /* issue2.json in Resources */ = {isa = PBXBuildFile; fileRef = 515337A8224FC3760024544D /* issue2.json */; }; - 515337AB224FC3760024544D /* issue2.json in Resources */ = {isa = PBXBuildFile; fileRef = 515337A8224FC3760024544D /* issue2.json */; }; - 515337C2225166600024544D /* Gist.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515337C1225166600024544D /* Gist.swift */; }; - 515337C4225179FB0024544D /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515337C3225179FB0024544D /* File.swift */; }; - 515337C5225179FB0024544D /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515337C3225179FB0024544D /* File.swift */; }; - 515337C6225179FB0024544D /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515337C3225179FB0024544D /* File.swift */; }; - 515337C7225179FB0024544D /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515337C3225179FB0024544D /* File.swift */; }; - 515337C822517A060024544D /* Gist.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515337C1225166600024544D /* Gist.swift */; }; - 515337C922517A070024544D /* Gist.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515337C1225166600024544D /* Gist.swift */; }; - 515337CA22517A0B0024544D /* Gist.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515337C1225166600024544D /* Gist.swift */; }; - 515337F222529D590024544D /* GistTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515337F022529C380024544D /* GistTests.swift */; }; - 515337F322529D5A0024544D /* GistTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515337F022529C380024544D /* GistTests.swift */; }; - 515337F422529D5C0024544D /* GistTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515337F022529C380024544D /* GistTests.swift */; }; - 515337F622529E7B0024544D /* gists.json in Resources */ = {isa = PBXBuildFile; fileRef = 515337F522529E7B0024544D /* gists.json */; }; - 515337F722529E7B0024544D /* gists.json in Resources */ = {isa = PBXBuildFile; fileRef = 515337F522529E7B0024544D /* gists.json */; }; - 515337F822529E7B0024544D /* gists.json in Resources */ = {isa = PBXBuildFile; fileRef = 515337F522529E7B0024544D /* gists.json */; }; - 515337FA2252A0410024544D /* gist.json in Resources */ = {isa = PBXBuildFile; fileRef = 515337F92252A0410024544D /* gist.json */; }; - 515337FB2252A0410024544D /* gist.json in Resources */ = {isa = PBXBuildFile; fileRef = 515337F92252A0410024544D /* gist.json */; }; - 515337FC2252A0410024544D /* gist.json in Resources */ = {isa = PBXBuildFile; fileRef = 515337F92252A0410024544D /* gist.json */; }; - 665D5D5A24A639960045E3B4 /* Statuses.swift in Sources */ = {isa = PBXBuildFile; fileRef = 665D5D5924A639960045E3B4 /* Statuses.swift */; }; - 665D5D5B24A6399D0045E3B4 /* Statuses.swift in Sources */ = {isa = PBXBuildFile; fileRef = 665D5D5924A639960045E3B4 /* Statuses.swift */; }; - 665D5D5C24A6399D0045E3B4 /* Statuses.swift in Sources */ = {isa = PBXBuildFile; fileRef = 665D5D5924A639960045E3B4 /* Statuses.swift */; }; - 665D5D5D24A6399E0045E3B4 /* Statuses.swift in Sources */ = {isa = PBXBuildFile; fileRef = 665D5D5924A639960045E3B4 /* Statuses.swift */; }; - 665D5D6224A639DF0045E3B4 /* status.json in Resources */ = {isa = PBXBuildFile; fileRef = 665D5D5F24A639D70045E3B4 /* status.json */; }; - 665D5D6324A639DF0045E3B4 /* statuses.json in Resources */ = {isa = PBXBuildFile; fileRef = 665D5D5E24A639D70045E3B4 /* statuses.json */; }; - 665D5D6424A639E00045E3B4 /* status.json in Resources */ = {isa = PBXBuildFile; fileRef = 665D5D5F24A639D70045E3B4 /* status.json */; }; - 665D5D6524A639E00045E3B4 /* statuses.json in Resources */ = {isa = PBXBuildFile; fileRef = 665D5D5E24A639D70045E3B4 /* statuses.json */; }; - 665D5D6624A639E00045E3B4 /* status.json in Resources */ = {isa = PBXBuildFile; fileRef = 665D5D5F24A639D70045E3B4 /* status.json */; }; - 665D5D6724A639E00045E3B4 /* statuses.json in Resources */ = {isa = PBXBuildFile; fileRef = 665D5D5E24A639D70045E3B4 /* statuses.json */; }; - 721F73E929889A040064B11A /* latest_release.json in Resources */ = {isa = PBXBuildFile; fileRef = 721F73E829889A040064B11A /* latest_release.json */; }; - 721F73EA29889A040064B11A /* latest_release.json in Resources */ = {isa = PBXBuildFile; fileRef = 721F73E829889A040064B11A /* latest_release.json */; }; - 721F73EB29889A040064B11A /* latest_release.json in Resources */ = {isa = PBXBuildFile; fileRef = 721F73E829889A040064B11A /* latest_release.json */; }; - 849DF07A2D029AF400A202DF /* topics.json in Resources */ = {isa = PBXBuildFile; fileRef = 849DF0792D029AF400A202DF /* topics.json */; }; - 849DF07B2D029AF400A202DF /* topics.json in Resources */ = {isa = PBXBuildFile; fileRef = 849DF0792D029AF400A202DF /* topics.json */; }; - 849DF07C2D029AF400A202DF /* topics.json in Resources */ = {isa = PBXBuildFile; fileRef = 849DF0792D029AF400A202DF /* topics.json */; }; - 84B89D012C814DBC00273C68 /* Organization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84B89D002C814DBC00273C68 /* Organization.swift */; }; - 84B89D032C814DE400273C68 /* forked_repo.json in Resources */ = {isa = PBXBuildFile; fileRef = 84B89D022C814DE400273C68 /* forked_repo.json */; }; - 84B89D042C814DED00273C68 /* forked_repo.json in Resources */ = {isa = PBXBuildFile; fileRef = 84B89D022C814DE400273C68 /* forked_repo.json */; }; - 84B89D052C814DEE00273C68 /* forked_repo.json in Resources */ = {isa = PBXBuildFile; fileRef = 84B89D022C814DE400273C68 /* forked_repo.json */; }; - 84B89D0A2C81587100273C68 /* Organization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84B89D002C814DBC00273C68 /* Organization.swift */; }; - 84B89D0B2C81587100273C68 /* Organization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84B89D002C814DBC00273C68 /* Organization.swift */; }; - 84B89D0C2C81587200273C68 /* Organization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84B89D002C814DBC00273C68 /* Organization.swift */; }; - 9D9ADDDF23EEFD4A000AC34D /* ReviewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D9ADDDE23EEFD4A000AC34D /* ReviewTests.swift */; }; - 9D9ADDE123EEFDE0000AC34D /* Review.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D9ADDE023EEFDE0000AC34D /* Review.swift */; }; - BF8C719220F02AC04EF3D137 /* PullRequestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8C76EB002802C14A08F63E /* PullRequestTests.swift */; }; - BF8C725A44F262E5305385CC /* PullRequestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8C76EB002802C14A08F63E /* PullRequestTests.swift */; }; - BF8C732A1D13EFA1DE994A6B /* PullRequestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8C76EB002802C14A08F63E /* PullRequestTests.swift */; }; - BF8C7567F24BC2E1EB83EE57 /* Parameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8C72B985869B84F46B4E9D /* Parameters.swift */; }; - BF8C7808F0A0A71D0110AD43 /* PullRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8C73E0EF3CEEBDEA68DD5E /* PullRequest.swift */; }; - BF8C797115D9BB2DE41E59E6 /* PullRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8C73E0EF3CEEBDEA68DD5E /* PullRequest.swift */; }; - BF8C7A3F2B4817EF3AD1B315 /* Parameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8C72B985869B84F46B4E9D /* Parameters.swift */; }; - BF8C7AB9EBD2E18007A8B77D /* Parameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8C72B985869B84F46B4E9D /* Parameters.swift */; }; - BF8C7BE0F4071324EBDCA204 /* PullRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8C73E0EF3CEEBDEA68DD5E /* PullRequest.swift */; }; - BF8C7DEE90DD25CBCA4AEE71 /* Parameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8C72B985869B84F46B4E9D /* Parameters.swift */; }; - BF8C7FFFDDAFA560EBEC35EE /* PullRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8C73E0EF3CEEBDEA68DD5E /* PullRequest.swift */; }; - C1B2EE922A0C0090001CF2FA /* created_pull_request.json in Resources */ = {isa = PBXBuildFile; fileRef = C1B2EE912A0C0090001CF2FA /* created_pull_request.json */; }; - C1B2EE932A0C0090001CF2FA /* created_pull_request.json in Resources */ = {isa = PBXBuildFile; fileRef = C1B2EE912A0C0090001CF2FA /* created_pull_request.json */; }; - C1B2EE942A0C0090001CF2FA /* created_pull_request.json in Resources */ = {isa = PBXBuildFile; fileRef = C1B2EE912A0C0090001CF2FA /* created_pull_request.json */; }; - D1EAE8482503886C0023806C /* Plan.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EAE8472503886C0023806C /* Plan.swift */; }; - D1EAE8492503886C0023806C /* Plan.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EAE8472503886C0023806C /* Plan.swift */; }; - D1EAE84A2503886C0023806C /* Plan.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EAE8472503886C0023806C /* Plan.swift */; }; - D1EAE84B2503886C0023806C /* Plan.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EAE8472503886C0023806C /* Plan.swift */; }; - D1EAE85625038BBE0023806C /* PlanTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EAE84C25038A910023806C /* PlanTests.swift */; }; - D1EAE85725038BBF0023806C /* PlanTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EAE84C25038A910023806C /* PlanTests.swift */; }; - D1EAE85825038BC00023806C /* PlanTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EAE84C25038A910023806C /* PlanTests.swift */; }; - D1EAE8622503D33B0023806C /* PreviewHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EAE8612503D33B0023806C /* PreviewHeader.swift */; }; - D1EAE8632503D33B0023806C /* PreviewHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EAE8612503D33B0023806C /* PreviewHeader.swift */; }; - D1EAE8642503D33B0023806C /* PreviewHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EAE8612503D33B0023806C /* PreviewHeader.swift */; }; - D1EAE8652503D33B0023806C /* PreviewHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EAE8612503D33B0023806C /* PreviewHeader.swift */; }; - D1EAE86B2503D9280023806C /* Reactions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EAE86A2503D9280023806C /* Reactions.swift */; }; - D1EAE86C2503D9280023806C /* Reactions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EAE86A2503D9280023806C /* Reactions.swift */; }; - D1EAE86D2503D9280023806C /* Reactions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EAE86A2503D9280023806C /* Reactions.swift */; }; - D1EAE86E2503D9280023806C /* Reactions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EAE86A2503D9280023806C /* Reactions.swift */; }; - D4D28F6C2299D87300F8E92A /* LabelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4D28F6B2299D87300F8E92A /* LabelTests.swift */; }; - D4D28F6D2299D87A00F8E92A /* LabelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4D28F6B2299D87300F8E92A /* LabelTests.swift */; }; - D4D28F6E2299D87A00F8E92A /* LabelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4D28F6B2299D87300F8E92A /* LabelTests.swift */; }; - D4D28F702299DBE600F8E92A /* labels.json in Resources */ = {isa = PBXBuildFile; fileRef = D4D28F6F2299DBE600F8E92A /* labels.json */; }; - D4D28F712299DBE600F8E92A /* labels.json in Resources */ = {isa = PBXBuildFile; fileRef = D4D28F6F2299DBE600F8E92A /* labels.json */; }; - D4D28F722299DBE600F8E92A /* labels.json in Resources */ = {isa = PBXBuildFile; fileRef = D4D28F6F2299DBE600F8E92A /* labels.json */; }; - D4D28F742299DCE700F8E92A /* label.json in Resources */ = {isa = PBXBuildFile; fileRef = D4D28F732299DCE700F8E92A /* label.json */; }; - D4D28F752299DCE700F8E92A /* label.json in Resources */ = {isa = PBXBuildFile; fileRef = D4D28F732299DCE700F8E92A /* label.json */; }; - D4D28F762299DCE700F8E92A /* label.json in Resources */ = {isa = PBXBuildFile; fileRef = D4D28F732299DCE700F8E92A /* label.json */; }; - D4D28F782299E9F200F8E92A /* String+PercentEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4D28F772299E9F200F8E92A /* String+PercentEncoding.swift */; }; - D4D28FA0229A02A900F8E92A /* String+PercentEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4D28F772299E9F200F8E92A /* String+PercentEncoding.swift */; }; - D4D28FA1229A02A900F8E92A /* String+PercentEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4D28F772299E9F200F8E92A /* String+PercentEncoding.swift */; }; - D4D28FA2229A02AA00F8E92A /* String+PercentEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4D28F772299E9F200F8E92A /* String+PercentEncoding.swift */; }; - DABBDE501C8C0C20008F57CD /* issue.json in Resources */ = {isa = PBXBuildFile; fileRef = DABBDE4F1C8C0C20008F57CD /* issue.json */; }; - DABBDE511C8C0C20008F57CD /* issue.json in Resources */ = {isa = PBXBuildFile; fileRef = DABBDE4F1C8C0C20008F57CD /* issue.json */; }; - DABBDE521C8C0C20008F57CD /* issue.json in Resources */ = {isa = PBXBuildFile; fileRef = DABBDE4F1C8C0C20008F57CD /* issue.json */; }; - DAEFC5901C83D85100CF3785 /* Label.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAEFC58F1C83D85100CF3785 /* Label.swift */; }; - DAEFC5911C83D85100CF3785 /* Label.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAEFC58F1C83D85100CF3785 /* Label.swift */; }; - DAEFC5921C83D85100CF3785 /* Label.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAEFC58F1C83D85100CF3785 /* Label.swift */; }; - DAEFC5931C83D85100CF3785 /* Label.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAEFC58F1C83D85100CF3785 /* Label.swift */; }; - DAEFC5951C83EF0D00CF3785 /* Milestone.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAEFC5941C83EF0D00CF3785 /* Milestone.swift */; }; - DAEFC5961C83EF0D00CF3785 /* Milestone.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAEFC5941C83EF0D00CF3785 /* Milestone.swift */; }; - DAEFC5971C83EF0D00CF3785 /* Milestone.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAEFC5941C83EF0D00CF3785 /* Milestone.swift */; }; - DAEFC5981C83EF0D00CF3785 /* Milestone.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAEFC5941C83EF0D00CF3785 /* Milestone.swift */; }; - E7EDEA6A1C871CEB006BAAF2 /* Issue.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EDEA691C871CEB006BAAF2 /* Issue.swift */; }; - E7EDEA6C1C871D01006BAAF2 /* IssueTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EDEA6B1C871D01006BAAF2 /* IssueTests.swift */; }; - E7EDEA6E1C871D0E006BAAF2 /* issues.json in Resources */ = {isa = PBXBuildFile; fileRef = E7EDEA6D1C871D0E006BAAF2 /* issues.json */; }; - E7EDEA6F1C871F81006BAAF2 /* Issue.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EDEA691C871CEB006BAAF2 /* Issue.swift */; }; - E7EDEA701C871F81006BAAF2 /* Issue.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EDEA691C871CEB006BAAF2 /* Issue.swift */; }; - E7EDEA711C871F82006BAAF2 /* Issue.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EDEA691C871CEB006BAAF2 /* Issue.swift */; }; - E7EDEA721C871F94006BAAF2 /* IssueTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EDEA6B1C871D01006BAAF2 /* IssueTests.swift */; }; - E7EDEA731C871F95006BAAF2 /* IssueTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EDEA6B1C871D01006BAAF2 /* IssueTests.swift */; }; - E7EDEA741C871FA8006BAAF2 /* issues.json in Resources */ = {isa = PBXBuildFile; fileRef = E7EDEA6D1C871D0E006BAAF2 /* issues.json */; }; - E7EDEA751C871FA9006BAAF2 /* issues.json in Resources */ = {isa = PBXBuildFile; fileRef = E7EDEA6D1C871D0E006BAAF2 /* issues.json */; }; - E7EE59D81BDFEFB30012E3D2 /* Stars.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EE59D71BDFEFB30012E3D2 /* Stars.swift */; }; - E7EE59DA1BE10DA60012E3D2 /* StarsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EE59D91BE10DA60012E3D2 /* StarsTests.swift */; }; - E7EE59DC1BE119110012E3D2 /* Follow.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EE59DB1BE119110012E3D2 /* Follow.swift */; }; - E7EE59DE1BE11C2A0012E3D2 /* FollowTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7EE59DD1BE11C2A0012E3D2 /* FollowTests.swift */; }; - F330CBC72D0305CC001D2BA9 /* Team.swift in Sources */ = {isa = PBXBuildFile; fileRef = F330CBC62D0305CC001D2BA9 /* Team.swift */; }; - F330CBC82D0305CC001D2BA9 /* Team.swift in Sources */ = {isa = PBXBuildFile; fileRef = F330CBC62D0305CC001D2BA9 /* Team.swift */; }; - F330CBC92D0305CC001D2BA9 /* Team.swift in Sources */ = {isa = PBXBuildFile; fileRef = F330CBC62D0305CC001D2BA9 /* Team.swift */; }; - F330CBCA2D0305CC001D2BA9 /* Team.swift in Sources */ = {isa = PBXBuildFile; fileRef = F330CBC62D0305CC001D2BA9 /* Team.swift */; }; - F8711EA21BFCAE9F005DDACA /* Time.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8711EA11BFCAE9F005DDACA /* Time.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 234F4BAF1BDDE31A00A58EF7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = F01C6F2C1A6429CC0072FA44 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 239BE7C81B8C47A100D2CE22; - remoteInfo = OctoKit; - }; - 23CAF26D1C7AB5FC005011C4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = F01C6F2C1A6429CC0072FA44 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 23CAF2611C7AB5FB005011C4; - remoteInfo = "OctoKit tvOS"; - }; - 23CAF2891C7AB60D005011C4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = F01C6F2C1A6429CC0072FA44 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 23CAF27D1C7AB60C005011C4; - remoteInfo = "OctoKit Mac"; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 03CCD2512453A9AA007D5CB3 /* users.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = users.json; path = Fixtures/users.json; sourceTree = ""; }; - 230B589B1FD079C7000FE68A /* RequestKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RequestKit.framework; path = Carthage/Build/iOS/RequestKit.framework; sourceTree = ""; }; - 230B589D1FD079D5000FE68A /* RequestKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RequestKit.framework; path = Carthage/Build/tvOS/RequestKit.framework; sourceTree = ""; }; - 230B589F1FD079E2000FE68A /* RequestKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RequestKit.framework; path = Carthage/Build/Mac/RequestKit.framework; sourceTree = ""; }; - 230B58A11FD079ED000FE68A /* RequestKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RequestKit.framework; path = Carthage/Build/watchOS/RequestKit.framework; sourceTree = ""; }; - 234F4BA91BDDE31A00A58EF7 /* OctoKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OctoKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 234F4BAD1BDDE31A00A58EF7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 234F4BC91BDDE3F900A58EF7 /* ConfigurationTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConfigurationTests.swift; sourceTree = ""; }; - 234F4BCB1BDDE3F900A58EF7 /* OctokitSwiftTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OctokitSwiftTests.swift; sourceTree = ""; }; - 234F4BCC1BDDE3F900A58EF7 /* PublicKeyTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PublicKeyTests.swift; sourceTree = ""; }; - 234F4BCD1BDDE3F900A58EF7 /* RepositoryTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RepositoryTests.swift; sourceTree = ""; }; - 234F4BCE1BDDE3F900A58EF7 /* TestHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestHelper.swift; sourceTree = ""; }; - 234F4BCF1BDDE3F900A58EF7 /* UserTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserTests.swift; sourceTree = ""; }; - 234F4BD81BDDE44600A58EF7 /* public_key.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = public_key.json; path = Fixtures/public_key.json; sourceTree = ""; }; - 234F4BD91BDDE44600A58EF7 /* repo.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = repo.json; path = Fixtures/repo.json; sourceTree = ""; }; - 234F4BDA1BDDE44600A58EF7 /* user_me.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = user_me.json; path = Fixtures/user_me.json; sourceTree = ""; }; - 234F4BDB1BDDE44600A58EF7 /* user_mietzmithut.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = user_mietzmithut.json; path = Fixtures/user_mietzmithut.json; sourceTree = ""; }; - 234F4BDC1BDDE44600A58EF7 /* user_repos.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = user_repos.json; path = Fixtures/user_repos.json; sourceTree = ""; }; - 237F91E31E5AEC82005FAA6B /* URL+URLParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "URL+URLParameters.swift"; sourceTree = ""; }; - 239BE7C91B8C47A100D2CE22 /* OctoKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OctoKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 239BE7CC1B8C47A100D2CE22 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 239BE7CD1B8C47A100D2CE22 /* OctoKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OctoKit.h; sourceTree = ""; }; - 23A0521E1CA924950068BFF7 /* OctoKitURLTestSession.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OctoKitURLTestSession.swift; sourceTree = ""; }; - 23B267851BDDD756003887E3 /* Configuration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Configuration.swift; sourceTree = ""; }; - 23B267861BDDD756003887E3 /* Octokit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Octokit.swift; sourceTree = ""; }; - 23B267871BDDD756003887E3 /* PublicKey.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PublicKey.swift; sourceTree = ""; }; - 23B267881BDDD756003887E3 /* Repositories.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Repositories.swift; sourceTree = ""; }; - 23B267891BDDD756003887E3 /* User.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = ""; }; - 23B2679C1BDDDBBE003887E3 /* Nocilla.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Nocilla.framework; path = Carthage/Build/iOS/Nocilla.framework; sourceTree = ""; }; - 23CAF2621C7AB5FB005011C4 /* OctoKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OctoKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 23CAF26B1C7AB5FC005011C4 /* OctoKit tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "OctoKit tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; - 23CAF27E1C7AB60C005011C4 /* OctoKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OctoKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 23CAF2871C7AB60D005011C4 /* OctoKit MacTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "OctoKit MacTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; - 23CAF29A1C7AB619005011C4 /* OctoKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OctoKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 23EA618125EAE2FA001B0964 /* PreviewHeaderTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PreviewHeaderTests.swift; sourceTree = ""; }; - 23EA618225EAE2FA001B0964 /* StatusesTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StatusesTests.swift; sourceTree = ""; }; - 23EA618325EAE2FA001B0964 /* ReactionsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReactionsTests.swift; sourceTree = ""; }; - 23EA619B25EAE31A001B0964 /* issue_comments.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = issue_comments.json; path = Fixtures/issue_comments.json; sourceTree = ""; }; - 23EA619C25EAE31A001B0964 /* reactions.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = reactions.json; path = Fixtures/reactions.json; sourceTree = ""; }; - 23EA619D25EAE31A001B0964 /* plan.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = plan.json; path = Fixtures/plan.json; sourceTree = ""; }; - 23EA619E25EAE31A001B0964 /* reviews.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = reviews.json; path = Fixtures/reviews.json; sourceTree = ""; }; - 23EA619F25EAE31A001B0964 /* releases.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = releases.json; path = Fixtures/releases.json; sourceTree = ""; }; - 23EA61A025EAE31A001B0964 /* pull_request.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = pull_request.json; path = Fixtures/pull_request.json; sourceTree = ""; }; - 23EA61A125EAE31A001B0964 /* pull_requests.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = pull_requests.json; path = Fixtures/pull_requests.json; sourceTree = ""; }; - 23F6433C1C7AEEB6000427B3 /* Nocilla.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Nocilla.framework; path = Carthage/Build/tvOS/Nocilla.framework; sourceTree = ""; }; - 23F643421C7AEF2F000427B3 /* Nocilla.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Nocilla.framework; path = Carthage/Build/Mac/Nocilla.framework; sourceTree = ""; }; - 5090ED7123E483820062C763 /* issue_comment.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = issue_comment.json; path = Fixtures/issue_comment.json; sourceTree = ""; }; - 5090ED7323E48AA80062C763 /* Releases.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Releases.swift; sourceTree = ""; }; - 5090ED7523E48EE60062C763 /* ReleasesTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReleasesTests.swift; sourceTree = ""; }; - 5090ED7723E48FBC0062C763 /* post_release.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = post_release.json; path = Fixtures/post_release.json; sourceTree = ""; }; - 515337A8224FC3760024544D /* issue2.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = issue2.json; path = Fixtures/issue2.json; sourceTree = ""; }; - 515337C1225166600024544D /* Gist.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Gist.swift; sourceTree = ""; }; - 515337C3225179FB0024544D /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = ""; }; - 515337F022529C380024544D /* GistTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GistTests.swift; sourceTree = ""; }; - 515337F522529E7B0024544D /* gists.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = gists.json; path = Fixtures/gists.json; sourceTree = ""; }; - 515337F92252A0410024544D /* gist.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = gist.json; path = Fixtures/gist.json; sourceTree = ""; }; - 665D5D5924A639960045E3B4 /* Statuses.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Statuses.swift; sourceTree = ""; }; - 665D5D5E24A639D70045E3B4 /* statuses.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = statuses.json; path = Fixtures/statuses.json; sourceTree = ""; }; - 665D5D5F24A639D70045E3B4 /* status.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = status.json; path = Fixtures/status.json; sourceTree = ""; }; - 721F73E829889A040064B11A /* latest_release.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = latest_release.json; path = Fixtures/latest_release.json; sourceTree = ""; }; - 849DF0792D029AF400A202DF /* topics.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = topics.json; path = Fixtures/topics.json; sourceTree = ""; }; - 84B89D002C814DBC00273C68 /* Organization.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Organization.swift; sourceTree = ""; }; - 84B89D022C814DE400273C68 /* forked_repo.json */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = text.json; name = forked_repo.json; path = Fixtures/forked_repo.json; sourceTree = ""; }; - 9D9ADDDE23EEFD4A000AC34D /* ReviewTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReviewTests.swift; sourceTree = ""; }; - 9D9ADDE023EEFDE0000AC34D /* Review.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Review.swift; sourceTree = ""; }; - BF8C72B985869B84F46B4E9D /* Parameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Parameters.swift; sourceTree = ""; }; - BF8C73E0EF3CEEBDEA68DD5E /* PullRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PullRequest.swift; sourceTree = ""; }; - BF8C76EB002802C14A08F63E /* PullRequestTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PullRequestTests.swift; sourceTree = ""; }; - C1B2EE912A0C0090001CF2FA /* created_pull_request.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = created_pull_request.json; path = Fixtures/created_pull_request.json; sourceTree = ""; }; - D1EAE8472503886C0023806C /* Plan.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Plan.swift; sourceTree = ""; }; - D1EAE84C25038A910023806C /* PlanTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlanTests.swift; sourceTree = ""; }; - D1EAE8612503D33B0023806C /* PreviewHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviewHeader.swift; sourceTree = ""; }; - D1EAE86A2503D9280023806C /* Reactions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Reactions.swift; sourceTree = ""; }; - D4D28F6B2299D87300F8E92A /* LabelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LabelTests.swift; sourceTree = ""; }; - D4D28F6F2299DBE600F8E92A /* labels.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = labels.json; path = Fixtures/labels.json; sourceTree = ""; }; - D4D28F732299DCE700F8E92A /* label.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = label.json; path = Fixtures/label.json; sourceTree = ""; }; - D4D28F772299E9F200F8E92A /* String+PercentEncoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+PercentEncoding.swift"; sourceTree = ""; }; - DABBDE4F1C8C0C20008F57CD /* issue.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = issue.json; path = Fixtures/issue.json; sourceTree = ""; }; - DAEFC58F1C83D85100CF3785 /* Label.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Label.swift; sourceTree = ""; }; - DAEFC5941C83EF0D00CF3785 /* Milestone.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Milestone.swift; sourceTree = ""; }; - E7EDEA691C871CEB006BAAF2 /* Issue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Issue.swift; sourceTree = ""; }; - E7EDEA6B1C871D01006BAAF2 /* IssueTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IssueTests.swift; sourceTree = ""; }; - E7EDEA6D1C871D0E006BAAF2 /* issues.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = issues.json; path = Fixtures/issues.json; sourceTree = ""; }; - E7EE59D71BDFEFB30012E3D2 /* Stars.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stars.swift; sourceTree = ""; }; - E7EE59D91BE10DA60012E3D2 /* StarsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StarsTests.swift; sourceTree = ""; }; - E7EE59DB1BE119110012E3D2 /* Follow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Follow.swift; sourceTree = ""; }; - E7EE59DD1BE11C2A0012E3D2 /* FollowTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FollowTests.swift; sourceTree = ""; }; - F330CBC62D0305CC001D2BA9 /* Team.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Team.swift; sourceTree = ""; }; - F8711EA11BFCAE9F005DDACA /* Time.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Time.swift; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 234F4BA61BDDE31A00A58EF7 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 234F4BAE1BDDE31A00A58EF7 /* OctoKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 239BE7C51B8C47A100D2CE22 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 23B2F98925B1DD94000A8CE1 /* RequestKit in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF25E1C7AB5FB005011C4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 23B2F98F25B1DE89000A8CE1 /* RequestKit in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF2681C7AB5FC005011C4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 23CAF26C1C7AB5FC005011C4 /* OctoKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF27A1C7AB60C005011C4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 23B2F99125B1DE90000A8CE1 /* RequestKit in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF2841C7AB60D005011C4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 23CAF2881C7AB60D005011C4 /* OctoKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF2961C7AB619005011C4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 23B2F99325B1DE97000A8CE1 /* RequestKit in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 234F4BAA1BDDE31A00A58EF7 /* OctoKitTests */ = { - isa = PBXGroup; - children = ( - 234F4BAD1BDDE31A00A58EF7 /* Info.plist */, - 234F4BC91BDDE3F900A58EF7 /* ConfigurationTests.swift */, - E7EE59DD1BE11C2A0012E3D2 /* FollowTests.swift */, - 515337F022529C380024544D /* GistTests.swift */, - E7EDEA6B1C871D01006BAAF2 /* IssueTests.swift */, - D4D28F6B2299D87300F8E92A /* LabelTests.swift */, - 234F4BCB1BDDE3F900A58EF7 /* OctokitSwiftTests.swift */, - 23A0521E1CA924950068BFF7 /* OctoKitURLTestSession.swift */, - D1EAE84C25038A910023806C /* PlanTests.swift */, - 23EA618125EAE2FA001B0964 /* PreviewHeaderTests.swift */, - 234F4BCC1BDDE3F900A58EF7 /* PublicKeyTests.swift */, - BF8C76EB002802C14A08F63E /* PullRequestTests.swift */, - 23EA618325EAE2FA001B0964 /* ReactionsTests.swift */, - 5090ED7523E48EE60062C763 /* ReleasesTests.swift */, - 234F4BCD1BDDE3F900A58EF7 /* RepositoryTests.swift */, - 9D9ADDDE23EEFD4A000AC34D /* ReviewTests.swift */, - E7EE59D91BE10DA60012E3D2 /* StarsTests.swift */, - 23EA618225EAE2FA001B0964 /* StatusesTests.swift */, - 234F4BCE1BDDE3F900A58EF7 /* TestHelper.swift */, - 234F4BCF1BDDE3F900A58EF7 /* UserTests.swift */, - 234F4BD71BDDE40400A58EF7 /* Fixtures */, - ); - name = OctoKitTests; - path = Tests/OctoKitTests; - sourceTree = ""; - }; - 234F4BD71BDDE40400A58EF7 /* Fixtures */ = { - isa = PBXGroup; - children = ( - C1B2EE912A0C0090001CF2FA /* created_pull_request.json */, - 84B89D022C814DE400273C68 /* forked_repo.json */, - 515337F92252A0410024544D /* gist.json */, - 515337F522529E7B0024544D /* gists.json */, - 5090ED7123E483820062C763 /* issue_comment.json */, - 23EA619B25EAE31A001B0964 /* issue_comments.json */, - DABBDE4F1C8C0C20008F57CD /* issue.json */, - 515337A8224FC3760024544D /* issue2.json */, - E7EDEA6D1C871D0E006BAAF2 /* issues.json */, - D4D28F732299DCE700F8E92A /* label.json */, - D4D28F6F2299DBE600F8E92A /* labels.json */, - 721F73E829889A040064B11A /* latest_release.json */, - 23EA619D25EAE31A001B0964 /* plan.json */, - 5090ED7723E48FBC0062C763 /* post_release.json */, - 234F4BD81BDDE44600A58EF7 /* public_key.json */, - 23EA61A025EAE31A001B0964 /* pull_request.json */, - 23EA61A125EAE31A001B0964 /* pull_requests.json */, - 23EA619C25EAE31A001B0964 /* reactions.json */, - 23EA619F25EAE31A001B0964 /* releases.json */, - 234F4BD91BDDE44600A58EF7 /* repo.json */, - 23EA619E25EAE31A001B0964 /* reviews.json */, - 665D5D5F24A639D70045E3B4 /* status.json */, - 665D5D5E24A639D70045E3B4 /* statuses.json */, - 849DF0792D029AF400A202DF /* topics.json */, - 234F4BDA1BDDE44600A58EF7 /* user_me.json */, - 234F4BDB1BDDE44600A58EF7 /* user_mietzmithut.json */, - 234F4BDC1BDDE44600A58EF7 /* user_repos.json */, - 03CCD2512453A9AA007D5CB3 /* users.json */, - ); - name = Fixtures; - sourceTree = ""; - }; - 239BE7CA1B8C47A100D2CE22 /* OctoKit */ = { - isa = PBXGroup; - children = ( - 239BE7CD1B8C47A100D2CE22 /* OctoKit.h */, - 23B267851BDDD756003887E3 /* Configuration.swift */, - 515337C3225179FB0024544D /* File.swift */, - E7EE59DB1BE119110012E3D2 /* Follow.swift */, - 515337C1225166600024544D /* Gist.swift */, - E7EDEA691C871CEB006BAAF2 /* Issue.swift */, - DAEFC58F1C83D85100CF3785 /* Label.swift */, - DAEFC5941C83EF0D00CF3785 /* Milestone.swift */, - 23B267861BDDD756003887E3 /* Octokit.swift */, - 84B89D002C814DBC00273C68 /* Organization.swift */, - BF8C72B985869B84F46B4E9D /* Parameters.swift */, - D1EAE8472503886C0023806C /* Plan.swift */, - D1EAE8612503D33B0023806C /* PreviewHeader.swift */, - 23B267871BDDD756003887E3 /* PublicKey.swift */, - BF8C73E0EF3CEEBDEA68DD5E /* PullRequest.swift */, - D1EAE86A2503D9280023806C /* Reactions.swift */, - 5090ED7323E48AA80062C763 /* Releases.swift */, - 23B267881BDDD756003887E3 /* Repositories.swift */, - 9D9ADDE023EEFDE0000AC34D /* Review.swift */, - E7EE59D71BDFEFB30012E3D2 /* Stars.swift */, - 665D5D5924A639960045E3B4 /* Statuses.swift */, - D4D28F772299E9F200F8E92A /* String+PercentEncoding.swift */, - F330CBC62D0305CC001D2BA9 /* Team.swift */, - F8711EA11BFCAE9F005DDACA /* Time.swift */, - 237F91E31E5AEC82005FAA6B /* URL+URLParameters.swift */, - 23B267891BDDD756003887E3 /* User.swift */, - 239BE7CB1B8C47A100D2CE22 /* Supporting Files */, - ); - path = OctoKit; - sourceTree = ""; - }; - 239BE7CB1B8C47A100D2CE22 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 239BE7CC1B8C47A100D2CE22 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - B975D5A3F8B0384EFB0C5863 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 230B589B1FD079C7000FE68A /* RequestKit.framework */, - 230B589D1FD079D5000FE68A /* RequestKit.framework */, - 230B589F1FD079E2000FE68A /* RequestKit.framework */, - 230B58A11FD079ED000FE68A /* RequestKit.framework */, - 23F643421C7AEF2F000427B3 /* Nocilla.framework */, - 23F6433C1C7AEEB6000427B3 /* Nocilla.framework */, - 23B2679C1BDDDBBE003887E3 /* Nocilla.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - F01C6F2B1A6429CC0072FA44 = { - isa = PBXGroup; - children = ( - 239BE7CA1B8C47A100D2CE22 /* OctoKit */, - 234F4BAA1BDDE31A00A58EF7 /* OctoKitTests */, - F01C6F351A6429CC0072FA44 /* Products */, - B975D5A3F8B0384EFB0C5863 /* Frameworks */, - ); - sourceTree = ""; - usesTabs = 0; - }; - F01C6F351A6429CC0072FA44 /* Products */ = { - isa = PBXGroup; - children = ( - 239BE7C91B8C47A100D2CE22 /* OctoKit.framework */, - 234F4BA91BDDE31A00A58EF7 /* OctoKitTests.xctest */, - 23CAF2621C7AB5FB005011C4 /* OctoKit.framework */, - 23CAF26B1C7AB5FC005011C4 /* OctoKit tvOSTests.xctest */, - 23CAF27E1C7AB60C005011C4 /* OctoKit.framework */, - 23CAF2871C7AB60D005011C4 /* OctoKit MacTests.xctest */, - 23CAF29A1C7AB619005011C4 /* OctoKit.framework */, - ); - name = Products; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 239BE7C61B8C47A100D2CE22 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 239BE7CE1B8C47A100D2CE22 /* OctoKit.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF25F1C7AB5FB005011C4 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 23CAF2CC1C7AB728005011C4 /* OctoKit.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF27B1C7AB60C005011C4 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 23CAF2CE1C7AB73D005011C4 /* OctoKit.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF2971C7AB619005011C4 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 23CAF2D11C7AB759005011C4 /* OctoKit.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 234F4BA81BDDE31A00A58EF7 /* OctoKitTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 234F4BB11BDDE31A00A58EF7 /* Build configuration list for PBXNativeTarget "OctoKitTests" */; - buildPhases = ( - 234F4BA51BDDE31A00A58EF7 /* Sources */, - 234F4BA61BDDE31A00A58EF7 /* Frameworks */, - 234F4BA71BDDE31A00A58EF7 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 234F4BB01BDDE31A00A58EF7 /* PBXTargetDependency */, - ); - name = OctoKitTests; - productName = OctoKitTests; - productReference = 234F4BA91BDDE31A00A58EF7 /* OctoKitTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - 239BE7C81B8C47A100D2CE22 /* OctoKit */ = { - isa = PBXNativeTarget; - buildConfigurationList = 239BE7E01B8C47A100D2CE22 /* Build configuration list for PBXNativeTarget "OctoKit" */; - buildPhases = ( - 239BE7C41B8C47A100D2CE22 /* Sources */, - 239BE7C51B8C47A100D2CE22 /* Frameworks */, - 239BE7C61B8C47A100D2CE22 /* Headers */, - 239BE7C71B8C47A100D2CE22 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = OctoKit; - packageProductDependencies = ( - 23B2F98825B1DD94000A8CE1 /* RequestKit */, - ); - productName = OctoKit; - productReference = 239BE7C91B8C47A100D2CE22 /* OctoKit.framework */; - productType = "com.apple.product-type.framework"; - }; - 23CAF2611C7AB5FB005011C4 /* OctoKit tvOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 23CAF2771C7AB5FC005011C4 /* Build configuration list for PBXNativeTarget "OctoKit tvOS" */; - buildPhases = ( - 23CAF25D1C7AB5FB005011C4 /* Sources */, - 23CAF25E1C7AB5FB005011C4 /* Frameworks */, - 23CAF25F1C7AB5FB005011C4 /* Headers */, - 23CAF2601C7AB5FB005011C4 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "OctoKit tvOS"; - packageProductDependencies = ( - 23B2F98E25B1DE89000A8CE1 /* RequestKit */, - ); - productName = "OctoKit tvOS"; - productReference = 23CAF2621C7AB5FB005011C4 /* OctoKit.framework */; - productType = "com.apple.product-type.framework"; - }; - 23CAF26A1C7AB5FC005011C4 /* OctoKit tvOSTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 23CAF2781C7AB5FC005011C4 /* Build configuration list for PBXNativeTarget "OctoKit tvOSTests" */; - buildPhases = ( - 23CAF2671C7AB5FC005011C4 /* Sources */, - 23CAF2681C7AB5FC005011C4 /* Frameworks */, - 23CAF2691C7AB5FC005011C4 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 23CAF26E1C7AB5FC005011C4 /* PBXTargetDependency */, - ); - name = "OctoKit tvOSTests"; - productName = "OctoKit tvOSTests"; - productReference = 23CAF26B1C7AB5FC005011C4 /* OctoKit tvOSTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - 23CAF27D1C7AB60C005011C4 /* OctoKit Mac */ = { - isa = PBXNativeTarget; - buildConfigurationList = 23CAF28F1C7AB60D005011C4 /* Build configuration list for PBXNativeTarget "OctoKit Mac" */; - buildPhases = ( - 23CAF2791C7AB60C005011C4 /* Sources */, - 23CAF27A1C7AB60C005011C4 /* Frameworks */, - 23CAF27B1C7AB60C005011C4 /* Headers */, - 23CAF27C1C7AB60C005011C4 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "OctoKit Mac"; - packageProductDependencies = ( - 23B2F99025B1DE90000A8CE1 /* RequestKit */, - ); - productName = "OctoKit Mac"; - productReference = 23CAF27E1C7AB60C005011C4 /* OctoKit.framework */; - productType = "com.apple.product-type.framework"; - }; - 23CAF2861C7AB60D005011C4 /* OctoKit MacTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 23CAF2921C7AB60D005011C4 /* Build configuration list for PBXNativeTarget "OctoKit MacTests" */; - buildPhases = ( - 23CAF2831C7AB60D005011C4 /* Sources */, - 23CAF2841C7AB60D005011C4 /* Frameworks */, - 23CAF2851C7AB60D005011C4 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 23CAF28A1C7AB60D005011C4 /* PBXTargetDependency */, - ); - name = "OctoKit MacTests"; - productName = "OctoKit MacTests"; - productReference = 23CAF2871C7AB60D005011C4 /* OctoKit MacTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - 23CAF2991C7AB619005011C4 /* OctoKit watchOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 23CAF29F1C7AB619005011C4 /* Build configuration list for PBXNativeTarget "OctoKit watchOS" */; - buildPhases = ( - 23CAF2951C7AB619005011C4 /* Sources */, - 23CAF2961C7AB619005011C4 /* Frameworks */, - 23CAF2971C7AB619005011C4 /* Headers */, - 23CAF2981C7AB619005011C4 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "OctoKit watchOS"; - packageProductDependencies = ( - 23B2F99225B1DE97000A8CE1 /* RequestKit */, - ); - productName = "OctoKit watchOS"; - productReference = 23CAF29A1C7AB619005011C4 /* OctoKit.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - F01C6F2C1A6429CC0072FA44 /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftMigration = 0700; - LastSwiftUpdateCheck = 0720; - LastUpgradeCheck = 1020; - ORGANIZATIONNAME = "nerdish by nature"; - TargetAttributes = { - 234F4BA81BDDE31A00A58EF7 = { - CreatedOnToolsVersion = 7.1; - LastSwiftMigration = 1130; - ProvisioningStyle = Manual; - }; - 239BE7C81B8C47A100D2CE22 = { - CreatedOnToolsVersion = 6.4; - DevelopmentTeam = 3NPZ2HXWU8; - DevelopmentTeamName = "Piet Brauer"; - LastSwiftMigration = 1130; - }; - 23CAF2611C7AB5FB005011C4 = { - CreatedOnToolsVersion = 7.2.1; - }; - 23CAF26A1C7AB5FC005011C4 = { - CreatedOnToolsVersion = 7.2.1; - ProvisioningStyle = Manual; - }; - 23CAF27D1C7AB60C005011C4 = { - CreatedOnToolsVersion = 7.2.1; - LastSwiftMigration = 0830; - }; - 23CAF2861C7AB60D005011C4 = { - CreatedOnToolsVersion = 7.2.1; - LastSwiftMigration = 0830; - }; - 23CAF2991C7AB619005011C4 = { - CreatedOnToolsVersion = 7.2.1; - }; - }; - }; - buildConfigurationList = F01C6F2F1A6429CC0072FA44 /* Build configuration list for PBXProject "OctoKit" */; - compatibilityVersion = "Xcode 9.3"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = F01C6F2B1A6429CC0072FA44; - packageReferences = ( - 23B2F98725B1DD94000A8CE1 /* XCRemoteSwiftPackageReference "RequestKit" */, - ); - productRefGroup = F01C6F351A6429CC0072FA44 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 239BE7C81B8C47A100D2CE22 /* OctoKit */, - 234F4BA81BDDE31A00A58EF7 /* OctoKitTests */, - 23CAF2611C7AB5FB005011C4 /* OctoKit tvOS */, - 23CAF26A1C7AB5FC005011C4 /* OctoKit tvOSTests */, - 23CAF27D1C7AB60C005011C4 /* OctoKit Mac */, - 23CAF2861C7AB60D005011C4 /* OctoKit MacTests */, - 23CAF2991C7AB619005011C4 /* OctoKit watchOS */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 234F4BA71BDDE31A00A58EF7 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 23EA61A825EAE31A001B0964 /* plan.json in Resources */, - 03CCD2532453A9B8007D5CB3 /* users.json in Resources */, - 23EA61A225EAE31A001B0964 /* issue_comments.json in Resources */, - 515337A9224FC3760024544D /* issue2.json in Resources */, - D4D28F742299DCE700F8E92A /* label.json in Resources */, - 234F4BDF1BDDE44600A58EF7 /* user_me.json in Resources */, - 234F4BDD1BDDE44600A58EF7 /* public_key.json in Resources */, - 5090ED7223E483820062C763 /* issue_comment.json in Resources */, - DABBDE501C8C0C20008F57CD /* issue.json in Resources */, - 849DF07B2D029AF400A202DF /* topics.json in Resources */, - 234F4BDE1BDDE44600A58EF7 /* repo.json in Resources */, - 23EA61B425EAE31A001B0964 /* pull_requests.json in Resources */, - 234F4BE11BDDE44600A58EF7 /* user_repos.json in Resources */, - 234F4BE01BDDE44600A58EF7 /* user_mietzmithut.json in Resources */, - 23EA61AB25EAE31A001B0964 /* reviews.json in Resources */, - 23EA61AE25EAE31A001B0964 /* releases.json in Resources */, - 84B89D032C814DE400273C68 /* forked_repo.json in Resources */, - 515337F622529E7B0024544D /* gists.json in Resources */, - 721F73E929889A040064B11A /* latest_release.json in Resources */, - 23EA61B125EAE31A001B0964 /* pull_request.json in Resources */, - 515337FA2252A0410024544D /* gist.json in Resources */, - 665D5D6324A639DF0045E3B4 /* statuses.json in Resources */, - 665D5D6224A639DF0045E3B4 /* status.json in Resources */, - D4D28F702299DBE600F8E92A /* labels.json in Resources */, - E7EDEA6E1C871D0E006BAAF2 /* issues.json in Resources */, - 23EA61A525EAE31A001B0964 /* reactions.json in Resources */, - 5090ED7823E48FBC0062C763 /* post_release.json in Resources */, - C1B2EE922A0C0090001CF2FA /* created_pull_request.json in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 239BE7C71B8C47A100D2CE22 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 03CCD2522453A9AA007D5CB3 /* users.json in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF2601C7AB5FB005011C4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF2691C7AB5FC005011C4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 23EA61A925EAE31A001B0964 /* plan.json in Resources */, - 03CCD2542453A9BE007D5CB3 /* users.json in Resources */, - 23EA61A325EAE31A001B0964 /* issue_comments.json in Resources */, - 515337AA224FC3760024544D /* issue2.json in Resources */, - D4D28F752299DCE700F8E92A /* label.json in Resources */, - 23F6434A1C7AEF69000427B3 /* user_me.json in Resources */, - 23F643461C7AEF63000427B3 /* public_key.json in Resources */, - 502C70FC23E8535900384775 /* issue_comment.json in Resources */, - DABBDE511C8C0C20008F57CD /* issue.json in Resources */, - 849DF07C2D029AF400A202DF /* topics.json in Resources */, - 23F643481C7AEF66000427B3 /* repo.json in Resources */, - 23EA61B525EAE31A001B0964 /* pull_requests.json in Resources */, - 23F6434E1C7AEF6F000427B3 /* user_repos.json in Resources */, - 23F6434C1C7AEF6C000427B3 /* user_mietzmithut.json in Resources */, - 23EA61AC25EAE31A001B0964 /* reviews.json in Resources */, - 23EA61AF25EAE31A001B0964 /* releases.json in Resources */, - 84B89D042C814DED00273C68 /* forked_repo.json in Resources */, - 515337F722529E7B0024544D /* gists.json in Resources */, - 721F73EA29889A040064B11A /* latest_release.json in Resources */, - 23EA61B225EAE31A001B0964 /* pull_request.json in Resources */, - 515337FB2252A0410024544D /* gist.json in Resources */, - 665D5D6524A639E00045E3B4 /* statuses.json in Resources */, - 665D5D6424A639E00045E3B4 /* status.json in Resources */, - 50AFBB1C23EAC890004D30A8 /* post_release.json in Resources */, - D4D28F712299DBE600F8E92A /* labels.json in Resources */, - 23EA61A625EAE31A001B0964 /* reactions.json in Resources */, - E7EDEA741C871FA8006BAAF2 /* issues.json in Resources */, - C1B2EE932A0C0090001CF2FA /* created_pull_request.json in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF27C1C7AB60C005011C4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF2851C7AB60D005011C4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 23EA61AA25EAE31A001B0964 /* plan.json in Resources */, - 03CCD2552453A9C4007D5CB3 /* users.json in Resources */, - 23EA61A425EAE31A001B0964 /* issue_comments.json in Resources */, - 515337AB224FC3760024544D /* issue2.json in Resources */, - D4D28F762299DCE700F8E92A /* label.json in Resources */, - 23F6434B1C7AEF6A000427B3 /* user_me.json in Resources */, - 23F643471C7AEF63000427B3 /* public_key.json in Resources */, - 502C70FD23E8535A00384775 /* issue_comment.json in Resources */, - DABBDE521C8C0C20008F57CD /* issue.json in Resources */, - 849DF07A2D029AF400A202DF /* topics.json in Resources */, - 23F643491C7AEF67000427B3 /* repo.json in Resources */, - 23EA61B625EAE31A001B0964 /* pull_requests.json in Resources */, - 23F6434F1C7AEF70000427B3 /* user_repos.json in Resources */, - 23F6434D1C7AEF6D000427B3 /* user_mietzmithut.json in Resources */, - 23EA61AD25EAE31A001B0964 /* reviews.json in Resources */, - 23EA61B025EAE31A001B0964 /* releases.json in Resources */, - 84B89D052C814DEE00273C68 /* forked_repo.json in Resources */, - 515337F822529E7B0024544D /* gists.json in Resources */, - 721F73EB29889A040064B11A /* latest_release.json in Resources */, - 23EA61B325EAE31A001B0964 /* pull_request.json in Resources */, - 515337FC2252A0410024544D /* gist.json in Resources */, - 665D5D6724A639E00045E3B4 /* statuses.json in Resources */, - 665D5D6624A639E00045E3B4 /* status.json in Resources */, - 50AFBB1D23EAC891004D30A8 /* post_release.json in Resources */, - D4D28F722299DBE600F8E92A /* labels.json in Resources */, - 23EA61A725EAE31A001B0964 /* reactions.json in Resources */, - E7EDEA751C871FA9006BAAF2 /* issues.json in Resources */, - C1B2EE942A0C0090001CF2FA /* created_pull_request.json in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF2981C7AB619005011C4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 234F4BA51BDDE31A00A58EF7 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 234F4BD61BDDE3F900A58EF7 /* UserTests.swift in Sources */, - D4D28F6C2299D87300F8E92A /* LabelTests.swift in Sources */, - 234F4BD31BDDE3F900A58EF7 /* PublicKeyTests.swift in Sources */, - E7EDEA6C1C871D01006BAAF2 /* IssueTests.swift in Sources */, - 234F4BD41BDDE3F900A58EF7 /* RepositoryTests.swift in Sources */, - 23EA618725EAE2FA001B0964 /* StatusesTests.swift in Sources */, - 23EA618A25EAE2FA001B0964 /* ReactionsTests.swift in Sources */, - E7EE59DE1BE11C2A0012E3D2 /* FollowTests.swift in Sources */, - 234F4BD51BDDE3F900A58EF7 /* TestHelper.swift in Sources */, - 5090ED7623E48EE60062C763 /* ReleasesTests.swift in Sources */, - 23A0521F1CA924950068BFF7 /* OctoKitURLTestSession.swift in Sources */, - 234F4BD01BDDE3F900A58EF7 /* ConfigurationTests.swift in Sources */, - D1EAE85625038BBE0023806C /* PlanTests.swift in Sources */, - 515337F222529D590024544D /* GistTests.swift in Sources */, - 234F4BD21BDDE3F900A58EF7 /* OctokitSwiftTests.swift in Sources */, - E7EE59DA1BE10DA60012E3D2 /* StarsTests.swift in Sources */, - BF8C719220F02AC04EF3D137 /* PullRequestTests.swift in Sources */, - 23EA618425EAE2FA001B0964 /* PreviewHeaderTests.swift in Sources */, - 9D9ADDDF23EEFD4A000AC34D /* ReviewTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 239BE7C41B8C47A100D2CE22 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D1EAE86B2503D9280023806C /* Reactions.swift in Sources */, - E7EE59DC1BE119110012E3D2 /* Follow.swift in Sources */, - D1EAE8622503D33B0023806C /* PreviewHeader.swift in Sources */, - 23B2678A1BDDD756003887E3 /* Configuration.swift in Sources */, - D1EAE8482503886C0023806C /* Plan.swift in Sources */, - D4D28F782299E9F200F8E92A /* String+PercentEncoding.swift in Sources */, - E7EE59D81BDFEFB30012E3D2 /* Stars.swift in Sources */, - 23B2678D1BDDD756003887E3 /* Repositories.swift in Sources */, - 5090ED7423E48AA80062C763 /* Releases.swift in Sources */, - F8711EA21BFCAE9F005DDACA /* Time.swift in Sources */, - 84B89D012C814DBC00273C68 /* Organization.swift in Sources */, - 515337C4225179FB0024544D /* File.swift in Sources */, - 515337C2225166600024544D /* Gist.swift in Sources */, - F330CBC92D0305CC001D2BA9 /* Team.swift in Sources */, - 23B2678C1BDDD756003887E3 /* PublicKey.swift in Sources */, - 23B2678E1BDDD756003887E3 /* User.swift in Sources */, - 237F91E41E5AEC82005FAA6B /* URL+URLParameters.swift in Sources */, - DAEFC5951C83EF0D00CF3785 /* Milestone.swift in Sources */, - 23B2678B1BDDD756003887E3 /* Octokit.swift in Sources */, - 9D9ADDE123EEFDE0000AC34D /* Review.swift in Sources */, - E7EDEA6A1C871CEB006BAAF2 /* Issue.swift in Sources */, - DAEFC5901C83D85100CF3785 /* Label.swift in Sources */, - 665D5D5A24A639960045E3B4 /* Statuses.swift in Sources */, - BF8C7BE0F4071324EBDCA204 /* PullRequest.swift in Sources */, - BF8C7567F24BC2E1EB83EE57 /* Parameters.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF25D1C7AB5FB005011C4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 23CAF2A51C7AB6C2005011C4 /* Follow.swift in Sources */, - D1EAE8632503D33B0023806C /* PreviewHeader.swift in Sources */, - 23CAF2AE1C7AB6CD005011C4 /* Repositories.swift in Sources */, - D4D28FA0229A02A900F8E92A /* String+PercentEncoding.swift in Sources */, - 23CAF2B11C7AB6D1005011C4 /* User.swift in Sources */, - D1EAE8492503886C0023806C /* Plan.swift in Sources */, - 665D5D5B24A6399D0045E3B4 /* Statuses.swift in Sources */, - 23B2F9C125B1DF6F000A8CE1 /* Review.swift in Sources */, - 23CAF2A21C7AB6BE005011C4 /* Configuration.swift in Sources */, - 50AFBB1E23EAC89E004D30A8 /* Releases.swift in Sources */, - 84B89D0A2C81587100273C68 /* Organization.swift in Sources */, - 23CAF2B71C7AB6EB005011C4 /* Time.swift in Sources */, - 23CAF2B41C7AB6D4005011C4 /* Stars.swift in Sources */, - F330CBCA2D0305CC001D2BA9 /* Team.swift in Sources */, - 23CAF2AB1C7AB6C9005011C4 /* PublicKey.swift in Sources */, - D1EAE86C2503D9280023806C /* Reactions.swift in Sources */, - 237F91E51E5AEC87005FAA6B /* URL+URLParameters.swift in Sources */, - DAEFC5961C83EF0D00CF3785 /* Milestone.swift in Sources */, - 23CAF2A81C7AB6C6005011C4 /* Octokit.swift in Sources */, - 515337C5225179FB0024544D /* File.swift in Sources */, - E7EDEA6F1C871F81006BAAF2 /* Issue.swift in Sources */, - 515337C822517A060024544D /* Gist.swift in Sources */, - DAEFC5911C83D85100CF3785 /* Label.swift in Sources */, - BF8C797115D9BB2DE41E59E6 /* PullRequest.swift in Sources */, - BF8C7DEE90DD25CBCA4AEE71 /* Parameters.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF2671C7AB5FC005011C4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 23CAF2BC1C7AB6FC005011C4 /* FollowTests.swift in Sources */, - D4D28F6D2299D87A00F8E92A /* LabelTests.swift in Sources */, - 23CAF2C41C7AB708005011C4 /* StarsTests.swift in Sources */, - E7EDEA721C871F94006BAAF2 /* IssueTests.swift in Sources */, - 23CAF2C61C7AB70B005011C4 /* TestHelper.swift in Sources */, - 23EA618825EAE2FA001B0964 /* StatusesTests.swift in Sources */, - 23EA618B25EAE2FA001B0964 /* ReactionsTests.swift in Sources */, - 23CAF2BE1C7AB6FE005011C4 /* OctokitSwiftTests.swift in Sources */, - 23CAF2C01C7AB702005011C4 /* PublicKeyTests.swift in Sources */, - D1EAE85725038BBF0023806C /* PlanTests.swift in Sources */, - 50AFBB1A23EAC885004D30A8 /* ReleasesTests.swift in Sources */, - 23A052201CA924950068BFF7 /* OctoKitURLTestSession.swift in Sources */, - 23CAF2CA1C7AB711005011C4 /* UserTests.swift in Sources */, - 515337F322529D5A0024544D /* GistTests.swift in Sources */, - 23B2F9A925B1DF25000A8CE1 /* ReviewTests.swift in Sources */, - 23CAF2C21C7AB705005011C4 /* RepositoryTests.swift in Sources */, - 23CAF2BA1C7AB6F1005011C4 /* ConfigurationTests.swift in Sources */, - 23EA618525EAE2FA001B0964 /* PreviewHeaderTests.swift in Sources */, - BF8C725A44F262E5305385CC /* PullRequestTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF2791C7AB60C005011C4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 23CAF2A61C7AB6C2005011C4 /* Follow.swift in Sources */, - D1EAE8642503D33B0023806C /* PreviewHeader.swift in Sources */, - 23CAF2AF1C7AB6CD005011C4 /* Repositories.swift in Sources */, - D4D28FA1229A02A900F8E92A /* String+PercentEncoding.swift in Sources */, - 23CAF2B21C7AB6D1005011C4 /* User.swift in Sources */, - D1EAE84A2503886C0023806C /* Plan.swift in Sources */, - 665D5D5C24A6399D0045E3B4 /* Statuses.swift in Sources */, - 23B2F9C925B1DF70000A8CE1 /* Review.swift in Sources */, - 23CAF2A31C7AB6BF005011C4 /* Configuration.swift in Sources */, - 50AFBB1F23EAC89F004D30A8 /* Releases.swift in Sources */, - 84B89D0B2C81587100273C68 /* Organization.swift in Sources */, - 23CAF2B81C7AB6EB005011C4 /* Time.swift in Sources */, - 23CAF2B51C7AB6D5005011C4 /* Stars.swift in Sources */, - F330CBC72D0305CC001D2BA9 /* Team.swift in Sources */, - 23CAF2AC1C7AB6CA005011C4 /* PublicKey.swift in Sources */, - D1EAE86D2503D9280023806C /* Reactions.swift in Sources */, - 237F91E61E5AEC88005FAA6B /* URL+URLParameters.swift in Sources */, - DAEFC5971C83EF0D00CF3785 /* Milestone.swift in Sources */, - 23CAF2A91C7AB6C6005011C4 /* Octokit.swift in Sources */, - 515337C6225179FB0024544D /* File.swift in Sources */, - E7EDEA701C871F81006BAAF2 /* Issue.swift in Sources */, - 515337C922517A070024544D /* Gist.swift in Sources */, - DAEFC5921C83D85100CF3785 /* Label.swift in Sources */, - BF8C7FFFDDAFA560EBEC35EE /* PullRequest.swift in Sources */, - BF8C7A3F2B4817EF3AD1B315 /* Parameters.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF2831C7AB60D005011C4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 23CAF2BD1C7AB6FC005011C4 /* FollowTests.swift in Sources */, - D4D28F6E2299D87A00F8E92A /* LabelTests.swift in Sources */, - 23CAF2C51C7AB709005011C4 /* StarsTests.swift in Sources */, - E7EDEA731C871F95006BAAF2 /* IssueTests.swift in Sources */, - 23CAF2C71C7AB70C005011C4 /* TestHelper.swift in Sources */, - 23EA618925EAE2FA001B0964 /* StatusesTests.swift in Sources */, - 23EA618C25EAE2FA001B0964 /* ReactionsTests.swift in Sources */, - 23CAF2BF1C7AB6FF005011C4 /* OctokitSwiftTests.swift in Sources */, - 23CAF2C11C7AB702005011C4 /* PublicKeyTests.swift in Sources */, - D1EAE85825038BC00023806C /* PlanTests.swift in Sources */, - 50AFBB1B23EAC886004D30A8 /* ReleasesTests.swift in Sources */, - 23A052211CA924950068BFF7 /* OctoKitURLTestSession.swift in Sources */, - 23CAF2CB1C7AB712005011C4 /* UserTests.swift in Sources */, - 515337F422529D5C0024544D /* GistTests.swift in Sources */, - 23B2F9B125B1DF26000A8CE1 /* ReviewTests.swift in Sources */, - 23CAF2C31C7AB706005011C4 /* RepositoryTests.swift in Sources */, - 23CAF2BB1C7AB6F1005011C4 /* ConfigurationTests.swift in Sources */, - 23EA618625EAE2FA001B0964 /* PreviewHeaderTests.swift in Sources */, - BF8C732A1D13EFA1DE994A6B /* PullRequestTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 23CAF2951C7AB619005011C4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 23CAF2A71C7AB6C3005011C4 /* Follow.swift in Sources */, - D1EAE8652503D33B0023806C /* PreviewHeader.swift in Sources */, - 23CAF2B01C7AB6CE005011C4 /* Repositories.swift in Sources */, - D4D28FA2229A02AA00F8E92A /* String+PercentEncoding.swift in Sources */, - 23CAF2B31C7AB6D2005011C4 /* User.swift in Sources */, - D1EAE84B2503886C0023806C /* Plan.swift in Sources */, - 665D5D5D24A6399E0045E3B4 /* Statuses.swift in Sources */, - 23B2F9CA25B1DF70000A8CE1 /* Review.swift in Sources */, - 23CAF2A41C7AB6BF005011C4 /* Configuration.swift in Sources */, - 50AFBB2023EAC8A0004D30A8 /* Releases.swift in Sources */, - 84B89D0C2C81587200273C68 /* Organization.swift in Sources */, - 23CAF2B91C7AB6EC005011C4 /* Time.swift in Sources */, - 23CAF2B61C7AB6D5005011C4 /* Stars.swift in Sources */, - F330CBC82D0305CC001D2BA9 /* Team.swift in Sources */, - 23CAF2AD1C7AB6CA005011C4 /* PublicKey.swift in Sources */, - D1EAE86E2503D9280023806C /* Reactions.swift in Sources */, - 237F91E71E5AEC89005FAA6B /* URL+URLParameters.swift in Sources */, - DAEFC5981C83EF0D00CF3785 /* Milestone.swift in Sources */, - 23CAF2AA1C7AB6C7005011C4 /* Octokit.swift in Sources */, - 515337C7225179FB0024544D /* File.swift in Sources */, - E7EDEA711C871F82006BAAF2 /* Issue.swift in Sources */, - 515337CA22517A0B0024544D /* Gist.swift in Sources */, - DAEFC5931C83D85100CF3785 /* Label.swift in Sources */, - BF8C7808F0A0A71D0110AD43 /* PullRequest.swift in Sources */, - BF8C7AB9EBD2E18007A8B77D /* Parameters.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 234F4BB01BDDE31A00A58EF7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 239BE7C81B8C47A100D2CE22 /* OctoKit */; - targetProxy = 234F4BAF1BDDE31A00A58EF7 /* PBXContainerItemProxy */; - }; - 23CAF26E1C7AB5FC005011C4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 23CAF2611C7AB5FB005011C4 /* OctoKit tvOS */; - targetProxy = 23CAF26D1C7AB5FC005011C4 /* PBXContainerItemProxy */; - }; - 23CAF28A1C7AB60D005011C4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 23CAF27D1C7AB60C005011C4 /* OctoKit Mac */; - targetProxy = 23CAF2891C7AB60D005011C4 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 234F4BB21BDDE31A00A58EF7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Manual; - DEBUG_INFORMATION_FORMAT = dwarf; - DEVELOPMENT_TEAM = ""; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = Tests/OctoKitTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - "$(FRAMEWORK_SEARCH_PATHS)", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.nerdishbynature.OctoKitTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SWIFT_VERSION = 5.0; - }; - name = Debug; - }; - 234F4BB31BDDE31A00A58EF7 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Manual; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEVELOPMENT_TEAM = ""; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = Tests/OctoKitTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - "$(FRAMEWORK_SEARCH_PATHS)", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.nerdishbynature.OctoKitTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 5.0; - }; - name = Release; - }; - 239BE7DC1B8C47A100D2CE22 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = "$(inherited)"; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 239BE7DD1B8C47A100D2CE22 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = "$(inherited)"; - GCC_NO_COMMON_BLOCKS = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - SKIP_INSTALL = YES; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 23CAF2731C7AB5FC005011C4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_NO_COMMON_BLOCKS = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - SDKROOT = appletvos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 4.2; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 23CAF2741C7AB5FC005011C4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_NO_COMMON_BLOCKS = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - SDKROOT = appletvos; - SKIP_INSTALL = YES; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 4.2; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 23CAF2751C7AB5FC005011C4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Manual; - DEBUG_INFORMATION_FORMAT = dwarf; - DEVELOPMENT_TEAM = ""; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = Tests/OctoKitTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - "$(FRAMEWORK_SEARCH_PATHS)", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.nerdishbynature.OctoKit-tvOSTests"; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SDKROOT = appletvos; - SWIFT_VERSION = 4.2; - }; - name = Debug; - }; - 23CAF2761C7AB5FC005011C4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Manual; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEVELOPMENT_TEAM = ""; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = Tests/OctoKitTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - "$(FRAMEWORK_SEARCH_PATHS)", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.nerdishbynature.OctoKit-tvOSTests"; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SDKROOT = appletvos; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 4.2; - }; - name = Release; - }; - 23CAF2901C7AB60D005011C4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - GCC_NO_COMMON_BLOCKS = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - SDKROOT = macosx; - SKIP_INSTALL = YES; - SWIFT_VERSION = 4.2; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 23CAF2911C7AB60D005011C4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - GCC_NO_COMMON_BLOCKS = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - SDKROOT = macosx; - SKIP_INSTALL = YES; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 4.2; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 23CAF2931C7AB60D005011C4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - DEBUG_INFORMATION_FORMAT = dwarf; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = Tests/OctoKitTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/../Frameworks", - "$(FRAMEWORK_SEARCH_PATHS)", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.nerdishbynature.OctoKit-MacTests"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = macosx; - SWIFT_VERSION = 4.2; - }; - name = Debug; - }; - 23CAF2941C7AB60D005011C4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = Tests/OctoKitTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/../Frameworks", - "$(FRAMEWORK_SEARCH_PATHS)", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.nerdishbynature.OctoKit-MacTests"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = macosx; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 4.2; - }; - name = Release; - }; - 23CAF2A01C7AB619005011C4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_NO_COMMON_BLOCKS = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - SDKROOT = watchos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = 4; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 23CAF2A11C7AB619005011C4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_NO_COMMON_BLOCKS = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - SDKROOT = watchos; - SKIP_INSTALL = YES; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = 4; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - F01C6F511A6429CC0072FA44 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = 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_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_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - 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_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - INFOPLIST_FILE = OctoKit/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MACOSX_DEPLOYMENT_TARGET = 10.15; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.nerdishbynature.OctoKit; - PRODUCT_NAME = OctoKit; - SDKROOT = iphoneos; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.0; - WATCHOS_DEPLOYMENT_TARGET = 4.0; - }; - name = Debug; - }; - F01C6F521A6429CC0072FA44 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = 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_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_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_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; - INFOPLIST_FILE = OctoKit/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MACOSX_DEPLOYMENT_TARGET = 10.15; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_BUNDLE_IDENTIFIER = com.nerdishbynature.OctoKit; - PRODUCT_NAME = OctoKit; - SDKROOT = iphoneos; - SWIFT_VERSION = 4.0; - VALIDATE_PRODUCT = YES; - WATCHOS_DEPLOYMENT_TARGET = 4.0; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 234F4BB11BDDE31A00A58EF7 /* Build configuration list for PBXNativeTarget "OctoKitTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 234F4BB21BDDE31A00A58EF7 /* Debug */, - 234F4BB31BDDE31A00A58EF7 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 239BE7E01B8C47A100D2CE22 /* Build configuration list for PBXNativeTarget "OctoKit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 239BE7DC1B8C47A100D2CE22 /* Debug */, - 239BE7DD1B8C47A100D2CE22 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 23CAF2771C7AB5FC005011C4 /* Build configuration list for PBXNativeTarget "OctoKit tvOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23CAF2731C7AB5FC005011C4 /* Debug */, - 23CAF2741C7AB5FC005011C4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 23CAF2781C7AB5FC005011C4 /* Build configuration list for PBXNativeTarget "OctoKit tvOSTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23CAF2751C7AB5FC005011C4 /* Debug */, - 23CAF2761C7AB5FC005011C4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 23CAF28F1C7AB60D005011C4 /* Build configuration list for PBXNativeTarget "OctoKit Mac" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23CAF2901C7AB60D005011C4 /* Debug */, - 23CAF2911C7AB60D005011C4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 23CAF2921C7AB60D005011C4 /* Build configuration list for PBXNativeTarget "OctoKit MacTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23CAF2931C7AB60D005011C4 /* Debug */, - 23CAF2941C7AB60D005011C4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 23CAF29F1C7AB619005011C4 /* Build configuration list for PBXNativeTarget "OctoKit watchOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23CAF2A01C7AB619005011C4 /* Debug */, - 23CAF2A11C7AB619005011C4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - F01C6F2F1A6429CC0072FA44 /* Build configuration list for PBXProject "OctoKit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F01C6F511A6429CC0072FA44 /* Debug */, - F01C6F521A6429CC0072FA44 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - -/* Begin XCRemoteSwiftPackageReference section */ - 23B2F98725B1DD94000A8CE1 /* XCRemoteSwiftPackageReference "RequestKit" */ = { - isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/nerdishbynature/RequestKit.git"; - requirement = { - kind = upToNextMajorVersion; - minimumVersion = 3.3.0; - }; - }; -/* End XCRemoteSwiftPackageReference section */ - -/* Begin XCSwiftPackageProductDependency section */ - 23B2F98825B1DD94000A8CE1 /* RequestKit */ = { - isa = XCSwiftPackageProductDependency; - package = 23B2F98725B1DD94000A8CE1 /* XCRemoteSwiftPackageReference "RequestKit" */; - productName = RequestKit; - }; - 23B2F98E25B1DE89000A8CE1 /* RequestKit */ = { - isa = XCSwiftPackageProductDependency; - package = 23B2F98725B1DD94000A8CE1 /* XCRemoteSwiftPackageReference "RequestKit" */; - productName = RequestKit; - }; - 23B2F99025B1DE90000A8CE1 /* RequestKit */ = { - isa = XCSwiftPackageProductDependency; - package = 23B2F98725B1DD94000A8CE1 /* XCRemoteSwiftPackageReference "RequestKit" */; - productName = RequestKit; - }; - 23B2F99225B1DE97000A8CE1 /* RequestKit */ = { - isa = XCSwiftPackageProductDependency; - package = 23B2F98725B1DD94000A8CE1 /* XCRemoteSwiftPackageReference "RequestKit" */; - productName = RequestKit; - }; -/* End XCSwiftPackageProductDependency section */ - }; - rootObject = F01C6F2C1A6429CC0072FA44 /* Project object */; -} diff --git a/OctoKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/OctoKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a6..00000000 --- a/OctoKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/OctoKit.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/OctoKit.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d98100..00000000 --- a/OctoKit.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/OctoKit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/OctoKit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index 1dfd9f8b..00000000 --- a/OctoKit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,15 +0,0 @@ -{ - "originHash" : "530774d6f20b0f00dacedf9498eab8ef4fc75274d7d10f28ee2fdbb4aab6bbb8", - "pins" : [ - { - "identity" : "requestkit", - "kind" : "remoteSourceControl", - "location" : "https://github.com/nerdishbynature/RequestKit.git", - "state" : { - "revision" : "e4d905fed938807e36d87f28375f88b7c1c26840", - "version" : "3.3.0" - } - } - ], - "version" : 3 -} diff --git a/OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit Mac.xcscheme b/OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit Mac.xcscheme deleted file mode 100644 index 8976613e..00000000 --- a/OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit Mac.xcscheme +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit MacTests.xcscheme b/OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit MacTests.xcscheme deleted file mode 100644 index b3ef2aa4..00000000 --- a/OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit MacTests.xcscheme +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit tvOS.xcscheme b/OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit tvOS.xcscheme deleted file mode 100644 index 0fa3484c..00000000 --- a/OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit tvOS.xcscheme +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit watchOS.xcscheme b/OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit watchOS.xcscheme deleted file mode 100644 index 2eaf9281..00000000 --- a/OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit watchOS.xcscheme +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit.xcscheme b/OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit.xcscheme deleted file mode 100644 index 83a695ec..00000000 --- a/OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit.xcscheme +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/OctoKit/Info.plist b/OctoKit/Info.plist deleted file mode 100644 index d93473a7..00000000 --- a/OctoKit/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 0.10.1 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/README.md b/README.md index cde3a932..f9a30d98 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Octokit.swift -[![CocoaPods](https://img.shields.io/cocoapods/v/OctoKit.swift.svg)](https://cocoapods.org/pods/OctoKit.swift) - ## Installation - **Using [Swift Package Manager](https://swift.org/package-manager)**: diff --git a/Script/travis-install-linux b/Script/travis-install-linux deleted file mode 100755 index c56970e0..00000000 --- a/Script/travis-install-linux +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash -set -e - # See: https://github.com/kylef/swiftenv/wiki/Travis-CI -curl -sL https://gist.github.com/kylef/5c0475ff02b7c7671d2a/raw/621ef9b29bbb852fdfd2e10ed147b321d792c1e4/swiftenv-install.sh | bash \ No newline at end of file diff --git a/Script/travis-install-macos b/Script/travis-install-macos deleted file mode 100755 index ab2a7f60..00000000 --- a/Script/travis-install-macos +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env sh -bundle install -make install \ No newline at end of file diff --git a/Script/travis-script-linux b/Script/travis-script-linux deleted file mode 100755 index 3204a13b..00000000 --- a/Script/travis-script-linux +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env sh - . ~/.swiftenv/init -swift test \ No newline at end of file diff --git a/Script/travis-script-macos b/Script/travis-script-macos deleted file mode 100755 index e791403d..00000000 --- a/Script/travis-script-macos +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh - set -o pipefail -bundle exec fastlane $FASTLANE_LANE configuration:Debug --env $FASTLANE_ENV -bundle exec fastlane $FASTLANE_LANE configuration:Release --env $FASTLANE_ENV \ No newline at end of file diff --git a/Tests/OctoKitTests/Info.plist b/Tests/OctoKitTests/Info.plist deleted file mode 100644 index ba72822e..00000000 --- a/Tests/OctoKitTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/fastlane/.env b/fastlane/.env deleted file mode 100644 index d1997e80..00000000 --- a/fastlane/.env +++ /dev/null @@ -1,4 +0,0 @@ -AF_IOS_FRAMEWORK_SCHEME="OctoKit" -AF_TVOS_FRAMEWORK_SCHEME="OctoKit tvOS" -AF_OSX_FRAMEWORK_SCHEME="OctoKit Mac" - diff --git a/fastlane/.env.default b/fastlane/.env.default deleted file mode 100644 index 23909d11..00000000 --- a/fastlane/.env.default +++ /dev/null @@ -1,13 +0,0 @@ -AF_IOS_SDK=iphonesimulator18.0 -AF_MAC_SDK=macosx15.0 -AF_TVOS_SDK=appletvsimulator18.0 - -AF_CONFIGURATION=Release - -SCAN_SCHEME=$AF_IOS_FRAMEWORK_SCHEME -SCAN_SDK=$AF_IOS_SDK -SCAN_OUTPUT_DIRECTORY=fastlane/test-output - -EXAMPLE_WORKSPACE=$AF_WORKSPACE -EXAMPLE_SCHEME=$AF_IOS_EXAMPLE_SCHEME -EXAMPLE_DESTINATION=$SCAN_DESTINATION diff --git a/fastlane/.env.deploy b/fastlane/.env.deploy deleted file mode 100644 index 9d345b17..00000000 --- a/fastlane/.env.deploy +++ /dev/null @@ -1,14 +0,0 @@ -DEPLOY_BRANCH=main -DEPLOY_PLIST_PATH=Framework/Info.plist -DEPLOY_PODSPEC=Octokit.swift.podspec -DEPLOY_REMOTE=origin - -DEPLOY_CHANGELOG_PATH=CHANGELOG.md -DEPLOY_CHANGELOG_DELIMITER=--- - -# Used for CHANGELOG Generation and Github Release Management -GITHUB_OWNER=nerdishbynature -GITHUB_REPOSITORY=RequestKit -# CI Should Provide GITHUB_API_TOKEN - -CARTHAGE_FRAMEWORK_NAME=OctoKit diff --git a/fastlane/.env.ios b/fastlane/.env.ios deleted file mode 100644 index 03dbc04b..00000000 --- a/fastlane/.env.ios +++ /dev/null @@ -1,3 +0,0 @@ -SCAN_DEVICE="iPhone 16" -SCAN_SDK=$AF_IOS_SDK -EXAMPLE_DESTINATION="platform=iOS Simulator,name=iPhone 16" diff --git a/fastlane/.env.osx b/fastlane/.env.osx deleted file mode 100644 index 91dafd4e..00000000 --- a/fastlane/.env.osx +++ /dev/null @@ -1,5 +0,0 @@ -SCAN_SCHEME=$AF_OSX_FRAMEWORK_SCHEME -SCAN_SDK=$AF_OSX_SDK - -EXAMPLE_SCHEME=$AF_OSX_EXAMPLE_SCHEME -EXAMPLE_DESTINATION="platform=macOS" \ No newline at end of file diff --git a/fastlane/.env.tvos b/fastlane/.env.tvos deleted file mode 100644 index 23c99323..00000000 --- a/fastlane/.env.tvos +++ /dev/null @@ -1,6 +0,0 @@ -SCAN_SCHEME=$AF_TVOS_FRAMEWORK_SCHEME -SCAN_DEVICE="Apple TV" -SCAN_SDK=$AF_TVOS_SDK - -EXAMPLE_SCHEME=$AF_TVOS_EXAMPLE_SCHEME -EXAMPLE_DESTINATION="platform=tvOS Simulator,name=Apple TV" diff --git a/fastlane/Fastfile b/fastlane/Fastfile deleted file mode 100644 index 3987d690..00000000 --- a/fastlane/Fastfile +++ /dev/null @@ -1,12 +0,0 @@ -fastlane_version "2.171.0" - -lane :test do |options| - if options[:configuration] - configuration = options[:configuration] - else - configuration = "Release" - end - - scan(configuration: configuration, code_coverage: true) -end -