From 5212719373b6fa43dcfd3f8763f2ae4de468ca13 Mon Sep 17 00:00:00 2001 From: Ryan Collins Date: Tue, 30 Jan 2018 15:13:49 -0500 Subject: [PATCH 1/5] Update Package to Swift 4 --- Perfect-ToDo-API/.swift-version | 1 + Perfect-ToDo-API/Package.resolved | 214 + Perfect-ToDo-API/Package.swift | 37 +- .../{ToDo-API => ToDoAPI}/Routing.swift | 0 .../{ToDo-API => ToDoAPI}/ToDoItems.swift | 0 .../Sources/{ToDo-API => ToDoAPI}/main.swift | 0 .../CHTTPParser_Info.plist | 25 + .../COpenSSL_Info.plist | 25 + .../ToDO-Backend.xcodeproj/CZlib_Info.plist | 25 + .../MySQLStORM_Info.plist | 25 + .../ToDO-Backend.xcodeproj/MySQL_Info.plist | 25 + .../PerfectCURL_Info.plist | 25 + .../PerfectHTTPServer_Info.plist | 25 + .../PerfectHTTP_Info.plist | 25 + .../PerfectLib_Info.plist | 25 + .../PerfectLogger_Info.plist | 25 + .../PerfectMustache_Info.plist | 25 + .../PerfectNet_Info.plist | 25 + .../PerfectThread_Info.plist | 25 + .../PerfectTurnstileMySQL_Info.plist | 25 + .../Perfect_ToDo_iOS_DemoTests_Info.plist | 25 + .../ToDO-Backend.xcodeproj/StORM_Info.plist | 25 + .../SwiftMoment_Info.plist | 25 + .../SwiftRandom_Info.plist | 25 + .../SwiftSQL_Info.plist | 25 + .../SwiftString_Info.plist | 25 + .../ToDoModel_Info.plist | 25 + .../TurnstileCrypto_Info.plist | 25 + .../TurnstilePerfect_Info.plist | 25 + .../TurnstileWeb_Info.plist | 25 + .../Turnstile_Info.plist | 25 + .../ToDO-Backend.xcodeproj/project.pbxproj | 8462 +++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/ToDO-Backend.xcscmblueprint | 156 + .../xcschemes/ToDO-Backend.xcscheme | 417 + .../xcschemes/xcschememanagement.plist | 12 + 36 files changed, 9920 insertions(+), 11 deletions(-) create mode 100644 Perfect-ToDo-API/.swift-version create mode 100644 Perfect-ToDo-API/Package.resolved rename Perfect-ToDo-API/Sources/{ToDo-API => ToDoAPI}/Routing.swift (100%) rename Perfect-ToDo-API/Sources/{ToDo-API => ToDoAPI}/ToDoItems.swift (100%) rename Perfect-ToDo-API/Sources/{ToDo-API => ToDoAPI}/main.swift (100%) create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/CHTTPParser_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/COpenSSL_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/CZlib_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/MySQLStORM_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/MySQL_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectCURL_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectHTTPServer_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectHTTP_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectLib_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectLogger_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectMustache_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectNet_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectThread_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectTurnstileMySQL_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/Perfect_ToDo_iOS_DemoTests_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/StORM_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftMoment_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftRandom_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftSQL_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftString_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/ToDoModel_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstileCrypto_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstilePerfect_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstileWeb_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/Turnstile_Info.plist create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.pbxproj create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.xcworkspace/xcshareddata/ToDO-Backend.xcscmblueprint create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/xcshareddata/xcschemes/ToDO-Backend.xcscheme create mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist diff --git a/Perfect-ToDo-API/.swift-version b/Perfect-ToDo-API/.swift-version new file mode 100644 index 0000000..bec3a35 --- /dev/null +++ b/Perfect-ToDo-API/.swift-version @@ -0,0 +1 @@ +system diff --git a/Perfect-ToDo-API/Package.resolved b/Perfect-ToDo-API/Package.resolved new file mode 100644 index 0000000..ce70edc --- /dev/null +++ b/Perfect-ToDo-API/Package.resolved @@ -0,0 +1,214 @@ +{ + "object": { + "pins": [ + { + "package": "COpenSSL", + "repositoryURL": "https://github.com/PerfectlySoft/Perfect-COpenSSL.git", + "state": { + "branch": null, + "revision": "6a2aafd5e233051deeaba27bdfe8c12d9fa88886", + "version": "3.1.3" + } + }, + { + "package": "MySQLStORM", + "repositoryURL": "https://github.com/SwiftORM/MySQL-StORM.git", + "state": { + "branch": null, + "revision": "4a41aa6a03dac2596af9e56c21ed64b0cd27d5e6", + "version": "3.1.1" + } + }, + { + "package": "PerfectCURL", + "repositoryURL": "https://github.com/PerfectlySoft/Perfect-CURL.git", + "state": { + "branch": null, + "revision": "3df2178ebd89330926ef523131101d2edebf8daf", + "version": "3.0.2" + } + }, + { + "package": "PerfectCZlib", + "repositoryURL": "https://github.com/PerfectlySoft/Perfect-CZlib-src.git", + "state": { + "branch": null, + "revision": "2002034d47e9d57a695fb33ad2e09f136868b406", + "version": "0.0.3" + } + }, + { + "package": "PerfectCrypto", + "repositoryURL": "https://github.com/PerfectlySoft/Perfect-Crypto.git", + "state": { + "branch": null, + "revision": "cf785dd119ba1692ebb6336d7388a1b169ae45d6", + "version": "3.0.4" + } + }, + { + "package": "PerfectHTTP", + "repositoryURL": "https://github.com/PerfectlySoft/Perfect-HTTP.git", + "state": { + "branch": null, + "revision": "b046a1461ed7b2b7fd5ebba999946609f34ca3d0", + "version": "3.0.7" + } + }, + { + "package": "PerfectHTTPServer", + "repositoryURL": "https://github.com/PerfectlySoft/Perfect-HTTPServer.git", + "state": { + "branch": null, + "revision": "c7ca425d062dca86eab3d6d14e4d91f6dc222db7", + "version": "3.0.3" + } + }, + { + "package": "PerfectLib", + "repositoryURL": "https://github.com/PerfectlySoft/Perfect.git", + "state": { + "branch": null, + "revision": "0ab139ad6001ad4c3bb1b9714f11168a74af8e79", + "version": "3.0.3" + } + }, + { + "package": "PerfectLogger", + "repositoryURL": "https://github.com/PerfectlySoft/Perfect-Logger.git", + "state": { + "branch": null, + "revision": "c79b856f00d6c506298b4561351bc1d73b4d6f11", + "version": "3.0.2" + } + }, + { + "package": "PerfectMustache", + "repositoryURL": "https://github.com/PerfectlySoft/Perfect-Mustache.git", + "state": { + "branch": null, + "revision": "60ab0b4d422478d6ddacb18860652e25b52e31fb", + "version": "3.0.1" + } + }, + { + "package": "PerfectMySQL", + "repositoryURL": "https://github.com/PerfectlySoft/Perfect-MySQL.git", + "state": { + "branch": null, + "revision": "05b4d50adb881647832a812dcb58295291193fc4", + "version": "3.0.1" + } + }, + { + "package": "PerfectNet", + "repositoryURL": "https://github.com/PerfectlySoft/Perfect-Net.git", + "state": { + "branch": null, + "revision": "5e137023e0373b3bdd46a5c80c3ec868fd1c383d", + "version": "3.0.0" + } + }, + { + "package": "PerfectThread", + "repositoryURL": "https://github.com/PerfectlySoft/Perfect-Thread.git", + "state": { + "branch": null, + "revision": "1846390a47bfe0c5263bb70ba318b2bbe751ac95", + "version": "3.0.2" + } + }, + { + "package": "PerfectTurnstileMySQL", + "repositoryURL": "https://github.com/PerfectlySoft/Perfect-Turnstile-MySQL.git", + "state": { + "branch": null, + "revision": "135e56b100e28ededd7cde6cfa4a975e92b660cf", + "version": "3.0.0" + } + }, + { + "package": "StORM", + "repositoryURL": "https://github.com/SwiftORM/StORM.git", + "state": { + "branch": null, + "revision": "c417b1f9551c0489798760a05a9e1eba0722739d", + "version": "3.0.2" + } + }, + { + "package": "SwiftMoment", + "repositoryURL": "https://github.com/iamjono/SwiftMoment.git", + "state": { + "branch": null, + "revision": "226268d83f3c98213dd0f93d5cfb2353b28f68e7", + "version": "0.9.1" + } + }, + { + "package": "SwiftRandom", + "repositoryURL": "https://github.com/iamjono/SwiftRandom.git", + "state": { + "branch": null, + "revision": "fe3205f67aa6e8574acc08e9d7cd1fdcaecf49f1", + "version": "0.2.5" + } + }, + { + "package": "SwiftSQL", + "repositoryURL": "https://github.com/rymcol/SwiftSQL.git", + "state": { + "branch": null, + "revision": "f6aa79fa5c8fccf8a43eceb2e12b81eae9deaa16", + "version": "0.2.2" + } + }, + { + "package": "SwiftString", + "repositoryURL": "https://github.com/iamjono/SwiftString.git", + "state": { + "branch": null, + "revision": "a628671f5d84a31bd9d4220eb434da888f364b79", + "version": "2.0.4" + } + }, + { + "package": "Turnstile", + "repositoryURL": "https://github.com/stormpath/Turnstile.git", + "state": { + "branch": null, + "revision": "6426a6d3c17dca7c6070b9f76859c93b1ab2815a", + "version": "1.0.6" + } + }, + { + "package": "TurnstilePerfect", + "repositoryURL": "https://github.com/PerfectSideRepos/Turnstile-Perfect.git", + "state": { + "branch": null, + "revision": "c40fcb79a2f103b93f044b0f682e4abb27e77cec", + "version": "3.0.0" + } + }, + { + "package": "cURL", + "repositoryURL": "https://github.com/PerfectlySoft/Perfect-libcurl.git", + "state": { + "branch": null, + "revision": "672f6695d9ae04fce16ad01decef0649e0b872b0", + "version": "2.0.6" + } + }, + { + "package": "mysqlclient", + "repositoryURL": "https://github.com/PerfectlySoft/Perfect-mysqlclient.git", + "state": { + "branch": null, + "revision": "51991fc81e40ddef36e8db1868c9b7f1f83d30dc", + "version": "2.0.1" + } + } + ] + }, + "version": 1 +} diff --git a/Perfect-ToDo-API/Package.swift b/Perfect-ToDo-API/Package.swift index 5e25ac3..aeb0b8f 100644 --- a/Perfect-ToDo-API/Package.swift +++ b/Perfect-ToDo-API/Package.swift @@ -1,23 +1,38 @@ +// swift-tools-version:4.0 import PackageDescription let package = Package( name: "ToDO-Backend", + products: [ + .executable( + name: "ToDoAPI", + targets: ["ToDoAPI"] + ) + ], + dependencies: [ + .package(url: "https://github.com/PerfectlySoft/Perfect-HTTPServer.git", .upToNextMinor(from: "3.0.3")), + .package(url: "https://github.com/SwiftORM/MySQL-StORM.git", .upToNextMinor(from: "3.1.1")), + .package(url: "https://github.com/PerfectlySoft/Perfect-Turnstile-MySQL.git", .upToNextMinor(from: "3.0.0")), + .package(url: "https://github.com/rymcol/SwiftSQL.git", .upToNextMinor(from: "0.2.2")), + ], targets: [ - Target( - name: "ToDo-API", + .target( + name: "ToDoAPI", dependencies: [ - .Target(name: "ToDoModel") + .target(name: "ToDoModel"), + "PerfectHTTPServer", + "MySQLStORM", + "PerfectTurnstileMySQL", + "SwiftSQL" ] ), - Target( + .target( name: "ToDoModel", - dependencies: [] + dependencies: [ + "SwiftSQL", + "MySQLStORM", + "PerfectTurnstileMySQL" + ] ) - ], - dependencies: [ - .Package(url: "https://github.com/PerfectlySoft/Perfect-HTTPServer.git", majorVersion: 3), - .Package(url: "https://github.com/SwiftORM/MySQL-StORM.git", majorVersion: 3), - .Package(url: "https://github.com/PerfectlySoft/Perfect-Turnstile-MySQL.git", majorVersion: 3), - .Package(url: "https://github.com/rymcol/SwiftSQL.git", majorVersion: 0), ] ) diff --git a/Perfect-ToDo-API/Sources/ToDo-API/Routing.swift b/Perfect-ToDo-API/Sources/ToDoAPI/Routing.swift similarity index 100% rename from Perfect-ToDo-API/Sources/ToDo-API/Routing.swift rename to Perfect-ToDo-API/Sources/ToDoAPI/Routing.swift diff --git a/Perfect-ToDo-API/Sources/ToDo-API/ToDoItems.swift b/Perfect-ToDo-API/Sources/ToDoAPI/ToDoItems.swift similarity index 100% rename from Perfect-ToDo-API/Sources/ToDo-API/ToDoItems.swift rename to Perfect-ToDo-API/Sources/ToDoAPI/ToDoItems.swift diff --git a/Perfect-ToDo-API/Sources/ToDo-API/main.swift b/Perfect-ToDo-API/Sources/ToDoAPI/main.swift similarity index 100% rename from Perfect-ToDo-API/Sources/ToDo-API/main.swift rename to Perfect-ToDo-API/Sources/ToDoAPI/main.swift diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/CHTTPParser_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/CHTTPParser_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/CHTTPParser_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/COpenSSL_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/COpenSSL_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/COpenSSL_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/CZlib_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/CZlib_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/CZlib_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/MySQLStORM_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/MySQLStORM_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/MySQLStORM_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/MySQL_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/MySQL_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/MySQL_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectCURL_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectCURL_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectCURL_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectHTTPServer_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectHTTPServer_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectHTTPServer_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectHTTP_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectHTTP_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectHTTP_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectLib_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectLib_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectLib_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectLogger_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectLogger_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectLogger_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectMustache_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectMustache_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectMustache_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectNet_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectNet_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectNet_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectThread_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectThread_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectThread_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectTurnstileMySQL_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectTurnstileMySQL_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectTurnstileMySQL_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/Perfect_ToDo_iOS_DemoTests_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/Perfect_ToDo_iOS_DemoTests_Info.plist new file mode 100644 index 0000000..7c23420 --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/Perfect_ToDo_iOS_DemoTests_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/StORM_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/StORM_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/StORM_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftMoment_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftMoment_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftMoment_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftRandom_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftRandom_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftRandom_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftSQL_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftSQL_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftSQL_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftString_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftString_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftString_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/ToDoModel_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/ToDoModel_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/ToDoModel_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstileCrypto_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstileCrypto_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstileCrypto_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstilePerfect_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstilePerfect_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstilePerfect_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstileWeb_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstileWeb_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstileWeb_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/Turnstile_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/Turnstile_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/Turnstile_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.pbxproj b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.pbxproj new file mode 100644 index 0000000..1ec486e --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.pbxproj @@ -0,0 +1,8462 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + OBJ_1000 /* bio_ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_255 /* bio_ssl.c */; }; + OBJ_1001 /* bn_add.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_256 /* bn_add.c */; }; + OBJ_1002 /* bn_asm.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_257 /* bn_asm.c */; }; + OBJ_1003 /* bn_blind.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_258 /* bn_blind.c */; }; + OBJ_1004 /* bn_const.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_259 /* bn_const.c */; }; + OBJ_1005 /* bn_ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_260 /* bn_ctx.c */; }; + OBJ_1006 /* bn_depr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_261 /* bn_depr.c */; }; + OBJ_1007 /* bn_div.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_262 /* bn_div.c */; }; + OBJ_1008 /* bn_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_263 /* bn_err.c */; }; + OBJ_1009 /* bn_exp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_264 /* bn_exp.c */; }; + OBJ_1010 /* bn_exp2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_265 /* bn_exp2.c */; }; + OBJ_1011 /* bn_gcd.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_266 /* bn_gcd.c */; }; + OBJ_1012 /* bn_gf2m.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_267 /* bn_gf2m.c */; }; + OBJ_1013 /* bn_kron.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_268 /* bn_kron.c */; }; + OBJ_1014 /* bn_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_269 /* bn_lib.c */; }; + OBJ_1015 /* bn_mod.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_270 /* bn_mod.c */; }; + OBJ_1016 /* bn_mont.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_271 /* bn_mont.c */; }; + OBJ_1017 /* bn_mpi.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_272 /* bn_mpi.c */; }; + OBJ_1018 /* bn_mul.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_273 /* bn_mul.c */; }; + OBJ_1019 /* bn_nist.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_274 /* bn_nist.c */; }; + OBJ_1020 /* bn_prime.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_275 /* bn_prime.c */; }; + OBJ_1021 /* bn_print.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_276 /* bn_print.c */; }; + OBJ_1022 /* bn_rand.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_277 /* bn_rand.c */; }; + OBJ_1023 /* bn_recp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_278 /* bn_recp.c */; }; + OBJ_1024 /* bn_shift.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_279 /* bn_shift.c */; }; + OBJ_1025 /* bn_sqr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_280 /* bn_sqr.c */; }; + OBJ_1026 /* bn_sqrt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_281 /* bn_sqrt.c */; }; + OBJ_1027 /* bn_word.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_282 /* bn_word.c */; }; + OBJ_1028 /* bn_x931p.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_283 /* bn_x931p.c */; }; + OBJ_1029 /* bss_acpt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_284 /* bss_acpt.c */; }; + OBJ_1030 /* bss_bio.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_285 /* bss_bio.c */; }; + OBJ_1031 /* bss_conn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_286 /* bss_conn.c */; }; + OBJ_1032 /* bss_dgram.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_287 /* bss_dgram.c */; }; + OBJ_1033 /* bss_fd.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_288 /* bss_fd.c */; }; + OBJ_1034 /* bss_file.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_289 /* bss_file.c */; }; + OBJ_1035 /* bss_log.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_290 /* bss_log.c */; }; + OBJ_1036 /* bss_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_291 /* bss_mem.c */; }; + OBJ_1037 /* bss_null.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_292 /* bss_null.c */; }; + OBJ_1038 /* bss_sock.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_293 /* bss_sock.c */; }; + OBJ_1039 /* buf_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_294 /* buf_err.c */; }; + OBJ_1040 /* buf_str.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_295 /* buf_str.c */; }; + OBJ_1041 /* buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_296 /* buffer.c */; }; + OBJ_1042 /* by_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_297 /* by_dir.c */; }; + OBJ_1043 /* by_file.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_298 /* by_file.c */; }; + OBJ_1044 /* c_all.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_299 /* c_all.c */; }; + OBJ_1045 /* c_allc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_300 /* c_allc.c */; }; + OBJ_1046 /* c_alld.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_301 /* c_alld.c */; }; + OBJ_1047 /* c_cfb64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_302 /* c_cfb64.c */; }; + OBJ_1048 /* c_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_303 /* c_ecb.c */; }; + OBJ_1049 /* c_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_304 /* c_enc.c */; }; + OBJ_1050 /* c_ofb64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_305 /* c_ofb64.c */; }; + OBJ_1051 /* c_rle.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_306 /* c_rle.c */; }; + OBJ_1052 /* c_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_307 /* c_skey.c */; }; + OBJ_1053 /* c_zlib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_308 /* c_zlib.c */; }; + OBJ_1054 /* camellia.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_309 /* camellia.c */; }; + OBJ_1055 /* cbc128.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_310 /* cbc128.c */; }; + OBJ_1056 /* cbc3_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_311 /* cbc3_enc.c */; }; + OBJ_1057 /* cbc_cksm.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_312 /* cbc_cksm.c */; }; + OBJ_1058 /* cbc_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_313 /* cbc_enc.c */; }; + OBJ_1059 /* ccm128.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_314 /* ccm128.c */; }; + OBJ_1060 /* cfb128.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_315 /* cfb128.c */; }; + OBJ_1061 /* cfb64ede.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_316 /* cfb64ede.c */; }; + OBJ_1062 /* cfb64enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_317 /* cfb64enc.c */; }; + OBJ_1063 /* cfb_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_318 /* cfb_enc.c */; }; + OBJ_1064 /* cm_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_319 /* cm_ameth.c */; }; + OBJ_1065 /* cm_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_320 /* cm_pmeth.c */; }; + OBJ_1066 /* cmac.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_321 /* cmac.c */; }; + OBJ_1067 /* cmll_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_322 /* cmll_cbc.c */; }; + OBJ_1068 /* cmll_cfb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_323 /* cmll_cfb.c */; }; + OBJ_1069 /* cmll_ctr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_324 /* cmll_ctr.c */; }; + OBJ_1070 /* cmll_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_325 /* cmll_ecb.c */; }; + OBJ_1071 /* cmll_misc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_326 /* cmll_misc.c */; }; + OBJ_1072 /* cmll_ofb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_327 /* cmll_ofb.c */; }; + OBJ_1073 /* cmll_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_328 /* cmll_utl.c */; }; + OBJ_1074 /* cms_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_329 /* cms_asn1.c */; }; + OBJ_1075 /* cms_att.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_330 /* cms_att.c */; }; + OBJ_1076 /* cms_cd.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_331 /* cms_cd.c */; }; + OBJ_1077 /* cms_dd.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_332 /* cms_dd.c */; }; + OBJ_1078 /* cms_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_333 /* cms_enc.c */; }; + OBJ_1079 /* cms_env.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_334 /* cms_env.c */; }; + OBJ_1080 /* cms_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_335 /* cms_err.c */; }; + OBJ_1081 /* cms_ess.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_336 /* cms_ess.c */; }; + OBJ_1082 /* cms_io.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_337 /* cms_io.c */; }; + OBJ_1083 /* cms_kari.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_338 /* cms_kari.c */; }; + OBJ_1084 /* cms_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_339 /* cms_lib.c */; }; + OBJ_1085 /* cms_pwri.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_340 /* cms_pwri.c */; }; + OBJ_1086 /* cms_sd.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_341 /* cms_sd.c */; }; + OBJ_1087 /* cms_smime.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_342 /* cms_smime.c */; }; + OBJ_1088 /* comp_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_343 /* comp_err.c */; }; + OBJ_1089 /* comp_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_344 /* comp_lib.c */; }; + OBJ_1090 /* conf_api.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_345 /* conf_api.c */; }; + OBJ_1091 /* conf_def.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_346 /* conf_def.c */; }; + OBJ_1092 /* conf_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_347 /* conf_err.c */; }; + OBJ_1093 /* conf_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_348 /* conf_lib.c */; }; + OBJ_1094 /* conf_mall.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_349 /* conf_mall.c */; }; + OBJ_1095 /* conf_mod.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_350 /* conf_mod.c */; }; + OBJ_1096 /* conf_sap.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_351 /* conf_sap.c */; }; + OBJ_1097 /* cpt_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_352 /* cpt_err.c */; }; + OBJ_1098 /* cryptlib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_353 /* cryptlib.c */; }; + OBJ_1099 /* ctr128.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_354 /* ctr128.c */; }; + OBJ_1100 /* cversion.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_355 /* cversion.c */; }; + OBJ_1101 /* d1_both.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_356 /* d1_both.c */; }; + OBJ_1102 /* d1_clnt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_357 /* d1_clnt.c */; }; + OBJ_1103 /* d1_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_358 /* d1_lib.c */; }; + OBJ_1104 /* d1_meth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_359 /* d1_meth.c */; }; + OBJ_1105 /* d1_pkt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_360 /* d1_pkt.c */; }; + OBJ_1106 /* d1_srtp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_361 /* d1_srtp.c */; }; + OBJ_1107 /* d1_srvr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_362 /* d1_srvr.c */; }; + OBJ_1108 /* d2i_pr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_363 /* d2i_pr.c */; }; + OBJ_1109 /* d2i_pu.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_364 /* d2i_pu.c */; }; + OBJ_1110 /* des_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_365 /* des_enc.c */; }; + OBJ_1111 /* des_old.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_366 /* des_old.c */; }; + OBJ_1112 /* des_old2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_367 /* des_old2.c */; }; + OBJ_1113 /* dh_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_368 /* dh_ameth.c */; }; + OBJ_1114 /* dh_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_369 /* dh_asn1.c */; }; + OBJ_1115 /* dh_check.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_370 /* dh_check.c */; }; + OBJ_1116 /* dh_depr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_371 /* dh_depr.c */; }; + OBJ_1117 /* dh_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_372 /* dh_err.c */; }; + OBJ_1118 /* dh_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_373 /* dh_gen.c */; }; + OBJ_1119 /* dh_kdf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_374 /* dh_kdf.c */; }; + OBJ_1120 /* dh_key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_375 /* dh_key.c */; }; + OBJ_1121 /* dh_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_376 /* dh_lib.c */; }; + OBJ_1122 /* dh_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_377 /* dh_pmeth.c */; }; + OBJ_1123 /* dh_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_378 /* dh_prn.c */; }; + OBJ_1124 /* dh_rfc5114.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_379 /* dh_rfc5114.c */; }; + OBJ_1125 /* digest.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_380 /* digest.c */; }; + OBJ_1126 /* dsa_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_381 /* dsa_ameth.c */; }; + OBJ_1127 /* dsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_382 /* dsa_asn1.c */; }; + OBJ_1128 /* dsa_depr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_383 /* dsa_depr.c */; }; + OBJ_1129 /* dsa_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_384 /* dsa_err.c */; }; + OBJ_1130 /* dsa_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_385 /* dsa_gen.c */; }; + OBJ_1131 /* dsa_key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_386 /* dsa_key.c */; }; + OBJ_1132 /* dsa_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_387 /* dsa_lib.c */; }; + OBJ_1133 /* dsa_ossl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_388 /* dsa_ossl.c */; }; + OBJ_1134 /* dsa_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_389 /* dsa_pmeth.c */; }; + OBJ_1135 /* dsa_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_390 /* dsa_prn.c */; }; + OBJ_1136 /* dsa_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_391 /* dsa_sign.c */; }; + OBJ_1137 /* dsa_vrf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_392 /* dsa_vrf.c */; }; + OBJ_1138 /* dso_beos.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_393 /* dso_beos.c */; }; + OBJ_1139 /* dso_dl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_394 /* dso_dl.c */; }; + OBJ_1140 /* dso_dlfcn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_395 /* dso_dlfcn.c */; }; + OBJ_1141 /* dso_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_396 /* dso_err.c */; }; + OBJ_1142 /* dso_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_397 /* dso_lib.c */; }; + OBJ_1143 /* dso_null.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_398 /* dso_null.c */; }; + OBJ_1144 /* dso_openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_399 /* dso_openssl.c */; }; + OBJ_1145 /* dso_vms.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_400 /* dso_vms.c */; }; + OBJ_1146 /* dso_win32.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_401 /* dso_win32.c */; }; + OBJ_1147 /* e_4758cca.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_402 /* e_4758cca.c */; }; + OBJ_1148 /* e_4758cca_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_403 /* e_4758cca_err.c */; }; + OBJ_1149 /* e_aep.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_404 /* e_aep.c */; }; + OBJ_1150 /* e_aep_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_405 /* e_aep_err.c */; }; + OBJ_1151 /* e_aes.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_406 /* e_aes.c */; }; + OBJ_1152 /* e_aes_cbc_hmac_sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_407 /* e_aes_cbc_hmac_sha1.c */; }; + OBJ_1153 /* e_aes_cbc_hmac_sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_408 /* e_aes_cbc_hmac_sha256.c */; }; + OBJ_1154 /* e_atalla.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_409 /* e_atalla.c */; }; + OBJ_1155 /* e_atalla_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_410 /* e_atalla_err.c */; }; + OBJ_1156 /* e_bf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_411 /* e_bf.c */; }; + OBJ_1157 /* e_camellia.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_412 /* e_camellia.c */; }; + OBJ_1158 /* e_capi.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_413 /* e_capi.c */; }; + OBJ_1159 /* e_capi_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_414 /* e_capi_err.c */; }; + OBJ_1160 /* e_cast.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_415 /* e_cast.c */; }; + OBJ_1161 /* e_chil.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_416 /* e_chil.c */; }; + OBJ_1162 /* e_chil_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_417 /* e_chil_err.c */; }; + OBJ_1163 /* e_cswift.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_418 /* e_cswift.c */; }; + OBJ_1164 /* e_cswift_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_419 /* e_cswift_err.c */; }; + OBJ_1165 /* e_des.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_420 /* e_des.c */; }; + OBJ_1166 /* e_des3.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_421 /* e_des3.c */; }; + OBJ_1167 /* e_gmp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_422 /* e_gmp.c */; }; + OBJ_1168 /* e_gmp_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_423 /* e_gmp_err.c */; }; + OBJ_1169 /* e_gost_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_424 /* e_gost_err.c */; }; + OBJ_1170 /* e_idea.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_425 /* e_idea.c */; }; + OBJ_1171 /* e_null.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_426 /* e_null.c */; }; + OBJ_1172 /* e_nuron.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_427 /* e_nuron.c */; }; + OBJ_1173 /* e_nuron_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_428 /* e_nuron_err.c */; }; + OBJ_1174 /* e_old.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_429 /* e_old.c */; }; + OBJ_1175 /* e_padlock.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_430 /* e_padlock.c */; }; + OBJ_1176 /* e_rc2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_431 /* e_rc2.c */; }; + OBJ_1177 /* e_rc4.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_432 /* e_rc4.c */; }; + OBJ_1178 /* e_rc4_hmac_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_433 /* e_rc4_hmac_md5.c */; }; + OBJ_1179 /* e_rc5.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_434 /* e_rc5.c */; }; + OBJ_1180 /* e_seed.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_435 /* e_seed.c */; }; + OBJ_1181 /* e_sureware.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_436 /* e_sureware.c */; }; + OBJ_1182 /* e_sureware_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_437 /* e_sureware_err.c */; }; + OBJ_1183 /* e_ubsec.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_438 /* e_ubsec.c */; }; + OBJ_1184 /* e_ubsec_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_439 /* e_ubsec_err.c */; }; + OBJ_1185 /* e_xcbc_d.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_440 /* e_xcbc_d.c */; }; + OBJ_1186 /* ebcdic.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_441 /* ebcdic.c */; }; + OBJ_1187 /* ec2_mult.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_442 /* ec2_mult.c */; }; + OBJ_1188 /* ec2_oct.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_443 /* ec2_oct.c */; }; + OBJ_1189 /* ec2_smpl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_444 /* ec2_smpl.c */; }; + OBJ_1190 /* ec_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_445 /* ec_ameth.c */; }; + OBJ_1191 /* ec_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_446 /* ec_asn1.c */; }; + OBJ_1192 /* ec_check.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_447 /* ec_check.c */; }; + OBJ_1193 /* ec_curve.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_448 /* ec_curve.c */; }; + OBJ_1194 /* ec_cvt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_449 /* ec_cvt.c */; }; + OBJ_1195 /* ec_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_450 /* ec_err.c */; }; + OBJ_1196 /* ec_key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_451 /* ec_key.c */; }; + OBJ_1197 /* ec_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_452 /* ec_lib.c */; }; + OBJ_1198 /* ec_mult.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_453 /* ec_mult.c */; }; + OBJ_1199 /* ec_oct.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_454 /* ec_oct.c */; }; + OBJ_1200 /* ec_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_455 /* ec_pmeth.c */; }; + OBJ_1201 /* ec_print.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_456 /* ec_print.c */; }; + OBJ_1202 /* ecb3_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_457 /* ecb3_enc.c */; }; + OBJ_1203 /* ecb_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_458 /* ecb_enc.c */; }; + OBJ_1204 /* ech_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_459 /* ech_err.c */; }; + OBJ_1205 /* ech_kdf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_460 /* ech_kdf.c */; }; + OBJ_1206 /* ech_key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_461 /* ech_key.c */; }; + OBJ_1207 /* ech_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_462 /* ech_lib.c */; }; + OBJ_1208 /* ech_ossl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_463 /* ech_ossl.c */; }; + OBJ_1209 /* eck_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_464 /* eck_prn.c */; }; + OBJ_1210 /* ecp_mont.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_465 /* ecp_mont.c */; }; + OBJ_1211 /* ecp_nist.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_466 /* ecp_nist.c */; }; + OBJ_1212 /* ecp_nistp224.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_467 /* ecp_nistp224.c */; }; + OBJ_1213 /* ecp_nistp256.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_468 /* ecp_nistp256.c */; }; + OBJ_1214 /* ecp_nistp521.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_469 /* ecp_nistp521.c */; }; + OBJ_1215 /* ecp_nistputil.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_470 /* ecp_nistputil.c */; }; + OBJ_1216 /* ecp_oct.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_471 /* ecp_oct.c */; }; + OBJ_1217 /* ecp_smpl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_472 /* ecp_smpl.c */; }; + OBJ_1218 /* ecs_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_473 /* ecs_asn1.c */; }; + OBJ_1219 /* ecs_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_474 /* ecs_err.c */; }; + OBJ_1220 /* ecs_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_475 /* ecs_lib.c */; }; + OBJ_1221 /* ecs_ossl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_476 /* ecs_ossl.c */; }; + OBJ_1222 /* ecs_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_477 /* ecs_sign.c */; }; + OBJ_1223 /* ecs_vrf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_478 /* ecs_vrf.c */; }; + OBJ_1224 /* ede_cbcm_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_479 /* ede_cbcm_enc.c */; }; + OBJ_1225 /* enc_read.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_480 /* enc_read.c */; }; + OBJ_1226 /* enc_writ.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_481 /* enc_writ.c */; }; + OBJ_1227 /* encode.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_482 /* encode.c */; }; + OBJ_1228 /* eng_all.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_483 /* eng_all.c */; }; + OBJ_1229 /* eng_cnf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_484 /* eng_cnf.c */; }; + OBJ_1230 /* eng_cryptodev.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_485 /* eng_cryptodev.c */; }; + OBJ_1231 /* eng_ctrl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_486 /* eng_ctrl.c */; }; + OBJ_1232 /* eng_dyn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_487 /* eng_dyn.c */; }; + OBJ_1233 /* eng_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_488 /* eng_err.c */; }; + OBJ_1234 /* eng_fat.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_489 /* eng_fat.c */; }; + OBJ_1235 /* eng_init.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_490 /* eng_init.c */; }; + OBJ_1236 /* eng_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_491 /* eng_lib.c */; }; + OBJ_1237 /* eng_list.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_492 /* eng_list.c */; }; + OBJ_1238 /* eng_openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_493 /* eng_openssl.c */; }; + OBJ_1239 /* eng_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_494 /* eng_pkey.c */; }; + OBJ_1240 /* eng_rdrand.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_495 /* eng_rdrand.c */; }; + OBJ_1241 /* eng_table.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_496 /* eng_table.c */; }; + OBJ_1242 /* err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_497 /* err.c */; }; + OBJ_1243 /* err_all.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_498 /* err_all.c */; }; + OBJ_1244 /* err_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_499 /* err_prn.c */; }; + OBJ_1245 /* evp_acnf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_500 /* evp_acnf.c */; }; + OBJ_1246 /* evp_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_501 /* evp_asn1.c */; }; + OBJ_1247 /* evp_cnf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_502 /* evp_cnf.c */; }; + OBJ_1248 /* evp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_503 /* evp_enc.c */; }; + OBJ_1249 /* evp_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_504 /* evp_err.c */; }; + OBJ_1250 /* evp_key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_505 /* evp_key.c */; }; + OBJ_1251 /* evp_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_506 /* evp_lib.c */; }; + OBJ_1252 /* evp_pbe.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_507 /* evp_pbe.c */; }; + OBJ_1253 /* evp_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_508 /* evp_pkey.c */; }; + OBJ_1254 /* ex_data.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_509 /* ex_data.c */; }; + OBJ_1255 /* f_enum.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_510 /* f_enum.c */; }; + OBJ_1256 /* f_int.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_511 /* f_int.c */; }; + OBJ_1257 /* f_string.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_512 /* f_string.c */; }; + OBJ_1258 /* fcrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_513 /* fcrypt.c */; }; + OBJ_1259 /* fcrypt_b.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_514 /* fcrypt_b.c */; }; + OBJ_1260 /* fips_ers.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_515 /* fips_ers.c */; }; + OBJ_1261 /* gcm128.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_516 /* gcm128.c */; }; + OBJ_1262 /* gost2001.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_517 /* gost2001.c */; }; + OBJ_1263 /* gost2001_keyx.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_518 /* gost2001_keyx.c */; }; + OBJ_1264 /* gost89.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_519 /* gost89.c */; }; + OBJ_1265 /* gost94_keyx.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_520 /* gost94_keyx.c */; }; + OBJ_1266 /* gost_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_521 /* gost_ameth.c */; }; + OBJ_1267 /* gost_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_522 /* gost_asn1.c */; }; + OBJ_1268 /* gost_crypt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_523 /* gost_crypt.c */; }; + OBJ_1269 /* gost_ctl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_524 /* gost_ctl.c */; }; + OBJ_1270 /* gost_eng.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_525 /* gost_eng.c */; }; + OBJ_1271 /* gost_keywrap.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_526 /* gost_keywrap.c */; }; + OBJ_1272 /* gost_md.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_527 /* gost_md.c */; }; + OBJ_1273 /* gost_params.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_528 /* gost_params.c */; }; + OBJ_1274 /* gost_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_529 /* gost_pmeth.c */; }; + OBJ_1275 /* gost_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_530 /* gost_sign.c */; }; + OBJ_1276 /* gosthash.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_531 /* gosthash.c */; }; + OBJ_1277 /* hm_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_532 /* hm_ameth.c */; }; + OBJ_1278 /* hm_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_533 /* hm_pmeth.c */; }; + OBJ_1279 /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_534 /* hmac.c */; }; + OBJ_1280 /* i2d_pr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_535 /* i2d_pr.c */; }; + OBJ_1281 /* i2d_pu.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_536 /* i2d_pu.c */; }; + OBJ_1282 /* i_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_537 /* i_cbc.c */; }; + OBJ_1283 /* i_cfb64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_538 /* i_cfb64.c */; }; + OBJ_1284 /* i_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_539 /* i_ecb.c */; }; + OBJ_1285 /* i_ofb64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_540 /* i_ofb64.c */; }; + OBJ_1286 /* i_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_541 /* i_skey.c */; }; + OBJ_1287 /* krb5_asn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_542 /* krb5_asn.c */; }; + OBJ_1288 /* kssl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_543 /* kssl.c */; }; + OBJ_1289 /* lh_stats.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_544 /* lh_stats.c */; }; + OBJ_1290 /* lhash.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_545 /* lhash.c */; }; + OBJ_1291 /* m_dss.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_546 /* m_dss.c */; }; + OBJ_1292 /* m_dss1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_547 /* m_dss1.c */; }; + OBJ_1293 /* m_ecdsa.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_548 /* m_ecdsa.c */; }; + OBJ_1294 /* m_md2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_549 /* m_md2.c */; }; + OBJ_1295 /* m_md4.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_550 /* m_md4.c */; }; + OBJ_1296 /* m_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_551 /* m_md5.c */; }; + OBJ_1297 /* m_mdc2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_552 /* m_mdc2.c */; }; + OBJ_1298 /* m_null.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_553 /* m_null.c */; }; + OBJ_1299 /* m_ripemd.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_554 /* m_ripemd.c */; }; + OBJ_1300 /* m_sha.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_555 /* m_sha.c */; }; + OBJ_1301 /* m_sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_556 /* m_sha1.c */; }; + OBJ_1302 /* m_sigver.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_557 /* m_sigver.c */; }; + OBJ_1303 /* m_wp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_558 /* m_wp.c */; }; + OBJ_1304 /* md4_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_559 /* md4_dgst.c */; }; + OBJ_1305 /* md4_one.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_560 /* md4_one.c */; }; + OBJ_1306 /* md5_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_561 /* md5_dgst.c */; }; + OBJ_1307 /* md5_one.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_562 /* md5_one.c */; }; + OBJ_1308 /* md_rand.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_563 /* md_rand.c */; }; + OBJ_1309 /* mdc2_one.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_564 /* mdc2_one.c */; }; + OBJ_1310 /* mdc2dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_565 /* mdc2dgst.c */; }; + OBJ_1311 /* mem.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_566 /* mem.c */; }; + OBJ_1312 /* mem_clr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_567 /* mem_clr.c */; }; + OBJ_1313 /* mem_dbg.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_568 /* mem_dbg.c */; }; + OBJ_1314 /* n_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_569 /* n_pkey.c */; }; + OBJ_1315 /* names.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_570 /* names.c */; }; + OBJ_1316 /* nsseq.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_571 /* nsseq.c */; }; + OBJ_1317 /* o_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_572 /* o_dir.c */; }; + OBJ_1318 /* o_fips.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_573 /* o_fips.c */; }; + OBJ_1319 /* o_init.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_574 /* o_init.c */; }; + OBJ_1320 /* o_names.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_575 /* o_names.c */; }; + OBJ_1321 /* o_str.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_576 /* o_str.c */; }; + OBJ_1322 /* o_time.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_577 /* o_time.c */; }; + OBJ_1323 /* obj_dat.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_578 /* obj_dat.c */; }; + OBJ_1324 /* obj_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_579 /* obj_err.c */; }; + OBJ_1325 /* obj_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_580 /* obj_lib.c */; }; + OBJ_1326 /* obj_xref.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_581 /* obj_xref.c */; }; + OBJ_1327 /* ocsp_asn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_582 /* ocsp_asn.c */; }; + OBJ_1328 /* ocsp_cl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_583 /* ocsp_cl.c */; }; + OBJ_1329 /* ocsp_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_584 /* ocsp_err.c */; }; + OBJ_1330 /* ocsp_ext.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_585 /* ocsp_ext.c */; }; + OBJ_1331 /* ocsp_ht.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_586 /* ocsp_ht.c */; }; + OBJ_1332 /* ocsp_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_587 /* ocsp_lib.c */; }; + OBJ_1333 /* ocsp_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_588 /* ocsp_prn.c */; }; + OBJ_1334 /* ocsp_srv.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_589 /* ocsp_srv.c */; }; + OBJ_1335 /* ocsp_vfy.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_590 /* ocsp_vfy.c */; }; + OBJ_1336 /* ofb128.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_591 /* ofb128.c */; }; + OBJ_1337 /* ofb64ede.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_592 /* ofb64ede.c */; }; + OBJ_1338 /* ofb64enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_593 /* ofb64enc.c */; }; + OBJ_1339 /* ofb_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_594 /* ofb_enc.c */; }; + OBJ_1340 /* openbsd_hw.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_595 /* openbsd_hw.c */; }; + OBJ_1341 /* p12_add.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_596 /* p12_add.c */; }; + OBJ_1342 /* p12_asn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_597 /* p12_asn.c */; }; + OBJ_1343 /* p12_attr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_598 /* p12_attr.c */; }; + OBJ_1344 /* p12_crpt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_599 /* p12_crpt.c */; }; + OBJ_1345 /* p12_crt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_600 /* p12_crt.c */; }; + OBJ_1346 /* p12_decr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_601 /* p12_decr.c */; }; + OBJ_1347 /* p12_init.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_602 /* p12_init.c */; }; + OBJ_1348 /* p12_key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_603 /* p12_key.c */; }; + OBJ_1349 /* p12_kiss.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_604 /* p12_kiss.c */; }; + OBJ_1350 /* p12_mutl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_605 /* p12_mutl.c */; }; + OBJ_1351 /* p12_npas.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_606 /* p12_npas.c */; }; + OBJ_1352 /* p12_p8d.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_607 /* p12_p8d.c */; }; + OBJ_1353 /* p12_p8e.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_608 /* p12_p8e.c */; }; + OBJ_1354 /* p12_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_609 /* p12_utl.c */; }; + OBJ_1355 /* p5_crpt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_610 /* p5_crpt.c */; }; + OBJ_1356 /* p5_crpt2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_611 /* p5_crpt2.c */; }; + OBJ_1357 /* p5_pbe.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_612 /* p5_pbe.c */; }; + OBJ_1358 /* p5_pbev2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_613 /* p5_pbev2.c */; }; + OBJ_1359 /* p8_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_614 /* p8_pkey.c */; }; + OBJ_1360 /* p_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_615 /* p_dec.c */; }; + OBJ_1361 /* p_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_616 /* p_enc.c */; }; + OBJ_1362 /* p_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_617 /* p_lib.c */; }; + OBJ_1363 /* p_open.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_618 /* p_open.c */; }; + OBJ_1364 /* p_seal.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_619 /* p_seal.c */; }; + OBJ_1365 /* p_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_620 /* p_sign.c */; }; + OBJ_1366 /* p_verify.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_621 /* p_verify.c */; }; + OBJ_1367 /* pcbc_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_622 /* pcbc_enc.c */; }; + OBJ_1368 /* pcy_cache.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_623 /* pcy_cache.c */; }; + OBJ_1369 /* pcy_data.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_624 /* pcy_data.c */; }; + OBJ_1370 /* pcy_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_625 /* pcy_lib.c */; }; + OBJ_1371 /* pcy_map.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_626 /* pcy_map.c */; }; + OBJ_1372 /* pcy_node.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_627 /* pcy_node.c */; }; + OBJ_1373 /* pcy_tree.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_628 /* pcy_tree.c */; }; + OBJ_1374 /* pem_all.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_629 /* pem_all.c */; }; + OBJ_1375 /* pem_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_630 /* pem_err.c */; }; + OBJ_1376 /* pem_info.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_631 /* pem_info.c */; }; + OBJ_1377 /* pem_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_632 /* pem_lib.c */; }; + OBJ_1378 /* pem_oth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_633 /* pem_oth.c */; }; + OBJ_1379 /* pem_pk8.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_634 /* pem_pk8.c */; }; + OBJ_1380 /* pem_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_635 /* pem_pkey.c */; }; + OBJ_1381 /* pem_seal.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_636 /* pem_seal.c */; }; + OBJ_1382 /* pem_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_637 /* pem_sign.c */; }; + OBJ_1383 /* pem_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_638 /* pem_x509.c */; }; + OBJ_1384 /* pem_xaux.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_639 /* pem_xaux.c */; }; + OBJ_1385 /* pk12err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_640 /* pk12err.c */; }; + OBJ_1386 /* pk7_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_641 /* pk7_asn1.c */; }; + OBJ_1387 /* pk7_attr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_642 /* pk7_attr.c */; }; + OBJ_1388 /* pk7_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_643 /* pk7_dgst.c */; }; + OBJ_1389 /* pk7_doit.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_644 /* pk7_doit.c */; }; + OBJ_1390 /* pk7_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_645 /* pk7_lib.c */; }; + OBJ_1391 /* pk7_mime.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_646 /* pk7_mime.c */; }; + OBJ_1392 /* pk7_smime.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_647 /* pk7_smime.c */; }; + OBJ_1393 /* pkcs7err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_648 /* pkcs7err.c */; }; + OBJ_1394 /* pmeth_fn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_649 /* pmeth_fn.c */; }; + OBJ_1395 /* pmeth_gn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_650 /* pmeth_gn.c */; }; + OBJ_1396 /* pmeth_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_651 /* pmeth_lib.c */; }; + OBJ_1397 /* pqueue.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_652 /* pqueue.c */; }; + OBJ_1398 /* pvkfmt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_653 /* pvkfmt.c */; }; + OBJ_1399 /* qud_cksm.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_654 /* qud_cksm.c */; }; + OBJ_1400 /* rand_egd.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_655 /* rand_egd.c */; }; + OBJ_1401 /* rand_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_656 /* rand_err.c */; }; + OBJ_1402 /* rand_key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_657 /* rand_key.c */; }; + OBJ_1403 /* rand_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_658 /* rand_lib.c */; }; + OBJ_1404 /* rand_nw.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_659 /* rand_nw.c */; }; + OBJ_1405 /* rand_os2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_660 /* rand_os2.c */; }; + OBJ_1406 /* rand_unix.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_661 /* rand_unix.c */; }; + OBJ_1407 /* rand_vms.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_662 /* rand_vms.c */; }; + OBJ_1408 /* rand_win.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_663 /* rand_win.c */; }; + OBJ_1409 /* randfile.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_664 /* randfile.c */; }; + OBJ_1410 /* rc2_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_665 /* rc2_cbc.c */; }; + OBJ_1411 /* rc2_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_666 /* rc2_ecb.c */; }; + OBJ_1412 /* rc2_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_667 /* rc2_skey.c */; }; + OBJ_1413 /* rc2cfb64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_668 /* rc2cfb64.c */; }; + OBJ_1414 /* rc2ofb64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_669 /* rc2ofb64.c */; }; + OBJ_1415 /* rc4_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_670 /* rc4_enc.c */; }; + OBJ_1416 /* rc4_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_671 /* rc4_skey.c */; }; + OBJ_1417 /* rc4_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_672 /* rc4_utl.c */; }; + OBJ_1418 /* read2pwd.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_673 /* read2pwd.c */; }; + OBJ_1419 /* rmd_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_674 /* rmd_dgst.c */; }; + OBJ_1420 /* rmd_one.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_675 /* rmd_one.c */; }; + OBJ_1421 /* rpc_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_676 /* rpc_enc.c */; }; + OBJ_1422 /* rsa_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_677 /* rsa_ameth.c */; }; + OBJ_1423 /* rsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_678 /* rsa_asn1.c */; }; + OBJ_1424 /* rsa_chk.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_679 /* rsa_chk.c */; }; + OBJ_1425 /* rsa_crpt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_680 /* rsa_crpt.c */; }; + OBJ_1426 /* rsa_depr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_681 /* rsa_depr.c */; }; + OBJ_1427 /* rsa_eay.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_682 /* rsa_eay.c */; }; + OBJ_1428 /* rsa_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_683 /* rsa_err.c */; }; + OBJ_1429 /* rsa_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_684 /* rsa_gen.c */; }; + OBJ_1430 /* rsa_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_685 /* rsa_lib.c */; }; + OBJ_1431 /* rsa_none.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_686 /* rsa_none.c */; }; + OBJ_1432 /* rsa_null.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_687 /* rsa_null.c */; }; + OBJ_1433 /* rsa_oaep.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_688 /* rsa_oaep.c */; }; + OBJ_1434 /* rsa_pk1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_689 /* rsa_pk1.c */; }; + OBJ_1435 /* rsa_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_690 /* rsa_pmeth.c */; }; + OBJ_1436 /* rsa_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_691 /* rsa_prn.c */; }; + OBJ_1437 /* rsa_pss.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_692 /* rsa_pss.c */; }; + OBJ_1438 /* rsa_saos.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_693 /* rsa_saos.c */; }; + OBJ_1439 /* rsa_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_694 /* rsa_sign.c */; }; + OBJ_1440 /* rsa_ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_695 /* rsa_ssl.c */; }; + OBJ_1441 /* rsa_x931.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_696 /* rsa_x931.c */; }; + OBJ_1442 /* rsaz_exp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_697 /* rsaz_exp.c */; }; + OBJ_1443 /* s23_clnt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_698 /* s23_clnt.c */; }; + OBJ_1444 /* s23_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_699 /* s23_lib.c */; }; + OBJ_1445 /* s23_meth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_700 /* s23_meth.c */; }; + OBJ_1446 /* s23_pkt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_701 /* s23_pkt.c */; }; + OBJ_1447 /* s23_srvr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_702 /* s23_srvr.c */; }; + OBJ_1448 /* s2_clnt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_703 /* s2_clnt.c */; }; + OBJ_1449 /* s2_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_704 /* s2_enc.c */; }; + OBJ_1450 /* s2_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_705 /* s2_lib.c */; }; + OBJ_1451 /* s2_meth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_706 /* s2_meth.c */; }; + OBJ_1452 /* s2_pkt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_707 /* s2_pkt.c */; }; + OBJ_1453 /* s2_srvr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_708 /* s2_srvr.c */; }; + OBJ_1454 /* s3_both.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_709 /* s3_both.c */; }; + OBJ_1455 /* s3_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_710 /* s3_cbc.c */; }; + OBJ_1456 /* s3_clnt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_711 /* s3_clnt.c */; }; + OBJ_1457 /* s3_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_712 /* s3_enc.c */; }; + OBJ_1458 /* s3_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_713 /* s3_lib.c */; }; + OBJ_1459 /* s3_meth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_714 /* s3_meth.c */; }; + OBJ_1460 /* s3_pkt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_715 /* s3_pkt.c */; }; + OBJ_1461 /* s3_srvr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_716 /* s3_srvr.c */; }; + OBJ_1462 /* seed.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_717 /* seed.c */; }; + OBJ_1463 /* seed_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_718 /* seed_cbc.c */; }; + OBJ_1464 /* seed_cfb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_719 /* seed_cfb.c */; }; + OBJ_1465 /* seed_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_720 /* seed_ecb.c */; }; + OBJ_1466 /* seed_ofb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_721 /* seed_ofb.c */; }; + OBJ_1467 /* set_key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_722 /* set_key.c */; }; + OBJ_1468 /* sha1_one.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_723 /* sha1_one.c */; }; + OBJ_1469 /* sha1dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_724 /* sha1dgst.c */; }; + OBJ_1470 /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_725 /* sha256.c */; }; + OBJ_1471 /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_726 /* sha512.c */; }; + OBJ_1472 /* sha_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_727 /* sha_dgst.c */; }; + OBJ_1473 /* sha_one.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_728 /* sha_one.c */; }; + OBJ_1474 /* srp_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_729 /* srp_lib.c */; }; + OBJ_1475 /* srp_vfy.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_730 /* srp_vfy.c */; }; + OBJ_1476 /* ssl_algs.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_731 /* ssl_algs.c */; }; + OBJ_1477 /* ssl_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_732 /* ssl_asn1.c */; }; + OBJ_1478 /* ssl_cert.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_733 /* ssl_cert.c */; }; + OBJ_1479 /* ssl_ciph.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_734 /* ssl_ciph.c */; }; + OBJ_1480 /* ssl_conf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_735 /* ssl_conf.c */; }; + OBJ_1481 /* ssl_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_736 /* ssl_err.c */; }; + OBJ_1482 /* ssl_err2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_737 /* ssl_err2.c */; }; + OBJ_1483 /* ssl_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_738 /* ssl_lib.c */; }; + OBJ_1484 /* ssl_rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_739 /* ssl_rsa.c */; }; + OBJ_1485 /* ssl_sess.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_740 /* ssl_sess.c */; }; + OBJ_1486 /* ssl_stat.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_741 /* ssl_stat.c */; }; + OBJ_1487 /* ssl_txt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_742 /* ssl_txt.c */; }; + OBJ_1488 /* ssl_utst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_743 /* ssl_utst.c */; }; + OBJ_1489 /* stack.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_744 /* stack.c */; }; + OBJ_1490 /* str2key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_745 /* str2key.c */; }; + OBJ_1491 /* t1_clnt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_746 /* t1_clnt.c */; }; + OBJ_1492 /* t1_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_747 /* t1_enc.c */; }; + OBJ_1493 /* t1_ext.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_748 /* t1_ext.c */; }; + OBJ_1494 /* t1_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_749 /* t1_lib.c */; }; + OBJ_1495 /* t1_meth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_750 /* t1_meth.c */; }; + OBJ_1496 /* t1_reneg.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_751 /* t1_reneg.c */; }; + OBJ_1497 /* t1_srvr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_752 /* t1_srvr.c */; }; + OBJ_1498 /* t1_trce.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_753 /* t1_trce.c */; }; + OBJ_1499 /* t_bitst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_754 /* t_bitst.c */; }; + OBJ_1500 /* t_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_755 /* t_crl.c */; }; + OBJ_1501 /* t_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_756 /* t_pkey.c */; }; + OBJ_1502 /* t_req.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_757 /* t_req.c */; }; + OBJ_1503 /* t_spki.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_758 /* t_spki.c */; }; + OBJ_1504 /* t_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_759 /* t_x509.c */; }; + OBJ_1505 /* t_x509a.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_760 /* t_x509a.c */; }; + OBJ_1506 /* tasn_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_761 /* tasn_dec.c */; }; + OBJ_1507 /* tasn_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_762 /* tasn_enc.c */; }; + OBJ_1508 /* tasn_fre.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_763 /* tasn_fre.c */; }; + OBJ_1509 /* tasn_new.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_764 /* tasn_new.c */; }; + OBJ_1510 /* tasn_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_765 /* tasn_prn.c */; }; + OBJ_1511 /* tasn_typ.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_766 /* tasn_typ.c */; }; + OBJ_1512 /* tasn_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_767 /* tasn_utl.c */; }; + OBJ_1513 /* tb_asnmth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_768 /* tb_asnmth.c */; }; + OBJ_1514 /* tb_cipher.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_769 /* tb_cipher.c */; }; + OBJ_1515 /* tb_dh.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_770 /* tb_dh.c */; }; + OBJ_1516 /* tb_digest.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_771 /* tb_digest.c */; }; + OBJ_1517 /* tb_dsa.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_772 /* tb_dsa.c */; }; + OBJ_1518 /* tb_ecdh.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_773 /* tb_ecdh.c */; }; + OBJ_1519 /* tb_ecdsa.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_774 /* tb_ecdsa.c */; }; + OBJ_1520 /* tb_pkmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_775 /* tb_pkmeth.c */; }; + OBJ_1521 /* tb_rand.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_776 /* tb_rand.c */; }; + OBJ_1522 /* tb_rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_777 /* tb_rsa.c */; }; + OBJ_1523 /* tb_store.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_778 /* tb_store.c */; }; + OBJ_1524 /* th-lock.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_779 /* th-lock.c */; }; + OBJ_1525 /* tls_srp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_780 /* tls_srp.c */; }; + OBJ_1526 /* ts_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_781 /* ts_asn1.c */; }; + OBJ_1527 /* ts_conf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_782 /* ts_conf.c */; }; + OBJ_1528 /* ts_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_783 /* ts_err.c */; }; + OBJ_1529 /* ts_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_784 /* ts_lib.c */; }; + OBJ_1530 /* ts_req_print.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_785 /* ts_req_print.c */; }; + OBJ_1531 /* ts_req_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_786 /* ts_req_utils.c */; }; + OBJ_1532 /* ts_rsp_print.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_787 /* ts_rsp_print.c */; }; + OBJ_1533 /* ts_rsp_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_788 /* ts_rsp_sign.c */; }; + OBJ_1534 /* ts_rsp_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_789 /* ts_rsp_utils.c */; }; + OBJ_1535 /* ts_rsp_verify.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_790 /* ts_rsp_verify.c */; }; + OBJ_1536 /* ts_verify_ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_791 /* ts_verify_ctx.c */; }; + OBJ_1537 /* txt_db.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_792 /* txt_db.c */; }; + OBJ_1538 /* ui_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_793 /* ui_compat.c */; }; + OBJ_1539 /* ui_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_794 /* ui_err.c */; }; + OBJ_1540 /* ui_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_795 /* ui_lib.c */; }; + OBJ_1541 /* ui_openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_796 /* ui_openssl.c */; }; + OBJ_1542 /* ui_util.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_797 /* ui_util.c */; }; + OBJ_1543 /* uid.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_798 /* uid.c */; }; + OBJ_1544 /* v3_addr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_799 /* v3_addr.c */; }; + OBJ_1545 /* v3_akey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_800 /* v3_akey.c */; }; + OBJ_1546 /* v3_akeya.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_801 /* v3_akeya.c */; }; + OBJ_1547 /* v3_alt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_802 /* v3_alt.c */; }; + OBJ_1548 /* v3_asid.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_803 /* v3_asid.c */; }; + OBJ_1549 /* v3_bcons.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_804 /* v3_bcons.c */; }; + OBJ_1550 /* v3_bitst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_805 /* v3_bitst.c */; }; + OBJ_1551 /* v3_conf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_806 /* v3_conf.c */; }; + OBJ_1552 /* v3_cpols.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_807 /* v3_cpols.c */; }; + OBJ_1553 /* v3_crld.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_808 /* v3_crld.c */; }; + OBJ_1554 /* v3_enum.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_809 /* v3_enum.c */; }; + OBJ_1555 /* v3_extku.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_810 /* v3_extku.c */; }; + OBJ_1556 /* v3_genn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_811 /* v3_genn.c */; }; + OBJ_1557 /* v3_ia5.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_812 /* v3_ia5.c */; }; + OBJ_1558 /* v3_info.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_813 /* v3_info.c */; }; + OBJ_1559 /* v3_int.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_814 /* v3_int.c */; }; + OBJ_1560 /* v3_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_815 /* v3_lib.c */; }; + OBJ_1561 /* v3_ncons.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_816 /* v3_ncons.c */; }; + OBJ_1562 /* v3_ocsp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_817 /* v3_ocsp.c */; }; + OBJ_1563 /* v3_pci.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_818 /* v3_pci.c */; }; + OBJ_1564 /* v3_pcia.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_819 /* v3_pcia.c */; }; + OBJ_1565 /* v3_pcons.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_820 /* v3_pcons.c */; }; + OBJ_1566 /* v3_pku.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_821 /* v3_pku.c */; }; + OBJ_1567 /* v3_pmaps.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_822 /* v3_pmaps.c */; }; + OBJ_1568 /* v3_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_823 /* v3_prn.c */; }; + OBJ_1569 /* v3_purp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_824 /* v3_purp.c */; }; + OBJ_1570 /* v3_scts.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_825 /* v3_scts.c */; }; + OBJ_1571 /* v3_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_826 /* v3_skey.c */; }; + OBJ_1572 /* v3_sxnet.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_827 /* v3_sxnet.c */; }; + OBJ_1573 /* v3_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_828 /* v3_utl.c */; }; + OBJ_1574 /* v3err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_829 /* v3err.c */; }; + OBJ_1575 /* wp_block.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_830 /* wp_block.c */; }; + OBJ_1576 /* wp_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_831 /* wp_dgst.c */; }; + OBJ_1577 /* wrap128.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_832 /* wrap128.c */; }; + OBJ_1578 /* x509_att.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_833 /* x509_att.c */; }; + OBJ_1579 /* x509_cmp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_834 /* x509_cmp.c */; }; + OBJ_1580 /* x509_d2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_835 /* x509_d2.c */; }; + OBJ_1581 /* x509_def.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_836 /* x509_def.c */; }; + OBJ_1582 /* x509_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_837 /* x509_err.c */; }; + OBJ_1583 /* x509_ext.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_838 /* x509_ext.c */; }; + OBJ_1584 /* x509_lu.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_839 /* x509_lu.c */; }; + OBJ_1585 /* x509_obj.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_840 /* x509_obj.c */; }; + OBJ_1586 /* x509_r2x.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_841 /* x509_r2x.c */; }; + OBJ_1587 /* x509_req.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_842 /* x509_req.c */; }; + OBJ_1588 /* x509_set.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_843 /* x509_set.c */; }; + OBJ_1589 /* x509_trs.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_844 /* x509_trs.c */; }; + OBJ_1590 /* x509_txt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_845 /* x509_txt.c */; }; + OBJ_1591 /* x509_v3.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_846 /* x509_v3.c */; }; + OBJ_1592 /* x509_vfy.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_847 /* x509_vfy.c */; }; + OBJ_1593 /* x509_vpm.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_848 /* x509_vpm.c */; }; + OBJ_1594 /* x509cset.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_849 /* x509cset.c */; }; + OBJ_1595 /* x509name.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_850 /* x509name.c */; }; + OBJ_1596 /* x509rset.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_851 /* x509rset.c */; }; + OBJ_1597 /* x509spki.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_852 /* x509spki.c */; }; + OBJ_1598 /* x509type.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_853 /* x509type.c */; }; + OBJ_1599 /* x_algor.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_854 /* x_algor.c */; }; + OBJ_1600 /* x_all.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_855 /* x_all.c */; }; + OBJ_1601 /* x_attrib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_856 /* x_attrib.c */; }; + OBJ_1602 /* x_bignum.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_857 /* x_bignum.c */; }; + OBJ_1603 /* x_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_858 /* x_crl.c */; }; + OBJ_1604 /* x_exten.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_859 /* x_exten.c */; }; + OBJ_1605 /* x_info.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_860 /* x_info.c */; }; + OBJ_1606 /* x_long.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_861 /* x_long.c */; }; + OBJ_1607 /* x_name.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_862 /* x_name.c */; }; + OBJ_1608 /* x_nx509.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_863 /* x_nx509.c */; }; + OBJ_1609 /* x_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_864 /* x_pkey.c */; }; + OBJ_1610 /* x_pubkey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_865 /* x_pubkey.c */; }; + OBJ_1611 /* x_req.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_866 /* x_req.c */; }; + OBJ_1612 /* x_sig.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_867 /* x_sig.c */; }; + OBJ_1613 /* x_spki.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_868 /* x_spki.c */; }; + OBJ_1614 /* x_val.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_869 /* x_val.c */; }; + OBJ_1615 /* x_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_870 /* x_x509.c */; }; + OBJ_1616 /* x_x509a.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_871 /* x_x509a.c */; }; + OBJ_1617 /* xcbc_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_872 /* xcbc_enc.c */; }; + OBJ_1618 /* xts128.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_873 /* xts128.c */; }; + OBJ_1625 /* Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_188 /* Promise.swift */; }; + OBJ_1626 /* ThreadQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_189 /* ThreadQueue.swift */; }; + OBJ_1627 /* Threading.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_190 /* Threading.swift */; }; + OBJ_1634 /* Net.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_180 /* Net.swift */; }; + OBJ_1635 /* NetAddress.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_181 /* NetAddress.swift */; }; + OBJ_1636 /* NetEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_182 /* NetEvent.swift */; }; + OBJ_1637 /* NetNamedPipe.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_183 /* NetNamedPipe.swift */; }; + OBJ_1638 /* NetTCP.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_184 /* NetTCP.swift */; }; + OBJ_1639 /* NetTCPSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_185 /* NetTCPSSL.swift */; }; + OBJ_1640 /* NetUDP.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_186 /* NetUDP.swift */; }; + OBJ_1642 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; + OBJ_1643 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; + OBJ_1651 /* HTTPFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_170 /* HTTPFilter.swift */; }; + OBJ_1652 /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_171 /* HTTPHeaders.swift */; }; + OBJ_1653 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_172 /* HTTPMethod.swift */; }; + OBJ_1654 /* HTTPRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_173 /* HTTPRequest.swift */; }; + OBJ_1655 /* HTTPResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_174 /* HTTPResponse.swift */; }; + OBJ_1656 /* MimeReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_175 /* MimeReader.swift */; }; + OBJ_1657 /* MimeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_176 /* MimeType.swift */; }; + OBJ_1658 /* Routing.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_177 /* Routing.swift */; }; + OBJ_1659 /* StaticFileHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_178 /* StaticFileHandler.swift */; }; + OBJ_1661 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; + OBJ_1662 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; + OBJ_1663 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; + OBJ_1664 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; + OBJ_1675 /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_135 /* adler32.c */; }; + OBJ_1676 /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_136 /* compress.c */; }; + OBJ_1677 /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_137 /* crc32.c */; }; + OBJ_1678 /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_138 /* deflate.c */; }; + OBJ_1679 /* gzclose.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_139 /* gzclose.c */; }; + OBJ_1680 /* gzlib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_140 /* gzlib.c */; }; + OBJ_1681 /* gzread.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_141 /* gzread.c */; }; + OBJ_1682 /* gzwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_142 /* gzwrite.c */; }; + OBJ_1683 /* infback.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_143 /* infback.c */; }; + OBJ_1684 /* inffast.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_144 /* inffast.c */; }; + OBJ_1685 /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_145 /* inflate.c */; }; + OBJ_1686 /* inftrees.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_146 /* inftrees.c */; }; + OBJ_1687 /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_147 /* trees.c */; }; + OBJ_1688 /* uncompr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_148 /* uncompr.c */; }; + OBJ_1689 /* zutil.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_149 /* zutil.c */; }; + OBJ_1691 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; + OBJ_1692 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; + OBJ_1693 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; + OBJ_1694 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; + OBJ_1695 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; + OBJ_1706 /* HPACK.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_156 /* HPACK.swift */; }; + OBJ_1707 /* HTTP11Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_157 /* HTTP11Request.swift */; }; + OBJ_1708 /* HTTP11Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_158 /* HTTP11Response.swift */; }; + OBJ_1709 /* HTTP2.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_159 /* HTTP2.swift */; }; + OBJ_1710 /* HTTPContentCompression.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_160 /* HTTPContentCompression.swift */; }; + OBJ_1711 /* HTTPServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_161 /* HTTPServer.swift */; }; + OBJ_1712 /* HTTPServerEx.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_162 /* HTTPServerEx.swift */; }; + OBJ_1713 /* HTTPServerExConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_163 /* HTTPServerExConfig.swift */; }; + OBJ_1715 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; + OBJ_1716 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; + OBJ_1717 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; + OBJ_1718 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; + OBJ_1719 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; + OBJ_1720 /* CHTTPParser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_897 /* CHTTPParser.framework */; }; + OBJ_1721 /* CZlib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_895 /* CZlib.framework */; }; + OBJ_1735 /* http_parser.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_165 /* http_parser.c */; }; + OBJ_1737 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; + OBJ_1738 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; + OBJ_1739 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; + OBJ_1740 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; + OBJ_1741 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; + OBJ_1752 /* MySQL.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_131 /* MySQL.swift */; }; + OBJ_1759 /* StORM.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_118 /* StORM.swift */; }; + OBJ_1760 /* StORMConnect.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_119 /* StORMConnect.swift */; }; + OBJ_1761 /* StORMCursor.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_120 /* StORMCursor.swift */; }; + OBJ_1762 /* StORMDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_121 /* StORMDataSource.swift */; }; + OBJ_1763 /* StORMDataSourceCredentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_122 /* StORMDataSourceCredentials.swift */; }; + OBJ_1764 /* StORMDataSourceOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_123 /* StORMDataSourceOptions.swift */; }; + OBJ_1765 /* StORMError.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_124 /* StORMError.swift */; }; + OBJ_1766 /* StORMJoins.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_125 /* StORMJoins.swift */; }; + OBJ_1767 /* StORMProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_126 /* StORMProtocol.swift */; }; + OBJ_1768 /* StORMRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_127 /* StORMRow.swift */; }; + OBJ_1769 /* StORMtResultSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_128 /* StORMtResultSet.swift */; }; + OBJ_1771 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; + OBJ_1778 /* Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_110 /* Duration.swift */; }; + OBJ_1779 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_111 /* Extensions.swift */; }; + OBJ_1780 /* Moment.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_112 /* Moment.swift */; }; + OBJ_1781 /* MomentFromNow.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_113 /* MomentFromNow.swift */; }; + OBJ_1782 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_114 /* Operators.swift */; }; + OBJ_1783 /* TimeUnit.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_115 /* TimeUnit.swift */; }; + OBJ_1790 /* cURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_106 /* cURL.swift */; }; + OBJ_1792 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; + OBJ_1799 /* FileLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_103 /* FileLogger.swift */; }; + OBJ_1800 /* RemoteLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_104 /* RemoteLogger.swift */; }; + OBJ_1802 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; + OBJ_1803 /* SwiftMoment.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_900 /* SwiftMoment.framework */; }; + OBJ_1804 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; + OBJ_1805 /* PerfectCURL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_901 /* PerfectCURL.framework */; }; + OBJ_1815 /* Convenience.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_92 /* Convenience.swift */; }; + OBJ_1816 /* Delete.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_93 /* Delete.swift */; }; + OBJ_1817 /* Insert.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_94 /* Insert.swift */; }; + OBJ_1818 /* MySQLConnect.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_95 /* MySQLConnect.swift */; }; + OBJ_1819 /* MySQLStORM.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_96 /* MySQLStORM.swift */; }; + OBJ_1820 /* SQL.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_97 /* SQL.swift */; }; + OBJ_1821 /* Select.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_98 /* Select.swift */; }; + OBJ_1822 /* Update.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_99 /* Update.swift */; }; + OBJ_1823 /* Upsert.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_100 /* Upsert.swift */; }; + OBJ_1824 /* parseRows.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_101 /* parseRows.swift */; }; + OBJ_1826 /* MySQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_898 /* MySQL.framework */; }; + OBJ_1827 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; + OBJ_1828 /* StORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_899 /* StORM.framework */; }; + OBJ_1829 /* SwiftMoment.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_900 /* SwiftMoment.framework */; }; + OBJ_1830 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; + OBJ_1831 /* PerfectCURL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_901 /* PerfectCURL.framework */; }; + OBJ_1832 /* PerfectLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_902 /* PerfectLogger.framework */; }; + OBJ_1845 /* Mustache.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_90 /* Mustache.swift */; }; + OBJ_1847 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; + OBJ_1848 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; + OBJ_1849 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; + OBJ_1850 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; + OBJ_1851 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; + OBJ_1862 /* StringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_86 /* StringExtensions.swift */; }; + OBJ_1863 /* StringHTML.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_87 /* StringHTML.swift */; }; + OBJ_1864 /* StringURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_88 /* StringURL.swift */; }; + OBJ_1871 /* Random.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_82 /* Random.swift */; }; + OBJ_1872 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_83 /* Randoms.swift */; }; + OBJ_1873 /* URandom.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_84 /* URandom.swift */; }; + OBJ_1880 /* URLSession+Turnstile.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_42 /* URLSession+Turnstile.swift */; }; + OBJ_1881 /* WebMemoryRealm.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_43 /* WebMemoryRealm.swift */; }; + OBJ_1882 /* Digits.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_45 /* Digits.swift */; }; + OBJ_1883 /* Facebook.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_46 /* Facebook.swift */; }; + OBJ_1884 /* Google.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_47 /* Google.swift */; }; + OBJ_1885 /* OAuthDelegator.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_50 /* OAuthDelegator.swift */; }; + OBJ_1886 /* OAuthEcho.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_51 /* OAuthEcho.swift */; }; + OBJ_1887 /* OAuthParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_52 /* OAuthParameters.swift */; }; + OBJ_1888 /* AuthorizationCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_54 /* AuthorizationCode.swift */; }; + OBJ_1889 /* OAuth2.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_55 /* OAuth2.swift */; }; + OBJ_1890 /* OAuth2Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_56 /* OAuth2Error.swift */; }; + OBJ_1891 /* OAuth2Token.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_57 /* OAuth2Token.swift */; }; + OBJ_1893 /* TurnstileCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_908 /* TurnstileCrypto.framework */; }; + OBJ_1894 /* Turnstile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_909 /* Turnstile.framework */; }; + OBJ_1903 /* BCrypt.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_59 /* BCrypt.swift */; }; + OBJ_1904 /* Random.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_60 /* Random.swift */; }; + OBJ_1905 /* URandom.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_61 /* URandom.swift */; }; + OBJ_1911 /* TurnstileError.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_63 /* TurnstileError.swift */; }; + OBJ_1912 /* Subject.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_65 /* Subject.swift */; }; + OBJ_1913 /* Turnstile.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_66 /* Turnstile.swift */; }; + OBJ_1914 /* APIKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_68 /* APIKey.swift */; }; + OBJ_1915 /* Credentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_69 /* Credentials.swift */; }; + OBJ_1916 /* CredentialsError.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_70 /* CredentialsError.swift */; }; + OBJ_1917 /* Token.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_71 /* Token.swift */; }; + OBJ_1918 /* UsernamePassword.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_72 /* UsernamePassword.swift */; }; + OBJ_1919 /* Account.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_74 /* Account.swift */; }; + OBJ_1920 /* MemoryRealm.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_75 /* MemoryRealm.swift */; }; + OBJ_1921 /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_76 /* Realm.swift */; }; + OBJ_1922 /* MemorySessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_78 /* MemorySessionManager.swift */; }; + OBJ_1923 /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_79 /* SessionManager.swift */; }; + OBJ_1925 /* TurnstileCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_908 /* TurnstileCrypto.framework */; }; + OBJ_1932 /* AuthFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_34 /* AuthFilter.swift */; }; + OBJ_1933 /* AuthenticationConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_35 /* AuthenticationConfig.swift */; }; + OBJ_1934 /* HTTPRequest+Turnstile.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_36 /* HTTPRequest+Turnstile.swift */; }; + OBJ_1935 /* MustacheHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_37 /* MustacheHandler.swift */; }; + OBJ_1936 /* TurnstileFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_38 /* TurnstileFilter.swift */; }; + OBJ_1937 /* TurnstilePerfect.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_39 /* TurnstilePerfect.swift */; }; + OBJ_1939 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; + OBJ_1940 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; + OBJ_1941 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; + OBJ_1942 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; + OBJ_1943 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; + OBJ_1944 /* TurnstileCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_908 /* TurnstileCrypto.framework */; }; + OBJ_1945 /* Turnstile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_909 /* Turnstile.framework */; }; + OBJ_1946 /* TurnstileWeb.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_907 /* TurnstileWeb.framework */; }; + OBJ_1947 /* SwiftString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_905 /* SwiftString.framework */; }; + OBJ_1948 /* PerfectMustache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_904 /* PerfectMustache.framework */; }; + OBJ_1964 /* Account.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_24 /* Account.swift */; }; + OBJ_1965 /* AuthHandlersJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_25 /* AuthHandlersJSON.swift */; }; + OBJ_1966 /* AuthHandlersWeb.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_26 /* AuthHandlersWeb.swift */; }; + OBJ_1967 /* JSONRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_27 /* JSONRoutes.swift */; }; + OBJ_1968 /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_28 /* Realm.swift */; }; + OBJ_1969 /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_29 /* SessionManager.swift */; }; + OBJ_1970 /* Tokens.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_30 /* Tokens.swift */; }; + OBJ_1971 /* TurnstilePerfectRealm.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_31 /* TurnstilePerfectRealm.swift */; }; + OBJ_1972 /* WebRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_32 /* WebRoutes.swift */; }; + OBJ_1974 /* MySQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_898 /* MySQL.framework */; }; + OBJ_1975 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; + OBJ_1976 /* StORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_899 /* StORM.framework */; }; + OBJ_1977 /* SwiftMoment.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_900 /* SwiftMoment.framework */; }; + OBJ_1978 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; + OBJ_1979 /* PerfectCURL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_901 /* PerfectCURL.framework */; }; + OBJ_1980 /* PerfectLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_902 /* PerfectLogger.framework */; }; + OBJ_1981 /* MySQLStORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_903 /* MySQLStORM.framework */; }; + OBJ_1982 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; + OBJ_1983 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; + OBJ_1984 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; + OBJ_1985 /* CZlib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_895 /* CZlib.framework */; }; + OBJ_1986 /* CHTTPParser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_897 /* CHTTPParser.framework */; }; + OBJ_1987 /* PerfectHTTPServer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_896 /* PerfectHTTPServer.framework */; }; + OBJ_1988 /* PerfectMustache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_904 /* PerfectMustache.framework */; }; + OBJ_1989 /* SwiftString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_905 /* SwiftString.framework */; }; + OBJ_1990 /* SwiftRandom.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_906 /* SwiftRandom.framework */; }; + OBJ_1991 /* TurnstileCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_908 /* TurnstileCrypto.framework */; }; + OBJ_1992 /* Turnstile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_909 /* Turnstile.framework */; }; + OBJ_1993 /* TurnstileWeb.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_907 /* TurnstileWeb.framework */; }; + OBJ_1994 /* TurnstilePerfect.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_910 /* TurnstilePerfect.framework */; }; + OBJ_2021 /* SQLBool.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_21 /* SQLBool.swift */; }; + OBJ_2022 /* SQLDates.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_22 /* SQLDates.swift */; }; + OBJ_2029 /* Routing.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* Routing.swift */; }; + OBJ_2030 /* ToDoItems.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* ToDoItems.swift */; }; + OBJ_2031 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_11 /* main.swift */; }; + OBJ_2033 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; + OBJ_2034 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; + OBJ_2035 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; + OBJ_2036 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; + OBJ_2037 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; + OBJ_2038 /* CZlib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_895 /* CZlib.framework */; }; + OBJ_2039 /* CHTTPParser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_897 /* CHTTPParser.framework */; }; + OBJ_2040 /* PerfectHTTPServer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_896 /* PerfectHTTPServer.framework */; }; + OBJ_2041 /* MySQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_898 /* MySQL.framework */; }; + OBJ_2042 /* StORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_899 /* StORM.framework */; }; + OBJ_2043 /* SwiftMoment.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_900 /* SwiftMoment.framework */; }; + OBJ_2044 /* PerfectCURL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_901 /* PerfectCURL.framework */; }; + OBJ_2045 /* PerfectLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_902 /* PerfectLogger.framework */; }; + OBJ_2046 /* MySQLStORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_903 /* MySQLStORM.framework */; }; + OBJ_2047 /* PerfectMustache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_904 /* PerfectMustache.framework */; }; + OBJ_2048 /* SwiftString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_905 /* SwiftString.framework */; }; + OBJ_2049 /* SwiftRandom.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_906 /* SwiftRandom.framework */; }; + OBJ_2050 /* TurnstileCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_908 /* TurnstileCrypto.framework */; }; + OBJ_2051 /* Turnstile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_909 /* Turnstile.framework */; }; + OBJ_2052 /* TurnstileWeb.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_907 /* TurnstileWeb.framework */; }; + OBJ_2053 /* TurnstilePerfect.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_910 /* TurnstilePerfect.framework */; }; + OBJ_2054 /* PerfectTurnstileMySQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_911 /* PerfectTurnstileMySQL.framework */; }; + OBJ_2055 /* SwiftSQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_912 /* SwiftSQL.framework */; }; + OBJ_2056 /* ToDoModel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_914 /* ToDoModel.framework */; }; + OBJ_2086 /* ToDoItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_13 /* ToDoItem.swift */; }; + OBJ_2087 /* ToDoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_14 /* ToDoManager.swift */; }; + OBJ_2089 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; + OBJ_2090 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; + OBJ_2091 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; + OBJ_2092 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; + OBJ_2093 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; + OBJ_2094 /* CZlib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_895 /* CZlib.framework */; }; + OBJ_2095 /* CHTTPParser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_897 /* CHTTPParser.framework */; }; + OBJ_2096 /* PerfectHTTPServer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_896 /* PerfectHTTPServer.framework */; }; + OBJ_2097 /* MySQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_898 /* MySQL.framework */; }; + OBJ_2098 /* StORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_899 /* StORM.framework */; }; + OBJ_2099 /* SwiftMoment.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_900 /* SwiftMoment.framework */; }; + OBJ_2100 /* PerfectCURL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_901 /* PerfectCURL.framework */; }; + OBJ_2101 /* PerfectLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_902 /* PerfectLogger.framework */; }; + OBJ_2102 /* MySQLStORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_903 /* MySQLStORM.framework */; }; + OBJ_2103 /* PerfectMustache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_904 /* PerfectMustache.framework */; }; + OBJ_2104 /* SwiftString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_905 /* SwiftString.framework */; }; + OBJ_2105 /* SwiftRandom.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_906 /* SwiftRandom.framework */; }; + OBJ_2106 /* TurnstileCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_908 /* TurnstileCrypto.framework */; }; + OBJ_2107 /* Turnstile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_909 /* Turnstile.framework */; }; + OBJ_2108 /* TurnstileWeb.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_907 /* TurnstileWeb.framework */; }; + OBJ_2109 /* TurnstilePerfect.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_910 /* TurnstilePerfect.framework */; }; + OBJ_2110 /* PerfectTurnstileMySQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_911 /* PerfectTurnstileMySQL.framework */; }; + OBJ_2111 /* SwiftSQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_912 /* SwiftSQL.framework */; }; + OBJ_2140 /* Perfect_ToDo_iOS_DemoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_17 /* Perfect_ToDo_iOS_DemoTests.swift */; }; + OBJ_2142 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; + OBJ_2143 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; + OBJ_2144 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; + OBJ_2145 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; + OBJ_2146 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; + OBJ_2147 /* CZlib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_895 /* CZlib.framework */; }; + OBJ_2148 /* CHTTPParser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_897 /* CHTTPParser.framework */; }; + OBJ_2149 /* PerfectHTTPServer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_896 /* PerfectHTTPServer.framework */; }; + OBJ_2150 /* MySQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_898 /* MySQL.framework */; }; + OBJ_2151 /* StORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_899 /* StORM.framework */; }; + OBJ_2152 /* SwiftMoment.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_900 /* SwiftMoment.framework */; }; + OBJ_2153 /* PerfectCURL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_901 /* PerfectCURL.framework */; }; + OBJ_2154 /* PerfectLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_902 /* PerfectLogger.framework */; }; + OBJ_2155 /* MySQLStORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_903 /* MySQLStORM.framework */; }; + OBJ_2156 /* PerfectMustache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_904 /* PerfectMustache.framework */; }; + OBJ_2157 /* SwiftString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_905 /* SwiftString.framework */; }; + OBJ_2158 /* SwiftRandom.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_906 /* SwiftRandom.framework */; }; + OBJ_2159 /* TurnstileCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_908 /* TurnstileCrypto.framework */; }; + OBJ_2160 /* Turnstile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_909 /* Turnstile.framework */; }; + OBJ_2161 /* TurnstileWeb.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_907 /* TurnstileWeb.framework */; }; + OBJ_2162 /* TurnstilePerfect.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_910 /* TurnstilePerfect.framework */; }; + OBJ_2163 /* PerfectTurnstileMySQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_911 /* PerfectTurnstileMySQL.framework */; }; + OBJ_2164 /* SwiftSQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_912 /* SwiftSQL.framework */; }; + OBJ_921 /* Bytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_879 /* Bytes.swift */; }; + OBJ_922 /* Dir.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_880 /* Dir.swift */; }; + OBJ_923 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_881 /* File.swift */; }; + OBJ_924 /* JSONConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_882 /* JSONConvertible.swift */; }; + OBJ_925 /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_883 /* Log.swift */; }; + OBJ_926 /* PerfectError.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_884 /* PerfectError.swift */; }; + OBJ_927 /* PerfectServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_885 /* PerfectServer.swift */; }; + OBJ_928 /* SwiftCompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_886 /* SwiftCompatibility.swift */; }; + OBJ_929 /* SysProcess.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_887 /* SysProcess.swift */; }; + OBJ_930 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_888 /* Utilities.swift */; }; + OBJ_938 /* a_bitstr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_193 /* a_bitstr.c */; }; + OBJ_939 /* a_bool.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_194 /* a_bool.c */; }; + OBJ_940 /* a_bytes.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_195 /* a_bytes.c */; }; + OBJ_941 /* a_d2i_fp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_196 /* a_d2i_fp.c */; }; + OBJ_942 /* a_digest.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_197 /* a_digest.c */; }; + OBJ_943 /* a_dup.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_198 /* a_dup.c */; }; + OBJ_944 /* a_enum.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_199 /* a_enum.c */; }; + OBJ_945 /* a_gentm.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_200 /* a_gentm.c */; }; + OBJ_946 /* a_i2d_fp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_201 /* a_i2d_fp.c */; }; + OBJ_947 /* a_int.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_202 /* a_int.c */; }; + OBJ_948 /* a_mbstr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_203 /* a_mbstr.c */; }; + OBJ_949 /* a_object.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_204 /* a_object.c */; }; + OBJ_950 /* a_octet.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_205 /* a_octet.c */; }; + OBJ_951 /* a_print.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_206 /* a_print.c */; }; + OBJ_952 /* a_set.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_207 /* a_set.c */; }; + OBJ_953 /* a_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_208 /* a_sign.c */; }; + OBJ_954 /* a_strex.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_209 /* a_strex.c */; }; + OBJ_955 /* a_strnid.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_210 /* a_strnid.c */; }; + OBJ_956 /* a_time.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_211 /* a_time.c */; }; + OBJ_957 /* a_type.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_212 /* a_type.c */; }; + OBJ_958 /* a_utctm.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_213 /* a_utctm.c */; }; + OBJ_959 /* a_utf8.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_214 /* a_utf8.c */; }; + OBJ_960 /* a_verify.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_215 /* a_verify.c */; }; + OBJ_961 /* aes_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_216 /* aes_cbc.c */; }; + OBJ_962 /* aes_cfb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_217 /* aes_cfb.c */; }; + OBJ_963 /* aes_core.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_218 /* aes_core.c */; }; + OBJ_964 /* aes_ctr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_219 /* aes_ctr.c */; }; + OBJ_965 /* aes_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_220 /* aes_ecb.c */; }; + OBJ_966 /* aes_ige.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_221 /* aes_ige.c */; }; + OBJ_967 /* aes_misc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_222 /* aes_misc.c */; }; + OBJ_968 /* aes_ofb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_223 /* aes_ofb.c */; }; + OBJ_969 /* aes_wrap.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_224 /* aes_wrap.c */; }; + OBJ_970 /* ameth_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_225 /* ameth_lib.c */; }; + OBJ_971 /* asn1_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_226 /* asn1_err.c */; }; + OBJ_972 /* asn1_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_227 /* asn1_gen.c */; }; + OBJ_973 /* asn1_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_228 /* asn1_lib.c */; }; + OBJ_974 /* asn1_par.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_229 /* asn1_par.c */; }; + OBJ_975 /* asn_mime.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_230 /* asn_mime.c */; }; + OBJ_976 /* asn_moid.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_231 /* asn_moid.c */; }; + OBJ_977 /* asn_pack.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_232 /* asn_pack.c */; }; + OBJ_978 /* b_dump.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_233 /* b_dump.c */; }; + OBJ_979 /* b_print.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_234 /* b_print.c */; }; + OBJ_980 /* b_sock.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_235 /* b_sock.c */; }; + OBJ_981 /* bf_buff.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_236 /* bf_buff.c */; }; + OBJ_982 /* bf_cfb64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_237 /* bf_cfb64.c */; }; + OBJ_983 /* bf_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_238 /* bf_ecb.c */; }; + OBJ_984 /* bf_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_239 /* bf_enc.c */; }; + OBJ_985 /* bf_lbuf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_240 /* bf_lbuf.c */; }; + OBJ_986 /* bf_nbio.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_241 /* bf_nbio.c */; }; + OBJ_987 /* bf_null.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_242 /* bf_null.c */; }; + OBJ_988 /* bf_ofb64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_243 /* bf_ofb64.c */; }; + OBJ_989 /* bf_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_244 /* bf_skey.c */; }; + OBJ_990 /* bio_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_245 /* bio_asn1.c */; }; + OBJ_991 /* bio_b64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_246 /* bio_b64.c */; }; + OBJ_992 /* bio_cb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_247 /* bio_cb.c */; }; + OBJ_993 /* bio_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_248 /* bio_enc.c */; }; + OBJ_994 /* bio_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_249 /* bio_err.c */; }; + OBJ_995 /* bio_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_250 /* bio_lib.c */; }; + OBJ_996 /* bio_md.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_251 /* bio_md.c */; }; + OBJ_997 /* bio_ndef.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_252 /* bio_ndef.c */; }; + OBJ_998 /* bio_ok.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_253 /* bio_ok.c */; }; + OBJ_999 /* bio_pk7.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_254 /* bio_pk7.c */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 94B464F41E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_916; + remoteInfo = PerfectLib; + }; + 94B464F51E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_932; + remoteInfo = COpenSSL; + }; + 94B464F61E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1620; + remoteInfo = PerfectThread; + }; + 94B464F71E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1629; + remoteInfo = PerfectNet; + }; + 94B464F81E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_932; + remoteInfo = COpenSSL; + }; + 94B464F91E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1620; + remoteInfo = PerfectThread; + }; + 94B464FA1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1646; + remoteInfo = PerfectHTTP; + }; + 94B464FB1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_916; + remoteInfo = PerfectLib; + }; + 94B464FC1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_932; + remoteInfo = COpenSSL; + }; + 94B464FD1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1620; + remoteInfo = PerfectThread; + }; + 94B464FE1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1629; + remoteInfo = PerfectNet; + }; + 94B464FF1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1669; + remoteInfo = CZlib; + }; + 94B465001E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_916; + remoteInfo = PerfectLib; + }; + 94B465011E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_932; + remoteInfo = COpenSSL; + }; + 94B465021E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1620; + remoteInfo = PerfectThread; + }; + 94B465031E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1629; + remoteInfo = PerfectNet; + }; + 94B465041E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1646; + remoteInfo = PerfectHTTP; + }; + 94B465051E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1728; + remoteInfo = CHTTPParser; + }; + 94B465061E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_916; + remoteInfo = PerfectLib; + }; + 94B465071E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_932; + remoteInfo = COpenSSL; + }; + 94B465081E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1620; + remoteInfo = PerfectThread; + }; + 94B465091E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1629; + remoteInfo = PerfectNet; + }; + 94B4650A1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1646; + remoteInfo = PerfectHTTP; + }; + 94B4650B1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1701; + remoteInfo = PerfectHTTPServer; + }; + 94B4650C1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_916; + remoteInfo = PerfectLib; + }; + 94B4650D1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_932; + remoteInfo = COpenSSL; + }; + 94B4650E1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1620; + remoteInfo = PerfectThread; + }; + 94B4650F1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1629; + remoteInfo = PerfectNet; + }; + 94B465101E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1646; + remoteInfo = PerfectHTTP; + }; + 94B465111E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1728; + remoteInfo = CHTTPParser; + }; + 94B465121E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1669; + remoteInfo = CZlib; + }; + 94B465131E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1747; + remoteInfo = MySQL; + }; + 94B465141E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1754; + remoteInfo = StORM; + }; + 94B465151E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_916; + remoteInfo = PerfectLib; + }; + 94B465161E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1773; + remoteInfo = SwiftMoment; + }; + 94B465171E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1785; + remoteInfo = PerfectCURL; + }; + 94B465181E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1620; + remoteInfo = PerfectThread; + }; + 94B465191E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1794; + remoteInfo = PerfectLogger; + }; + 94B4651A1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_916; + remoteInfo = PerfectLib; + }; + 94B4651B1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1773; + remoteInfo = SwiftMoment; + }; + 94B4651C1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1620; + remoteInfo = PerfectThread; + }; + 94B4651D1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1785; + remoteInfo = PerfectCURL; + }; + 94B4651E1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1810; + remoteInfo = MySQLStORM; + }; + 94B4651F1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1747; + remoteInfo = MySQL; + }; + 94B465201E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_916; + remoteInfo = PerfectLib; + }; + 94B465211E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1754; + remoteInfo = StORM; + }; + 94B465221E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1773; + remoteInfo = SwiftMoment; + }; + 94B465231E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1620; + remoteInfo = PerfectThread; + }; + 94B465241E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1785; + remoteInfo = PerfectCURL; + }; + 94B465251E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1794; + remoteInfo = PerfectLogger; + }; + 94B465261E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1840; + remoteInfo = PerfectMustache; + }; + 94B465271E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_916; + remoteInfo = PerfectLib; + }; + 94B465281E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_932; + remoteInfo = COpenSSL; + }; + 94B465291E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1620; + remoteInfo = PerfectThread; + }; + 94B4652A1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1629; + remoteInfo = PerfectNet; + }; + 94B4652B1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1646; + remoteInfo = PerfectHTTP; + }; + 94B4652C1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1857; + remoteInfo = SwiftString; + }; + 94B4652D1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1866; + remoteInfo = SwiftRandom; + }; + 94B4652E1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1896; + remoteInfo = TurnstileCrypto; + }; + 94B4652F1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1898; + remoteInfo = Turnstile; + }; + 94B465301E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1896; + remoteInfo = TurnstileCrypto; + }; + 94B465311E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1875; + remoteInfo = TurnstileWeb; + }; + 94B465321E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1896; + remoteInfo = TurnstileCrypto; + }; + 94B465331E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1898; + remoteInfo = Turnstile; + }; + 94B465341E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1927; + remoteInfo = TurnstilePerfect; + }; + 94B465351E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_916; + remoteInfo = PerfectLib; + }; + 94B465361E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_932; + remoteInfo = COpenSSL; + }; + 94B465371E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1620; + remoteInfo = PerfectThread; + }; + 94B465381E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1629; + remoteInfo = PerfectNet; + }; + 94B465391E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1646; + remoteInfo = PerfectHTTP; + }; + 94B4653A1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1896; + remoteInfo = TurnstileCrypto; + }; + 94B4653B1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1898; + remoteInfo = Turnstile; + }; + 94B4653C1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1875; + remoteInfo = TurnstileWeb; + }; + 94B4653D1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1857; + remoteInfo = SwiftString; + }; + 94B4653E1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1840; + remoteInfo = PerfectMustache; + }; + 94B4653F1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1959; + remoteInfo = PerfectTurnstileMySQL; + }; + 94B465401E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1747; + remoteInfo = MySQL; + }; + 94B465411E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_916; + remoteInfo = PerfectLib; + }; + 94B465421E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1754; + remoteInfo = StORM; + }; + 94B465431E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1773; + remoteInfo = SwiftMoment; + }; + 94B465441E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1620; + remoteInfo = PerfectThread; + }; + 94B465451E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1785; + remoteInfo = PerfectCURL; + }; + 94B465461E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1794; + remoteInfo = PerfectLogger; + }; + 94B465471E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1810; + remoteInfo = MySQLStORM; + }; + 94B465481E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_932; + remoteInfo = COpenSSL; + }; + 94B465491E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1629; + remoteInfo = PerfectNet; + }; + 94B4654A1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1646; + remoteInfo = PerfectHTTP; + }; + 94B4654B1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1669; + remoteInfo = CZlib; + }; + 94B4654C1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1728; + remoteInfo = CHTTPParser; + }; + 94B4654D1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1701; + remoteInfo = PerfectHTTPServer; + }; + 94B4654E1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1840; + remoteInfo = PerfectMustache; + }; + 94B4654F1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1857; + remoteInfo = SwiftString; + }; + 94B465501E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1866; + remoteInfo = SwiftRandom; + }; + 94B465511E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1896; + remoteInfo = TurnstileCrypto; + }; + 94B465521E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1898; + remoteInfo = Turnstile; + }; + 94B465531E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1875; + remoteInfo = TurnstileWeb; + }; + 94B465541E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1927; + remoteInfo = TurnstilePerfect; + }; + 94B465551E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_2016; + remoteInfo = SwiftSQL; + }; + 94B465561E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_2081; + remoteInfo = ToDoModel; + }; + 94B465571E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_916; + remoteInfo = PerfectLib; + }; + 94B465581E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_932; + remoteInfo = COpenSSL; + }; + 94B465591E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1620; + remoteInfo = PerfectThread; + }; + 94B4655A1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1629; + remoteInfo = PerfectNet; + }; + 94B4655B1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1646; + remoteInfo = PerfectHTTP; + }; + 94B4655C1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1669; + remoteInfo = CZlib; + }; + 94B4655D1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1728; + remoteInfo = CHTTPParser; + }; + 94B4655E1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1701; + remoteInfo = PerfectHTTPServer; + }; + 94B4655F1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1747; + remoteInfo = MySQL; + }; + 94B465601E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1754; + remoteInfo = StORM; + }; + 94B465611E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1773; + remoteInfo = SwiftMoment; + }; + 94B465621E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1785; + remoteInfo = PerfectCURL; + }; + 94B465631E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1794; + remoteInfo = PerfectLogger; + }; + 94B465641E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1810; + remoteInfo = MySQLStORM; + }; + 94B465651E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1840; + remoteInfo = PerfectMustache; + }; + 94B465661E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1857; + remoteInfo = SwiftString; + }; + 94B465671E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1866; + remoteInfo = SwiftRandom; + }; + 94B465681E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1896; + remoteInfo = TurnstileCrypto; + }; + 94B465691E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1898; + remoteInfo = Turnstile; + }; + 94B4656A1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1875; + remoteInfo = TurnstileWeb; + }; + 94B4656B1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1927; + remoteInfo = TurnstilePerfect; + }; + 94B4656C1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1959; + remoteInfo = PerfectTurnstileMySQL; + }; + 94B4656D1E730515009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_2016; + remoteInfo = SwiftSQL; + }; + 94B4656E1E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_916; + remoteInfo = PerfectLib; + }; + 94B4656F1E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_932; + remoteInfo = COpenSSL; + }; + 94B465701E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1620; + remoteInfo = PerfectThread; + }; + 94B465711E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1629; + remoteInfo = PerfectNet; + }; + 94B465721E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1646; + remoteInfo = PerfectHTTP; + }; + 94B465731E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1669; + remoteInfo = CZlib; + }; + 94B465741E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1728; + remoteInfo = CHTTPParser; + }; + 94B465751E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1701; + remoteInfo = PerfectHTTPServer; + }; + 94B465761E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1747; + remoteInfo = MySQL; + }; + 94B465771E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1754; + remoteInfo = StORM; + }; + 94B465781E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1773; + remoteInfo = SwiftMoment; + }; + 94B465791E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1785; + remoteInfo = PerfectCURL; + }; + 94B4657A1E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1794; + remoteInfo = PerfectLogger; + }; + 94B4657B1E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1810; + remoteInfo = MySQLStORM; + }; + 94B4657C1E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1840; + remoteInfo = PerfectMustache; + }; + 94B4657D1E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1857; + remoteInfo = SwiftString; + }; + 94B4657E1E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1866; + remoteInfo = SwiftRandom; + }; + 94B4657F1E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1896; + remoteInfo = TurnstileCrypto; + }; + 94B465801E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1898; + remoteInfo = Turnstile; + }; + 94B465811E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1875; + remoteInfo = TurnstileWeb; + }; + 94B465821E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1927; + remoteInfo = TurnstilePerfect; + }; + 94B465831E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_1959; + remoteInfo = PerfectTurnstileMySQL; + }; + 94B465841E730518009B571E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_2016; + remoteInfo = SwiftSQL; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + OBJ_10 /* ToDoItems.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToDoItems.swift; sourceTree = ""; }; + OBJ_100 /* Upsert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Upsert.swift; sourceTree = ""; }; + OBJ_101 /* parseRows.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = parseRows.swift; sourceTree = ""; }; + OBJ_103 /* FileLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileLogger.swift; sourceTree = ""; }; + OBJ_104 /* RemoteLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteLogger.swift; sourceTree = ""; }; + OBJ_106 /* cURL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = cURL.swift; sourceTree = ""; }; + OBJ_11 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; + OBJ_110 /* Duration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Duration.swift; sourceTree = ""; }; + OBJ_111 /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = ""; }; + OBJ_112 /* Moment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Moment.swift; sourceTree = ""; }; + OBJ_113 /* MomentFromNow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MomentFromNow.swift; sourceTree = ""; }; + OBJ_114 /* Operators.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Operators.swift; sourceTree = ""; }; + OBJ_115 /* TimeUnit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeUnit.swift; sourceTree = ""; }; + OBJ_118 /* StORM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORM.swift; sourceTree = ""; }; + OBJ_119 /* StORMConnect.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMConnect.swift; sourceTree = ""; }; + OBJ_120 /* StORMCursor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMCursor.swift; sourceTree = ""; }; + OBJ_121 /* StORMDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMDataSource.swift; sourceTree = ""; }; + OBJ_122 /* StORMDataSourceCredentials.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMDataSourceCredentials.swift; sourceTree = ""; }; + OBJ_123 /* StORMDataSourceOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMDataSourceOptions.swift; sourceTree = ""; }; + OBJ_124 /* StORMError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMError.swift; sourceTree = ""; }; + OBJ_125 /* StORMJoins.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMJoins.swift; sourceTree = ""; }; + OBJ_126 /* StORMProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMProtocol.swift; sourceTree = ""; }; + OBJ_127 /* StORMRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMRow.swift; sourceTree = ""; }; + OBJ_128 /* StORMtResultSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMtResultSet.swift; sourceTree = ""; }; + OBJ_13 /* ToDoItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToDoItem.swift; sourceTree = ""; }; + OBJ_131 /* MySQL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MySQL.swift; sourceTree = ""; }; + OBJ_135 /* adler32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = adler32.c; sourceTree = ""; }; + OBJ_136 /* compress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = compress.c; sourceTree = ""; }; + OBJ_137 /* crc32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = crc32.c; sourceTree = ""; }; + OBJ_138 /* deflate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = deflate.c; sourceTree = ""; }; + OBJ_139 /* gzclose.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gzclose.c; sourceTree = ""; }; + OBJ_14 /* ToDoManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToDoManager.swift; sourceTree = ""; }; + OBJ_140 /* gzlib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gzlib.c; sourceTree = ""; }; + OBJ_141 /* gzread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gzread.c; sourceTree = ""; }; + OBJ_142 /* gzwrite.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gzwrite.c; sourceTree = ""; }; + OBJ_143 /* infback.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = infback.c; sourceTree = ""; }; + OBJ_144 /* inffast.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = inffast.c; sourceTree = ""; }; + OBJ_145 /* inflate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = inflate.c; sourceTree = ""; }; + OBJ_146 /* inftrees.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = inftrees.c; sourceTree = ""; }; + OBJ_147 /* trees.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = trees.c; sourceTree = ""; }; + OBJ_148 /* uncompr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = uncompr.c; sourceTree = ""; }; + OBJ_149 /* zutil.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zutil.c; sourceTree = ""; }; + OBJ_151 /* czlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = czlib.h; sourceTree = ""; }; + OBJ_152 /* inflate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = inflate.h; sourceTree = ""; }; + OBJ_153 /* inftrees.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = inftrees.h; sourceTree = ""; }; + OBJ_154 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; name = module.modulemap; path = "/Volumes/Developer/Perfect-Examples/Perfect-ToDo-iOS-Demo/Perfect-ToDo-API/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap"; sourceTree = ""; }; + OBJ_156 /* HPACK.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACK.swift; sourceTree = ""; }; + OBJ_157 /* HTTP11Request.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP11Request.swift; sourceTree = ""; }; + OBJ_158 /* HTTP11Response.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP11Response.swift; sourceTree = ""; }; + OBJ_159 /* HTTP2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2.swift; sourceTree = ""; }; + OBJ_160 /* HTTPContentCompression.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPContentCompression.swift; sourceTree = ""; }; + OBJ_161 /* HTTPServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServer.swift; sourceTree = ""; }; + OBJ_162 /* HTTPServerEx.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServerEx.swift; sourceTree = ""; }; + OBJ_163 /* HTTPServerExConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServerExConfig.swift; sourceTree = ""; }; + OBJ_165 /* http_parser.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = http_parser.c; sourceTree = ""; }; + OBJ_167 /* http_parser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = http_parser.h; sourceTree = ""; }; + OBJ_168 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; name = module.modulemap; path = "/Volumes/Developer/Perfect-Examples/Perfect-ToDo-iOS-Demo/Perfect-ToDo-API/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; sourceTree = ""; }; + OBJ_17 /* Perfect_ToDo_iOS_DemoTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Perfect_ToDo_iOS_DemoTests.swift; sourceTree = ""; }; + OBJ_170 /* HTTPFilter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPFilter.swift; sourceTree = ""; }; + OBJ_171 /* HTTPHeaders.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPHeaders.swift; sourceTree = ""; }; + OBJ_172 /* HTTPMethod.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPMethod.swift; sourceTree = ""; }; + OBJ_173 /* HTTPRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPRequest.swift; sourceTree = ""; }; + OBJ_174 /* HTTPResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPResponse.swift; sourceTree = ""; }; + OBJ_175 /* MimeReader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MimeReader.swift; sourceTree = ""; }; + OBJ_176 /* MimeType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MimeType.swift; sourceTree = ""; }; + OBJ_177 /* Routing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Routing.swift; sourceTree = ""; }; + OBJ_178 /* StaticFileHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StaticFileHandler.swift; sourceTree = ""; }; + OBJ_18 /* Supporting */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Supporting; sourceTree = SOURCE_ROOT; }; + OBJ_180 /* Net.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Net.swift; sourceTree = ""; }; + OBJ_181 /* NetAddress.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetAddress.swift; sourceTree = ""; }; + OBJ_182 /* NetEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetEvent.swift; sourceTree = ""; }; + OBJ_183 /* NetNamedPipe.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetNamedPipe.swift; sourceTree = ""; }; + OBJ_184 /* NetTCP.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetTCP.swift; sourceTree = ""; }; + OBJ_185 /* NetTCPSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetTCPSSL.swift; sourceTree = ""; }; + OBJ_186 /* NetUDP.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetUDP.swift; sourceTree = ""; }; + OBJ_188 /* Promise.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Promise.swift; sourceTree = ""; }; + OBJ_189 /* ThreadQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThreadQueue.swift; sourceTree = ""; }; + OBJ_190 /* Threading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Threading.swift; sourceTree = ""; }; + OBJ_193 /* a_bitstr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_bitstr.c; sourceTree = ""; }; + OBJ_194 /* a_bool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_bool.c; sourceTree = ""; }; + OBJ_195 /* a_bytes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_bytes.c; sourceTree = ""; }; + OBJ_196 /* a_d2i_fp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_d2i_fp.c; sourceTree = ""; }; + OBJ_197 /* a_digest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_digest.c; sourceTree = ""; }; + OBJ_198 /* a_dup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_dup.c; sourceTree = ""; }; + OBJ_199 /* a_enum.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_enum.c; sourceTree = ""; }; + OBJ_200 /* a_gentm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_gentm.c; sourceTree = ""; }; + OBJ_201 /* a_i2d_fp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_i2d_fp.c; sourceTree = ""; }; + OBJ_202 /* a_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_int.c; sourceTree = ""; }; + OBJ_203 /* a_mbstr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_mbstr.c; sourceTree = ""; }; + OBJ_204 /* a_object.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_object.c; sourceTree = ""; }; + OBJ_205 /* a_octet.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_octet.c; sourceTree = ""; }; + OBJ_206 /* a_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_print.c; sourceTree = ""; }; + OBJ_207 /* a_set.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_set.c; sourceTree = ""; }; + OBJ_208 /* a_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_sign.c; sourceTree = ""; }; + OBJ_209 /* a_strex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_strex.c; sourceTree = ""; }; + OBJ_21 /* SQLBool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SQLBool.swift; sourceTree = ""; }; + OBJ_210 /* a_strnid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_strnid.c; sourceTree = ""; }; + OBJ_211 /* a_time.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_time.c; sourceTree = ""; }; + OBJ_212 /* a_type.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_type.c; sourceTree = ""; }; + OBJ_213 /* a_utctm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_utctm.c; sourceTree = ""; }; + OBJ_214 /* a_utf8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_utf8.c; sourceTree = ""; }; + OBJ_215 /* a_verify.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_verify.c; sourceTree = ""; }; + OBJ_216 /* aes_cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_cbc.c; sourceTree = ""; }; + OBJ_217 /* aes_cfb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_cfb.c; sourceTree = ""; }; + OBJ_218 /* aes_core.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_core.c; sourceTree = ""; }; + OBJ_219 /* aes_ctr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_ctr.c; sourceTree = ""; }; + OBJ_22 /* SQLDates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SQLDates.swift; sourceTree = ""; }; + OBJ_220 /* aes_ecb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_ecb.c; sourceTree = ""; }; + OBJ_221 /* aes_ige.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_ige.c; sourceTree = ""; }; + OBJ_222 /* aes_misc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_misc.c; sourceTree = ""; }; + OBJ_223 /* aes_ofb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_ofb.c; sourceTree = ""; }; + OBJ_224 /* aes_wrap.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_wrap.c; sourceTree = ""; }; + OBJ_225 /* ameth_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ameth_lib.c; sourceTree = ""; }; + OBJ_226 /* asn1_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_err.c; sourceTree = ""; }; + OBJ_227 /* asn1_gen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_gen.c; sourceTree = ""; }; + OBJ_228 /* asn1_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_lib.c; sourceTree = ""; }; + OBJ_229 /* asn1_par.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_par.c; sourceTree = ""; }; + OBJ_230 /* asn_mime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn_mime.c; sourceTree = ""; }; + OBJ_231 /* asn_moid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn_moid.c; sourceTree = ""; }; + OBJ_232 /* asn_pack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn_pack.c; sourceTree = ""; }; + OBJ_233 /* b_dump.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = b_dump.c; sourceTree = ""; }; + OBJ_234 /* b_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = b_print.c; sourceTree = ""; }; + OBJ_235 /* b_sock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = b_sock.c; sourceTree = ""; }; + OBJ_236 /* bf_buff.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_buff.c; sourceTree = ""; }; + OBJ_237 /* bf_cfb64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_cfb64.c; sourceTree = ""; }; + OBJ_238 /* bf_ecb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_ecb.c; sourceTree = ""; }; + OBJ_239 /* bf_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_enc.c; sourceTree = ""; }; + OBJ_24 /* Account.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Account.swift; sourceTree = ""; }; + OBJ_240 /* bf_lbuf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_lbuf.c; sourceTree = ""; }; + OBJ_241 /* bf_nbio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_nbio.c; sourceTree = ""; }; + OBJ_242 /* bf_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_null.c; sourceTree = ""; }; + OBJ_243 /* bf_ofb64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_ofb64.c; sourceTree = ""; }; + OBJ_244 /* bf_skey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_skey.c; sourceTree = ""; }; + OBJ_245 /* bio_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_asn1.c; sourceTree = ""; }; + OBJ_246 /* bio_b64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_b64.c; sourceTree = ""; }; + OBJ_247 /* bio_cb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_cb.c; sourceTree = ""; }; + OBJ_248 /* bio_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_enc.c; sourceTree = ""; }; + OBJ_249 /* bio_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_err.c; sourceTree = ""; }; + OBJ_25 /* AuthHandlersJSON.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthHandlersJSON.swift; sourceTree = ""; }; + OBJ_250 /* bio_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_lib.c; sourceTree = ""; }; + OBJ_251 /* bio_md.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_md.c; sourceTree = ""; }; + OBJ_252 /* bio_ndef.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_ndef.c; sourceTree = ""; }; + OBJ_253 /* bio_ok.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_ok.c; sourceTree = ""; }; + OBJ_254 /* bio_pk7.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_pk7.c; sourceTree = ""; }; + OBJ_255 /* bio_ssl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_ssl.c; sourceTree = ""; }; + OBJ_256 /* bn_add.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_add.c; sourceTree = ""; }; + OBJ_257 /* bn_asm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_asm.c; sourceTree = ""; }; + OBJ_258 /* bn_blind.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_blind.c; sourceTree = ""; }; + OBJ_259 /* bn_const.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_const.c; sourceTree = ""; }; + OBJ_26 /* AuthHandlersWeb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthHandlersWeb.swift; sourceTree = ""; }; + OBJ_260 /* bn_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_ctx.c; sourceTree = ""; }; + OBJ_261 /* bn_depr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_depr.c; sourceTree = ""; }; + OBJ_262 /* bn_div.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_div.c; sourceTree = ""; }; + OBJ_263 /* bn_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_err.c; sourceTree = ""; }; + OBJ_264 /* bn_exp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_exp.c; sourceTree = ""; }; + OBJ_265 /* bn_exp2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_exp2.c; sourceTree = ""; }; + OBJ_266 /* bn_gcd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_gcd.c; sourceTree = ""; }; + OBJ_267 /* bn_gf2m.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_gf2m.c; sourceTree = ""; }; + OBJ_268 /* bn_kron.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_kron.c; sourceTree = ""; }; + OBJ_269 /* bn_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_lib.c; sourceTree = ""; }; + OBJ_27 /* JSONRoutes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONRoutes.swift; sourceTree = ""; }; + OBJ_270 /* bn_mod.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_mod.c; sourceTree = ""; }; + OBJ_271 /* bn_mont.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_mont.c; sourceTree = ""; }; + OBJ_272 /* bn_mpi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_mpi.c; sourceTree = ""; }; + OBJ_273 /* bn_mul.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_mul.c; sourceTree = ""; }; + OBJ_274 /* bn_nist.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_nist.c; sourceTree = ""; }; + OBJ_275 /* bn_prime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_prime.c; sourceTree = ""; }; + OBJ_276 /* bn_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_print.c; sourceTree = ""; }; + OBJ_277 /* bn_rand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_rand.c; sourceTree = ""; }; + OBJ_278 /* bn_recp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_recp.c; sourceTree = ""; }; + OBJ_279 /* bn_shift.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_shift.c; sourceTree = ""; }; + OBJ_28 /* Realm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Realm.swift; sourceTree = ""; }; + OBJ_280 /* bn_sqr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_sqr.c; sourceTree = ""; }; + OBJ_281 /* bn_sqrt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_sqrt.c; sourceTree = ""; }; + OBJ_282 /* bn_word.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_word.c; sourceTree = ""; }; + OBJ_283 /* bn_x931p.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_x931p.c; sourceTree = ""; }; + OBJ_284 /* bss_acpt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_acpt.c; sourceTree = ""; }; + OBJ_285 /* bss_bio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_bio.c; sourceTree = ""; }; + OBJ_286 /* bss_conn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_conn.c; sourceTree = ""; }; + OBJ_287 /* bss_dgram.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_dgram.c; sourceTree = ""; }; + OBJ_288 /* bss_fd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_fd.c; sourceTree = ""; }; + OBJ_289 /* bss_file.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_file.c; sourceTree = ""; }; + OBJ_29 /* SessionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionManager.swift; sourceTree = ""; }; + OBJ_290 /* bss_log.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_log.c; sourceTree = ""; }; + OBJ_291 /* bss_mem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_mem.c; sourceTree = ""; }; + OBJ_292 /* bss_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_null.c; sourceTree = ""; }; + OBJ_293 /* bss_sock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_sock.c; sourceTree = ""; }; + OBJ_294 /* buf_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = buf_err.c; sourceTree = ""; }; + OBJ_295 /* buf_str.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = buf_str.c; sourceTree = ""; }; + OBJ_296 /* buffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = buffer.c; sourceTree = ""; }; + OBJ_297 /* by_dir.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = by_dir.c; sourceTree = ""; }; + OBJ_298 /* by_file.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = by_file.c; sourceTree = ""; }; + OBJ_299 /* c_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_all.c; sourceTree = ""; }; + OBJ_30 /* Tokens.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tokens.swift; sourceTree = ""; }; + OBJ_300 /* c_allc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_allc.c; sourceTree = ""; }; + OBJ_301 /* c_alld.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_alld.c; sourceTree = ""; }; + OBJ_302 /* c_cfb64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_cfb64.c; sourceTree = ""; }; + OBJ_303 /* c_ecb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_ecb.c; sourceTree = ""; }; + OBJ_304 /* c_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_enc.c; sourceTree = ""; }; + OBJ_305 /* c_ofb64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_ofb64.c; sourceTree = ""; }; + OBJ_306 /* c_rle.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_rle.c; sourceTree = ""; }; + OBJ_307 /* c_skey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_skey.c; sourceTree = ""; }; + OBJ_308 /* c_zlib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_zlib.c; sourceTree = ""; }; + OBJ_309 /* camellia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = camellia.c; sourceTree = ""; }; + OBJ_31 /* TurnstilePerfectRealm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TurnstilePerfectRealm.swift; sourceTree = ""; }; + OBJ_310 /* cbc128.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbc128.c; sourceTree = ""; }; + OBJ_311 /* cbc3_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbc3_enc.c; sourceTree = ""; }; + OBJ_312 /* cbc_cksm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbc_cksm.c; sourceTree = ""; }; + OBJ_313 /* cbc_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbc_enc.c; sourceTree = ""; }; + OBJ_314 /* ccm128.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ccm128.c; sourceTree = ""; }; + OBJ_315 /* cfb128.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cfb128.c; sourceTree = ""; }; + OBJ_316 /* cfb64ede.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cfb64ede.c; sourceTree = ""; }; + OBJ_317 /* cfb64enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cfb64enc.c; sourceTree = ""; }; + OBJ_318 /* cfb_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cfb_enc.c; sourceTree = ""; }; + OBJ_319 /* cm_ameth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cm_ameth.c; sourceTree = ""; }; + OBJ_32 /* WebRoutes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebRoutes.swift; sourceTree = ""; }; + OBJ_320 /* cm_pmeth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cm_pmeth.c; sourceTree = ""; }; + OBJ_321 /* cmac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmac.c; sourceTree = ""; }; + OBJ_322 /* cmll_cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmll_cbc.c; sourceTree = ""; }; + OBJ_323 /* cmll_cfb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmll_cfb.c; sourceTree = ""; }; + OBJ_324 /* cmll_ctr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmll_ctr.c; sourceTree = ""; }; + OBJ_325 /* cmll_ecb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmll_ecb.c; sourceTree = ""; }; + OBJ_326 /* cmll_misc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmll_misc.c; sourceTree = ""; }; + OBJ_327 /* cmll_ofb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmll_ofb.c; sourceTree = ""; }; + OBJ_328 /* cmll_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmll_utl.c; sourceTree = ""; }; + OBJ_329 /* cms_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_asn1.c; sourceTree = ""; }; + OBJ_330 /* cms_att.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_att.c; sourceTree = ""; }; + OBJ_331 /* cms_cd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_cd.c; sourceTree = ""; }; + OBJ_332 /* cms_dd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_dd.c; sourceTree = ""; }; + OBJ_333 /* cms_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_enc.c; sourceTree = ""; }; + OBJ_334 /* cms_env.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_env.c; sourceTree = ""; }; + OBJ_335 /* cms_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_err.c; sourceTree = ""; }; + OBJ_336 /* cms_ess.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_ess.c; sourceTree = ""; }; + OBJ_337 /* cms_io.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_io.c; sourceTree = ""; }; + OBJ_338 /* cms_kari.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_kari.c; sourceTree = ""; }; + OBJ_339 /* cms_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_lib.c; sourceTree = ""; }; + OBJ_34 /* AuthFilter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthFilter.swift; sourceTree = ""; }; + OBJ_340 /* cms_pwri.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_pwri.c; sourceTree = ""; }; + OBJ_341 /* cms_sd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_sd.c; sourceTree = ""; }; + OBJ_342 /* cms_smime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_smime.c; sourceTree = ""; }; + OBJ_343 /* comp_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = comp_err.c; sourceTree = ""; }; + OBJ_344 /* comp_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = comp_lib.c; sourceTree = ""; }; + OBJ_345 /* conf_api.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf_api.c; sourceTree = ""; }; + OBJ_346 /* conf_def.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf_def.c; sourceTree = ""; }; + OBJ_347 /* conf_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf_err.c; sourceTree = ""; }; + OBJ_348 /* conf_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf_lib.c; sourceTree = ""; }; + OBJ_349 /* conf_mall.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf_mall.c; sourceTree = ""; }; + OBJ_35 /* AuthenticationConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationConfig.swift; sourceTree = ""; }; + OBJ_350 /* conf_mod.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf_mod.c; sourceTree = ""; }; + OBJ_351 /* conf_sap.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf_sap.c; sourceTree = ""; }; + OBJ_352 /* cpt_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpt_err.c; sourceTree = ""; }; + OBJ_353 /* cryptlib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cryptlib.c; sourceTree = ""; }; + OBJ_354 /* ctr128.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctr128.c; sourceTree = ""; }; + OBJ_355 /* cversion.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cversion.c; sourceTree = ""; }; + OBJ_356 /* d1_both.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d1_both.c; sourceTree = ""; }; + OBJ_357 /* d1_clnt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d1_clnt.c; sourceTree = ""; }; + OBJ_358 /* d1_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d1_lib.c; sourceTree = ""; }; + OBJ_359 /* d1_meth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d1_meth.c; sourceTree = ""; }; + OBJ_36 /* HTTPRequest+Turnstile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTPRequest+Turnstile.swift"; sourceTree = ""; }; + OBJ_360 /* d1_pkt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d1_pkt.c; sourceTree = ""; }; + OBJ_361 /* d1_srtp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d1_srtp.c; sourceTree = ""; }; + OBJ_362 /* d1_srvr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d1_srvr.c; sourceTree = ""; }; + OBJ_363 /* d2i_pr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d2i_pr.c; sourceTree = ""; }; + OBJ_364 /* d2i_pu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d2i_pu.c; sourceTree = ""; }; + OBJ_365 /* des_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = des_enc.c; sourceTree = ""; }; + OBJ_366 /* des_old.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = des_old.c; sourceTree = ""; }; + OBJ_367 /* des_old2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = des_old2.c; sourceTree = ""; }; + OBJ_368 /* dh_ameth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_ameth.c; sourceTree = ""; }; + OBJ_369 /* dh_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_asn1.c; sourceTree = ""; }; + OBJ_37 /* MustacheHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MustacheHandler.swift; sourceTree = ""; }; + OBJ_370 /* dh_check.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_check.c; sourceTree = ""; }; + OBJ_371 /* dh_depr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_depr.c; sourceTree = ""; }; + OBJ_372 /* dh_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_err.c; sourceTree = ""; }; + OBJ_373 /* dh_gen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_gen.c; sourceTree = ""; }; + OBJ_374 /* dh_kdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_kdf.c; sourceTree = ""; }; + OBJ_375 /* dh_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_key.c; sourceTree = ""; }; + OBJ_376 /* dh_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_lib.c; sourceTree = ""; }; + OBJ_377 /* dh_pmeth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_pmeth.c; sourceTree = ""; }; + OBJ_378 /* dh_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_prn.c; sourceTree = ""; }; + OBJ_379 /* dh_rfc5114.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_rfc5114.c; sourceTree = ""; }; + OBJ_38 /* TurnstileFilter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TurnstileFilter.swift; sourceTree = ""; }; + OBJ_380 /* digest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digest.c; sourceTree = ""; }; + OBJ_381 /* dsa_ameth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_ameth.c; sourceTree = ""; }; + OBJ_382 /* dsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_asn1.c; sourceTree = ""; }; + OBJ_383 /* dsa_depr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_depr.c; sourceTree = ""; }; + OBJ_384 /* dsa_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_err.c; sourceTree = ""; }; + OBJ_385 /* dsa_gen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_gen.c; sourceTree = ""; }; + OBJ_386 /* dsa_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_key.c; sourceTree = ""; }; + OBJ_387 /* dsa_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_lib.c; sourceTree = ""; }; + OBJ_388 /* dsa_ossl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_ossl.c; sourceTree = ""; }; + OBJ_389 /* dsa_pmeth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_pmeth.c; sourceTree = ""; }; + OBJ_39 /* TurnstilePerfect.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TurnstilePerfect.swift; sourceTree = ""; }; + OBJ_390 /* dsa_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_prn.c; sourceTree = ""; }; + OBJ_391 /* dsa_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_sign.c; sourceTree = ""; }; + OBJ_392 /* dsa_vrf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_vrf.c; sourceTree = ""; }; + OBJ_393 /* dso_beos.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_beos.c; sourceTree = ""; }; + OBJ_394 /* dso_dl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_dl.c; sourceTree = ""; }; + OBJ_395 /* dso_dlfcn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_dlfcn.c; sourceTree = ""; }; + OBJ_396 /* dso_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_err.c; sourceTree = ""; }; + OBJ_397 /* dso_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_lib.c; sourceTree = ""; }; + OBJ_398 /* dso_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_null.c; sourceTree = ""; }; + OBJ_399 /* dso_openssl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_openssl.c; sourceTree = ""; }; + OBJ_400 /* dso_vms.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_vms.c; sourceTree = ""; }; + OBJ_401 /* dso_win32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_win32.c; sourceTree = ""; }; + OBJ_402 /* e_4758cca.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_4758cca.c; sourceTree = ""; }; + OBJ_403 /* e_4758cca_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_4758cca_err.c; sourceTree = ""; }; + OBJ_404 /* e_aep.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aep.c; sourceTree = ""; }; + OBJ_405 /* e_aep_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aep_err.c; sourceTree = ""; }; + OBJ_406 /* e_aes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aes.c; sourceTree = ""; }; + OBJ_407 /* e_aes_cbc_hmac_sha1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aes_cbc_hmac_sha1.c; sourceTree = ""; }; + OBJ_408 /* e_aes_cbc_hmac_sha256.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aes_cbc_hmac_sha256.c; sourceTree = ""; }; + OBJ_409 /* e_atalla.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_atalla.c; sourceTree = ""; }; + OBJ_410 /* e_atalla_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_atalla_err.c; sourceTree = ""; }; + OBJ_411 /* e_bf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_bf.c; sourceTree = ""; }; + OBJ_412 /* e_camellia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_camellia.c; sourceTree = ""; }; + OBJ_413 /* e_capi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_capi.c; sourceTree = ""; }; + OBJ_414 /* e_capi_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_capi_err.c; sourceTree = ""; }; + OBJ_415 /* e_cast.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_cast.c; sourceTree = ""; }; + OBJ_416 /* e_chil.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_chil.c; sourceTree = ""; }; + OBJ_417 /* e_chil_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_chil_err.c; sourceTree = ""; }; + OBJ_418 /* e_cswift.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_cswift.c; sourceTree = ""; }; + OBJ_419 /* e_cswift_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_cswift_err.c; sourceTree = ""; }; + OBJ_42 /* URLSession+Turnstile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "URLSession+Turnstile.swift"; sourceTree = ""; }; + OBJ_420 /* e_des.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_des.c; sourceTree = ""; }; + OBJ_421 /* e_des3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_des3.c; sourceTree = ""; }; + OBJ_422 /* e_gmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_gmp.c; sourceTree = ""; }; + OBJ_423 /* e_gmp_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_gmp_err.c; sourceTree = ""; }; + OBJ_424 /* e_gost_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_gost_err.c; sourceTree = ""; }; + OBJ_425 /* e_idea.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_idea.c; sourceTree = ""; }; + OBJ_426 /* e_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_null.c; sourceTree = ""; }; + OBJ_427 /* e_nuron.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_nuron.c; sourceTree = ""; }; + OBJ_428 /* e_nuron_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_nuron_err.c; sourceTree = ""; }; + OBJ_429 /* e_old.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_old.c; sourceTree = ""; }; + OBJ_43 /* WebMemoryRealm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebMemoryRealm.swift; sourceTree = ""; }; + OBJ_430 /* e_padlock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_padlock.c; sourceTree = ""; }; + OBJ_431 /* e_rc2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rc2.c; sourceTree = ""; }; + OBJ_432 /* e_rc4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rc4.c; sourceTree = ""; }; + OBJ_433 /* e_rc4_hmac_md5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rc4_hmac_md5.c; sourceTree = ""; }; + OBJ_434 /* e_rc5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rc5.c; sourceTree = ""; }; + OBJ_435 /* e_seed.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_seed.c; sourceTree = ""; }; + OBJ_436 /* e_sureware.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_sureware.c; sourceTree = ""; }; + OBJ_437 /* e_sureware_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_sureware_err.c; sourceTree = ""; }; + OBJ_438 /* e_ubsec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_ubsec.c; sourceTree = ""; }; + OBJ_439 /* e_ubsec_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_ubsec_err.c; sourceTree = ""; }; + OBJ_440 /* e_xcbc_d.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_xcbc_d.c; sourceTree = ""; }; + OBJ_441 /* ebcdic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ebcdic.c; sourceTree = ""; }; + OBJ_442 /* ec2_mult.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec2_mult.c; sourceTree = ""; }; + OBJ_443 /* ec2_oct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec2_oct.c; sourceTree = ""; }; + OBJ_444 /* ec2_smpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec2_smpl.c; sourceTree = ""; }; + OBJ_445 /* ec_ameth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_ameth.c; sourceTree = ""; }; + OBJ_446 /* ec_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_asn1.c; sourceTree = ""; }; + OBJ_447 /* ec_check.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_check.c; sourceTree = ""; }; + OBJ_448 /* ec_curve.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_curve.c; sourceTree = ""; }; + OBJ_449 /* ec_cvt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_cvt.c; sourceTree = ""; }; + OBJ_45 /* Digits.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Digits.swift; sourceTree = ""; }; + OBJ_450 /* ec_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_err.c; sourceTree = ""; }; + OBJ_451 /* ec_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_key.c; sourceTree = ""; }; + OBJ_452 /* ec_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_lib.c; sourceTree = ""; }; + OBJ_453 /* ec_mult.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_mult.c; sourceTree = ""; }; + OBJ_454 /* ec_oct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_oct.c; sourceTree = ""; }; + OBJ_455 /* ec_pmeth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_pmeth.c; sourceTree = ""; }; + OBJ_456 /* ec_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_print.c; sourceTree = ""; }; + OBJ_457 /* ecb3_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecb3_enc.c; sourceTree = ""; }; + OBJ_458 /* ecb_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecb_enc.c; sourceTree = ""; }; + OBJ_459 /* ech_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ech_err.c; sourceTree = ""; }; + OBJ_46 /* Facebook.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Facebook.swift; sourceTree = ""; }; + OBJ_460 /* ech_kdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ech_kdf.c; sourceTree = ""; }; + OBJ_461 /* ech_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ech_key.c; sourceTree = ""; }; + OBJ_462 /* ech_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ech_lib.c; sourceTree = ""; }; + OBJ_463 /* ech_ossl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ech_ossl.c; sourceTree = ""; }; + OBJ_464 /* eck_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eck_prn.c; sourceTree = ""; }; + OBJ_465 /* ecp_mont.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecp_mont.c; sourceTree = ""; }; + OBJ_466 /* ecp_nist.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecp_nist.c; sourceTree = ""; }; + OBJ_467 /* ecp_nistp224.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecp_nistp224.c; sourceTree = ""; }; + OBJ_468 /* ecp_nistp256.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecp_nistp256.c; sourceTree = ""; }; + OBJ_469 /* ecp_nistp521.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecp_nistp521.c; sourceTree = ""; }; + OBJ_47 /* Google.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Google.swift; sourceTree = ""; }; + OBJ_470 /* ecp_nistputil.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecp_nistputil.c; sourceTree = ""; }; + OBJ_471 /* ecp_oct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecp_oct.c; sourceTree = ""; }; + OBJ_472 /* ecp_smpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecp_smpl.c; sourceTree = ""; }; + OBJ_473 /* ecs_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecs_asn1.c; sourceTree = ""; }; + OBJ_474 /* ecs_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecs_err.c; sourceTree = ""; }; + OBJ_475 /* ecs_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecs_lib.c; sourceTree = ""; }; + OBJ_476 /* ecs_ossl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecs_ossl.c; sourceTree = ""; }; + OBJ_477 /* ecs_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecs_sign.c; sourceTree = ""; }; + OBJ_478 /* ecs_vrf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecs_vrf.c; sourceTree = ""; }; + OBJ_479 /* ede_cbcm_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ede_cbcm_enc.c; sourceTree = ""; }; + OBJ_480 /* enc_read.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = enc_read.c; sourceTree = ""; }; + OBJ_481 /* enc_writ.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = enc_writ.c; sourceTree = ""; }; + OBJ_482 /* encode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = encode.c; sourceTree = ""; }; + OBJ_483 /* eng_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_all.c; sourceTree = ""; }; + OBJ_484 /* eng_cnf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_cnf.c; sourceTree = ""; }; + OBJ_485 /* eng_cryptodev.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_cryptodev.c; sourceTree = ""; }; + OBJ_486 /* eng_ctrl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_ctrl.c; sourceTree = ""; }; + OBJ_487 /* eng_dyn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_dyn.c; sourceTree = ""; }; + OBJ_488 /* eng_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_err.c; sourceTree = ""; }; + OBJ_489 /* eng_fat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_fat.c; sourceTree = ""; }; + OBJ_490 /* eng_init.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_init.c; sourceTree = ""; }; + OBJ_491 /* eng_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_lib.c; sourceTree = ""; }; + OBJ_492 /* eng_list.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_list.c; sourceTree = ""; }; + OBJ_493 /* eng_openssl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_openssl.c; sourceTree = ""; }; + OBJ_494 /* eng_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_pkey.c; sourceTree = ""; }; + OBJ_495 /* eng_rdrand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_rdrand.c; sourceTree = ""; }; + OBJ_496 /* eng_table.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_table.c; sourceTree = ""; }; + OBJ_497 /* err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = err.c; sourceTree = ""; }; + OBJ_498 /* err_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = err_all.c; sourceTree = ""; }; + OBJ_499 /* err_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = err_prn.c; sourceTree = ""; }; + OBJ_50 /* OAuthDelegator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuthDelegator.swift; sourceTree = ""; }; + OBJ_500 /* evp_acnf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_acnf.c; sourceTree = ""; }; + OBJ_501 /* evp_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_asn1.c; sourceTree = ""; }; + OBJ_502 /* evp_cnf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_cnf.c; sourceTree = ""; }; + OBJ_503 /* evp_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_enc.c; sourceTree = ""; }; + OBJ_504 /* evp_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_err.c; sourceTree = ""; }; + OBJ_505 /* evp_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_key.c; sourceTree = ""; }; + OBJ_506 /* evp_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_lib.c; sourceTree = ""; }; + OBJ_507 /* evp_pbe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_pbe.c; sourceTree = ""; }; + OBJ_508 /* evp_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_pkey.c; sourceTree = ""; }; + OBJ_509 /* ex_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ex_data.c; sourceTree = ""; }; + OBJ_51 /* OAuthEcho.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuthEcho.swift; sourceTree = ""; }; + OBJ_510 /* f_enum.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = f_enum.c; sourceTree = ""; }; + OBJ_511 /* f_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = f_int.c; sourceTree = ""; }; + OBJ_512 /* f_string.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = f_string.c; sourceTree = ""; }; + OBJ_513 /* fcrypt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fcrypt.c; sourceTree = ""; }; + OBJ_514 /* fcrypt_b.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fcrypt_b.c; sourceTree = ""; }; + OBJ_515 /* fips_ers.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fips_ers.c; sourceTree = ""; }; + OBJ_516 /* gcm128.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcm128.c; sourceTree = ""; }; + OBJ_517 /* gost2001.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost2001.c; sourceTree = ""; }; + OBJ_518 /* gost2001_keyx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost2001_keyx.c; sourceTree = ""; }; + OBJ_519 /* gost89.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost89.c; sourceTree = ""; }; + OBJ_52 /* OAuthParameters.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuthParameters.swift; sourceTree = ""; }; + OBJ_520 /* gost94_keyx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost94_keyx.c; sourceTree = ""; }; + OBJ_521 /* gost_ameth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_ameth.c; sourceTree = ""; }; + OBJ_522 /* gost_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_asn1.c; sourceTree = ""; }; + OBJ_523 /* gost_crypt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_crypt.c; sourceTree = ""; }; + OBJ_524 /* gost_ctl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_ctl.c; sourceTree = ""; }; + OBJ_525 /* gost_eng.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_eng.c; sourceTree = ""; }; + OBJ_526 /* gost_keywrap.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_keywrap.c; sourceTree = ""; }; + OBJ_527 /* gost_md.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_md.c; sourceTree = ""; }; + OBJ_528 /* gost_params.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_params.c; sourceTree = ""; }; + OBJ_529 /* gost_pmeth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_pmeth.c; sourceTree = ""; }; + OBJ_530 /* gost_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_sign.c; sourceTree = ""; }; + OBJ_531 /* gosthash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gosthash.c; sourceTree = ""; }; + OBJ_532 /* hm_ameth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hm_ameth.c; sourceTree = ""; }; + OBJ_533 /* hm_pmeth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hm_pmeth.c; sourceTree = ""; }; + OBJ_534 /* hmac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hmac.c; sourceTree = ""; }; + OBJ_535 /* i2d_pr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i2d_pr.c; sourceTree = ""; }; + OBJ_536 /* i2d_pu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i2d_pu.c; sourceTree = ""; }; + OBJ_537 /* i_cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i_cbc.c; sourceTree = ""; }; + OBJ_538 /* i_cfb64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i_cfb64.c; sourceTree = ""; }; + OBJ_539 /* i_ecb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i_ecb.c; sourceTree = ""; }; + OBJ_54 /* AuthorizationCode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthorizationCode.swift; sourceTree = ""; }; + OBJ_540 /* i_ofb64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i_ofb64.c; sourceTree = ""; }; + OBJ_541 /* i_skey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i_skey.c; sourceTree = ""; }; + OBJ_542 /* krb5_asn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = krb5_asn.c; sourceTree = ""; }; + OBJ_543 /* kssl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = kssl.c; sourceTree = ""; }; + OBJ_544 /* lh_stats.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lh_stats.c; sourceTree = ""; }; + OBJ_545 /* lhash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lhash.c; sourceTree = ""; }; + OBJ_546 /* m_dss.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_dss.c; sourceTree = ""; }; + OBJ_547 /* m_dss1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_dss1.c; sourceTree = ""; }; + OBJ_548 /* m_ecdsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_ecdsa.c; sourceTree = ""; }; + OBJ_549 /* m_md2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_md2.c; sourceTree = ""; }; + OBJ_55 /* OAuth2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuth2.swift; sourceTree = ""; }; + OBJ_550 /* m_md4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_md4.c; sourceTree = ""; }; + OBJ_551 /* m_md5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_md5.c; sourceTree = ""; }; + OBJ_552 /* m_mdc2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_mdc2.c; sourceTree = ""; }; + OBJ_553 /* m_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_null.c; sourceTree = ""; }; + OBJ_554 /* m_ripemd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_ripemd.c; sourceTree = ""; }; + OBJ_555 /* m_sha.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_sha.c; sourceTree = ""; }; + OBJ_556 /* m_sha1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_sha1.c; sourceTree = ""; }; + OBJ_557 /* m_sigver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_sigver.c; sourceTree = ""; }; + OBJ_558 /* m_wp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_wp.c; sourceTree = ""; }; + OBJ_559 /* md4_dgst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md4_dgst.c; sourceTree = ""; }; + OBJ_56 /* OAuth2Error.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuth2Error.swift; sourceTree = ""; }; + OBJ_560 /* md4_one.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md4_one.c; sourceTree = ""; }; + OBJ_561 /* md5_dgst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md5_dgst.c; sourceTree = ""; }; + OBJ_562 /* md5_one.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md5_one.c; sourceTree = ""; }; + OBJ_563 /* md_rand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md_rand.c; sourceTree = ""; }; + OBJ_564 /* mdc2_one.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mdc2_one.c; sourceTree = ""; }; + OBJ_565 /* mdc2dgst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mdc2dgst.c; sourceTree = ""; }; + OBJ_566 /* mem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mem.c; sourceTree = ""; }; + OBJ_567 /* mem_clr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mem_clr.c; sourceTree = ""; }; + OBJ_568 /* mem_dbg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mem_dbg.c; sourceTree = ""; }; + OBJ_569 /* n_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = n_pkey.c; sourceTree = ""; }; + OBJ_57 /* OAuth2Token.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuth2Token.swift; sourceTree = ""; }; + OBJ_570 /* names.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = names.c; sourceTree = ""; }; + OBJ_571 /* nsseq.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = nsseq.c; sourceTree = ""; }; + OBJ_572 /* o_dir.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = o_dir.c; sourceTree = ""; }; + OBJ_573 /* o_fips.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = o_fips.c; sourceTree = ""; }; + OBJ_574 /* o_init.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = o_init.c; sourceTree = ""; }; + OBJ_575 /* o_names.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = o_names.c; sourceTree = ""; }; + OBJ_576 /* o_str.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = o_str.c; sourceTree = ""; }; + OBJ_577 /* o_time.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = o_time.c; sourceTree = ""; }; + OBJ_578 /* obj_dat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = obj_dat.c; sourceTree = ""; }; + OBJ_579 /* obj_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = obj_err.c; sourceTree = ""; }; + OBJ_580 /* obj_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = obj_lib.c; sourceTree = ""; }; + OBJ_581 /* obj_xref.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = obj_xref.c; sourceTree = ""; }; + OBJ_582 /* ocsp_asn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_asn.c; sourceTree = ""; }; + OBJ_583 /* ocsp_cl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_cl.c; sourceTree = ""; }; + OBJ_584 /* ocsp_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_err.c; sourceTree = ""; }; + OBJ_585 /* ocsp_ext.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_ext.c; sourceTree = ""; }; + OBJ_586 /* ocsp_ht.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_ht.c; sourceTree = ""; }; + OBJ_587 /* ocsp_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_lib.c; sourceTree = ""; }; + OBJ_588 /* ocsp_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_prn.c; sourceTree = ""; }; + OBJ_589 /* ocsp_srv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_srv.c; sourceTree = ""; }; + OBJ_59 /* BCrypt.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BCrypt.swift; sourceTree = ""; }; + OBJ_590 /* ocsp_vfy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_vfy.c; sourceTree = ""; }; + OBJ_591 /* ofb128.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ofb128.c; sourceTree = ""; }; + OBJ_592 /* ofb64ede.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ofb64ede.c; sourceTree = ""; }; + OBJ_593 /* ofb64enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ofb64enc.c; sourceTree = ""; }; + OBJ_594 /* ofb_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ofb_enc.c; sourceTree = ""; }; + OBJ_595 /* openbsd_hw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = openbsd_hw.c; sourceTree = ""; }; + OBJ_596 /* p12_add.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_add.c; sourceTree = ""; }; + OBJ_597 /* p12_asn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_asn.c; sourceTree = ""; }; + OBJ_598 /* p12_attr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_attr.c; sourceTree = ""; }; + OBJ_599 /* p12_crpt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_crpt.c; sourceTree = ""; }; + OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; }; + OBJ_60 /* Random.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Random.swift; sourceTree = ""; }; + OBJ_600 /* p12_crt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_crt.c; sourceTree = ""; }; + OBJ_601 /* p12_decr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_decr.c; sourceTree = ""; }; + OBJ_602 /* p12_init.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_init.c; sourceTree = ""; }; + OBJ_603 /* p12_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_key.c; sourceTree = ""; }; + OBJ_604 /* p12_kiss.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_kiss.c; sourceTree = ""; }; + OBJ_605 /* p12_mutl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_mutl.c; sourceTree = ""; }; + OBJ_606 /* p12_npas.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_npas.c; sourceTree = ""; }; + OBJ_607 /* p12_p8d.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_p8d.c; sourceTree = ""; }; + OBJ_608 /* p12_p8e.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_p8e.c; sourceTree = ""; }; + OBJ_609 /* p12_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_utl.c; sourceTree = ""; }; + OBJ_61 /* URandom.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URandom.swift; sourceTree = ""; }; + OBJ_610 /* p5_crpt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p5_crpt.c; sourceTree = ""; }; + OBJ_611 /* p5_crpt2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p5_crpt2.c; sourceTree = ""; }; + OBJ_612 /* p5_pbe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p5_pbe.c; sourceTree = ""; }; + OBJ_613 /* p5_pbev2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p5_pbev2.c; sourceTree = ""; }; + OBJ_614 /* p8_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p8_pkey.c; sourceTree = ""; }; + OBJ_615 /* p_dec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_dec.c; sourceTree = ""; }; + OBJ_616 /* p_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_enc.c; sourceTree = ""; }; + OBJ_617 /* p_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_lib.c; sourceTree = ""; }; + OBJ_618 /* p_open.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_open.c; sourceTree = ""; }; + OBJ_619 /* p_seal.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_seal.c; sourceTree = ""; }; + OBJ_620 /* p_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_sign.c; sourceTree = ""; }; + OBJ_621 /* p_verify.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_verify.c; sourceTree = ""; }; + OBJ_622 /* pcbc_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcbc_enc.c; sourceTree = ""; }; + OBJ_623 /* pcy_cache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_cache.c; sourceTree = ""; }; + OBJ_624 /* pcy_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_data.c; sourceTree = ""; }; + OBJ_625 /* pcy_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_lib.c; sourceTree = ""; }; + OBJ_626 /* pcy_map.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_map.c; sourceTree = ""; }; + OBJ_627 /* pcy_node.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_node.c; sourceTree = ""; }; + OBJ_628 /* pcy_tree.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_tree.c; sourceTree = ""; }; + OBJ_629 /* pem_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_all.c; sourceTree = ""; }; + OBJ_63 /* TurnstileError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TurnstileError.swift; sourceTree = ""; }; + OBJ_630 /* pem_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_err.c; sourceTree = ""; }; + OBJ_631 /* pem_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_info.c; sourceTree = ""; }; + OBJ_632 /* pem_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_lib.c; sourceTree = ""; }; + OBJ_633 /* pem_oth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_oth.c; sourceTree = ""; }; + OBJ_634 /* pem_pk8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_pk8.c; sourceTree = ""; }; + OBJ_635 /* pem_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_pkey.c; sourceTree = ""; }; + OBJ_636 /* pem_seal.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_seal.c; sourceTree = ""; }; + OBJ_637 /* pem_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_sign.c; sourceTree = ""; }; + OBJ_638 /* pem_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_x509.c; sourceTree = ""; }; + OBJ_639 /* pem_xaux.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_xaux.c; sourceTree = ""; }; + OBJ_640 /* pk12err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pk12err.c; sourceTree = ""; }; + OBJ_641 /* pk7_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pk7_asn1.c; sourceTree = ""; }; + OBJ_642 /* pk7_attr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pk7_attr.c; sourceTree = ""; }; + OBJ_643 /* pk7_dgst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pk7_dgst.c; sourceTree = ""; }; + OBJ_644 /* pk7_doit.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pk7_doit.c; sourceTree = ""; }; + OBJ_645 /* pk7_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pk7_lib.c; sourceTree = ""; }; + OBJ_646 /* pk7_mime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pk7_mime.c; sourceTree = ""; }; + OBJ_647 /* pk7_smime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pk7_smime.c; sourceTree = ""; }; + OBJ_648 /* pkcs7err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs7err.c; sourceTree = ""; }; + OBJ_649 /* pmeth_fn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pmeth_fn.c; sourceTree = ""; }; + OBJ_65 /* Subject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Subject.swift; sourceTree = ""; }; + OBJ_650 /* pmeth_gn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pmeth_gn.c; sourceTree = ""; }; + OBJ_651 /* pmeth_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pmeth_lib.c; sourceTree = ""; }; + OBJ_652 /* pqueue.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pqueue.c; sourceTree = ""; }; + OBJ_653 /* pvkfmt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pvkfmt.c; sourceTree = ""; }; + OBJ_654 /* qud_cksm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = qud_cksm.c; sourceTree = ""; }; + OBJ_655 /* rand_egd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_egd.c; sourceTree = ""; }; + OBJ_656 /* rand_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_err.c; sourceTree = ""; }; + OBJ_657 /* rand_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_key.c; sourceTree = ""; }; + OBJ_658 /* rand_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_lib.c; sourceTree = ""; }; + OBJ_659 /* rand_nw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_nw.c; sourceTree = ""; }; + OBJ_66 /* Turnstile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Turnstile.swift; sourceTree = ""; }; + OBJ_660 /* rand_os2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_os2.c; sourceTree = ""; }; + OBJ_661 /* rand_unix.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_unix.c; sourceTree = ""; }; + OBJ_662 /* rand_vms.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_vms.c; sourceTree = ""; }; + OBJ_663 /* rand_win.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_win.c; sourceTree = ""; }; + OBJ_664 /* randfile.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = randfile.c; sourceTree = ""; }; + OBJ_665 /* rc2_cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc2_cbc.c; sourceTree = ""; }; + OBJ_666 /* rc2_ecb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc2_ecb.c; sourceTree = ""; }; + OBJ_667 /* rc2_skey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc2_skey.c; sourceTree = ""; }; + OBJ_668 /* rc2cfb64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc2cfb64.c; sourceTree = ""; }; + OBJ_669 /* rc2ofb64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc2ofb64.c; sourceTree = ""; }; + OBJ_670 /* rc4_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc4_enc.c; sourceTree = ""; }; + OBJ_671 /* rc4_skey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc4_skey.c; sourceTree = ""; }; + OBJ_672 /* rc4_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc4_utl.c; sourceTree = ""; }; + OBJ_673 /* read2pwd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = read2pwd.c; sourceTree = ""; }; + OBJ_674 /* rmd_dgst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rmd_dgst.c; sourceTree = ""; }; + OBJ_675 /* rmd_one.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rmd_one.c; sourceTree = ""; }; + OBJ_676 /* rpc_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rpc_enc.c; sourceTree = ""; }; + OBJ_677 /* rsa_ameth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_ameth.c; sourceTree = ""; }; + OBJ_678 /* rsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_asn1.c; sourceTree = ""; }; + OBJ_679 /* rsa_chk.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_chk.c; sourceTree = ""; }; + OBJ_68 /* APIKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIKey.swift; sourceTree = ""; }; + OBJ_680 /* rsa_crpt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_crpt.c; sourceTree = ""; }; + OBJ_681 /* rsa_depr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_depr.c; sourceTree = ""; }; + OBJ_682 /* rsa_eay.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_eay.c; sourceTree = ""; }; + OBJ_683 /* rsa_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_err.c; sourceTree = ""; }; + OBJ_684 /* rsa_gen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_gen.c; sourceTree = ""; }; + OBJ_685 /* rsa_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_lib.c; sourceTree = ""; }; + OBJ_686 /* rsa_none.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_none.c; sourceTree = ""; }; + OBJ_687 /* rsa_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_null.c; sourceTree = ""; }; + OBJ_688 /* rsa_oaep.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_oaep.c; sourceTree = ""; }; + OBJ_689 /* rsa_pk1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_pk1.c; sourceTree = ""; }; + OBJ_69 /* Credentials.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Credentials.swift; sourceTree = ""; }; + OBJ_690 /* rsa_pmeth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_pmeth.c; sourceTree = ""; }; + OBJ_691 /* rsa_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_prn.c; sourceTree = ""; }; + OBJ_692 /* rsa_pss.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_pss.c; sourceTree = ""; }; + OBJ_693 /* rsa_saos.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_saos.c; sourceTree = ""; }; + OBJ_694 /* rsa_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_sign.c; sourceTree = ""; }; + OBJ_695 /* rsa_ssl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_ssl.c; sourceTree = ""; }; + OBJ_696 /* rsa_x931.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_x931.c; sourceTree = ""; }; + OBJ_697 /* rsaz_exp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsaz_exp.c; sourceTree = ""; }; + OBJ_698 /* s23_clnt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s23_clnt.c; sourceTree = ""; }; + OBJ_699 /* s23_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s23_lib.c; sourceTree = ""; }; + OBJ_70 /* CredentialsError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CredentialsError.swift; sourceTree = ""; }; + OBJ_700 /* s23_meth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s23_meth.c; sourceTree = ""; }; + OBJ_701 /* s23_pkt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s23_pkt.c; sourceTree = ""; }; + OBJ_702 /* s23_srvr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s23_srvr.c; sourceTree = ""; }; + OBJ_703 /* s2_clnt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s2_clnt.c; sourceTree = ""; }; + OBJ_704 /* s2_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s2_enc.c; sourceTree = ""; }; + OBJ_705 /* s2_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s2_lib.c; sourceTree = ""; }; + OBJ_706 /* s2_meth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s2_meth.c; sourceTree = ""; }; + OBJ_707 /* s2_pkt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s2_pkt.c; sourceTree = ""; }; + OBJ_708 /* s2_srvr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s2_srvr.c; sourceTree = ""; }; + OBJ_709 /* s3_both.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s3_both.c; sourceTree = ""; }; + OBJ_71 /* Token.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Token.swift; sourceTree = ""; }; + OBJ_710 /* s3_cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s3_cbc.c; sourceTree = ""; }; + OBJ_711 /* s3_clnt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s3_clnt.c; sourceTree = ""; }; + OBJ_712 /* s3_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s3_enc.c; sourceTree = ""; }; + OBJ_713 /* s3_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s3_lib.c; sourceTree = ""; }; + OBJ_714 /* s3_meth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s3_meth.c; sourceTree = ""; }; + OBJ_715 /* s3_pkt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s3_pkt.c; sourceTree = ""; }; + OBJ_716 /* s3_srvr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s3_srvr.c; sourceTree = ""; }; + OBJ_717 /* seed.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = seed.c; sourceTree = ""; }; + OBJ_718 /* seed_cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = seed_cbc.c; sourceTree = ""; }; + OBJ_719 /* seed_cfb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = seed_cfb.c; sourceTree = ""; }; + OBJ_72 /* UsernamePassword.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UsernamePassword.swift; sourceTree = ""; }; + OBJ_720 /* seed_ecb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = seed_ecb.c; sourceTree = ""; }; + OBJ_721 /* seed_ofb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = seed_ofb.c; sourceTree = ""; }; + OBJ_722 /* set_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = set_key.c; sourceTree = ""; }; + OBJ_723 /* sha1_one.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha1_one.c; sourceTree = ""; }; + OBJ_724 /* sha1dgst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha1dgst.c; sourceTree = ""; }; + OBJ_725 /* sha256.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha256.c; sourceTree = ""; }; + OBJ_726 /* sha512.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha512.c; sourceTree = ""; }; + OBJ_727 /* sha_dgst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha_dgst.c; sourceTree = ""; }; + OBJ_728 /* sha_one.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha_one.c; sourceTree = ""; }; + OBJ_729 /* srp_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = srp_lib.c; sourceTree = ""; }; + OBJ_730 /* srp_vfy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = srp_vfy.c; sourceTree = ""; }; + OBJ_731 /* ssl_algs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_algs.c; sourceTree = ""; }; + OBJ_732 /* ssl_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_asn1.c; sourceTree = ""; }; + OBJ_733 /* ssl_cert.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_cert.c; sourceTree = ""; }; + OBJ_734 /* ssl_ciph.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_ciph.c; sourceTree = ""; }; + OBJ_735 /* ssl_conf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_conf.c; sourceTree = ""; }; + OBJ_736 /* ssl_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_err.c; sourceTree = ""; }; + OBJ_737 /* ssl_err2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_err2.c; sourceTree = ""; }; + OBJ_738 /* ssl_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_lib.c; sourceTree = ""; }; + OBJ_739 /* ssl_rsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_rsa.c; sourceTree = ""; }; + OBJ_74 /* Account.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Account.swift; sourceTree = ""; }; + OBJ_740 /* ssl_sess.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_sess.c; sourceTree = ""; }; + OBJ_741 /* ssl_stat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_stat.c; sourceTree = ""; }; + OBJ_742 /* ssl_txt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_txt.c; sourceTree = ""; }; + OBJ_743 /* ssl_utst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_utst.c; sourceTree = ""; }; + OBJ_744 /* stack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = stack.c; sourceTree = ""; }; + OBJ_745 /* str2key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = str2key.c; sourceTree = ""; }; + OBJ_746 /* t1_clnt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t1_clnt.c; sourceTree = ""; }; + OBJ_747 /* t1_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t1_enc.c; sourceTree = ""; }; + OBJ_748 /* t1_ext.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t1_ext.c; sourceTree = ""; }; + OBJ_749 /* t1_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t1_lib.c; sourceTree = ""; }; + OBJ_75 /* MemoryRealm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryRealm.swift; sourceTree = ""; }; + OBJ_750 /* t1_meth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t1_meth.c; sourceTree = ""; }; + OBJ_751 /* t1_reneg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t1_reneg.c; sourceTree = ""; }; + OBJ_752 /* t1_srvr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t1_srvr.c; sourceTree = ""; }; + OBJ_753 /* t1_trce.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t1_trce.c; sourceTree = ""; }; + OBJ_754 /* t_bitst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_bitst.c; sourceTree = ""; }; + OBJ_755 /* t_crl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_crl.c; sourceTree = ""; }; + OBJ_756 /* t_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_pkey.c; sourceTree = ""; }; + OBJ_757 /* t_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_req.c; sourceTree = ""; }; + OBJ_758 /* t_spki.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_spki.c; sourceTree = ""; }; + OBJ_759 /* t_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_x509.c; sourceTree = ""; }; + OBJ_76 /* Realm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Realm.swift; sourceTree = ""; }; + OBJ_760 /* t_x509a.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_x509a.c; sourceTree = ""; }; + OBJ_761 /* tasn_dec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_dec.c; sourceTree = ""; }; + OBJ_762 /* tasn_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_enc.c; sourceTree = ""; }; + OBJ_763 /* tasn_fre.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_fre.c; sourceTree = ""; }; + OBJ_764 /* tasn_new.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_new.c; sourceTree = ""; }; + OBJ_765 /* tasn_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_prn.c; sourceTree = ""; }; + OBJ_766 /* tasn_typ.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_typ.c; sourceTree = ""; }; + OBJ_767 /* tasn_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_utl.c; sourceTree = ""; }; + OBJ_768 /* tb_asnmth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_asnmth.c; sourceTree = ""; }; + OBJ_769 /* tb_cipher.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_cipher.c; sourceTree = ""; }; + OBJ_770 /* tb_dh.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_dh.c; sourceTree = ""; }; + OBJ_771 /* tb_digest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_digest.c; sourceTree = ""; }; + OBJ_772 /* tb_dsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_dsa.c; sourceTree = ""; }; + OBJ_773 /* tb_ecdh.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_ecdh.c; sourceTree = ""; }; + OBJ_774 /* tb_ecdsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_ecdsa.c; sourceTree = ""; }; + OBJ_775 /* tb_pkmeth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_pkmeth.c; sourceTree = ""; }; + OBJ_776 /* tb_rand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_rand.c; sourceTree = ""; }; + OBJ_777 /* tb_rsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_rsa.c; sourceTree = ""; }; + OBJ_778 /* tb_store.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_store.c; sourceTree = ""; }; + OBJ_779 /* th-lock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "th-lock.c"; sourceTree = ""; }; + OBJ_78 /* MemorySessionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemorySessionManager.swift; sourceTree = ""; }; + OBJ_780 /* tls_srp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tls_srp.c; sourceTree = ""; }; + OBJ_781 /* ts_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_asn1.c; sourceTree = ""; }; + OBJ_782 /* ts_conf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_conf.c; sourceTree = ""; }; + OBJ_783 /* ts_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_err.c; sourceTree = ""; }; + OBJ_784 /* ts_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_lib.c; sourceTree = ""; }; + OBJ_785 /* ts_req_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_req_print.c; sourceTree = ""; }; + OBJ_786 /* ts_req_utils.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_req_utils.c; sourceTree = ""; }; + OBJ_787 /* ts_rsp_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_rsp_print.c; sourceTree = ""; }; + OBJ_788 /* ts_rsp_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_rsp_sign.c; sourceTree = ""; }; + OBJ_789 /* ts_rsp_utils.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_rsp_utils.c; sourceTree = ""; }; + OBJ_79 /* SessionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionManager.swift; sourceTree = ""; }; + OBJ_790 /* ts_rsp_verify.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_rsp_verify.c; sourceTree = ""; }; + OBJ_791 /* ts_verify_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_verify_ctx.c; sourceTree = ""; }; + OBJ_792 /* txt_db.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = txt_db.c; sourceTree = ""; }; + OBJ_793 /* ui_compat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ui_compat.c; sourceTree = ""; }; + OBJ_794 /* ui_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ui_err.c; sourceTree = ""; }; + OBJ_795 /* ui_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ui_lib.c; sourceTree = ""; }; + OBJ_796 /* ui_openssl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ui_openssl.c; sourceTree = ""; }; + OBJ_797 /* ui_util.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ui_util.c; sourceTree = ""; }; + OBJ_798 /* uid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = uid.c; sourceTree = ""; }; + OBJ_799 /* v3_addr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_addr.c; sourceTree = ""; }; + OBJ_800 /* v3_akey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_akey.c; sourceTree = ""; }; + OBJ_801 /* v3_akeya.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_akeya.c; sourceTree = ""; }; + OBJ_802 /* v3_alt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_alt.c; sourceTree = ""; }; + OBJ_803 /* v3_asid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_asid.c; sourceTree = ""; }; + OBJ_804 /* v3_bcons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_bcons.c; sourceTree = ""; }; + OBJ_805 /* v3_bitst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_bitst.c; sourceTree = ""; }; + OBJ_806 /* v3_conf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_conf.c; sourceTree = ""; }; + OBJ_807 /* v3_cpols.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_cpols.c; sourceTree = ""; }; + OBJ_808 /* v3_crld.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_crld.c; sourceTree = ""; }; + OBJ_809 /* v3_enum.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_enum.c; sourceTree = ""; }; + OBJ_810 /* v3_extku.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_extku.c; sourceTree = ""; }; + OBJ_811 /* v3_genn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_genn.c; sourceTree = ""; }; + OBJ_812 /* v3_ia5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ia5.c; sourceTree = ""; }; + OBJ_813 /* v3_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_info.c; sourceTree = ""; }; + OBJ_814 /* v3_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_int.c; sourceTree = ""; }; + OBJ_815 /* v3_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_lib.c; sourceTree = ""; }; + OBJ_816 /* v3_ncons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ncons.c; sourceTree = ""; }; + OBJ_817 /* v3_ocsp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ocsp.c; sourceTree = ""; }; + OBJ_818 /* v3_pci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pci.c; sourceTree = ""; }; + OBJ_819 /* v3_pcia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pcia.c; sourceTree = ""; }; + OBJ_82 /* Random.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Random.swift; sourceTree = ""; }; + OBJ_820 /* v3_pcons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pcons.c; sourceTree = ""; }; + OBJ_821 /* v3_pku.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pku.c; sourceTree = ""; }; + OBJ_822 /* v3_pmaps.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pmaps.c; sourceTree = ""; }; + OBJ_823 /* v3_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_prn.c; sourceTree = ""; }; + OBJ_824 /* v3_purp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_purp.c; sourceTree = ""; }; + OBJ_825 /* v3_scts.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_scts.c; sourceTree = ""; }; + OBJ_826 /* v3_skey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_skey.c; sourceTree = ""; }; + OBJ_827 /* v3_sxnet.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_sxnet.c; sourceTree = ""; }; + OBJ_828 /* v3_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_utl.c; sourceTree = ""; }; + OBJ_829 /* v3err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3err.c; sourceTree = ""; }; + OBJ_83 /* Randoms.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Randoms.swift; sourceTree = ""; }; + OBJ_830 /* wp_block.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = wp_block.c; sourceTree = ""; }; + OBJ_831 /* wp_dgst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = wp_dgst.c; sourceTree = ""; }; + OBJ_832 /* wrap128.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = wrap128.c; sourceTree = ""; }; + OBJ_833 /* x509_att.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_att.c; sourceTree = ""; }; + OBJ_834 /* x509_cmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_cmp.c; sourceTree = ""; }; + OBJ_835 /* x509_d2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_d2.c; sourceTree = ""; }; + OBJ_836 /* x509_def.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_def.c; sourceTree = ""; }; + OBJ_837 /* x509_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_err.c; sourceTree = ""; }; + OBJ_838 /* x509_ext.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_ext.c; sourceTree = ""; }; + OBJ_839 /* x509_lu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_lu.c; sourceTree = ""; }; + OBJ_84 /* URandom.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URandom.swift; sourceTree = ""; }; + OBJ_840 /* x509_obj.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_obj.c; sourceTree = ""; }; + OBJ_841 /* x509_r2x.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_r2x.c; sourceTree = ""; }; + OBJ_842 /* x509_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_req.c; sourceTree = ""; }; + OBJ_843 /* x509_set.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_set.c; sourceTree = ""; }; + OBJ_844 /* x509_trs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_trs.c; sourceTree = ""; }; + OBJ_845 /* x509_txt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_txt.c; sourceTree = ""; }; + OBJ_846 /* x509_v3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_v3.c; sourceTree = ""; }; + OBJ_847 /* x509_vfy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_vfy.c; sourceTree = ""; }; + OBJ_848 /* x509_vpm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_vpm.c; sourceTree = ""; }; + OBJ_849 /* x509cset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509cset.c; sourceTree = ""; }; + OBJ_850 /* x509name.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509name.c; sourceTree = ""; }; + OBJ_851 /* x509rset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509rset.c; sourceTree = ""; }; + OBJ_852 /* x509spki.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509spki.c; sourceTree = ""; }; + OBJ_853 /* x509type.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509type.c; sourceTree = ""; }; + OBJ_854 /* x_algor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_algor.c; sourceTree = ""; }; + OBJ_855 /* x_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_all.c; sourceTree = ""; }; + OBJ_856 /* x_attrib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_attrib.c; sourceTree = ""; }; + OBJ_857 /* x_bignum.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_bignum.c; sourceTree = ""; }; + OBJ_858 /* x_crl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_crl.c; sourceTree = ""; }; + OBJ_859 /* x_exten.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_exten.c; sourceTree = ""; }; + OBJ_86 /* StringExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringExtensions.swift; sourceTree = ""; }; + OBJ_860 /* x_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_info.c; sourceTree = ""; }; + OBJ_861 /* x_long.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_long.c; sourceTree = ""; }; + OBJ_862 /* x_name.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_name.c; sourceTree = ""; }; + OBJ_863 /* x_nx509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_nx509.c; sourceTree = ""; }; + OBJ_864 /* x_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_pkey.c; sourceTree = ""; }; + OBJ_865 /* x_pubkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_pubkey.c; sourceTree = ""; }; + OBJ_866 /* x_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_req.c; sourceTree = ""; }; + OBJ_867 /* x_sig.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_sig.c; sourceTree = ""; }; + OBJ_868 /* x_spki.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_spki.c; sourceTree = ""; }; + OBJ_869 /* x_val.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_val.c; sourceTree = ""; }; + OBJ_87 /* StringHTML.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringHTML.swift; sourceTree = ""; }; + OBJ_870 /* x_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_x509.c; sourceTree = ""; }; + OBJ_871 /* x_x509a.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_x509a.c; sourceTree = ""; }; + OBJ_872 /* xcbc_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xcbc_enc.c; sourceTree = ""; }; + OBJ_873 /* xts128.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xts128.c; sourceTree = ""; }; + OBJ_875 /* openssl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = openssl.h; sourceTree = ""; }; + OBJ_876 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; name = module.modulemap; path = "/Volumes/Developer/Perfect-Examples/Perfect-ToDo-iOS-Demo/Perfect-ToDo-API/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; sourceTree = ""; }; + OBJ_879 /* Bytes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Bytes.swift; sourceTree = ""; }; + OBJ_88 /* StringURL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringURL.swift; sourceTree = ""; }; + OBJ_880 /* Dir.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Dir.swift; sourceTree = ""; }; + OBJ_881 /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = ""; }; + OBJ_882 /* JSONConvertible.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONConvertible.swift; sourceTree = ""; }; + OBJ_883 /* Log.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Log.swift; sourceTree = ""; }; + OBJ_884 /* PerfectError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PerfectError.swift; sourceTree = ""; }; + OBJ_885 /* PerfectServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PerfectServer.swift; sourceTree = ""; }; + OBJ_886 /* SwiftCompatibility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftCompatibility.swift; sourceTree = ""; }; + OBJ_887 /* SysProcess.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SysProcess.swift; sourceTree = ""; }; + OBJ_888 /* Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utilities.swift; sourceTree = ""; }; + OBJ_890 /* PerfectLib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectLib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_891 /* COpenSSL.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = COpenSSL.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_892 /* PerfectThread.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectThread.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_893 /* PerfectNet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectNet.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_894 /* PerfectHTTP.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectHTTP.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_895 /* CZlib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = CZlib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_896 /* PerfectHTTPServer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectHTTPServer.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_897 /* CHTTPParser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = CHTTPParser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_898 /* MySQL.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = MySQL.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_899 /* StORM.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = StORM.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_9 /* Routing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Routing.swift; sourceTree = ""; }; + OBJ_90 /* Mustache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Mustache.swift; sourceTree = ""; }; + OBJ_900 /* SwiftMoment.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftMoment.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_901 /* PerfectCURL.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectCURL.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_902 /* PerfectLogger.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectLogger.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_903 /* MySQLStORM.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = MySQLStORM.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_904 /* PerfectMustache.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectMustache.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_905 /* SwiftString.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftString.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_906 /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_907 /* TurnstileWeb.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = TurnstileWeb.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_908 /* TurnstileCrypto.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = TurnstileCrypto.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_909 /* Turnstile.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Turnstile.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_910 /* TurnstilePerfect.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = TurnstilePerfect.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_911 /* PerfectTurnstileMySQL.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectTurnstileMySQL.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_912 /* SwiftSQL.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftSQL.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_913 /* ToDo-API */ = {isa = PBXFileReference; lastKnownFileType = text; path = "ToDo-API"; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_914 /* ToDoModel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ToDoModel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_915 /* Perfect_ToDo_iOS_DemoTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; name = Perfect_ToDo_iOS_DemoTests.xctest; path = "Perfect-ToDo-iOS-DemoTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_92 /* Convenience.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Convenience.swift; sourceTree = ""; }; + OBJ_93 /* Delete.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Delete.swift; sourceTree = ""; }; + OBJ_94 /* Insert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Insert.swift; sourceTree = ""; }; + OBJ_95 /* MySQLConnect.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MySQLConnect.swift; sourceTree = ""; }; + OBJ_96 /* MySQLStORM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MySQLStORM.swift; sourceTree = ""; }; + OBJ_97 /* SQL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SQL.swift; sourceTree = ""; }; + OBJ_98 /* Select.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Select.swift; sourceTree = ""; }; + OBJ_99 /* Update.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Update.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + OBJ_1619 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1628 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1641 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1642 /* COpenSSL.framework in Frameworks */, + OBJ_1643 /* PerfectThread.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1660 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1661 /* PerfectLib.framework in Frameworks */, + OBJ_1662 /* COpenSSL.framework in Frameworks */, + OBJ_1663 /* PerfectThread.framework in Frameworks */, + OBJ_1664 /* PerfectNet.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1690 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1691 /* PerfectLib.framework in Frameworks */, + OBJ_1692 /* COpenSSL.framework in Frameworks */, + OBJ_1693 /* PerfectThread.framework in Frameworks */, + OBJ_1694 /* PerfectNet.framework in Frameworks */, + OBJ_1695 /* PerfectHTTP.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1714 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1715 /* PerfectLib.framework in Frameworks */, + OBJ_1716 /* COpenSSL.framework in Frameworks */, + OBJ_1717 /* PerfectThread.framework in Frameworks */, + OBJ_1718 /* PerfectNet.framework in Frameworks */, + OBJ_1719 /* PerfectHTTP.framework in Frameworks */, + OBJ_1720 /* CHTTPParser.framework in Frameworks */, + OBJ_1721 /* CZlib.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1736 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1737 /* PerfectLib.framework in Frameworks */, + OBJ_1738 /* COpenSSL.framework in Frameworks */, + OBJ_1739 /* PerfectThread.framework in Frameworks */, + OBJ_1740 /* PerfectNet.framework in Frameworks */, + OBJ_1741 /* PerfectHTTP.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1753 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1770 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1771 /* PerfectLib.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1784 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1791 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1792 /* PerfectThread.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1801 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1802 /* PerfectLib.framework in Frameworks */, + OBJ_1803 /* SwiftMoment.framework in Frameworks */, + OBJ_1804 /* PerfectThread.framework in Frameworks */, + OBJ_1805 /* PerfectCURL.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1825 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1826 /* MySQL.framework in Frameworks */, + OBJ_1827 /* PerfectLib.framework in Frameworks */, + OBJ_1828 /* StORM.framework in Frameworks */, + OBJ_1829 /* SwiftMoment.framework in Frameworks */, + OBJ_1830 /* PerfectThread.framework in Frameworks */, + OBJ_1831 /* PerfectCURL.framework in Frameworks */, + OBJ_1832 /* PerfectLogger.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1846 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1847 /* PerfectLib.framework in Frameworks */, + OBJ_1848 /* COpenSSL.framework in Frameworks */, + OBJ_1849 /* PerfectThread.framework in Frameworks */, + OBJ_1850 /* PerfectNet.framework in Frameworks */, + OBJ_1851 /* PerfectHTTP.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1865 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1874 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1892 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1893 /* TurnstileCrypto.framework in Frameworks */, + OBJ_1894 /* Turnstile.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1906 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1924 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1925 /* TurnstileCrypto.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1938 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1939 /* PerfectLib.framework in Frameworks */, + OBJ_1940 /* COpenSSL.framework in Frameworks */, + OBJ_1941 /* PerfectThread.framework in Frameworks */, + OBJ_1942 /* PerfectNet.framework in Frameworks */, + OBJ_1943 /* PerfectHTTP.framework in Frameworks */, + OBJ_1944 /* TurnstileCrypto.framework in Frameworks */, + OBJ_1945 /* Turnstile.framework in Frameworks */, + OBJ_1946 /* TurnstileWeb.framework in Frameworks */, + OBJ_1947 /* SwiftString.framework in Frameworks */, + OBJ_1948 /* PerfectMustache.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1973 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1974 /* MySQL.framework in Frameworks */, + OBJ_1975 /* PerfectLib.framework in Frameworks */, + OBJ_1976 /* StORM.framework in Frameworks */, + OBJ_1977 /* SwiftMoment.framework in Frameworks */, + OBJ_1978 /* PerfectThread.framework in Frameworks */, + OBJ_1979 /* PerfectCURL.framework in Frameworks */, + OBJ_1980 /* PerfectLogger.framework in Frameworks */, + OBJ_1981 /* MySQLStORM.framework in Frameworks */, + OBJ_1982 /* COpenSSL.framework in Frameworks */, + OBJ_1983 /* PerfectNet.framework in Frameworks */, + OBJ_1984 /* PerfectHTTP.framework in Frameworks */, + OBJ_1985 /* CZlib.framework in Frameworks */, + OBJ_1986 /* CHTTPParser.framework in Frameworks */, + OBJ_1987 /* PerfectHTTPServer.framework in Frameworks */, + OBJ_1988 /* PerfectMustache.framework in Frameworks */, + OBJ_1989 /* SwiftString.framework in Frameworks */, + OBJ_1990 /* SwiftRandom.framework in Frameworks */, + OBJ_1991 /* TurnstileCrypto.framework in Frameworks */, + OBJ_1992 /* Turnstile.framework in Frameworks */, + OBJ_1993 /* TurnstileWeb.framework in Frameworks */, + OBJ_1994 /* TurnstilePerfect.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_2023 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_2032 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_2033 /* PerfectLib.framework in Frameworks */, + OBJ_2034 /* COpenSSL.framework in Frameworks */, + OBJ_2035 /* PerfectThread.framework in Frameworks */, + OBJ_2036 /* PerfectNet.framework in Frameworks */, + OBJ_2037 /* PerfectHTTP.framework in Frameworks */, + OBJ_2038 /* CZlib.framework in Frameworks */, + OBJ_2039 /* CHTTPParser.framework in Frameworks */, + OBJ_2040 /* PerfectHTTPServer.framework in Frameworks */, + OBJ_2041 /* MySQL.framework in Frameworks */, + OBJ_2042 /* StORM.framework in Frameworks */, + OBJ_2043 /* SwiftMoment.framework in Frameworks */, + OBJ_2044 /* PerfectCURL.framework in Frameworks */, + OBJ_2045 /* PerfectLogger.framework in Frameworks */, + OBJ_2046 /* MySQLStORM.framework in Frameworks */, + OBJ_2047 /* PerfectMustache.framework in Frameworks */, + OBJ_2048 /* SwiftString.framework in Frameworks */, + OBJ_2049 /* SwiftRandom.framework in Frameworks */, + OBJ_2050 /* TurnstileCrypto.framework in Frameworks */, + OBJ_2051 /* Turnstile.framework in Frameworks */, + OBJ_2052 /* TurnstileWeb.framework in Frameworks */, + OBJ_2053 /* TurnstilePerfect.framework in Frameworks */, + OBJ_2054 /* PerfectTurnstileMySQL.framework in Frameworks */, + OBJ_2055 /* SwiftSQL.framework in Frameworks */, + OBJ_2056 /* ToDoModel.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_2088 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_2089 /* PerfectLib.framework in Frameworks */, + OBJ_2090 /* COpenSSL.framework in Frameworks */, + OBJ_2091 /* PerfectThread.framework in Frameworks */, + OBJ_2092 /* PerfectNet.framework in Frameworks */, + OBJ_2093 /* PerfectHTTP.framework in Frameworks */, + OBJ_2094 /* CZlib.framework in Frameworks */, + OBJ_2095 /* CHTTPParser.framework in Frameworks */, + OBJ_2096 /* PerfectHTTPServer.framework in Frameworks */, + OBJ_2097 /* MySQL.framework in Frameworks */, + OBJ_2098 /* StORM.framework in Frameworks */, + OBJ_2099 /* SwiftMoment.framework in Frameworks */, + OBJ_2100 /* PerfectCURL.framework in Frameworks */, + OBJ_2101 /* PerfectLogger.framework in Frameworks */, + OBJ_2102 /* MySQLStORM.framework in Frameworks */, + OBJ_2103 /* PerfectMustache.framework in Frameworks */, + OBJ_2104 /* SwiftString.framework in Frameworks */, + OBJ_2105 /* SwiftRandom.framework in Frameworks */, + OBJ_2106 /* TurnstileCrypto.framework in Frameworks */, + OBJ_2107 /* Turnstile.framework in Frameworks */, + OBJ_2108 /* TurnstileWeb.framework in Frameworks */, + OBJ_2109 /* TurnstilePerfect.framework in Frameworks */, + OBJ_2110 /* PerfectTurnstileMySQL.framework in Frameworks */, + OBJ_2111 /* SwiftSQL.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_2141 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + OBJ_2142 /* PerfectLib.framework in Frameworks */, + OBJ_2143 /* COpenSSL.framework in Frameworks */, + OBJ_2144 /* PerfectThread.framework in Frameworks */, + OBJ_2145 /* PerfectNet.framework in Frameworks */, + OBJ_2146 /* PerfectHTTP.framework in Frameworks */, + OBJ_2147 /* CZlib.framework in Frameworks */, + OBJ_2148 /* CHTTPParser.framework in Frameworks */, + OBJ_2149 /* PerfectHTTPServer.framework in Frameworks */, + OBJ_2150 /* MySQL.framework in Frameworks */, + OBJ_2151 /* StORM.framework in Frameworks */, + OBJ_2152 /* SwiftMoment.framework in Frameworks */, + OBJ_2153 /* PerfectCURL.framework in Frameworks */, + OBJ_2154 /* PerfectLogger.framework in Frameworks */, + OBJ_2155 /* MySQLStORM.framework in Frameworks */, + OBJ_2156 /* PerfectMustache.framework in Frameworks */, + OBJ_2157 /* SwiftString.framework in Frameworks */, + OBJ_2158 /* SwiftRandom.framework in Frameworks */, + OBJ_2159 /* TurnstileCrypto.framework in Frameworks */, + OBJ_2160 /* Turnstile.framework in Frameworks */, + OBJ_2161 /* TurnstileWeb.framework in Frameworks */, + OBJ_2162 /* TurnstilePerfect.framework in Frameworks */, + OBJ_2163 /* PerfectTurnstileMySQL.framework in Frameworks */, + OBJ_2164 /* SwiftSQL.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_931 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + OBJ_102 /* PerfectLogger 1.0.0 */ = { + isa = PBXGroup; + children = ( + OBJ_103 /* FileLogger.swift */, + OBJ_104 /* RemoteLogger.swift */, + ); + name = "PerfectLogger 1.0.0"; + path = ".build/checkouts/Perfect-Logger.git--429101405906730625/Sources"; + sourceTree = SOURCE_ROOT; + }; + OBJ_105 /* PerfectCURL 2.0.5 */ = { + isa = PBXGroup; + children = ( + OBJ_106 /* cURL.swift */, + ); + name = "PerfectCURL 2.0.5"; + path = ".build/checkouts/Perfect-CURL.git-8858624468322681619/Sources"; + sourceTree = SOURCE_ROOT; + }; + OBJ_107 /* cURL 2.0.1 */ = { + isa = PBXGroup; + children = ( + ); + name = "cURL 2.0.1"; + path = ".build/checkouts/Perfect-libcurl.git--6269865819486613555"; + sourceTree = SOURCE_ROOT; + }; + OBJ_108 /* SwiftMoment 0.9.1 */ = { + isa = PBXGroup; + children = ( + OBJ_109 /* SwiftMoment */, + ); + name = "SwiftMoment 0.9.1"; + sourceTree = SOURCE_ROOT; + }; + OBJ_109 /* SwiftMoment */ = { + isa = PBXGroup; + children = ( + OBJ_110 /* Duration.swift */, + OBJ_111 /* Extensions.swift */, + OBJ_112 /* Moment.swift */, + OBJ_113 /* MomentFromNow.swift */, + OBJ_114 /* Operators.swift */, + OBJ_115 /* TimeUnit.swift */, + ); + name = SwiftMoment; + path = ".build/checkouts/SwiftMoment.git--2912679366309029826/Sources/SwiftMoment"; + sourceTree = SOURCE_ROOT; + }; + OBJ_116 /* StORM 1.0.1 */ = { + isa = PBXGroup; + children = ( + OBJ_117 /* StORM */, + ); + name = "StORM 1.0.1"; + sourceTree = SOURCE_ROOT; + }; + OBJ_117 /* StORM */ = { + isa = PBXGroup; + children = ( + OBJ_118 /* StORM.swift */, + OBJ_119 /* StORMConnect.swift */, + OBJ_120 /* StORMCursor.swift */, + OBJ_121 /* StORMDataSource.swift */, + OBJ_122 /* StORMDataSourceCredentials.swift */, + OBJ_123 /* StORMDataSourceOptions.swift */, + OBJ_124 /* StORMError.swift */, + OBJ_125 /* StORMJoins.swift */, + OBJ_126 /* StORMProtocol.swift */, + OBJ_127 /* StORMRow.swift */, + OBJ_128 /* StORMtResultSet.swift */, + ); + name = StORM; + path = ".build/checkouts/StORM.git-6077292811663054913/Sources/StORM"; + sourceTree = SOURCE_ROOT; + }; + OBJ_12 /* ToDoModel */ = { + isa = PBXGroup; + children = ( + OBJ_13 /* ToDoItem.swift */, + OBJ_14 /* ToDoManager.swift */, + ); + name = ToDoModel; + path = Sources/ToDoModel; + sourceTree = SOURCE_ROOT; + }; + OBJ_129 /* MySQL 2.1.2 */ = { + isa = PBXGroup; + children = ( + OBJ_130 /* MySQL */, + ); + name = "MySQL 2.1.2"; + sourceTree = SOURCE_ROOT; + }; + OBJ_130 /* MySQL */ = { + isa = PBXGroup; + children = ( + OBJ_131 /* MySQL.swift */, + ); + name = MySQL; + path = ".build/checkouts/Perfect-MySQL.git-4976130768219902098/Sources/MySQL"; + sourceTree = SOURCE_ROOT; + }; + OBJ_132 /* mysqlclient 2.0.0 */ = { + isa = PBXGroup; + children = ( + ); + name = "mysqlclient 2.0.0"; + path = ".build/checkouts/Perfect-mysqlclient.git-5333716826204139417"; + sourceTree = SOURCE_ROOT; + }; + OBJ_133 /* PerfectHTTPServer 2.1.14 */ = { + isa = PBXGroup; + children = ( + OBJ_134 /* CZlib */, + OBJ_155 /* PerfectHTTPServer */, + OBJ_164 /* CHTTPParser */, + ); + name = "PerfectHTTPServer 2.1.14"; + sourceTree = SOURCE_ROOT; + }; + OBJ_134 /* CZlib */ = { + isa = PBXGroup; + children = ( + OBJ_135 /* adler32.c */, + OBJ_136 /* compress.c */, + OBJ_137 /* crc32.c */, + OBJ_138 /* deflate.c */, + OBJ_139 /* gzclose.c */, + OBJ_140 /* gzlib.c */, + OBJ_141 /* gzread.c */, + OBJ_142 /* gzwrite.c */, + OBJ_143 /* infback.c */, + OBJ_144 /* inffast.c */, + OBJ_145 /* inflate.c */, + OBJ_146 /* inftrees.c */, + OBJ_147 /* trees.c */, + OBJ_148 /* uncompr.c */, + OBJ_149 /* zutil.c */, + OBJ_150 /* include */, + ); + name = CZlib; + path = ".build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib"; + sourceTree = SOURCE_ROOT; + }; + OBJ_15 /* Tests */ = { + isa = PBXGroup; + children = ( + OBJ_16 /* Perfect-ToDo-iOS-DemoTests */, + ); + name = Tests; + sourceTree = SOURCE_ROOT; + }; + OBJ_150 /* include */ = { + isa = PBXGroup; + children = ( + OBJ_151 /* czlib.h */, + OBJ_152 /* inflate.h */, + OBJ_153 /* inftrees.h */, + OBJ_154 /* module.modulemap */, + ); + path = include; + sourceTree = ""; + }; + OBJ_155 /* PerfectHTTPServer */ = { + isa = PBXGroup; + children = ( + OBJ_156 /* HPACK.swift */, + OBJ_157 /* HTTP11Request.swift */, + OBJ_158 /* HTTP11Response.swift */, + OBJ_159 /* HTTP2.swift */, + OBJ_160 /* HTTPContentCompression.swift */, + OBJ_161 /* HTTPServer.swift */, + OBJ_162 /* HTTPServerEx.swift */, + OBJ_163 /* HTTPServerExConfig.swift */, + ); + name = PerfectHTTPServer; + path = ".build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/PerfectHTTPServer"; + sourceTree = SOURCE_ROOT; + }; + OBJ_16 /* Perfect-ToDo-iOS-DemoTests */ = { + isa = PBXGroup; + children = ( + OBJ_17 /* Perfect_ToDo_iOS_DemoTests.swift */, + ); + name = "Perfect-ToDo-iOS-DemoTests"; + path = "Tests/Perfect-ToDo-iOS-DemoTests"; + sourceTree = SOURCE_ROOT; + }; + OBJ_164 /* CHTTPParser */ = { + isa = PBXGroup; + children = ( + OBJ_165 /* http_parser.c */, + OBJ_166 /* include */, + ); + name = CHTTPParser; + path = ".build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser"; + sourceTree = SOURCE_ROOT; + }; + OBJ_166 /* include */ = { + isa = PBXGroup; + children = ( + OBJ_167 /* http_parser.h */, + OBJ_168 /* module.modulemap */, + ); + path = include; + sourceTree = ""; + }; + OBJ_169 /* PerfectHTTP 2.1.6 */ = { + isa = PBXGroup; + children = ( + OBJ_170 /* HTTPFilter.swift */, + OBJ_171 /* HTTPHeaders.swift */, + OBJ_172 /* HTTPMethod.swift */, + OBJ_173 /* HTTPRequest.swift */, + OBJ_174 /* HTTPResponse.swift */, + OBJ_175 /* MimeReader.swift */, + OBJ_176 /* MimeType.swift */, + OBJ_177 /* Routing.swift */, + OBJ_178 /* StaticFileHandler.swift */, + ); + name = "PerfectHTTP 2.1.6"; + path = ".build/checkouts/Perfect-HTTP.git--6392294032632002019/Sources"; + sourceTree = SOURCE_ROOT; + }; + OBJ_179 /* PerfectNet 2.1.6 */ = { + isa = PBXGroup; + children = ( + OBJ_180 /* Net.swift */, + OBJ_181 /* NetAddress.swift */, + OBJ_182 /* NetEvent.swift */, + OBJ_183 /* NetNamedPipe.swift */, + OBJ_184 /* NetTCP.swift */, + OBJ_185 /* NetTCPSSL.swift */, + OBJ_186 /* NetUDP.swift */, + ); + name = "PerfectNet 2.1.6"; + path = ".build/checkouts/Perfect-Net.git-3268755499654502659/Sources"; + sourceTree = SOURCE_ROOT; + }; + OBJ_187 /* PerfectThread 2.0.9 */ = { + isa = PBXGroup; + children = ( + OBJ_188 /* Promise.swift */, + OBJ_189 /* ThreadQueue.swift */, + OBJ_190 /* Threading.swift */, + ); + name = "PerfectThread 2.0.9"; + path = ".build/checkouts/Perfect-Thread.git-6541237758607105655/Sources"; + sourceTree = SOURCE_ROOT; + }; + OBJ_19 /* Dependencies */ = { + isa = PBXGroup; + children = ( + OBJ_20 /* SwiftSQL 0.2.2 */, + OBJ_23 /* PerfectTurnstileMySQL 1.0.7 */, + OBJ_33 /* TurnstilePerfect 2.0.2 */, + OBJ_40 /* Turnstile 1.0.6 */, + OBJ_80 /* SwiftRandom 0.2.4 */, + OBJ_85 /* SwiftString 1.0.13 */, + OBJ_89 /* PerfectMustache 2.0.3 */, + OBJ_91 /* MySQLStORM 1.0.8 */, + OBJ_102 /* PerfectLogger 1.0.0 */, + OBJ_105 /* PerfectCURL 2.0.5 */, + OBJ_107 /* cURL 2.0.1 */, + OBJ_108 /* SwiftMoment 0.9.1 */, + OBJ_116 /* StORM 1.0.1 */, + OBJ_129 /* MySQL 2.1.2 */, + OBJ_132 /* mysqlclient 2.0.0 */, + OBJ_133 /* PerfectHTTPServer 2.1.14 */, + OBJ_169 /* PerfectHTTP 2.1.6 */, + OBJ_179 /* PerfectNet 2.1.6 */, + OBJ_187 /* PerfectThread 2.0.9 */, + OBJ_191 /* COpenSSL 2.0.4 */, + OBJ_877 /* PerfectLib 2.0.6 */, + ); + name = Dependencies; + sourceTree = ""; + }; + OBJ_191 /* COpenSSL 2.0.4 */ = { + isa = PBXGroup; + children = ( + OBJ_192 /* COpenSSL */, + ); + name = "COpenSSL 2.0.4"; + sourceTree = SOURCE_ROOT; + }; + OBJ_192 /* COpenSSL */ = { + isa = PBXGroup; + children = ( + OBJ_193 /* a_bitstr.c */, + OBJ_194 /* a_bool.c */, + OBJ_195 /* a_bytes.c */, + OBJ_196 /* a_d2i_fp.c */, + OBJ_197 /* a_digest.c */, + OBJ_198 /* a_dup.c */, + OBJ_199 /* a_enum.c */, + OBJ_200 /* a_gentm.c */, + OBJ_201 /* a_i2d_fp.c */, + OBJ_202 /* a_int.c */, + OBJ_203 /* a_mbstr.c */, + OBJ_204 /* a_object.c */, + OBJ_205 /* a_octet.c */, + OBJ_206 /* a_print.c */, + OBJ_207 /* a_set.c */, + OBJ_208 /* a_sign.c */, + OBJ_209 /* a_strex.c */, + OBJ_210 /* a_strnid.c */, + OBJ_211 /* a_time.c */, + OBJ_212 /* a_type.c */, + OBJ_213 /* a_utctm.c */, + OBJ_214 /* a_utf8.c */, + OBJ_215 /* a_verify.c */, + OBJ_216 /* aes_cbc.c */, + OBJ_217 /* aes_cfb.c */, + OBJ_218 /* aes_core.c */, + OBJ_219 /* aes_ctr.c */, + OBJ_220 /* aes_ecb.c */, + OBJ_221 /* aes_ige.c */, + OBJ_222 /* aes_misc.c */, + OBJ_223 /* aes_ofb.c */, + OBJ_224 /* aes_wrap.c */, + OBJ_225 /* ameth_lib.c */, + OBJ_226 /* asn1_err.c */, + OBJ_227 /* asn1_gen.c */, + OBJ_228 /* asn1_lib.c */, + OBJ_229 /* asn1_par.c */, + OBJ_230 /* asn_mime.c */, + OBJ_231 /* asn_moid.c */, + OBJ_232 /* asn_pack.c */, + OBJ_233 /* b_dump.c */, + OBJ_234 /* b_print.c */, + OBJ_235 /* b_sock.c */, + OBJ_236 /* bf_buff.c */, + OBJ_237 /* bf_cfb64.c */, + OBJ_238 /* bf_ecb.c */, + OBJ_239 /* bf_enc.c */, + OBJ_240 /* bf_lbuf.c */, + OBJ_241 /* bf_nbio.c */, + OBJ_242 /* bf_null.c */, + OBJ_243 /* bf_ofb64.c */, + OBJ_244 /* bf_skey.c */, + OBJ_245 /* bio_asn1.c */, + OBJ_246 /* bio_b64.c */, + OBJ_247 /* bio_cb.c */, + OBJ_248 /* bio_enc.c */, + OBJ_249 /* bio_err.c */, + OBJ_250 /* bio_lib.c */, + OBJ_251 /* bio_md.c */, + OBJ_252 /* bio_ndef.c */, + OBJ_253 /* bio_ok.c */, + OBJ_254 /* bio_pk7.c */, + OBJ_255 /* bio_ssl.c */, + OBJ_256 /* bn_add.c */, + OBJ_257 /* bn_asm.c */, + OBJ_258 /* bn_blind.c */, + OBJ_259 /* bn_const.c */, + OBJ_260 /* bn_ctx.c */, + OBJ_261 /* bn_depr.c */, + OBJ_262 /* bn_div.c */, + OBJ_263 /* bn_err.c */, + OBJ_264 /* bn_exp.c */, + OBJ_265 /* bn_exp2.c */, + OBJ_266 /* bn_gcd.c */, + OBJ_267 /* bn_gf2m.c */, + OBJ_268 /* bn_kron.c */, + OBJ_269 /* bn_lib.c */, + OBJ_270 /* bn_mod.c */, + OBJ_271 /* bn_mont.c */, + OBJ_272 /* bn_mpi.c */, + OBJ_273 /* bn_mul.c */, + OBJ_274 /* bn_nist.c */, + OBJ_275 /* bn_prime.c */, + OBJ_276 /* bn_print.c */, + OBJ_277 /* bn_rand.c */, + OBJ_278 /* bn_recp.c */, + OBJ_279 /* bn_shift.c */, + OBJ_280 /* bn_sqr.c */, + OBJ_281 /* bn_sqrt.c */, + OBJ_282 /* bn_word.c */, + OBJ_283 /* bn_x931p.c */, + OBJ_284 /* bss_acpt.c */, + OBJ_285 /* bss_bio.c */, + OBJ_286 /* bss_conn.c */, + OBJ_287 /* bss_dgram.c */, + OBJ_288 /* bss_fd.c */, + OBJ_289 /* bss_file.c */, + OBJ_290 /* bss_log.c */, + OBJ_291 /* bss_mem.c */, + OBJ_292 /* bss_null.c */, + OBJ_293 /* bss_sock.c */, + OBJ_294 /* buf_err.c */, + OBJ_295 /* buf_str.c */, + OBJ_296 /* buffer.c */, + OBJ_297 /* by_dir.c */, + OBJ_298 /* by_file.c */, + OBJ_299 /* c_all.c */, + OBJ_300 /* c_allc.c */, + OBJ_301 /* c_alld.c */, + OBJ_302 /* c_cfb64.c */, + OBJ_303 /* c_ecb.c */, + OBJ_304 /* c_enc.c */, + OBJ_305 /* c_ofb64.c */, + OBJ_306 /* c_rle.c */, + OBJ_307 /* c_skey.c */, + OBJ_308 /* c_zlib.c */, + OBJ_309 /* camellia.c */, + OBJ_310 /* cbc128.c */, + OBJ_311 /* cbc3_enc.c */, + OBJ_312 /* cbc_cksm.c */, + OBJ_313 /* cbc_enc.c */, + OBJ_314 /* ccm128.c */, + OBJ_315 /* cfb128.c */, + OBJ_316 /* cfb64ede.c */, + OBJ_317 /* cfb64enc.c */, + OBJ_318 /* cfb_enc.c */, + OBJ_319 /* cm_ameth.c */, + OBJ_320 /* cm_pmeth.c */, + OBJ_321 /* cmac.c */, + OBJ_322 /* cmll_cbc.c */, + OBJ_323 /* cmll_cfb.c */, + OBJ_324 /* cmll_ctr.c */, + OBJ_325 /* cmll_ecb.c */, + OBJ_326 /* cmll_misc.c */, + OBJ_327 /* cmll_ofb.c */, + OBJ_328 /* cmll_utl.c */, + OBJ_329 /* cms_asn1.c */, + OBJ_330 /* cms_att.c */, + OBJ_331 /* cms_cd.c */, + OBJ_332 /* cms_dd.c */, + OBJ_333 /* cms_enc.c */, + OBJ_334 /* cms_env.c */, + OBJ_335 /* cms_err.c */, + OBJ_336 /* cms_ess.c */, + OBJ_337 /* cms_io.c */, + OBJ_338 /* cms_kari.c */, + OBJ_339 /* cms_lib.c */, + OBJ_340 /* cms_pwri.c */, + OBJ_341 /* cms_sd.c */, + OBJ_342 /* cms_smime.c */, + OBJ_343 /* comp_err.c */, + OBJ_344 /* comp_lib.c */, + OBJ_345 /* conf_api.c */, + OBJ_346 /* conf_def.c */, + OBJ_347 /* conf_err.c */, + OBJ_348 /* conf_lib.c */, + OBJ_349 /* conf_mall.c */, + OBJ_350 /* conf_mod.c */, + OBJ_351 /* conf_sap.c */, + OBJ_352 /* cpt_err.c */, + OBJ_353 /* cryptlib.c */, + OBJ_354 /* ctr128.c */, + OBJ_355 /* cversion.c */, + OBJ_356 /* d1_both.c */, + OBJ_357 /* d1_clnt.c */, + OBJ_358 /* d1_lib.c */, + OBJ_359 /* d1_meth.c */, + OBJ_360 /* d1_pkt.c */, + OBJ_361 /* d1_srtp.c */, + OBJ_362 /* d1_srvr.c */, + OBJ_363 /* d2i_pr.c */, + OBJ_364 /* d2i_pu.c */, + OBJ_365 /* des_enc.c */, + OBJ_366 /* des_old.c */, + OBJ_367 /* des_old2.c */, + OBJ_368 /* dh_ameth.c */, + OBJ_369 /* dh_asn1.c */, + OBJ_370 /* dh_check.c */, + OBJ_371 /* dh_depr.c */, + OBJ_372 /* dh_err.c */, + OBJ_373 /* dh_gen.c */, + OBJ_374 /* dh_kdf.c */, + OBJ_375 /* dh_key.c */, + OBJ_376 /* dh_lib.c */, + OBJ_377 /* dh_pmeth.c */, + OBJ_378 /* dh_prn.c */, + OBJ_379 /* dh_rfc5114.c */, + OBJ_380 /* digest.c */, + OBJ_381 /* dsa_ameth.c */, + OBJ_382 /* dsa_asn1.c */, + OBJ_383 /* dsa_depr.c */, + OBJ_384 /* dsa_err.c */, + OBJ_385 /* dsa_gen.c */, + OBJ_386 /* dsa_key.c */, + OBJ_387 /* dsa_lib.c */, + OBJ_388 /* dsa_ossl.c */, + OBJ_389 /* dsa_pmeth.c */, + OBJ_390 /* dsa_prn.c */, + OBJ_391 /* dsa_sign.c */, + OBJ_392 /* dsa_vrf.c */, + OBJ_393 /* dso_beos.c */, + OBJ_394 /* dso_dl.c */, + OBJ_395 /* dso_dlfcn.c */, + OBJ_396 /* dso_err.c */, + OBJ_397 /* dso_lib.c */, + OBJ_398 /* dso_null.c */, + OBJ_399 /* dso_openssl.c */, + OBJ_400 /* dso_vms.c */, + OBJ_401 /* dso_win32.c */, + OBJ_402 /* e_4758cca.c */, + OBJ_403 /* e_4758cca_err.c */, + OBJ_404 /* e_aep.c */, + OBJ_405 /* e_aep_err.c */, + OBJ_406 /* e_aes.c */, + OBJ_407 /* e_aes_cbc_hmac_sha1.c */, + OBJ_408 /* e_aes_cbc_hmac_sha256.c */, + OBJ_409 /* e_atalla.c */, + OBJ_410 /* e_atalla_err.c */, + OBJ_411 /* e_bf.c */, + OBJ_412 /* e_camellia.c */, + OBJ_413 /* e_capi.c */, + OBJ_414 /* e_capi_err.c */, + OBJ_415 /* e_cast.c */, + OBJ_416 /* e_chil.c */, + OBJ_417 /* e_chil_err.c */, + OBJ_418 /* e_cswift.c */, + OBJ_419 /* e_cswift_err.c */, + OBJ_420 /* e_des.c */, + OBJ_421 /* e_des3.c */, + OBJ_422 /* e_gmp.c */, + OBJ_423 /* e_gmp_err.c */, + OBJ_424 /* e_gost_err.c */, + OBJ_425 /* e_idea.c */, + OBJ_426 /* e_null.c */, + OBJ_427 /* e_nuron.c */, + OBJ_428 /* e_nuron_err.c */, + OBJ_429 /* e_old.c */, + OBJ_430 /* e_padlock.c */, + OBJ_431 /* e_rc2.c */, + OBJ_432 /* e_rc4.c */, + OBJ_433 /* e_rc4_hmac_md5.c */, + OBJ_434 /* e_rc5.c */, + OBJ_435 /* e_seed.c */, + OBJ_436 /* e_sureware.c */, + OBJ_437 /* e_sureware_err.c */, + OBJ_438 /* e_ubsec.c */, + OBJ_439 /* e_ubsec_err.c */, + OBJ_440 /* e_xcbc_d.c */, + OBJ_441 /* ebcdic.c */, + OBJ_442 /* ec2_mult.c */, + OBJ_443 /* ec2_oct.c */, + OBJ_444 /* ec2_smpl.c */, + OBJ_445 /* ec_ameth.c */, + OBJ_446 /* ec_asn1.c */, + OBJ_447 /* ec_check.c */, + OBJ_448 /* ec_curve.c */, + OBJ_449 /* ec_cvt.c */, + OBJ_450 /* ec_err.c */, + OBJ_451 /* ec_key.c */, + OBJ_452 /* ec_lib.c */, + OBJ_453 /* ec_mult.c */, + OBJ_454 /* ec_oct.c */, + OBJ_455 /* ec_pmeth.c */, + OBJ_456 /* ec_print.c */, + OBJ_457 /* ecb3_enc.c */, + OBJ_458 /* ecb_enc.c */, + OBJ_459 /* ech_err.c */, + OBJ_460 /* ech_kdf.c */, + OBJ_461 /* ech_key.c */, + OBJ_462 /* ech_lib.c */, + OBJ_463 /* ech_ossl.c */, + OBJ_464 /* eck_prn.c */, + OBJ_465 /* ecp_mont.c */, + OBJ_466 /* ecp_nist.c */, + OBJ_467 /* ecp_nistp224.c */, + OBJ_468 /* ecp_nistp256.c */, + OBJ_469 /* ecp_nistp521.c */, + OBJ_470 /* ecp_nistputil.c */, + OBJ_471 /* ecp_oct.c */, + OBJ_472 /* ecp_smpl.c */, + OBJ_473 /* ecs_asn1.c */, + OBJ_474 /* ecs_err.c */, + OBJ_475 /* ecs_lib.c */, + OBJ_476 /* ecs_ossl.c */, + OBJ_477 /* ecs_sign.c */, + OBJ_478 /* ecs_vrf.c */, + OBJ_479 /* ede_cbcm_enc.c */, + OBJ_480 /* enc_read.c */, + OBJ_481 /* enc_writ.c */, + OBJ_482 /* encode.c */, + OBJ_483 /* eng_all.c */, + OBJ_484 /* eng_cnf.c */, + OBJ_485 /* eng_cryptodev.c */, + OBJ_486 /* eng_ctrl.c */, + OBJ_487 /* eng_dyn.c */, + OBJ_488 /* eng_err.c */, + OBJ_489 /* eng_fat.c */, + OBJ_490 /* eng_init.c */, + OBJ_491 /* eng_lib.c */, + OBJ_492 /* eng_list.c */, + OBJ_493 /* eng_openssl.c */, + OBJ_494 /* eng_pkey.c */, + OBJ_495 /* eng_rdrand.c */, + OBJ_496 /* eng_table.c */, + OBJ_497 /* err.c */, + OBJ_498 /* err_all.c */, + OBJ_499 /* err_prn.c */, + OBJ_500 /* evp_acnf.c */, + OBJ_501 /* evp_asn1.c */, + OBJ_502 /* evp_cnf.c */, + OBJ_503 /* evp_enc.c */, + OBJ_504 /* evp_err.c */, + OBJ_505 /* evp_key.c */, + OBJ_506 /* evp_lib.c */, + OBJ_507 /* evp_pbe.c */, + OBJ_508 /* evp_pkey.c */, + OBJ_509 /* ex_data.c */, + OBJ_510 /* f_enum.c */, + OBJ_511 /* f_int.c */, + OBJ_512 /* f_string.c */, + OBJ_513 /* fcrypt.c */, + OBJ_514 /* fcrypt_b.c */, + OBJ_515 /* fips_ers.c */, + OBJ_516 /* gcm128.c */, + OBJ_517 /* gost2001.c */, + OBJ_518 /* gost2001_keyx.c */, + OBJ_519 /* gost89.c */, + OBJ_520 /* gost94_keyx.c */, + OBJ_521 /* gost_ameth.c */, + OBJ_522 /* gost_asn1.c */, + OBJ_523 /* gost_crypt.c */, + OBJ_524 /* gost_ctl.c */, + OBJ_525 /* gost_eng.c */, + OBJ_526 /* gost_keywrap.c */, + OBJ_527 /* gost_md.c */, + OBJ_528 /* gost_params.c */, + OBJ_529 /* gost_pmeth.c */, + OBJ_530 /* gost_sign.c */, + OBJ_531 /* gosthash.c */, + OBJ_532 /* hm_ameth.c */, + OBJ_533 /* hm_pmeth.c */, + OBJ_534 /* hmac.c */, + OBJ_535 /* i2d_pr.c */, + OBJ_536 /* i2d_pu.c */, + OBJ_537 /* i_cbc.c */, + OBJ_538 /* i_cfb64.c */, + OBJ_539 /* i_ecb.c */, + OBJ_540 /* i_ofb64.c */, + OBJ_541 /* i_skey.c */, + OBJ_542 /* krb5_asn.c */, + OBJ_543 /* kssl.c */, + OBJ_544 /* lh_stats.c */, + OBJ_545 /* lhash.c */, + OBJ_546 /* m_dss.c */, + OBJ_547 /* m_dss1.c */, + OBJ_548 /* m_ecdsa.c */, + OBJ_549 /* m_md2.c */, + OBJ_550 /* m_md4.c */, + OBJ_551 /* m_md5.c */, + OBJ_552 /* m_mdc2.c */, + OBJ_553 /* m_null.c */, + OBJ_554 /* m_ripemd.c */, + OBJ_555 /* m_sha.c */, + OBJ_556 /* m_sha1.c */, + OBJ_557 /* m_sigver.c */, + OBJ_558 /* m_wp.c */, + OBJ_559 /* md4_dgst.c */, + OBJ_560 /* md4_one.c */, + OBJ_561 /* md5_dgst.c */, + OBJ_562 /* md5_one.c */, + OBJ_563 /* md_rand.c */, + OBJ_564 /* mdc2_one.c */, + OBJ_565 /* mdc2dgst.c */, + OBJ_566 /* mem.c */, + OBJ_567 /* mem_clr.c */, + OBJ_568 /* mem_dbg.c */, + OBJ_569 /* n_pkey.c */, + OBJ_570 /* names.c */, + OBJ_571 /* nsseq.c */, + OBJ_572 /* o_dir.c */, + OBJ_573 /* o_fips.c */, + OBJ_574 /* o_init.c */, + OBJ_575 /* o_names.c */, + OBJ_576 /* o_str.c */, + OBJ_577 /* o_time.c */, + OBJ_578 /* obj_dat.c */, + OBJ_579 /* obj_err.c */, + OBJ_580 /* obj_lib.c */, + OBJ_581 /* obj_xref.c */, + OBJ_582 /* ocsp_asn.c */, + OBJ_583 /* ocsp_cl.c */, + OBJ_584 /* ocsp_err.c */, + OBJ_585 /* ocsp_ext.c */, + OBJ_586 /* ocsp_ht.c */, + OBJ_587 /* ocsp_lib.c */, + OBJ_588 /* ocsp_prn.c */, + OBJ_589 /* ocsp_srv.c */, + OBJ_590 /* ocsp_vfy.c */, + OBJ_591 /* ofb128.c */, + OBJ_592 /* ofb64ede.c */, + OBJ_593 /* ofb64enc.c */, + OBJ_594 /* ofb_enc.c */, + OBJ_595 /* openbsd_hw.c */, + OBJ_596 /* p12_add.c */, + OBJ_597 /* p12_asn.c */, + OBJ_598 /* p12_attr.c */, + OBJ_599 /* p12_crpt.c */, + OBJ_600 /* p12_crt.c */, + OBJ_601 /* p12_decr.c */, + OBJ_602 /* p12_init.c */, + OBJ_603 /* p12_key.c */, + OBJ_604 /* p12_kiss.c */, + OBJ_605 /* p12_mutl.c */, + OBJ_606 /* p12_npas.c */, + OBJ_607 /* p12_p8d.c */, + OBJ_608 /* p12_p8e.c */, + OBJ_609 /* p12_utl.c */, + OBJ_610 /* p5_crpt.c */, + OBJ_611 /* p5_crpt2.c */, + OBJ_612 /* p5_pbe.c */, + OBJ_613 /* p5_pbev2.c */, + OBJ_614 /* p8_pkey.c */, + OBJ_615 /* p_dec.c */, + OBJ_616 /* p_enc.c */, + OBJ_617 /* p_lib.c */, + OBJ_618 /* p_open.c */, + OBJ_619 /* p_seal.c */, + OBJ_620 /* p_sign.c */, + OBJ_621 /* p_verify.c */, + OBJ_622 /* pcbc_enc.c */, + OBJ_623 /* pcy_cache.c */, + OBJ_624 /* pcy_data.c */, + OBJ_625 /* pcy_lib.c */, + OBJ_626 /* pcy_map.c */, + OBJ_627 /* pcy_node.c */, + OBJ_628 /* pcy_tree.c */, + OBJ_629 /* pem_all.c */, + OBJ_630 /* pem_err.c */, + OBJ_631 /* pem_info.c */, + OBJ_632 /* pem_lib.c */, + OBJ_633 /* pem_oth.c */, + OBJ_634 /* pem_pk8.c */, + OBJ_635 /* pem_pkey.c */, + OBJ_636 /* pem_seal.c */, + OBJ_637 /* pem_sign.c */, + OBJ_638 /* pem_x509.c */, + OBJ_639 /* pem_xaux.c */, + OBJ_640 /* pk12err.c */, + OBJ_641 /* pk7_asn1.c */, + OBJ_642 /* pk7_attr.c */, + OBJ_643 /* pk7_dgst.c */, + OBJ_644 /* pk7_doit.c */, + OBJ_645 /* pk7_lib.c */, + OBJ_646 /* pk7_mime.c */, + OBJ_647 /* pk7_smime.c */, + OBJ_648 /* pkcs7err.c */, + OBJ_649 /* pmeth_fn.c */, + OBJ_650 /* pmeth_gn.c */, + OBJ_651 /* pmeth_lib.c */, + OBJ_652 /* pqueue.c */, + OBJ_653 /* pvkfmt.c */, + OBJ_654 /* qud_cksm.c */, + OBJ_655 /* rand_egd.c */, + OBJ_656 /* rand_err.c */, + OBJ_657 /* rand_key.c */, + OBJ_658 /* rand_lib.c */, + OBJ_659 /* rand_nw.c */, + OBJ_660 /* rand_os2.c */, + OBJ_661 /* rand_unix.c */, + OBJ_662 /* rand_vms.c */, + OBJ_663 /* rand_win.c */, + OBJ_664 /* randfile.c */, + OBJ_665 /* rc2_cbc.c */, + OBJ_666 /* rc2_ecb.c */, + OBJ_667 /* rc2_skey.c */, + OBJ_668 /* rc2cfb64.c */, + OBJ_669 /* rc2ofb64.c */, + OBJ_670 /* rc4_enc.c */, + OBJ_671 /* rc4_skey.c */, + OBJ_672 /* rc4_utl.c */, + OBJ_673 /* read2pwd.c */, + OBJ_674 /* rmd_dgst.c */, + OBJ_675 /* rmd_one.c */, + OBJ_676 /* rpc_enc.c */, + OBJ_677 /* rsa_ameth.c */, + OBJ_678 /* rsa_asn1.c */, + OBJ_679 /* rsa_chk.c */, + OBJ_680 /* rsa_crpt.c */, + OBJ_681 /* rsa_depr.c */, + OBJ_682 /* rsa_eay.c */, + OBJ_683 /* rsa_err.c */, + OBJ_684 /* rsa_gen.c */, + OBJ_685 /* rsa_lib.c */, + OBJ_686 /* rsa_none.c */, + OBJ_687 /* rsa_null.c */, + OBJ_688 /* rsa_oaep.c */, + OBJ_689 /* rsa_pk1.c */, + OBJ_690 /* rsa_pmeth.c */, + OBJ_691 /* rsa_prn.c */, + OBJ_692 /* rsa_pss.c */, + OBJ_693 /* rsa_saos.c */, + OBJ_694 /* rsa_sign.c */, + OBJ_695 /* rsa_ssl.c */, + OBJ_696 /* rsa_x931.c */, + OBJ_697 /* rsaz_exp.c */, + OBJ_698 /* s23_clnt.c */, + OBJ_699 /* s23_lib.c */, + OBJ_700 /* s23_meth.c */, + OBJ_701 /* s23_pkt.c */, + OBJ_702 /* s23_srvr.c */, + OBJ_703 /* s2_clnt.c */, + OBJ_704 /* s2_enc.c */, + OBJ_705 /* s2_lib.c */, + OBJ_706 /* s2_meth.c */, + OBJ_707 /* s2_pkt.c */, + OBJ_708 /* s2_srvr.c */, + OBJ_709 /* s3_both.c */, + OBJ_710 /* s3_cbc.c */, + OBJ_711 /* s3_clnt.c */, + OBJ_712 /* s3_enc.c */, + OBJ_713 /* s3_lib.c */, + OBJ_714 /* s3_meth.c */, + OBJ_715 /* s3_pkt.c */, + OBJ_716 /* s3_srvr.c */, + OBJ_717 /* seed.c */, + OBJ_718 /* seed_cbc.c */, + OBJ_719 /* seed_cfb.c */, + OBJ_720 /* seed_ecb.c */, + OBJ_721 /* seed_ofb.c */, + OBJ_722 /* set_key.c */, + OBJ_723 /* sha1_one.c */, + OBJ_724 /* sha1dgst.c */, + OBJ_725 /* sha256.c */, + OBJ_726 /* sha512.c */, + OBJ_727 /* sha_dgst.c */, + OBJ_728 /* sha_one.c */, + OBJ_729 /* srp_lib.c */, + OBJ_730 /* srp_vfy.c */, + OBJ_731 /* ssl_algs.c */, + OBJ_732 /* ssl_asn1.c */, + OBJ_733 /* ssl_cert.c */, + OBJ_734 /* ssl_ciph.c */, + OBJ_735 /* ssl_conf.c */, + OBJ_736 /* ssl_err.c */, + OBJ_737 /* ssl_err2.c */, + OBJ_738 /* ssl_lib.c */, + OBJ_739 /* ssl_rsa.c */, + OBJ_740 /* ssl_sess.c */, + OBJ_741 /* ssl_stat.c */, + OBJ_742 /* ssl_txt.c */, + OBJ_743 /* ssl_utst.c */, + OBJ_744 /* stack.c */, + OBJ_745 /* str2key.c */, + OBJ_746 /* t1_clnt.c */, + OBJ_747 /* t1_enc.c */, + OBJ_748 /* t1_ext.c */, + OBJ_749 /* t1_lib.c */, + OBJ_750 /* t1_meth.c */, + OBJ_751 /* t1_reneg.c */, + OBJ_752 /* t1_srvr.c */, + OBJ_753 /* t1_trce.c */, + OBJ_754 /* t_bitst.c */, + OBJ_755 /* t_crl.c */, + OBJ_756 /* t_pkey.c */, + OBJ_757 /* t_req.c */, + OBJ_758 /* t_spki.c */, + OBJ_759 /* t_x509.c */, + OBJ_760 /* t_x509a.c */, + OBJ_761 /* tasn_dec.c */, + OBJ_762 /* tasn_enc.c */, + OBJ_763 /* tasn_fre.c */, + OBJ_764 /* tasn_new.c */, + OBJ_765 /* tasn_prn.c */, + OBJ_766 /* tasn_typ.c */, + OBJ_767 /* tasn_utl.c */, + OBJ_768 /* tb_asnmth.c */, + OBJ_769 /* tb_cipher.c */, + OBJ_770 /* tb_dh.c */, + OBJ_771 /* tb_digest.c */, + OBJ_772 /* tb_dsa.c */, + OBJ_773 /* tb_ecdh.c */, + OBJ_774 /* tb_ecdsa.c */, + OBJ_775 /* tb_pkmeth.c */, + OBJ_776 /* tb_rand.c */, + OBJ_777 /* tb_rsa.c */, + OBJ_778 /* tb_store.c */, + OBJ_779 /* th-lock.c */, + OBJ_780 /* tls_srp.c */, + OBJ_781 /* ts_asn1.c */, + OBJ_782 /* ts_conf.c */, + OBJ_783 /* ts_err.c */, + OBJ_784 /* ts_lib.c */, + OBJ_785 /* ts_req_print.c */, + OBJ_786 /* ts_req_utils.c */, + OBJ_787 /* ts_rsp_print.c */, + OBJ_788 /* ts_rsp_sign.c */, + OBJ_789 /* ts_rsp_utils.c */, + OBJ_790 /* ts_rsp_verify.c */, + OBJ_791 /* ts_verify_ctx.c */, + OBJ_792 /* txt_db.c */, + OBJ_793 /* ui_compat.c */, + OBJ_794 /* ui_err.c */, + OBJ_795 /* ui_lib.c */, + OBJ_796 /* ui_openssl.c */, + OBJ_797 /* ui_util.c */, + OBJ_798 /* uid.c */, + OBJ_799 /* v3_addr.c */, + OBJ_800 /* v3_akey.c */, + OBJ_801 /* v3_akeya.c */, + OBJ_802 /* v3_alt.c */, + OBJ_803 /* v3_asid.c */, + OBJ_804 /* v3_bcons.c */, + OBJ_805 /* v3_bitst.c */, + OBJ_806 /* v3_conf.c */, + OBJ_807 /* v3_cpols.c */, + OBJ_808 /* v3_crld.c */, + OBJ_809 /* v3_enum.c */, + OBJ_810 /* v3_extku.c */, + OBJ_811 /* v3_genn.c */, + OBJ_812 /* v3_ia5.c */, + OBJ_813 /* v3_info.c */, + OBJ_814 /* v3_int.c */, + OBJ_815 /* v3_lib.c */, + OBJ_816 /* v3_ncons.c */, + OBJ_817 /* v3_ocsp.c */, + OBJ_818 /* v3_pci.c */, + OBJ_819 /* v3_pcia.c */, + OBJ_820 /* v3_pcons.c */, + OBJ_821 /* v3_pku.c */, + OBJ_822 /* v3_pmaps.c */, + OBJ_823 /* v3_prn.c */, + OBJ_824 /* v3_purp.c */, + OBJ_825 /* v3_scts.c */, + OBJ_826 /* v3_skey.c */, + OBJ_827 /* v3_sxnet.c */, + OBJ_828 /* v3_utl.c */, + OBJ_829 /* v3err.c */, + OBJ_830 /* wp_block.c */, + OBJ_831 /* wp_dgst.c */, + OBJ_832 /* wrap128.c */, + OBJ_833 /* x509_att.c */, + OBJ_834 /* x509_cmp.c */, + OBJ_835 /* x509_d2.c */, + OBJ_836 /* x509_def.c */, + OBJ_837 /* x509_err.c */, + OBJ_838 /* x509_ext.c */, + OBJ_839 /* x509_lu.c */, + OBJ_840 /* x509_obj.c */, + OBJ_841 /* x509_r2x.c */, + OBJ_842 /* x509_req.c */, + OBJ_843 /* x509_set.c */, + OBJ_844 /* x509_trs.c */, + OBJ_845 /* x509_txt.c */, + OBJ_846 /* x509_v3.c */, + OBJ_847 /* x509_vfy.c */, + OBJ_848 /* x509_vpm.c */, + OBJ_849 /* x509cset.c */, + OBJ_850 /* x509name.c */, + OBJ_851 /* x509rset.c */, + OBJ_852 /* x509spki.c */, + OBJ_853 /* x509type.c */, + OBJ_854 /* x_algor.c */, + OBJ_855 /* x_all.c */, + OBJ_856 /* x_attrib.c */, + OBJ_857 /* x_bignum.c */, + OBJ_858 /* x_crl.c */, + OBJ_859 /* x_exten.c */, + OBJ_860 /* x_info.c */, + OBJ_861 /* x_long.c */, + OBJ_862 /* x_name.c */, + OBJ_863 /* x_nx509.c */, + OBJ_864 /* x_pkey.c */, + OBJ_865 /* x_pubkey.c */, + OBJ_866 /* x_req.c */, + OBJ_867 /* x_sig.c */, + OBJ_868 /* x_spki.c */, + OBJ_869 /* x_val.c */, + OBJ_870 /* x_x509.c */, + OBJ_871 /* x_x509a.c */, + OBJ_872 /* xcbc_enc.c */, + OBJ_873 /* xts128.c */, + OBJ_874 /* include */, + ); + name = COpenSSL; + path = ".build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL"; + sourceTree = SOURCE_ROOT; + }; + OBJ_20 /* SwiftSQL 0.2.2 */ = { + isa = PBXGroup; + children = ( + OBJ_21 /* SQLBool.swift */, + OBJ_22 /* SQLDates.swift */, + ); + name = "SwiftSQL 0.2.2"; + path = ".build/checkouts/SwiftSQL.git-8124242703783450981/Sources"; + sourceTree = SOURCE_ROOT; + }; + OBJ_23 /* PerfectTurnstileMySQL 1.0.7 */ = { + isa = PBXGroup; + children = ( + OBJ_24 /* Account.swift */, + OBJ_25 /* AuthHandlersJSON.swift */, + OBJ_26 /* AuthHandlersWeb.swift */, + OBJ_27 /* JSONRoutes.swift */, + OBJ_28 /* Realm.swift */, + OBJ_29 /* SessionManager.swift */, + OBJ_30 /* Tokens.swift */, + OBJ_31 /* TurnstilePerfectRealm.swift */, + OBJ_32 /* WebRoutes.swift */, + ); + name = "PerfectTurnstileMySQL 1.0.7"; + path = ".build/checkouts/Perfect-Turnstile-MySQL.git--3736162348952951147/Sources"; + sourceTree = SOURCE_ROOT; + }; + OBJ_33 /* TurnstilePerfect 2.0.2 */ = { + isa = PBXGroup; + children = ( + OBJ_34 /* AuthFilter.swift */, + OBJ_35 /* AuthenticationConfig.swift */, + OBJ_36 /* HTTPRequest+Turnstile.swift */, + OBJ_37 /* MustacheHandler.swift */, + OBJ_38 /* TurnstileFilter.swift */, + OBJ_39 /* TurnstilePerfect.swift */, + ); + name = "TurnstilePerfect 2.0.2"; + path = ".build/checkouts/Turnstile-Perfect.git-2479001266429089274/Sources"; + sourceTree = SOURCE_ROOT; + }; + OBJ_40 /* Turnstile 1.0.6 */ = { + isa = PBXGroup; + children = ( + OBJ_41 /* TurnstileWeb */, + OBJ_58 /* TurnstileCrypto */, + OBJ_62 /* Turnstile */, + ); + name = "Turnstile 1.0.6"; + sourceTree = SOURCE_ROOT; + }; + OBJ_41 /* TurnstileWeb */ = { + isa = PBXGroup; + children = ( + OBJ_42 /* URLSession+Turnstile.swift */, + OBJ_43 /* WebMemoryRealm.swift */, + OBJ_44 /* LoginProviders */, + OBJ_48 /* Protocols */, + ); + name = TurnstileWeb; + path = ".build/checkouts/Turnstile.git-2443676010155639616/Sources/TurnstileWeb"; + sourceTree = SOURCE_ROOT; + }; + OBJ_44 /* LoginProviders */ = { + isa = PBXGroup; + children = ( + OBJ_45 /* Digits.swift */, + OBJ_46 /* Facebook.swift */, + OBJ_47 /* Google.swift */, + ); + path = LoginProviders; + sourceTree = ""; + }; + OBJ_48 /* Protocols */ = { + isa = PBXGroup; + children = ( + OBJ_49 /* OAuth */, + OBJ_53 /* OAuth2 */, + ); + path = Protocols; + sourceTree = ""; + }; + OBJ_49 /* OAuth */ = { + isa = PBXGroup; + children = ( + OBJ_50 /* OAuthDelegator.swift */, + OBJ_51 /* OAuthEcho.swift */, + OBJ_52 /* OAuthParameters.swift */, + ); + path = OAuth; + sourceTree = ""; + }; + OBJ_5 /* */ = { + isa = PBXGroup; + children = ( + OBJ_6 /* Package.swift */, + OBJ_7 /* Sources */, + OBJ_15 /* Tests */, + OBJ_18 /* Supporting */, + OBJ_19 /* Dependencies */, + OBJ_889 /* Products */, + ); + name = ""; + sourceTree = ""; + }; + OBJ_53 /* OAuth2 */ = { + isa = PBXGroup; + children = ( + OBJ_54 /* AuthorizationCode.swift */, + OBJ_55 /* OAuth2.swift */, + OBJ_56 /* OAuth2Error.swift */, + OBJ_57 /* OAuth2Token.swift */, + ); + path = OAuth2; + sourceTree = ""; + }; + OBJ_58 /* TurnstileCrypto */ = { + isa = PBXGroup; + children = ( + OBJ_59 /* BCrypt.swift */, + OBJ_60 /* Random.swift */, + OBJ_61 /* URandom.swift */, + ); + name = TurnstileCrypto; + path = ".build/checkouts/Turnstile.git-2443676010155639616/Sources/TurnstileCrypto"; + sourceTree = SOURCE_ROOT; + }; + OBJ_62 /* Turnstile */ = { + isa = PBXGroup; + children = ( + OBJ_63 /* TurnstileError.swift */, + OBJ_64 /* Core */, + OBJ_67 /* Credentials */, + OBJ_73 /* Realm */, + OBJ_77 /* SessionManager */, + ); + name = Turnstile; + path = ".build/checkouts/Turnstile.git-2443676010155639616/Sources/Turnstile"; + sourceTree = SOURCE_ROOT; + }; + OBJ_64 /* Core */ = { + isa = PBXGroup; + children = ( + OBJ_65 /* Subject.swift */, + OBJ_66 /* Turnstile.swift */, + ); + path = Core; + sourceTree = ""; + }; + OBJ_67 /* Credentials */ = { + isa = PBXGroup; + children = ( + OBJ_68 /* APIKey.swift */, + OBJ_69 /* Credentials.swift */, + OBJ_70 /* CredentialsError.swift */, + OBJ_71 /* Token.swift */, + OBJ_72 /* UsernamePassword.swift */, + ); + path = Credentials; + sourceTree = ""; + }; + OBJ_7 /* Sources */ = { + isa = PBXGroup; + children = ( + OBJ_8 /* ToDo-API */, + OBJ_12 /* ToDoModel */, + ); + name = Sources; + sourceTree = SOURCE_ROOT; + }; + OBJ_73 /* Realm */ = { + isa = PBXGroup; + children = ( + OBJ_74 /* Account.swift */, + OBJ_75 /* MemoryRealm.swift */, + OBJ_76 /* Realm.swift */, + ); + path = Realm; + sourceTree = ""; + }; + OBJ_77 /* SessionManager */ = { + isa = PBXGroup; + children = ( + OBJ_78 /* MemorySessionManager.swift */, + OBJ_79 /* SessionManager.swift */, + ); + path = SessionManager; + sourceTree = ""; + }; + OBJ_8 /* ToDo-API */ = { + isa = PBXGroup; + children = ( + OBJ_9 /* Routing.swift */, + OBJ_10 /* ToDoItems.swift */, + OBJ_11 /* main.swift */, + ); + name = "ToDo-API"; + path = "Sources/ToDo-API"; + sourceTree = SOURCE_ROOT; + }; + OBJ_80 /* SwiftRandom 0.2.4 */ = { + isa = PBXGroup; + children = ( + OBJ_81 /* SwiftRandom */, + ); + name = "SwiftRandom 0.2.4"; + sourceTree = SOURCE_ROOT; + }; + OBJ_81 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + OBJ_82 /* Random.swift */, + OBJ_83 /* Randoms.swift */, + OBJ_84 /* URandom.swift */, + ); + name = SwiftRandom; + path = ".build/checkouts/SwiftRandom.git--6412955993590123727/Sources/SwiftRandom"; + sourceTree = SOURCE_ROOT; + }; + OBJ_85 /* SwiftString 1.0.13 */ = { + isa = PBXGroup; + children = ( + OBJ_86 /* StringExtensions.swift */, + OBJ_87 /* StringHTML.swift */, + OBJ_88 /* StringURL.swift */, + ); + name = "SwiftString 1.0.13"; + path = ".build/checkouts/SwiftString.git-1364241159374428423/Sources"; + sourceTree = SOURCE_ROOT; + }; + OBJ_874 /* include */ = { + isa = PBXGroup; + children = ( + OBJ_875 /* openssl.h */, + OBJ_876 /* module.modulemap */, + ); + path = include; + sourceTree = ""; + }; + OBJ_877 /* PerfectLib 2.0.6 */ = { + isa = PBXGroup; + children = ( + OBJ_878 /* PerfectLib */, + ); + name = "PerfectLib 2.0.6"; + sourceTree = SOURCE_ROOT; + }; + OBJ_878 /* PerfectLib */ = { + isa = PBXGroup; + children = ( + OBJ_879 /* Bytes.swift */, + OBJ_880 /* Dir.swift */, + OBJ_881 /* File.swift */, + OBJ_882 /* JSONConvertible.swift */, + OBJ_883 /* Log.swift */, + OBJ_884 /* PerfectError.swift */, + OBJ_885 /* PerfectServer.swift */, + OBJ_886 /* SwiftCompatibility.swift */, + OBJ_887 /* SysProcess.swift */, + OBJ_888 /* Utilities.swift */, + ); + name = PerfectLib; + path = ".build/checkouts/PerfectLib.git-3712999737848873669/Sources/PerfectLib"; + sourceTree = SOURCE_ROOT; + }; + OBJ_889 /* Products */ = { + isa = PBXGroup; + children = ( + OBJ_890 /* PerfectLib.framework */, + OBJ_891 /* COpenSSL.framework */, + OBJ_892 /* PerfectThread.framework */, + OBJ_893 /* PerfectNet.framework */, + OBJ_894 /* PerfectHTTP.framework */, + OBJ_895 /* CZlib.framework */, + OBJ_896 /* PerfectHTTPServer.framework */, + OBJ_897 /* CHTTPParser.framework */, + OBJ_898 /* MySQL.framework */, + OBJ_899 /* StORM.framework */, + OBJ_900 /* SwiftMoment.framework */, + OBJ_901 /* PerfectCURL.framework */, + OBJ_902 /* PerfectLogger.framework */, + OBJ_903 /* MySQLStORM.framework */, + OBJ_904 /* PerfectMustache.framework */, + OBJ_905 /* SwiftString.framework */, + OBJ_906 /* SwiftRandom.framework */, + OBJ_907 /* TurnstileWeb.framework */, + OBJ_908 /* TurnstileCrypto.framework */, + OBJ_909 /* Turnstile.framework */, + OBJ_910 /* TurnstilePerfect.framework */, + OBJ_911 /* PerfectTurnstileMySQL.framework */, + OBJ_912 /* SwiftSQL.framework */, + OBJ_913 /* ToDo-API */, + OBJ_914 /* ToDoModel.framework */, + OBJ_915 /* Perfect_ToDo_iOS_DemoTests.xctest */, + ); + name = Products; + sourceTree = BUILT_PRODUCTS_DIR; + }; + OBJ_89 /* PerfectMustache 2.0.3 */ = { + isa = PBXGroup; + children = ( + OBJ_90 /* Mustache.swift */, + ); + name = "PerfectMustache 2.0.3"; + path = ".build/checkouts/Perfect-Mustache.git-4271886153857801499/Sources"; + sourceTree = SOURCE_ROOT; + }; + OBJ_91 /* MySQLStORM 1.0.8 */ = { + isa = PBXGroup; + children = ( + OBJ_92 /* Convenience.swift */, + OBJ_93 /* Delete.swift */, + OBJ_94 /* Insert.swift */, + OBJ_95 /* MySQLConnect.swift */, + OBJ_96 /* MySQLStORM.swift */, + OBJ_97 /* SQL.swift */, + OBJ_98 /* Select.swift */, + OBJ_99 /* Update.swift */, + OBJ_100 /* Upsert.swift */, + OBJ_101 /* parseRows.swift */, + ); + name = "MySQLStORM 1.0.8"; + path = ".build/checkouts/MySQL-StORM.git-3054102240623951208/Sources"; + sourceTree = SOURCE_ROOT; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + OBJ_1620 /* PerfectThread */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1621 /* Build configuration list for PBXNativeTarget "PerfectThread" */; + buildPhases = ( + OBJ_1624 /* Sources */, + OBJ_1628 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = PerfectThread; + productName = PerfectThread; + productReference = OBJ_892 /* PerfectThread.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1629 /* PerfectNet */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1630 /* Build configuration list for PBXNativeTarget "PerfectNet" */; + buildPhases = ( + OBJ_1633 /* Sources */, + OBJ_1641 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_1644 /* PBXTargetDependency */, + OBJ_1645 /* PBXTargetDependency */, + ); + name = PerfectNet; + productName = PerfectNet; + productReference = OBJ_893 /* PerfectNet.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1646 /* PerfectHTTP */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1647 /* Build configuration list for PBXNativeTarget "PerfectHTTP" */; + buildPhases = ( + OBJ_1650 /* Sources */, + OBJ_1660 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_1665 /* PBXTargetDependency */, + OBJ_1666 /* PBXTargetDependency */, + OBJ_1667 /* PBXTargetDependency */, + OBJ_1668 /* PBXTargetDependency */, + ); + name = PerfectHTTP; + productName = PerfectHTTP; + productReference = OBJ_894 /* PerfectHTTP.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1669 /* CZlib */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1670 /* Build configuration list for PBXNativeTarget "CZlib" */; + buildPhases = ( + OBJ_1673 /* ShellScript */, + OBJ_1674 /* Sources */, + OBJ_1690 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_1696 /* PBXTargetDependency */, + OBJ_1697 /* PBXTargetDependency */, + OBJ_1698 /* PBXTargetDependency */, + OBJ_1699 /* PBXTargetDependency */, + OBJ_1700 /* PBXTargetDependency */, + ); + name = CZlib; + productName = CZlib; + productReference = OBJ_895 /* CZlib.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1701 /* PerfectHTTPServer */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1702 /* Build configuration list for PBXNativeTarget "PerfectHTTPServer" */; + buildPhases = ( + OBJ_1705 /* Sources */, + OBJ_1714 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_1722 /* PBXTargetDependency */, + OBJ_1723 /* PBXTargetDependency */, + OBJ_1724 /* PBXTargetDependency */, + OBJ_1725 /* PBXTargetDependency */, + OBJ_1726 /* PBXTargetDependency */, + OBJ_1727 /* PBXTargetDependency */, + OBJ_1729 /* PBXTargetDependency */, + ); + name = PerfectHTTPServer; + productName = PerfectHTTPServer; + productReference = OBJ_896 /* PerfectHTTPServer.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1728 /* CHTTPParser */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1730 /* Build configuration list for PBXNativeTarget "CHTTPParser" */; + buildPhases = ( + OBJ_1733 /* ShellScript */, + OBJ_1734 /* Sources */, + OBJ_1736 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_1742 /* PBXTargetDependency */, + OBJ_1743 /* PBXTargetDependency */, + OBJ_1744 /* PBXTargetDependency */, + OBJ_1745 /* PBXTargetDependency */, + OBJ_1746 /* PBXTargetDependency */, + ); + name = CHTTPParser; + productName = CHTTPParser; + productReference = OBJ_897 /* CHTTPParser.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1747 /* MySQL */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1748 /* Build configuration list for PBXNativeTarget "MySQL" */; + buildPhases = ( + OBJ_1751 /* Sources */, + OBJ_1753 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = MySQL; + productName = MySQL; + productReference = OBJ_898 /* MySQL.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1754 /* StORM */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1755 /* Build configuration list for PBXNativeTarget "StORM" */; + buildPhases = ( + OBJ_1758 /* Sources */, + OBJ_1770 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_1772 /* PBXTargetDependency */, + ); + name = StORM; + productName = StORM; + productReference = OBJ_899 /* StORM.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1773 /* SwiftMoment */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1774 /* Build configuration list for PBXNativeTarget "SwiftMoment" */; + buildPhases = ( + OBJ_1777 /* Sources */, + OBJ_1784 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = SwiftMoment; + productName = SwiftMoment; + productReference = OBJ_900 /* SwiftMoment.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1785 /* PerfectCURL */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1786 /* Build configuration list for PBXNativeTarget "PerfectCURL" */; + buildPhases = ( + OBJ_1789 /* Sources */, + OBJ_1791 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_1793 /* PBXTargetDependency */, + ); + name = PerfectCURL; + productName = PerfectCURL; + productReference = OBJ_901 /* PerfectCURL.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1794 /* PerfectLogger */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1795 /* Build configuration list for PBXNativeTarget "PerfectLogger" */; + buildPhases = ( + OBJ_1798 /* Sources */, + OBJ_1801 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_1806 /* PBXTargetDependency */, + OBJ_1807 /* PBXTargetDependency */, + OBJ_1808 /* PBXTargetDependency */, + OBJ_1809 /* PBXTargetDependency */, + ); + name = PerfectLogger; + productName = PerfectLogger; + productReference = OBJ_902 /* PerfectLogger.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1810 /* MySQLStORM */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1811 /* Build configuration list for PBXNativeTarget "MySQLStORM" */; + buildPhases = ( + OBJ_1814 /* Sources */, + OBJ_1825 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_1833 /* PBXTargetDependency */, + OBJ_1834 /* PBXTargetDependency */, + OBJ_1835 /* PBXTargetDependency */, + OBJ_1836 /* PBXTargetDependency */, + OBJ_1837 /* PBXTargetDependency */, + OBJ_1838 /* PBXTargetDependency */, + OBJ_1839 /* PBXTargetDependency */, + ); + name = MySQLStORM; + productName = MySQLStORM; + productReference = OBJ_903 /* MySQLStORM.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1840 /* PerfectMustache */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1841 /* Build configuration list for PBXNativeTarget "PerfectMustache" */; + buildPhases = ( + OBJ_1844 /* Sources */, + OBJ_1846 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_1852 /* PBXTargetDependency */, + OBJ_1853 /* PBXTargetDependency */, + OBJ_1854 /* PBXTargetDependency */, + OBJ_1855 /* PBXTargetDependency */, + OBJ_1856 /* PBXTargetDependency */, + ); + name = PerfectMustache; + productName = PerfectMustache; + productReference = OBJ_904 /* PerfectMustache.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1857 /* SwiftString */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1858 /* Build configuration list for PBXNativeTarget "SwiftString" */; + buildPhases = ( + OBJ_1861 /* Sources */, + OBJ_1865 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = SwiftString; + productName = SwiftString; + productReference = OBJ_905 /* SwiftString.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1866 /* SwiftRandom */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1867 /* Build configuration list for PBXNativeTarget "SwiftRandom" */; + buildPhases = ( + OBJ_1870 /* Sources */, + OBJ_1874 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = SwiftRandom; + productName = SwiftRandom; + productReference = OBJ_906 /* SwiftRandom.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1875 /* TurnstileWeb */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1876 /* Build configuration list for PBXNativeTarget "TurnstileWeb" */; + buildPhases = ( + OBJ_1879 /* Sources */, + OBJ_1892 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_1895 /* PBXTargetDependency */, + OBJ_1897 /* PBXTargetDependency */, + ); + name = TurnstileWeb; + productName = TurnstileWeb; + productReference = OBJ_907 /* TurnstileWeb.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1896 /* TurnstileCrypto */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1899 /* Build configuration list for PBXNativeTarget "TurnstileCrypto" */; + buildPhases = ( + OBJ_1902 /* Sources */, + OBJ_1906 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = TurnstileCrypto; + productName = TurnstileCrypto; + productReference = OBJ_908 /* TurnstileCrypto.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1898 /* Turnstile */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1907 /* Build configuration list for PBXNativeTarget "Turnstile" */; + buildPhases = ( + OBJ_1910 /* Sources */, + OBJ_1924 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_1926 /* PBXTargetDependency */, + ); + name = Turnstile; + productName = Turnstile; + productReference = OBJ_909 /* Turnstile.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1927 /* TurnstilePerfect */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1928 /* Build configuration list for PBXNativeTarget "TurnstilePerfect" */; + buildPhases = ( + OBJ_1931 /* Sources */, + OBJ_1938 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_1949 /* PBXTargetDependency */, + OBJ_1950 /* PBXTargetDependency */, + OBJ_1951 /* PBXTargetDependency */, + OBJ_1952 /* PBXTargetDependency */, + OBJ_1953 /* PBXTargetDependency */, + OBJ_1954 /* PBXTargetDependency */, + OBJ_1955 /* PBXTargetDependency */, + OBJ_1956 /* PBXTargetDependency */, + OBJ_1957 /* PBXTargetDependency */, + OBJ_1958 /* PBXTargetDependency */, + ); + name = TurnstilePerfect; + productName = TurnstilePerfect; + productReference = OBJ_910 /* TurnstilePerfect.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_1959 /* PerfectTurnstileMySQL */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_1960 /* Build configuration list for PBXNativeTarget "PerfectTurnstileMySQL" */; + buildPhases = ( + OBJ_1963 /* Sources */, + OBJ_1973 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_1995 /* PBXTargetDependency */, + OBJ_1996 /* PBXTargetDependency */, + OBJ_1997 /* PBXTargetDependency */, + OBJ_1998 /* PBXTargetDependency */, + OBJ_1999 /* PBXTargetDependency */, + OBJ_2000 /* PBXTargetDependency */, + OBJ_2001 /* PBXTargetDependency */, + OBJ_2002 /* PBXTargetDependency */, + OBJ_2003 /* PBXTargetDependency */, + OBJ_2004 /* PBXTargetDependency */, + OBJ_2005 /* PBXTargetDependency */, + OBJ_2006 /* PBXTargetDependency */, + OBJ_2007 /* PBXTargetDependency */, + OBJ_2008 /* PBXTargetDependency */, + OBJ_2009 /* PBXTargetDependency */, + OBJ_2010 /* PBXTargetDependency */, + OBJ_2011 /* PBXTargetDependency */, + OBJ_2012 /* PBXTargetDependency */, + OBJ_2013 /* PBXTargetDependency */, + OBJ_2014 /* PBXTargetDependency */, + OBJ_2015 /* PBXTargetDependency */, + ); + name = PerfectTurnstileMySQL; + productName = PerfectTurnstileMySQL; + productReference = OBJ_911 /* PerfectTurnstileMySQL.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_2016 /* SwiftSQL */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_2017 /* Build configuration list for PBXNativeTarget "SwiftSQL" */; + buildPhases = ( + OBJ_2020 /* Sources */, + OBJ_2023 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = SwiftSQL; + productName = SwiftSQL; + productReference = OBJ_912 /* SwiftSQL.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_2024 /* ToDo-API */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_2025 /* Build configuration list for PBXNativeTarget "ToDo-API" */; + buildPhases = ( + OBJ_2028 /* Sources */, + OBJ_2032 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_2057 /* PBXTargetDependency */, + OBJ_2058 /* PBXTargetDependency */, + OBJ_2059 /* PBXTargetDependency */, + OBJ_2060 /* PBXTargetDependency */, + OBJ_2061 /* PBXTargetDependency */, + OBJ_2062 /* PBXTargetDependency */, + OBJ_2063 /* PBXTargetDependency */, + OBJ_2064 /* PBXTargetDependency */, + OBJ_2065 /* PBXTargetDependency */, + OBJ_2066 /* PBXTargetDependency */, + OBJ_2067 /* PBXTargetDependency */, + OBJ_2068 /* PBXTargetDependency */, + OBJ_2069 /* PBXTargetDependency */, + OBJ_2070 /* PBXTargetDependency */, + OBJ_2071 /* PBXTargetDependency */, + OBJ_2072 /* PBXTargetDependency */, + OBJ_2073 /* PBXTargetDependency */, + OBJ_2074 /* PBXTargetDependency */, + OBJ_2075 /* PBXTargetDependency */, + OBJ_2076 /* PBXTargetDependency */, + OBJ_2077 /* PBXTargetDependency */, + OBJ_2078 /* PBXTargetDependency */, + OBJ_2079 /* PBXTargetDependency */, + OBJ_2080 /* PBXTargetDependency */, + ); + name = "ToDo-API"; + productName = ToDo_API; + productReference = OBJ_913 /* ToDo-API */; + productType = "com.apple.product-type.tool"; + }; + OBJ_2081 /* ToDoModel */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_2082 /* Build configuration list for PBXNativeTarget "ToDoModel" */; + buildPhases = ( + OBJ_2085 /* Sources */, + OBJ_2088 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_2112 /* PBXTargetDependency */, + OBJ_2113 /* PBXTargetDependency */, + OBJ_2114 /* PBXTargetDependency */, + OBJ_2115 /* PBXTargetDependency */, + OBJ_2116 /* PBXTargetDependency */, + OBJ_2117 /* PBXTargetDependency */, + OBJ_2118 /* PBXTargetDependency */, + OBJ_2119 /* PBXTargetDependency */, + OBJ_2120 /* PBXTargetDependency */, + OBJ_2121 /* PBXTargetDependency */, + OBJ_2122 /* PBXTargetDependency */, + OBJ_2123 /* PBXTargetDependency */, + OBJ_2124 /* PBXTargetDependency */, + OBJ_2125 /* PBXTargetDependency */, + OBJ_2126 /* PBXTargetDependency */, + OBJ_2127 /* PBXTargetDependency */, + OBJ_2128 /* PBXTargetDependency */, + OBJ_2129 /* PBXTargetDependency */, + OBJ_2130 /* PBXTargetDependency */, + OBJ_2131 /* PBXTargetDependency */, + OBJ_2132 /* PBXTargetDependency */, + OBJ_2133 /* PBXTargetDependency */, + OBJ_2134 /* PBXTargetDependency */, + ); + name = ToDoModel; + productName = ToDoModel; + productReference = OBJ_914 /* ToDoModel.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_2135 /* Perfect-ToDo-iOS-DemoTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_2136 /* Build configuration list for PBXNativeTarget "Perfect-ToDo-iOS-DemoTests" */; + buildPhases = ( + OBJ_2139 /* Sources */, + OBJ_2141 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + OBJ_2165 /* PBXTargetDependency */, + OBJ_2166 /* PBXTargetDependency */, + OBJ_2167 /* PBXTargetDependency */, + OBJ_2168 /* PBXTargetDependency */, + OBJ_2169 /* PBXTargetDependency */, + OBJ_2170 /* PBXTargetDependency */, + OBJ_2171 /* PBXTargetDependency */, + OBJ_2172 /* PBXTargetDependency */, + OBJ_2173 /* PBXTargetDependency */, + OBJ_2174 /* PBXTargetDependency */, + OBJ_2175 /* PBXTargetDependency */, + OBJ_2176 /* PBXTargetDependency */, + OBJ_2177 /* PBXTargetDependency */, + OBJ_2178 /* PBXTargetDependency */, + OBJ_2179 /* PBXTargetDependency */, + OBJ_2180 /* PBXTargetDependency */, + OBJ_2181 /* PBXTargetDependency */, + OBJ_2182 /* PBXTargetDependency */, + OBJ_2183 /* PBXTargetDependency */, + OBJ_2184 /* PBXTargetDependency */, + OBJ_2185 /* PBXTargetDependency */, + OBJ_2186 /* PBXTargetDependency */, + OBJ_2187 /* PBXTargetDependency */, + ); + name = "Perfect-ToDo-iOS-DemoTests"; + productName = Perfect_ToDo_iOS_DemoTests; + productReference = OBJ_915 /* Perfect_ToDo_iOS_DemoTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + OBJ_916 /* PerfectLib */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_917 /* Build configuration list for PBXNativeTarget "PerfectLib" */; + buildPhases = ( + OBJ_920 /* Sources */, + OBJ_931 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = PerfectLib; + productName = PerfectLib; + productReference = OBJ_890 /* PerfectLib.framework */; + productType = "com.apple.product-type.framework"; + }; + OBJ_932 /* COpenSSL */ = { + isa = PBXNativeTarget; + buildConfigurationList = OBJ_933 /* Build configuration list for PBXNativeTarget "COpenSSL" */; + buildPhases = ( + OBJ_936 /* ShellScript */, + OBJ_937 /* Sources */, + OBJ_1619 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = COpenSSL; + productName = COpenSSL; + productReference = OBJ_891 /* COpenSSL.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + OBJ_1 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 9999; + }; + buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "ToDO-Backend" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = OBJ_5 /* */; + productRefGroup = OBJ_889 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + OBJ_916 /* PerfectLib */, + OBJ_932 /* COpenSSL */, + OBJ_1620 /* PerfectThread */, + OBJ_1629 /* PerfectNet */, + OBJ_1646 /* PerfectHTTP */, + OBJ_1669 /* CZlib */, + OBJ_1701 /* PerfectHTTPServer */, + OBJ_1728 /* CHTTPParser */, + OBJ_1747 /* MySQL */, + OBJ_1754 /* StORM */, + OBJ_1773 /* SwiftMoment */, + OBJ_1785 /* PerfectCURL */, + OBJ_1794 /* PerfectLogger */, + OBJ_1810 /* MySQLStORM */, + OBJ_1840 /* PerfectMustache */, + OBJ_1857 /* SwiftString */, + OBJ_1866 /* SwiftRandom */, + OBJ_1875 /* TurnstileWeb */, + OBJ_1896 /* TurnstileCrypto */, + OBJ_1898 /* Turnstile */, + OBJ_1927 /* TurnstilePerfect */, + OBJ_1959 /* PerfectTurnstileMySQL */, + OBJ_2016 /* SwiftSQL */, + OBJ_2024 /* ToDo-API */, + OBJ_2081 /* ToDoModel */, + OBJ_2135 /* Perfect-ToDo-iOS-DemoTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXShellScriptBuildPhase section */ + OBJ_1673 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "mkdir -p \"${PROJECT_TEMP_DIR}/SymlinkLibs\"\nln -sf \"${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}\" \"${PROJECT_TEMP_DIR}/SymlinkLibs/lib${EXECUTABLE_NAME}.dylib\"\n"; + }; + OBJ_1733 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "mkdir -p \"${PROJECT_TEMP_DIR}/SymlinkLibs\"\nln -sf \"${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}\" \"${PROJECT_TEMP_DIR}/SymlinkLibs/lib${EXECUTABLE_NAME}.dylib\"\n"; + }; + OBJ_936 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "mkdir -p \"${PROJECT_TEMP_DIR}/SymlinkLibs\"\nln -sf \"${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}\" \"${PROJECT_TEMP_DIR}/SymlinkLibs/lib${EXECUTABLE_NAME}.dylib\"\n"; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + OBJ_1624 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1625 /* Promise.swift in Sources */, + OBJ_1626 /* ThreadQueue.swift in Sources */, + OBJ_1627 /* Threading.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1633 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1634 /* Net.swift in Sources */, + OBJ_1635 /* NetAddress.swift in Sources */, + OBJ_1636 /* NetEvent.swift in Sources */, + OBJ_1637 /* NetNamedPipe.swift in Sources */, + OBJ_1638 /* NetTCP.swift in Sources */, + OBJ_1639 /* NetTCPSSL.swift in Sources */, + OBJ_1640 /* NetUDP.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1650 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1651 /* HTTPFilter.swift in Sources */, + OBJ_1652 /* HTTPHeaders.swift in Sources */, + OBJ_1653 /* HTTPMethod.swift in Sources */, + OBJ_1654 /* HTTPRequest.swift in Sources */, + OBJ_1655 /* HTTPResponse.swift in Sources */, + OBJ_1656 /* MimeReader.swift in Sources */, + OBJ_1657 /* MimeType.swift in Sources */, + OBJ_1658 /* Routing.swift in Sources */, + OBJ_1659 /* StaticFileHandler.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1674 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1675 /* adler32.c in Sources */, + OBJ_1676 /* compress.c in Sources */, + OBJ_1677 /* crc32.c in Sources */, + OBJ_1678 /* deflate.c in Sources */, + OBJ_1679 /* gzclose.c in Sources */, + OBJ_1680 /* gzlib.c in Sources */, + OBJ_1681 /* gzread.c in Sources */, + OBJ_1682 /* gzwrite.c in Sources */, + OBJ_1683 /* infback.c in Sources */, + OBJ_1684 /* inffast.c in Sources */, + OBJ_1685 /* inflate.c in Sources */, + OBJ_1686 /* inftrees.c in Sources */, + OBJ_1687 /* trees.c in Sources */, + OBJ_1688 /* uncompr.c in Sources */, + OBJ_1689 /* zutil.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1705 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1706 /* HPACK.swift in Sources */, + OBJ_1707 /* HTTP11Request.swift in Sources */, + OBJ_1708 /* HTTP11Response.swift in Sources */, + OBJ_1709 /* HTTP2.swift in Sources */, + OBJ_1710 /* HTTPContentCompression.swift in Sources */, + OBJ_1711 /* HTTPServer.swift in Sources */, + OBJ_1712 /* HTTPServerEx.swift in Sources */, + OBJ_1713 /* HTTPServerExConfig.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1734 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1735 /* http_parser.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1751 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1752 /* MySQL.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1758 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1759 /* StORM.swift in Sources */, + OBJ_1760 /* StORMConnect.swift in Sources */, + OBJ_1761 /* StORMCursor.swift in Sources */, + OBJ_1762 /* StORMDataSource.swift in Sources */, + OBJ_1763 /* StORMDataSourceCredentials.swift in Sources */, + OBJ_1764 /* StORMDataSourceOptions.swift in Sources */, + OBJ_1765 /* StORMError.swift in Sources */, + OBJ_1766 /* StORMJoins.swift in Sources */, + OBJ_1767 /* StORMProtocol.swift in Sources */, + OBJ_1768 /* StORMRow.swift in Sources */, + OBJ_1769 /* StORMtResultSet.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1777 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1778 /* Duration.swift in Sources */, + OBJ_1779 /* Extensions.swift in Sources */, + OBJ_1780 /* Moment.swift in Sources */, + OBJ_1781 /* MomentFromNow.swift in Sources */, + OBJ_1782 /* Operators.swift in Sources */, + OBJ_1783 /* TimeUnit.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1789 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1790 /* cURL.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1798 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1799 /* FileLogger.swift in Sources */, + OBJ_1800 /* RemoteLogger.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1814 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1815 /* Convenience.swift in Sources */, + OBJ_1816 /* Delete.swift in Sources */, + OBJ_1817 /* Insert.swift in Sources */, + OBJ_1818 /* MySQLConnect.swift in Sources */, + OBJ_1819 /* MySQLStORM.swift in Sources */, + OBJ_1820 /* SQL.swift in Sources */, + OBJ_1821 /* Select.swift in Sources */, + OBJ_1822 /* Update.swift in Sources */, + OBJ_1823 /* Upsert.swift in Sources */, + OBJ_1824 /* parseRows.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1844 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1845 /* Mustache.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1861 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1862 /* StringExtensions.swift in Sources */, + OBJ_1863 /* StringHTML.swift in Sources */, + OBJ_1864 /* StringURL.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1870 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1871 /* Random.swift in Sources */, + OBJ_1872 /* Randoms.swift in Sources */, + OBJ_1873 /* URandom.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1879 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1880 /* URLSession+Turnstile.swift in Sources */, + OBJ_1881 /* WebMemoryRealm.swift in Sources */, + OBJ_1882 /* Digits.swift in Sources */, + OBJ_1883 /* Facebook.swift in Sources */, + OBJ_1884 /* Google.swift in Sources */, + OBJ_1885 /* OAuthDelegator.swift in Sources */, + OBJ_1886 /* OAuthEcho.swift in Sources */, + OBJ_1887 /* OAuthParameters.swift in Sources */, + OBJ_1888 /* AuthorizationCode.swift in Sources */, + OBJ_1889 /* OAuth2.swift in Sources */, + OBJ_1890 /* OAuth2Error.swift in Sources */, + OBJ_1891 /* OAuth2Token.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1902 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1903 /* BCrypt.swift in Sources */, + OBJ_1904 /* Random.swift in Sources */, + OBJ_1905 /* URandom.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1910 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1911 /* TurnstileError.swift in Sources */, + OBJ_1912 /* Subject.swift in Sources */, + OBJ_1913 /* Turnstile.swift in Sources */, + OBJ_1914 /* APIKey.swift in Sources */, + OBJ_1915 /* Credentials.swift in Sources */, + OBJ_1916 /* CredentialsError.swift in Sources */, + OBJ_1917 /* Token.swift in Sources */, + OBJ_1918 /* UsernamePassword.swift in Sources */, + OBJ_1919 /* Account.swift in Sources */, + OBJ_1920 /* MemoryRealm.swift in Sources */, + OBJ_1921 /* Realm.swift in Sources */, + OBJ_1922 /* MemorySessionManager.swift in Sources */, + OBJ_1923 /* SessionManager.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1931 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1932 /* AuthFilter.swift in Sources */, + OBJ_1933 /* AuthenticationConfig.swift in Sources */, + OBJ_1934 /* HTTPRequest+Turnstile.swift in Sources */, + OBJ_1935 /* MustacheHandler.swift in Sources */, + OBJ_1936 /* TurnstileFilter.swift in Sources */, + OBJ_1937 /* TurnstilePerfect.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_1963 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_1964 /* Account.swift in Sources */, + OBJ_1965 /* AuthHandlersJSON.swift in Sources */, + OBJ_1966 /* AuthHandlersWeb.swift in Sources */, + OBJ_1967 /* JSONRoutes.swift in Sources */, + OBJ_1968 /* Realm.swift in Sources */, + OBJ_1969 /* SessionManager.swift in Sources */, + OBJ_1970 /* Tokens.swift in Sources */, + OBJ_1971 /* TurnstilePerfectRealm.swift in Sources */, + OBJ_1972 /* WebRoutes.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_2020 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_2021 /* SQLBool.swift in Sources */, + OBJ_2022 /* SQLDates.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_2028 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_2029 /* Routing.swift in Sources */, + OBJ_2030 /* ToDoItems.swift in Sources */, + OBJ_2031 /* main.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_2085 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_2086 /* ToDoItem.swift in Sources */, + OBJ_2087 /* ToDoManager.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_2139 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_2140 /* Perfect_ToDo_iOS_DemoTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_920 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_921 /* Bytes.swift in Sources */, + OBJ_922 /* Dir.swift in Sources */, + OBJ_923 /* File.swift in Sources */, + OBJ_924 /* JSONConvertible.swift in Sources */, + OBJ_925 /* Log.swift in Sources */, + OBJ_926 /* PerfectError.swift in Sources */, + OBJ_927 /* PerfectServer.swift in Sources */, + OBJ_928 /* SwiftCompatibility.swift in Sources */, + OBJ_929 /* SysProcess.swift in Sources */, + OBJ_930 /* Utilities.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + OBJ_937 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 0; + files = ( + OBJ_938 /* a_bitstr.c in Sources */, + OBJ_939 /* a_bool.c in Sources */, + OBJ_940 /* a_bytes.c in Sources */, + OBJ_941 /* a_d2i_fp.c in Sources */, + OBJ_942 /* a_digest.c in Sources */, + OBJ_943 /* a_dup.c in Sources */, + OBJ_944 /* a_enum.c in Sources */, + OBJ_945 /* a_gentm.c in Sources */, + OBJ_946 /* a_i2d_fp.c in Sources */, + OBJ_947 /* a_int.c in Sources */, + OBJ_948 /* a_mbstr.c in Sources */, + OBJ_949 /* a_object.c in Sources */, + OBJ_950 /* a_octet.c in Sources */, + OBJ_951 /* a_print.c in Sources */, + OBJ_952 /* a_set.c in Sources */, + OBJ_953 /* a_sign.c in Sources */, + OBJ_954 /* a_strex.c in Sources */, + OBJ_955 /* a_strnid.c in Sources */, + OBJ_956 /* a_time.c in Sources */, + OBJ_957 /* a_type.c in Sources */, + OBJ_958 /* a_utctm.c in Sources */, + OBJ_959 /* a_utf8.c in Sources */, + OBJ_960 /* a_verify.c in Sources */, + OBJ_961 /* aes_cbc.c in Sources */, + OBJ_962 /* aes_cfb.c in Sources */, + OBJ_963 /* aes_core.c in Sources */, + OBJ_964 /* aes_ctr.c in Sources */, + OBJ_965 /* aes_ecb.c in Sources */, + OBJ_966 /* aes_ige.c in Sources */, + OBJ_967 /* aes_misc.c in Sources */, + OBJ_968 /* aes_ofb.c in Sources */, + OBJ_969 /* aes_wrap.c in Sources */, + OBJ_970 /* ameth_lib.c in Sources */, + OBJ_971 /* asn1_err.c in Sources */, + OBJ_972 /* asn1_gen.c in Sources */, + OBJ_973 /* asn1_lib.c in Sources */, + OBJ_974 /* asn1_par.c in Sources */, + OBJ_975 /* asn_mime.c in Sources */, + OBJ_976 /* asn_moid.c in Sources */, + OBJ_977 /* asn_pack.c in Sources */, + OBJ_978 /* b_dump.c in Sources */, + OBJ_979 /* b_print.c in Sources */, + OBJ_980 /* b_sock.c in Sources */, + OBJ_981 /* bf_buff.c in Sources */, + OBJ_982 /* bf_cfb64.c in Sources */, + OBJ_983 /* bf_ecb.c in Sources */, + OBJ_984 /* bf_enc.c in Sources */, + OBJ_985 /* bf_lbuf.c in Sources */, + OBJ_986 /* bf_nbio.c in Sources */, + OBJ_987 /* bf_null.c in Sources */, + OBJ_988 /* bf_ofb64.c in Sources */, + OBJ_989 /* bf_skey.c in Sources */, + OBJ_990 /* bio_asn1.c in Sources */, + OBJ_991 /* bio_b64.c in Sources */, + OBJ_992 /* bio_cb.c in Sources */, + OBJ_993 /* bio_enc.c in Sources */, + OBJ_994 /* bio_err.c in Sources */, + OBJ_995 /* bio_lib.c in Sources */, + OBJ_996 /* bio_md.c in Sources */, + OBJ_997 /* bio_ndef.c in Sources */, + OBJ_998 /* bio_ok.c in Sources */, + OBJ_999 /* bio_pk7.c in Sources */, + OBJ_1000 /* bio_ssl.c in Sources */, + OBJ_1001 /* bn_add.c in Sources */, + OBJ_1002 /* bn_asm.c in Sources */, + OBJ_1003 /* bn_blind.c in Sources */, + OBJ_1004 /* bn_const.c in Sources */, + OBJ_1005 /* bn_ctx.c in Sources */, + OBJ_1006 /* bn_depr.c in Sources */, + OBJ_1007 /* bn_div.c in Sources */, + OBJ_1008 /* bn_err.c in Sources */, + OBJ_1009 /* bn_exp.c in Sources */, + OBJ_1010 /* bn_exp2.c in Sources */, + OBJ_1011 /* bn_gcd.c in Sources */, + OBJ_1012 /* bn_gf2m.c in Sources */, + OBJ_1013 /* bn_kron.c in Sources */, + OBJ_1014 /* bn_lib.c in Sources */, + OBJ_1015 /* bn_mod.c in Sources */, + OBJ_1016 /* bn_mont.c in Sources */, + OBJ_1017 /* bn_mpi.c in Sources */, + OBJ_1018 /* bn_mul.c in Sources */, + OBJ_1019 /* bn_nist.c in Sources */, + OBJ_1020 /* bn_prime.c in Sources */, + OBJ_1021 /* bn_print.c in Sources */, + OBJ_1022 /* bn_rand.c in Sources */, + OBJ_1023 /* bn_recp.c in Sources */, + OBJ_1024 /* bn_shift.c in Sources */, + OBJ_1025 /* bn_sqr.c in Sources */, + OBJ_1026 /* bn_sqrt.c in Sources */, + OBJ_1027 /* bn_word.c in Sources */, + OBJ_1028 /* bn_x931p.c in Sources */, + OBJ_1029 /* bss_acpt.c in Sources */, + OBJ_1030 /* bss_bio.c in Sources */, + OBJ_1031 /* bss_conn.c in Sources */, + OBJ_1032 /* bss_dgram.c in Sources */, + OBJ_1033 /* bss_fd.c in Sources */, + OBJ_1034 /* bss_file.c in Sources */, + OBJ_1035 /* bss_log.c in Sources */, + OBJ_1036 /* bss_mem.c in Sources */, + OBJ_1037 /* bss_null.c in Sources */, + OBJ_1038 /* bss_sock.c in Sources */, + OBJ_1039 /* buf_err.c in Sources */, + OBJ_1040 /* buf_str.c in Sources */, + OBJ_1041 /* buffer.c in Sources */, + OBJ_1042 /* by_dir.c in Sources */, + OBJ_1043 /* by_file.c in Sources */, + OBJ_1044 /* c_all.c in Sources */, + OBJ_1045 /* c_allc.c in Sources */, + OBJ_1046 /* c_alld.c in Sources */, + OBJ_1047 /* c_cfb64.c in Sources */, + OBJ_1048 /* c_ecb.c in Sources */, + OBJ_1049 /* c_enc.c in Sources */, + OBJ_1050 /* c_ofb64.c in Sources */, + OBJ_1051 /* c_rle.c in Sources */, + OBJ_1052 /* c_skey.c in Sources */, + OBJ_1053 /* c_zlib.c in Sources */, + OBJ_1054 /* camellia.c in Sources */, + OBJ_1055 /* cbc128.c in Sources */, + OBJ_1056 /* cbc3_enc.c in Sources */, + OBJ_1057 /* cbc_cksm.c in Sources */, + OBJ_1058 /* cbc_enc.c in Sources */, + OBJ_1059 /* ccm128.c in Sources */, + OBJ_1060 /* cfb128.c in Sources */, + OBJ_1061 /* cfb64ede.c in Sources */, + OBJ_1062 /* cfb64enc.c in Sources */, + OBJ_1063 /* cfb_enc.c in Sources */, + OBJ_1064 /* cm_ameth.c in Sources */, + OBJ_1065 /* cm_pmeth.c in Sources */, + OBJ_1066 /* cmac.c in Sources */, + OBJ_1067 /* cmll_cbc.c in Sources */, + OBJ_1068 /* cmll_cfb.c in Sources */, + OBJ_1069 /* cmll_ctr.c in Sources */, + OBJ_1070 /* cmll_ecb.c in Sources */, + OBJ_1071 /* cmll_misc.c in Sources */, + OBJ_1072 /* cmll_ofb.c in Sources */, + OBJ_1073 /* cmll_utl.c in Sources */, + OBJ_1074 /* cms_asn1.c in Sources */, + OBJ_1075 /* cms_att.c in Sources */, + OBJ_1076 /* cms_cd.c in Sources */, + OBJ_1077 /* cms_dd.c in Sources */, + OBJ_1078 /* cms_enc.c in Sources */, + OBJ_1079 /* cms_env.c in Sources */, + OBJ_1080 /* cms_err.c in Sources */, + OBJ_1081 /* cms_ess.c in Sources */, + OBJ_1082 /* cms_io.c in Sources */, + OBJ_1083 /* cms_kari.c in Sources */, + OBJ_1084 /* cms_lib.c in Sources */, + OBJ_1085 /* cms_pwri.c in Sources */, + OBJ_1086 /* cms_sd.c in Sources */, + OBJ_1087 /* cms_smime.c in Sources */, + OBJ_1088 /* comp_err.c in Sources */, + OBJ_1089 /* comp_lib.c in Sources */, + OBJ_1090 /* conf_api.c in Sources */, + OBJ_1091 /* conf_def.c in Sources */, + OBJ_1092 /* conf_err.c in Sources */, + OBJ_1093 /* conf_lib.c in Sources */, + OBJ_1094 /* conf_mall.c in Sources */, + OBJ_1095 /* conf_mod.c in Sources */, + OBJ_1096 /* conf_sap.c in Sources */, + OBJ_1097 /* cpt_err.c in Sources */, + OBJ_1098 /* cryptlib.c in Sources */, + OBJ_1099 /* ctr128.c in Sources */, + OBJ_1100 /* cversion.c in Sources */, + OBJ_1101 /* d1_both.c in Sources */, + OBJ_1102 /* d1_clnt.c in Sources */, + OBJ_1103 /* d1_lib.c in Sources */, + OBJ_1104 /* d1_meth.c in Sources */, + OBJ_1105 /* d1_pkt.c in Sources */, + OBJ_1106 /* d1_srtp.c in Sources */, + OBJ_1107 /* d1_srvr.c in Sources */, + OBJ_1108 /* d2i_pr.c in Sources */, + OBJ_1109 /* d2i_pu.c in Sources */, + OBJ_1110 /* des_enc.c in Sources */, + OBJ_1111 /* des_old.c in Sources */, + OBJ_1112 /* des_old2.c in Sources */, + OBJ_1113 /* dh_ameth.c in Sources */, + OBJ_1114 /* dh_asn1.c in Sources */, + OBJ_1115 /* dh_check.c in Sources */, + OBJ_1116 /* dh_depr.c in Sources */, + OBJ_1117 /* dh_err.c in Sources */, + OBJ_1118 /* dh_gen.c in Sources */, + OBJ_1119 /* dh_kdf.c in Sources */, + OBJ_1120 /* dh_key.c in Sources */, + OBJ_1121 /* dh_lib.c in Sources */, + OBJ_1122 /* dh_pmeth.c in Sources */, + OBJ_1123 /* dh_prn.c in Sources */, + OBJ_1124 /* dh_rfc5114.c in Sources */, + OBJ_1125 /* digest.c in Sources */, + OBJ_1126 /* dsa_ameth.c in Sources */, + OBJ_1127 /* dsa_asn1.c in Sources */, + OBJ_1128 /* dsa_depr.c in Sources */, + OBJ_1129 /* dsa_err.c in Sources */, + OBJ_1130 /* dsa_gen.c in Sources */, + OBJ_1131 /* dsa_key.c in Sources */, + OBJ_1132 /* dsa_lib.c in Sources */, + OBJ_1133 /* dsa_ossl.c in Sources */, + OBJ_1134 /* dsa_pmeth.c in Sources */, + OBJ_1135 /* dsa_prn.c in Sources */, + OBJ_1136 /* dsa_sign.c in Sources */, + OBJ_1137 /* dsa_vrf.c in Sources */, + OBJ_1138 /* dso_beos.c in Sources */, + OBJ_1139 /* dso_dl.c in Sources */, + OBJ_1140 /* dso_dlfcn.c in Sources */, + OBJ_1141 /* dso_err.c in Sources */, + OBJ_1142 /* dso_lib.c in Sources */, + OBJ_1143 /* dso_null.c in Sources */, + OBJ_1144 /* dso_openssl.c in Sources */, + OBJ_1145 /* dso_vms.c in Sources */, + OBJ_1146 /* dso_win32.c in Sources */, + OBJ_1147 /* e_4758cca.c in Sources */, + OBJ_1148 /* e_4758cca_err.c in Sources */, + OBJ_1149 /* e_aep.c in Sources */, + OBJ_1150 /* e_aep_err.c in Sources */, + OBJ_1151 /* e_aes.c in Sources */, + OBJ_1152 /* e_aes_cbc_hmac_sha1.c in Sources */, + OBJ_1153 /* e_aes_cbc_hmac_sha256.c in Sources */, + OBJ_1154 /* e_atalla.c in Sources */, + OBJ_1155 /* e_atalla_err.c in Sources */, + OBJ_1156 /* e_bf.c in Sources */, + OBJ_1157 /* e_camellia.c in Sources */, + OBJ_1158 /* e_capi.c in Sources */, + OBJ_1159 /* e_capi_err.c in Sources */, + OBJ_1160 /* e_cast.c in Sources */, + OBJ_1161 /* e_chil.c in Sources */, + OBJ_1162 /* e_chil_err.c in Sources */, + OBJ_1163 /* e_cswift.c in Sources */, + OBJ_1164 /* e_cswift_err.c in Sources */, + OBJ_1165 /* e_des.c in Sources */, + OBJ_1166 /* e_des3.c in Sources */, + OBJ_1167 /* e_gmp.c in Sources */, + OBJ_1168 /* e_gmp_err.c in Sources */, + OBJ_1169 /* e_gost_err.c in Sources */, + OBJ_1170 /* e_idea.c in Sources */, + OBJ_1171 /* e_null.c in Sources */, + OBJ_1172 /* e_nuron.c in Sources */, + OBJ_1173 /* e_nuron_err.c in Sources */, + OBJ_1174 /* e_old.c in Sources */, + OBJ_1175 /* e_padlock.c in Sources */, + OBJ_1176 /* e_rc2.c in Sources */, + OBJ_1177 /* e_rc4.c in Sources */, + OBJ_1178 /* e_rc4_hmac_md5.c in Sources */, + OBJ_1179 /* e_rc5.c in Sources */, + OBJ_1180 /* e_seed.c in Sources */, + OBJ_1181 /* e_sureware.c in Sources */, + OBJ_1182 /* e_sureware_err.c in Sources */, + OBJ_1183 /* e_ubsec.c in Sources */, + OBJ_1184 /* e_ubsec_err.c in Sources */, + OBJ_1185 /* e_xcbc_d.c in Sources */, + OBJ_1186 /* ebcdic.c in Sources */, + OBJ_1187 /* ec2_mult.c in Sources */, + OBJ_1188 /* ec2_oct.c in Sources */, + OBJ_1189 /* ec2_smpl.c in Sources */, + OBJ_1190 /* ec_ameth.c in Sources */, + OBJ_1191 /* ec_asn1.c in Sources */, + OBJ_1192 /* ec_check.c in Sources */, + OBJ_1193 /* ec_curve.c in Sources */, + OBJ_1194 /* ec_cvt.c in Sources */, + OBJ_1195 /* ec_err.c in Sources */, + OBJ_1196 /* ec_key.c in Sources */, + OBJ_1197 /* ec_lib.c in Sources */, + OBJ_1198 /* ec_mult.c in Sources */, + OBJ_1199 /* ec_oct.c in Sources */, + OBJ_1200 /* ec_pmeth.c in Sources */, + OBJ_1201 /* ec_print.c in Sources */, + OBJ_1202 /* ecb3_enc.c in Sources */, + OBJ_1203 /* ecb_enc.c in Sources */, + OBJ_1204 /* ech_err.c in Sources */, + OBJ_1205 /* ech_kdf.c in Sources */, + OBJ_1206 /* ech_key.c in Sources */, + OBJ_1207 /* ech_lib.c in Sources */, + OBJ_1208 /* ech_ossl.c in Sources */, + OBJ_1209 /* eck_prn.c in Sources */, + OBJ_1210 /* ecp_mont.c in Sources */, + OBJ_1211 /* ecp_nist.c in Sources */, + OBJ_1212 /* ecp_nistp224.c in Sources */, + OBJ_1213 /* ecp_nistp256.c in Sources */, + OBJ_1214 /* ecp_nistp521.c in Sources */, + OBJ_1215 /* ecp_nistputil.c in Sources */, + OBJ_1216 /* ecp_oct.c in Sources */, + OBJ_1217 /* ecp_smpl.c in Sources */, + OBJ_1218 /* ecs_asn1.c in Sources */, + OBJ_1219 /* ecs_err.c in Sources */, + OBJ_1220 /* ecs_lib.c in Sources */, + OBJ_1221 /* ecs_ossl.c in Sources */, + OBJ_1222 /* ecs_sign.c in Sources */, + OBJ_1223 /* ecs_vrf.c in Sources */, + OBJ_1224 /* ede_cbcm_enc.c in Sources */, + OBJ_1225 /* enc_read.c in Sources */, + OBJ_1226 /* enc_writ.c in Sources */, + OBJ_1227 /* encode.c in Sources */, + OBJ_1228 /* eng_all.c in Sources */, + OBJ_1229 /* eng_cnf.c in Sources */, + OBJ_1230 /* eng_cryptodev.c in Sources */, + OBJ_1231 /* eng_ctrl.c in Sources */, + OBJ_1232 /* eng_dyn.c in Sources */, + OBJ_1233 /* eng_err.c in Sources */, + OBJ_1234 /* eng_fat.c in Sources */, + OBJ_1235 /* eng_init.c in Sources */, + OBJ_1236 /* eng_lib.c in Sources */, + OBJ_1237 /* eng_list.c in Sources */, + OBJ_1238 /* eng_openssl.c in Sources */, + OBJ_1239 /* eng_pkey.c in Sources */, + OBJ_1240 /* eng_rdrand.c in Sources */, + OBJ_1241 /* eng_table.c in Sources */, + OBJ_1242 /* err.c in Sources */, + OBJ_1243 /* err_all.c in Sources */, + OBJ_1244 /* err_prn.c in Sources */, + OBJ_1245 /* evp_acnf.c in Sources */, + OBJ_1246 /* evp_asn1.c in Sources */, + OBJ_1247 /* evp_cnf.c in Sources */, + OBJ_1248 /* evp_enc.c in Sources */, + OBJ_1249 /* evp_err.c in Sources */, + OBJ_1250 /* evp_key.c in Sources */, + OBJ_1251 /* evp_lib.c in Sources */, + OBJ_1252 /* evp_pbe.c in Sources */, + OBJ_1253 /* evp_pkey.c in Sources */, + OBJ_1254 /* ex_data.c in Sources */, + OBJ_1255 /* f_enum.c in Sources */, + OBJ_1256 /* f_int.c in Sources */, + OBJ_1257 /* f_string.c in Sources */, + OBJ_1258 /* fcrypt.c in Sources */, + OBJ_1259 /* fcrypt_b.c in Sources */, + OBJ_1260 /* fips_ers.c in Sources */, + OBJ_1261 /* gcm128.c in Sources */, + OBJ_1262 /* gost2001.c in Sources */, + OBJ_1263 /* gost2001_keyx.c in Sources */, + OBJ_1264 /* gost89.c in Sources */, + OBJ_1265 /* gost94_keyx.c in Sources */, + OBJ_1266 /* gost_ameth.c in Sources */, + OBJ_1267 /* gost_asn1.c in Sources */, + OBJ_1268 /* gost_crypt.c in Sources */, + OBJ_1269 /* gost_ctl.c in Sources */, + OBJ_1270 /* gost_eng.c in Sources */, + OBJ_1271 /* gost_keywrap.c in Sources */, + OBJ_1272 /* gost_md.c in Sources */, + OBJ_1273 /* gost_params.c in Sources */, + OBJ_1274 /* gost_pmeth.c in Sources */, + OBJ_1275 /* gost_sign.c in Sources */, + OBJ_1276 /* gosthash.c in Sources */, + OBJ_1277 /* hm_ameth.c in Sources */, + OBJ_1278 /* hm_pmeth.c in Sources */, + OBJ_1279 /* hmac.c in Sources */, + OBJ_1280 /* i2d_pr.c in Sources */, + OBJ_1281 /* i2d_pu.c in Sources */, + OBJ_1282 /* i_cbc.c in Sources */, + OBJ_1283 /* i_cfb64.c in Sources */, + OBJ_1284 /* i_ecb.c in Sources */, + OBJ_1285 /* i_ofb64.c in Sources */, + OBJ_1286 /* i_skey.c in Sources */, + OBJ_1287 /* krb5_asn.c in Sources */, + OBJ_1288 /* kssl.c in Sources */, + OBJ_1289 /* lh_stats.c in Sources */, + OBJ_1290 /* lhash.c in Sources */, + OBJ_1291 /* m_dss.c in Sources */, + OBJ_1292 /* m_dss1.c in Sources */, + OBJ_1293 /* m_ecdsa.c in Sources */, + OBJ_1294 /* m_md2.c in Sources */, + OBJ_1295 /* m_md4.c in Sources */, + OBJ_1296 /* m_md5.c in Sources */, + OBJ_1297 /* m_mdc2.c in Sources */, + OBJ_1298 /* m_null.c in Sources */, + OBJ_1299 /* m_ripemd.c in Sources */, + OBJ_1300 /* m_sha.c in Sources */, + OBJ_1301 /* m_sha1.c in Sources */, + OBJ_1302 /* m_sigver.c in Sources */, + OBJ_1303 /* m_wp.c in Sources */, + OBJ_1304 /* md4_dgst.c in Sources */, + OBJ_1305 /* md4_one.c in Sources */, + OBJ_1306 /* md5_dgst.c in Sources */, + OBJ_1307 /* md5_one.c in Sources */, + OBJ_1308 /* md_rand.c in Sources */, + OBJ_1309 /* mdc2_one.c in Sources */, + OBJ_1310 /* mdc2dgst.c in Sources */, + OBJ_1311 /* mem.c in Sources */, + OBJ_1312 /* mem_clr.c in Sources */, + OBJ_1313 /* mem_dbg.c in Sources */, + OBJ_1314 /* n_pkey.c in Sources */, + OBJ_1315 /* names.c in Sources */, + OBJ_1316 /* nsseq.c in Sources */, + OBJ_1317 /* o_dir.c in Sources */, + OBJ_1318 /* o_fips.c in Sources */, + OBJ_1319 /* o_init.c in Sources */, + OBJ_1320 /* o_names.c in Sources */, + OBJ_1321 /* o_str.c in Sources */, + OBJ_1322 /* o_time.c in Sources */, + OBJ_1323 /* obj_dat.c in Sources */, + OBJ_1324 /* obj_err.c in Sources */, + OBJ_1325 /* obj_lib.c in Sources */, + OBJ_1326 /* obj_xref.c in Sources */, + OBJ_1327 /* ocsp_asn.c in Sources */, + OBJ_1328 /* ocsp_cl.c in Sources */, + OBJ_1329 /* ocsp_err.c in Sources */, + OBJ_1330 /* ocsp_ext.c in Sources */, + OBJ_1331 /* ocsp_ht.c in Sources */, + OBJ_1332 /* ocsp_lib.c in Sources */, + OBJ_1333 /* ocsp_prn.c in Sources */, + OBJ_1334 /* ocsp_srv.c in Sources */, + OBJ_1335 /* ocsp_vfy.c in Sources */, + OBJ_1336 /* ofb128.c in Sources */, + OBJ_1337 /* ofb64ede.c in Sources */, + OBJ_1338 /* ofb64enc.c in Sources */, + OBJ_1339 /* ofb_enc.c in Sources */, + OBJ_1340 /* openbsd_hw.c in Sources */, + OBJ_1341 /* p12_add.c in Sources */, + OBJ_1342 /* p12_asn.c in Sources */, + OBJ_1343 /* p12_attr.c in Sources */, + OBJ_1344 /* p12_crpt.c in Sources */, + OBJ_1345 /* p12_crt.c in Sources */, + OBJ_1346 /* p12_decr.c in Sources */, + OBJ_1347 /* p12_init.c in Sources */, + OBJ_1348 /* p12_key.c in Sources */, + OBJ_1349 /* p12_kiss.c in Sources */, + OBJ_1350 /* p12_mutl.c in Sources */, + OBJ_1351 /* p12_npas.c in Sources */, + OBJ_1352 /* p12_p8d.c in Sources */, + OBJ_1353 /* p12_p8e.c in Sources */, + OBJ_1354 /* p12_utl.c in Sources */, + OBJ_1355 /* p5_crpt.c in Sources */, + OBJ_1356 /* p5_crpt2.c in Sources */, + OBJ_1357 /* p5_pbe.c in Sources */, + OBJ_1358 /* p5_pbev2.c in Sources */, + OBJ_1359 /* p8_pkey.c in Sources */, + OBJ_1360 /* p_dec.c in Sources */, + OBJ_1361 /* p_enc.c in Sources */, + OBJ_1362 /* p_lib.c in Sources */, + OBJ_1363 /* p_open.c in Sources */, + OBJ_1364 /* p_seal.c in Sources */, + OBJ_1365 /* p_sign.c in Sources */, + OBJ_1366 /* p_verify.c in Sources */, + OBJ_1367 /* pcbc_enc.c in Sources */, + OBJ_1368 /* pcy_cache.c in Sources */, + OBJ_1369 /* pcy_data.c in Sources */, + OBJ_1370 /* pcy_lib.c in Sources */, + OBJ_1371 /* pcy_map.c in Sources */, + OBJ_1372 /* pcy_node.c in Sources */, + OBJ_1373 /* pcy_tree.c in Sources */, + OBJ_1374 /* pem_all.c in Sources */, + OBJ_1375 /* pem_err.c in Sources */, + OBJ_1376 /* pem_info.c in Sources */, + OBJ_1377 /* pem_lib.c in Sources */, + OBJ_1378 /* pem_oth.c in Sources */, + OBJ_1379 /* pem_pk8.c in Sources */, + OBJ_1380 /* pem_pkey.c in Sources */, + OBJ_1381 /* pem_seal.c in Sources */, + OBJ_1382 /* pem_sign.c in Sources */, + OBJ_1383 /* pem_x509.c in Sources */, + OBJ_1384 /* pem_xaux.c in Sources */, + OBJ_1385 /* pk12err.c in Sources */, + OBJ_1386 /* pk7_asn1.c in Sources */, + OBJ_1387 /* pk7_attr.c in Sources */, + OBJ_1388 /* pk7_dgst.c in Sources */, + OBJ_1389 /* pk7_doit.c in Sources */, + OBJ_1390 /* pk7_lib.c in Sources */, + OBJ_1391 /* pk7_mime.c in Sources */, + OBJ_1392 /* pk7_smime.c in Sources */, + OBJ_1393 /* pkcs7err.c in Sources */, + OBJ_1394 /* pmeth_fn.c in Sources */, + OBJ_1395 /* pmeth_gn.c in Sources */, + OBJ_1396 /* pmeth_lib.c in Sources */, + OBJ_1397 /* pqueue.c in Sources */, + OBJ_1398 /* pvkfmt.c in Sources */, + OBJ_1399 /* qud_cksm.c in Sources */, + OBJ_1400 /* rand_egd.c in Sources */, + OBJ_1401 /* rand_err.c in Sources */, + OBJ_1402 /* rand_key.c in Sources */, + OBJ_1403 /* rand_lib.c in Sources */, + OBJ_1404 /* rand_nw.c in Sources */, + OBJ_1405 /* rand_os2.c in Sources */, + OBJ_1406 /* rand_unix.c in Sources */, + OBJ_1407 /* rand_vms.c in Sources */, + OBJ_1408 /* rand_win.c in Sources */, + OBJ_1409 /* randfile.c in Sources */, + OBJ_1410 /* rc2_cbc.c in Sources */, + OBJ_1411 /* rc2_ecb.c in Sources */, + OBJ_1412 /* rc2_skey.c in Sources */, + OBJ_1413 /* rc2cfb64.c in Sources */, + OBJ_1414 /* rc2ofb64.c in Sources */, + OBJ_1415 /* rc4_enc.c in Sources */, + OBJ_1416 /* rc4_skey.c in Sources */, + OBJ_1417 /* rc4_utl.c in Sources */, + OBJ_1418 /* read2pwd.c in Sources */, + OBJ_1419 /* rmd_dgst.c in Sources */, + OBJ_1420 /* rmd_one.c in Sources */, + OBJ_1421 /* rpc_enc.c in Sources */, + OBJ_1422 /* rsa_ameth.c in Sources */, + OBJ_1423 /* rsa_asn1.c in Sources */, + OBJ_1424 /* rsa_chk.c in Sources */, + OBJ_1425 /* rsa_crpt.c in Sources */, + OBJ_1426 /* rsa_depr.c in Sources */, + OBJ_1427 /* rsa_eay.c in Sources */, + OBJ_1428 /* rsa_err.c in Sources */, + OBJ_1429 /* rsa_gen.c in Sources */, + OBJ_1430 /* rsa_lib.c in Sources */, + OBJ_1431 /* rsa_none.c in Sources */, + OBJ_1432 /* rsa_null.c in Sources */, + OBJ_1433 /* rsa_oaep.c in Sources */, + OBJ_1434 /* rsa_pk1.c in Sources */, + OBJ_1435 /* rsa_pmeth.c in Sources */, + OBJ_1436 /* rsa_prn.c in Sources */, + OBJ_1437 /* rsa_pss.c in Sources */, + OBJ_1438 /* rsa_saos.c in Sources */, + OBJ_1439 /* rsa_sign.c in Sources */, + OBJ_1440 /* rsa_ssl.c in Sources */, + OBJ_1441 /* rsa_x931.c in Sources */, + OBJ_1442 /* rsaz_exp.c in Sources */, + OBJ_1443 /* s23_clnt.c in Sources */, + OBJ_1444 /* s23_lib.c in Sources */, + OBJ_1445 /* s23_meth.c in Sources */, + OBJ_1446 /* s23_pkt.c in Sources */, + OBJ_1447 /* s23_srvr.c in Sources */, + OBJ_1448 /* s2_clnt.c in Sources */, + OBJ_1449 /* s2_enc.c in Sources */, + OBJ_1450 /* s2_lib.c in Sources */, + OBJ_1451 /* s2_meth.c in Sources */, + OBJ_1452 /* s2_pkt.c in Sources */, + OBJ_1453 /* s2_srvr.c in Sources */, + OBJ_1454 /* s3_both.c in Sources */, + OBJ_1455 /* s3_cbc.c in Sources */, + OBJ_1456 /* s3_clnt.c in Sources */, + OBJ_1457 /* s3_enc.c in Sources */, + OBJ_1458 /* s3_lib.c in Sources */, + OBJ_1459 /* s3_meth.c in Sources */, + OBJ_1460 /* s3_pkt.c in Sources */, + OBJ_1461 /* s3_srvr.c in Sources */, + OBJ_1462 /* seed.c in Sources */, + OBJ_1463 /* seed_cbc.c in Sources */, + OBJ_1464 /* seed_cfb.c in Sources */, + OBJ_1465 /* seed_ecb.c in Sources */, + OBJ_1466 /* seed_ofb.c in Sources */, + OBJ_1467 /* set_key.c in Sources */, + OBJ_1468 /* sha1_one.c in Sources */, + OBJ_1469 /* sha1dgst.c in Sources */, + OBJ_1470 /* sha256.c in Sources */, + OBJ_1471 /* sha512.c in Sources */, + OBJ_1472 /* sha_dgst.c in Sources */, + OBJ_1473 /* sha_one.c in Sources */, + OBJ_1474 /* srp_lib.c in Sources */, + OBJ_1475 /* srp_vfy.c in Sources */, + OBJ_1476 /* ssl_algs.c in Sources */, + OBJ_1477 /* ssl_asn1.c in Sources */, + OBJ_1478 /* ssl_cert.c in Sources */, + OBJ_1479 /* ssl_ciph.c in Sources */, + OBJ_1480 /* ssl_conf.c in Sources */, + OBJ_1481 /* ssl_err.c in Sources */, + OBJ_1482 /* ssl_err2.c in Sources */, + OBJ_1483 /* ssl_lib.c in Sources */, + OBJ_1484 /* ssl_rsa.c in Sources */, + OBJ_1485 /* ssl_sess.c in Sources */, + OBJ_1486 /* ssl_stat.c in Sources */, + OBJ_1487 /* ssl_txt.c in Sources */, + OBJ_1488 /* ssl_utst.c in Sources */, + OBJ_1489 /* stack.c in Sources */, + OBJ_1490 /* str2key.c in Sources */, + OBJ_1491 /* t1_clnt.c in Sources */, + OBJ_1492 /* t1_enc.c in Sources */, + OBJ_1493 /* t1_ext.c in Sources */, + OBJ_1494 /* t1_lib.c in Sources */, + OBJ_1495 /* t1_meth.c in Sources */, + OBJ_1496 /* t1_reneg.c in Sources */, + OBJ_1497 /* t1_srvr.c in Sources */, + OBJ_1498 /* t1_trce.c in Sources */, + OBJ_1499 /* t_bitst.c in Sources */, + OBJ_1500 /* t_crl.c in Sources */, + OBJ_1501 /* t_pkey.c in Sources */, + OBJ_1502 /* t_req.c in Sources */, + OBJ_1503 /* t_spki.c in Sources */, + OBJ_1504 /* t_x509.c in Sources */, + OBJ_1505 /* t_x509a.c in Sources */, + OBJ_1506 /* tasn_dec.c in Sources */, + OBJ_1507 /* tasn_enc.c in Sources */, + OBJ_1508 /* tasn_fre.c in Sources */, + OBJ_1509 /* tasn_new.c in Sources */, + OBJ_1510 /* tasn_prn.c in Sources */, + OBJ_1511 /* tasn_typ.c in Sources */, + OBJ_1512 /* tasn_utl.c in Sources */, + OBJ_1513 /* tb_asnmth.c in Sources */, + OBJ_1514 /* tb_cipher.c in Sources */, + OBJ_1515 /* tb_dh.c in Sources */, + OBJ_1516 /* tb_digest.c in Sources */, + OBJ_1517 /* tb_dsa.c in Sources */, + OBJ_1518 /* tb_ecdh.c in Sources */, + OBJ_1519 /* tb_ecdsa.c in Sources */, + OBJ_1520 /* tb_pkmeth.c in Sources */, + OBJ_1521 /* tb_rand.c in Sources */, + OBJ_1522 /* tb_rsa.c in Sources */, + OBJ_1523 /* tb_store.c in Sources */, + OBJ_1524 /* th-lock.c in Sources */, + OBJ_1525 /* tls_srp.c in Sources */, + OBJ_1526 /* ts_asn1.c in Sources */, + OBJ_1527 /* ts_conf.c in Sources */, + OBJ_1528 /* ts_err.c in Sources */, + OBJ_1529 /* ts_lib.c in Sources */, + OBJ_1530 /* ts_req_print.c in Sources */, + OBJ_1531 /* ts_req_utils.c in Sources */, + OBJ_1532 /* ts_rsp_print.c in Sources */, + OBJ_1533 /* ts_rsp_sign.c in Sources */, + OBJ_1534 /* ts_rsp_utils.c in Sources */, + OBJ_1535 /* ts_rsp_verify.c in Sources */, + OBJ_1536 /* ts_verify_ctx.c in Sources */, + OBJ_1537 /* txt_db.c in Sources */, + OBJ_1538 /* ui_compat.c in Sources */, + OBJ_1539 /* ui_err.c in Sources */, + OBJ_1540 /* ui_lib.c in Sources */, + OBJ_1541 /* ui_openssl.c in Sources */, + OBJ_1542 /* ui_util.c in Sources */, + OBJ_1543 /* uid.c in Sources */, + OBJ_1544 /* v3_addr.c in Sources */, + OBJ_1545 /* v3_akey.c in Sources */, + OBJ_1546 /* v3_akeya.c in Sources */, + OBJ_1547 /* v3_alt.c in Sources */, + OBJ_1548 /* v3_asid.c in Sources */, + OBJ_1549 /* v3_bcons.c in Sources */, + OBJ_1550 /* v3_bitst.c in Sources */, + OBJ_1551 /* v3_conf.c in Sources */, + OBJ_1552 /* v3_cpols.c in Sources */, + OBJ_1553 /* v3_crld.c in Sources */, + OBJ_1554 /* v3_enum.c in Sources */, + OBJ_1555 /* v3_extku.c in Sources */, + OBJ_1556 /* v3_genn.c in Sources */, + OBJ_1557 /* v3_ia5.c in Sources */, + OBJ_1558 /* v3_info.c in Sources */, + OBJ_1559 /* v3_int.c in Sources */, + OBJ_1560 /* v3_lib.c in Sources */, + OBJ_1561 /* v3_ncons.c in Sources */, + OBJ_1562 /* v3_ocsp.c in Sources */, + OBJ_1563 /* v3_pci.c in Sources */, + OBJ_1564 /* v3_pcia.c in Sources */, + OBJ_1565 /* v3_pcons.c in Sources */, + OBJ_1566 /* v3_pku.c in Sources */, + OBJ_1567 /* v3_pmaps.c in Sources */, + OBJ_1568 /* v3_prn.c in Sources */, + OBJ_1569 /* v3_purp.c in Sources */, + OBJ_1570 /* v3_scts.c in Sources */, + OBJ_1571 /* v3_skey.c in Sources */, + OBJ_1572 /* v3_sxnet.c in Sources */, + OBJ_1573 /* v3_utl.c in Sources */, + OBJ_1574 /* v3err.c in Sources */, + OBJ_1575 /* wp_block.c in Sources */, + OBJ_1576 /* wp_dgst.c in Sources */, + OBJ_1577 /* wrap128.c in Sources */, + OBJ_1578 /* x509_att.c in Sources */, + OBJ_1579 /* x509_cmp.c in Sources */, + OBJ_1580 /* x509_d2.c in Sources */, + OBJ_1581 /* x509_def.c in Sources */, + OBJ_1582 /* x509_err.c in Sources */, + OBJ_1583 /* x509_ext.c in Sources */, + OBJ_1584 /* x509_lu.c in Sources */, + OBJ_1585 /* x509_obj.c in Sources */, + OBJ_1586 /* x509_r2x.c in Sources */, + OBJ_1587 /* x509_req.c in Sources */, + OBJ_1588 /* x509_set.c in Sources */, + OBJ_1589 /* x509_trs.c in Sources */, + OBJ_1590 /* x509_txt.c in Sources */, + OBJ_1591 /* x509_v3.c in Sources */, + OBJ_1592 /* x509_vfy.c in Sources */, + OBJ_1593 /* x509_vpm.c in Sources */, + OBJ_1594 /* x509cset.c in Sources */, + OBJ_1595 /* x509name.c in Sources */, + OBJ_1596 /* x509rset.c in Sources */, + OBJ_1597 /* x509spki.c in Sources */, + OBJ_1598 /* x509type.c in Sources */, + OBJ_1599 /* x_algor.c in Sources */, + OBJ_1600 /* x_all.c in Sources */, + OBJ_1601 /* x_attrib.c in Sources */, + OBJ_1602 /* x_bignum.c in Sources */, + OBJ_1603 /* x_crl.c in Sources */, + OBJ_1604 /* x_exten.c in Sources */, + OBJ_1605 /* x_info.c in Sources */, + OBJ_1606 /* x_long.c in Sources */, + OBJ_1607 /* x_name.c in Sources */, + OBJ_1608 /* x_nx509.c in Sources */, + OBJ_1609 /* x_pkey.c in Sources */, + OBJ_1610 /* x_pubkey.c in Sources */, + OBJ_1611 /* x_req.c in Sources */, + OBJ_1612 /* x_sig.c in Sources */, + OBJ_1613 /* x_spki.c in Sources */, + OBJ_1614 /* x_val.c in Sources */, + OBJ_1615 /* x_x509.c in Sources */, + OBJ_1616 /* x_x509a.c in Sources */, + OBJ_1617 /* xcbc_enc.c in Sources */, + OBJ_1618 /* xts128.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + OBJ_1644 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_932 /* COpenSSL */; + targetProxy = 94B464F81E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1645 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1620 /* PerfectThread */; + targetProxy = 94B464F91E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1665 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_916 /* PerfectLib */; + targetProxy = 94B464FB1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1666 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_932 /* COpenSSL */; + targetProxy = 94B464FC1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1667 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1620 /* PerfectThread */; + targetProxy = 94B464FD1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1668 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1629 /* PerfectNet */; + targetProxy = 94B464FE1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1696 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_916 /* PerfectLib */; + targetProxy = 94B465001E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1697 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_932 /* COpenSSL */; + targetProxy = 94B465011E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1698 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1620 /* PerfectThread */; + targetProxy = 94B465021E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1699 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1629 /* PerfectNet */; + targetProxy = 94B465031E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1700 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1646 /* PerfectHTTP */; + targetProxy = 94B465041E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1722 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_916 /* PerfectLib */; + targetProxy = 94B4650C1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1723 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_932 /* COpenSSL */; + targetProxy = 94B4650D1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1724 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1620 /* PerfectThread */; + targetProxy = 94B4650E1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1725 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1629 /* PerfectNet */; + targetProxy = 94B4650F1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1726 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1646 /* PerfectHTTP */; + targetProxy = 94B465101E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1727 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1728 /* CHTTPParser */; + targetProxy = 94B465111E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1729 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1669 /* CZlib */; + targetProxy = 94B465121E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1742 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_916 /* PerfectLib */; + targetProxy = 94B465061E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1743 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_932 /* COpenSSL */; + targetProxy = 94B465071E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1744 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1620 /* PerfectThread */; + targetProxy = 94B465081E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1745 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1629 /* PerfectNet */; + targetProxy = 94B465091E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1746 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1646 /* PerfectHTTP */; + targetProxy = 94B4650A1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1772 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_916 /* PerfectLib */; + targetProxy = 94B465151E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1793 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1620 /* PerfectThread */; + targetProxy = 94B465181E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1806 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_916 /* PerfectLib */; + targetProxy = 94B4651A1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1807 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1773 /* SwiftMoment */; + targetProxy = 94B4651B1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1808 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1620 /* PerfectThread */; + targetProxy = 94B4651C1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1809 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1785 /* PerfectCURL */; + targetProxy = 94B4651D1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1833 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1747 /* MySQL */; + targetProxy = 94B4651F1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1834 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_916 /* PerfectLib */; + targetProxy = 94B465201E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1835 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1754 /* StORM */; + targetProxy = 94B465211E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1836 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1773 /* SwiftMoment */; + targetProxy = 94B465221E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1837 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1620 /* PerfectThread */; + targetProxy = 94B465231E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1838 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1785 /* PerfectCURL */; + targetProxy = 94B465241E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1839 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1794 /* PerfectLogger */; + targetProxy = 94B465251E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1852 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_916 /* PerfectLib */; + targetProxy = 94B465271E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1853 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_932 /* COpenSSL */; + targetProxy = 94B465281E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1854 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1620 /* PerfectThread */; + targetProxy = 94B465291E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1855 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1629 /* PerfectNet */; + targetProxy = 94B4652A1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1856 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1646 /* PerfectHTTP */; + targetProxy = 94B4652B1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1895 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1896 /* TurnstileCrypto */; + targetProxy = 94B465321E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1897 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1898 /* Turnstile */; + targetProxy = 94B465331E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1926 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1896 /* TurnstileCrypto */; + targetProxy = 94B465301E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1949 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_916 /* PerfectLib */; + targetProxy = 94B465351E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1950 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_932 /* COpenSSL */; + targetProxy = 94B465361E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1951 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1620 /* PerfectThread */; + targetProxy = 94B465371E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1952 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1629 /* PerfectNet */; + targetProxy = 94B465381E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1953 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1646 /* PerfectHTTP */; + targetProxy = 94B465391E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1954 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1896 /* TurnstileCrypto */; + targetProxy = 94B4653A1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1955 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1898 /* Turnstile */; + targetProxy = 94B4653B1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1956 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1875 /* TurnstileWeb */; + targetProxy = 94B4653C1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1957 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1857 /* SwiftString */; + targetProxy = 94B4653D1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1958 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1840 /* PerfectMustache */; + targetProxy = 94B4653E1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1995 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1747 /* MySQL */; + targetProxy = 94B465401E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1996 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_916 /* PerfectLib */; + targetProxy = 94B465411E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1997 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1754 /* StORM */; + targetProxy = 94B465421E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1998 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1773 /* SwiftMoment */; + targetProxy = 94B465431E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_1999 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1620 /* PerfectThread */; + targetProxy = 94B465441E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1785 /* PerfectCURL */; + targetProxy = 94B465451E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2001 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1794 /* PerfectLogger */; + targetProxy = 94B465461E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2002 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1810 /* MySQLStORM */; + targetProxy = 94B465471E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2003 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_932 /* COpenSSL */; + targetProxy = 94B465481E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2004 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1629 /* PerfectNet */; + targetProxy = 94B465491E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2005 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1646 /* PerfectHTTP */; + targetProxy = 94B4654A1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2006 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1669 /* CZlib */; + targetProxy = 94B4654B1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2007 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1728 /* CHTTPParser */; + targetProxy = 94B4654C1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2008 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1701 /* PerfectHTTPServer */; + targetProxy = 94B4654D1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2009 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1840 /* PerfectMustache */; + targetProxy = 94B4654E1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1857 /* SwiftString */; + targetProxy = 94B4654F1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2011 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1866 /* SwiftRandom */; + targetProxy = 94B465501E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2012 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1896 /* TurnstileCrypto */; + targetProxy = 94B465511E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2013 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1898 /* Turnstile */; + targetProxy = 94B465521E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2014 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1875 /* TurnstileWeb */; + targetProxy = 94B465531E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2015 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1927 /* TurnstilePerfect */; + targetProxy = 94B465541E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2057 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_916 /* PerfectLib */; + targetProxy = 94B464F41E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2058 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_932 /* COpenSSL */; + targetProxy = 94B464F51E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2059 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1620 /* PerfectThread */; + targetProxy = 94B464F61E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2060 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1629 /* PerfectNet */; + targetProxy = 94B464F71E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2061 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1646 /* PerfectHTTP */; + targetProxy = 94B464FA1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2062 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1669 /* CZlib */; + targetProxy = 94B464FF1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2063 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1728 /* CHTTPParser */; + targetProxy = 94B465051E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2064 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1701 /* PerfectHTTPServer */; + targetProxy = 94B4650B1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2065 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1747 /* MySQL */; + targetProxy = 94B465131E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2066 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1754 /* StORM */; + targetProxy = 94B465141E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2067 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1773 /* SwiftMoment */; + targetProxy = 94B465161E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2068 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1785 /* PerfectCURL */; + targetProxy = 94B465171E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2069 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1794 /* PerfectLogger */; + targetProxy = 94B465191E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2070 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1810 /* MySQLStORM */; + targetProxy = 94B4651E1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2071 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1840 /* PerfectMustache */; + targetProxy = 94B465261E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2072 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1857 /* SwiftString */; + targetProxy = 94B4652C1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2073 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1866 /* SwiftRandom */; + targetProxy = 94B4652D1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2074 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1896 /* TurnstileCrypto */; + targetProxy = 94B4652E1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2075 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1898 /* Turnstile */; + targetProxy = 94B4652F1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2076 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1875 /* TurnstileWeb */; + targetProxy = 94B465311E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2077 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1927 /* TurnstilePerfect */; + targetProxy = 94B465341E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2078 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1959 /* PerfectTurnstileMySQL */; + targetProxy = 94B4653F1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2079 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_2016 /* SwiftSQL */; + targetProxy = 94B465551E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2080 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_2081 /* ToDoModel */; + targetProxy = 94B465561E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2112 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_916 /* PerfectLib */; + targetProxy = 94B465571E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2113 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_932 /* COpenSSL */; + targetProxy = 94B465581E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2114 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1620 /* PerfectThread */; + targetProxy = 94B465591E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2115 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1629 /* PerfectNet */; + targetProxy = 94B4655A1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2116 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1646 /* PerfectHTTP */; + targetProxy = 94B4655B1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2117 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1669 /* CZlib */; + targetProxy = 94B4655C1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2118 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1728 /* CHTTPParser */; + targetProxy = 94B4655D1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2119 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1701 /* PerfectHTTPServer */; + targetProxy = 94B4655E1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2120 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1747 /* MySQL */; + targetProxy = 94B4655F1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2121 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1754 /* StORM */; + targetProxy = 94B465601E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2122 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1773 /* SwiftMoment */; + targetProxy = 94B465611E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2123 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1785 /* PerfectCURL */; + targetProxy = 94B465621E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2124 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1794 /* PerfectLogger */; + targetProxy = 94B465631E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2125 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1810 /* MySQLStORM */; + targetProxy = 94B465641E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2126 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1840 /* PerfectMustache */; + targetProxy = 94B465651E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2127 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1857 /* SwiftString */; + targetProxy = 94B465661E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2128 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1866 /* SwiftRandom */; + targetProxy = 94B465671E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2129 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1896 /* TurnstileCrypto */; + targetProxy = 94B465681E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2130 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1898 /* Turnstile */; + targetProxy = 94B465691E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2131 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1875 /* TurnstileWeb */; + targetProxy = 94B4656A1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2132 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1927 /* TurnstilePerfect */; + targetProxy = 94B4656B1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2133 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1959 /* PerfectTurnstileMySQL */; + targetProxy = 94B4656C1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2134 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_2016 /* SwiftSQL */; + targetProxy = 94B4656D1E730515009B571E /* PBXContainerItemProxy */; + }; + OBJ_2165 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_916 /* PerfectLib */; + targetProxy = 94B4656E1E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2166 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_932 /* COpenSSL */; + targetProxy = 94B4656F1E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2167 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1620 /* PerfectThread */; + targetProxy = 94B465701E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2168 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1629 /* PerfectNet */; + targetProxy = 94B465711E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2169 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1646 /* PerfectHTTP */; + targetProxy = 94B465721E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2170 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1669 /* CZlib */; + targetProxy = 94B465731E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2171 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1728 /* CHTTPParser */; + targetProxy = 94B465741E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2172 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1701 /* PerfectHTTPServer */; + targetProxy = 94B465751E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2173 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1747 /* MySQL */; + targetProxy = 94B465761E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2174 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1754 /* StORM */; + targetProxy = 94B465771E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2175 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1773 /* SwiftMoment */; + targetProxy = 94B465781E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2176 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1785 /* PerfectCURL */; + targetProxy = 94B465791E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2177 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1794 /* PerfectLogger */; + targetProxy = 94B4657A1E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2178 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1810 /* MySQLStORM */; + targetProxy = 94B4657B1E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2179 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1840 /* PerfectMustache */; + targetProxy = 94B4657C1E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2180 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1857 /* SwiftString */; + targetProxy = 94B4657D1E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2181 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1866 /* SwiftRandom */; + targetProxy = 94B4657E1E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2182 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1896 /* TurnstileCrypto */; + targetProxy = 94B4657F1E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2183 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1898 /* Turnstile */; + targetProxy = 94B465801E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2184 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1875 /* TurnstileWeb */; + targetProxy = 94B465811E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2185 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1927 /* TurnstilePerfect */; + targetProxy = 94B465821E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2186 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_1959 /* PerfectTurnstileMySQL */; + targetProxy = 94B465831E730518009B571E /* PBXContainerItemProxy */; + }; + OBJ_2187 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_2016 /* SwiftSQL */; + targetProxy = 94B465841E730518009B571E /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + OBJ_1622 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectThread_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectThread; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectThread; + }; + name = Debug; + }; + OBJ_1623 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectThread_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectThread; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectThread; + }; + name = Release; + }; + OBJ_1631 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectNet_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectNet; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectNet; + }; + name = Debug; + }; + OBJ_1632 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectNet_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectNet; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectNet; + }; + name = Release; + }; + OBJ_1648 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectHTTP_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectHTTP; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectHTTP; + }; + name = Debug; + }; + OBJ_1649 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectHTTP_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectHTTP; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectHTTP; + }; + name = Release; + }; + OBJ_1671 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEFINES_MODULE = NO; + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/CZlib_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = CZlib; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = CZlib; + }; + name = Debug; + }; + OBJ_1672 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEFINES_MODULE = NO; + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/CZlib_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = CZlib; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = CZlib; + }; + name = Release; + }; + OBJ_1703 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectHTTPServer_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectHTTPServer; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectHTTPServer; + }; + name = Debug; + }; + OBJ_1704 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectHTTPServer_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectHTTPServer; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectHTTPServer; + }; + name = Release; + }; + OBJ_1731 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEFINES_MODULE = NO; + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/CHTTPParser_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = CHTTPParser; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = CHTTPParser; + }; + name = Debug; + }; + OBJ_1732 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEFINES_MODULE = NO; + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/CHTTPParser_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = CHTTPParser; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = CHTTPParser; + }; + name = Release; + }; + OBJ_1749 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/MySQL_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = ( + "$(inherited)", + "-L/usr/local/Cellar/mysql/5.7.17/lib", + "-lmysqlclient", + ); + OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql"; + PRODUCT_BUNDLE_IDENTIFIER = MySQL; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = MySQL; + }; + name = Debug; + }; + OBJ_1750 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/MySQL_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = ( + "$(inherited)", + "-L/usr/local/Cellar/mysql/5.7.17/lib", + "-lmysqlclient", + ); + OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql"; + PRODUCT_BUNDLE_IDENTIFIER = MySQL; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = MySQL; + }; + name = Release; + }; + OBJ_1756 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/StORM_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = StORM; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = StORM; + }; + name = Debug; + }; + OBJ_1757 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/StORM_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = StORM; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = StORM; + }; + name = Release; + }; + OBJ_1775 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/SwiftMoment_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = SwiftMoment; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = SwiftMoment; + }; + name = Debug; + }; + OBJ_1776 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/SwiftMoment_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = SwiftMoment; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = SwiftMoment; + }; + name = Release; + }; + OBJ_1787 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectCURL_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectCURL; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectCURL; + }; + name = Debug; + }; + OBJ_1788 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectCURL_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectCURL; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectCURL; + }; + name = Release; + }; + OBJ_1796 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectLogger_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectLogger; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectLogger; + }; + name = Debug; + }; + OBJ_1797 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectLogger_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectLogger; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectLogger; + }; + name = Release; + }; + OBJ_1812 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", + "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/MySQLStORM_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = ( + "$(inherited)", + "-L/usr/local/Cellar/mysql/5.7.17/lib", + "-lmysqlclient", + ); + OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql"; + PRODUCT_BUNDLE_IDENTIFIER = MySQLStORM; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = MySQLStORM; + }; + name = Debug; + }; + OBJ_1813 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", + "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/MySQLStORM_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = ( + "$(inherited)", + "-L/usr/local/Cellar/mysql/5.7.17/lib", + "-lmysqlclient", + ); + OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql"; + PRODUCT_BUNDLE_IDENTIFIER = MySQLStORM; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = MySQLStORM; + }; + name = Release; + }; + OBJ_1842 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectMustache_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectMustache; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectMustache; + }; + name = Debug; + }; + OBJ_1843 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectMustache_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectMustache; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectMustache; + }; + name = Release; + }; + OBJ_1859 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/SwiftString_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = SwiftString; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = SwiftString; + }; + name = Debug; + }; + OBJ_1860 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/SwiftString_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = SwiftString; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = SwiftString; + }; + name = Release; + }; + OBJ_1868 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/SwiftRandom_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = SwiftRandom; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = SwiftRandom; + }; + name = Debug; + }; + OBJ_1869 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/SwiftRandom_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = SwiftRandom; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = SwiftRandom; + }; + name = Release; + }; + OBJ_1877 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/TurnstileWeb_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = TurnstileWeb; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = TurnstileWeb; + }; + name = Debug; + }; + OBJ_1878 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/TurnstileWeb_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = TurnstileWeb; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = TurnstileWeb; + }; + name = Release; + }; + OBJ_1900 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/TurnstileCrypto_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = TurnstileCrypto; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = TurnstileCrypto; + }; + name = Debug; + }; + OBJ_1901 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/TurnstileCrypto_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = TurnstileCrypto; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = TurnstileCrypto; + }; + name = Release; + }; + OBJ_1908 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/Turnstile_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = Turnstile; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = Turnstile; + }; + name = Debug; + }; + OBJ_1909 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/Turnstile_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = Turnstile; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = Turnstile; + }; + name = Release; + }; + OBJ_1929 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/TurnstilePerfect_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; + PRODUCT_BUNDLE_IDENTIFIER = TurnstilePerfect; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = TurnstilePerfect; + }; + name = Debug; + }; + OBJ_1930 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/TurnstilePerfect_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; + PRODUCT_BUNDLE_IDENTIFIER = TurnstilePerfect; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = TurnstilePerfect; + }; + name = Release; + }; + OBJ_1961 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", + "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectTurnstileMySQL_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = ( + "$(inherited)", + "-L/usr/local/Cellar/mysql/5.7.17/lib", + "-lmysqlclient", + ); + OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectTurnstileMySQL; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectTurnstileMySQL; + }; + name = Debug; + }; + OBJ_1962 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", + "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectTurnstileMySQL_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = ( + "$(inherited)", + "-L/usr/local/Cellar/mysql/5.7.17/lib", + "-lmysqlclient", + ); + OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectTurnstileMySQL; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectTurnstileMySQL; + }; + name = Release; + }; + OBJ_2018 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/SwiftSQL_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = SwiftSQL; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = SwiftSQL; + }; + name = Debug; + }; + OBJ_2019 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/SwiftSQL_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = SwiftSQL; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = SwiftSQL; + }; + name = Release; + }; + OBJ_2026 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", + "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", + "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/ToDo_API_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx @executable_path"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = ( + "$(inherited)", + "-L/usr/local/Cellar/mysql/5.7.17/lib", + "-lmysqlclient", + ); + OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; + SWIFT_FORCE_DYNAMIC_LINK_STDLIB = YES; + SWIFT_FORCE_STATIC_LINK_STDLIB = NO; + TARGET_NAME = "ToDo-API"; + }; + name = Debug; + }; + OBJ_2027 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", + "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", + "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/ToDo_API_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx @executable_path"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = ( + "$(inherited)", + "-L/usr/local/Cellar/mysql/5.7.17/lib", + "-lmysqlclient", + ); + OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; + SWIFT_FORCE_DYNAMIC_LINK_STDLIB = YES; + SWIFT_FORCE_STATIC_LINK_STDLIB = NO; + TARGET_NAME = "ToDo-API"; + }; + name = Release; + }; + OBJ_2083 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", + "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", + "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/ToDoModel_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = ( + "$(inherited)", + "-L/usr/local/Cellar/mysql/5.7.17/lib", + "-lmysqlclient", + ); + OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; + PRODUCT_BUNDLE_IDENTIFIER = ToDoModel; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = ToDoModel; + }; + name = Debug; + }; + OBJ_2084 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", + "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", + "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/ToDoModel_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = ( + "$(inherited)", + "-L/usr/local/Cellar/mysql/5.7.17/lib", + "-lmysqlclient", + ); + OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; + PRODUCT_BUNDLE_IDENTIFIER = ToDoModel; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = ToDoModel; + }; + name = Release; + }; + OBJ_2137 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", + "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", + "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/Perfect_ToDo_iOS_DemoTests_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = ( + "$(inherited)", + "-L/usr/local/Cellar/mysql/5.7.17/lib", + "-lmysqlclient", + ); + OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; + TARGET_NAME = "Perfect-ToDo-iOS-DemoTests"; + }; + name = Debug; + }; + OBJ_2138 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", + "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", + "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", + "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/Perfect_ToDo_iOS_DemoTests_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks"; + LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; + OTHER_LDFLAGS = ( + "$(inherited)", + "-L/usr/local/Cellar/mysql/5.7.17/lib", + "-lmysqlclient", + ); + OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; + TARGET_NAME = "Perfect-ToDo-iOS-DemoTests"; + }; + name = Release; + }; + OBJ_3 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_OBJC_ARC = YES; + COMBINE_HIDPI_IMAGES = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_NS_ASSERTIONS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + MACOSX_DEPLOYMENT_TARGET = 10.10; + ONLY_ACTIVE_ARCH = YES; + OTHER_SWIFT_FLAGS = "-DXcode"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 3.0; + USE_HEADERMAP = NO; + }; + name = Debug; + }; + OBJ_4 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_OBJC_ARC = YES; + COMBINE_HIDPI_IMAGES = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_OPTIMIZATION_LEVEL = s; + MACOSX_DEPLOYMENT_TARGET = 10.10; + OTHER_SWIFT_FLAGS = "-DXcode"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 3.0; + USE_HEADERMAP = NO; + }; + name = Release; + }; + OBJ_918 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectLib_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectLib; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectLib; + }; + name = Debug; + }; + OBJ_919 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectLib_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = PerfectLib; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = PerfectLib; + }; + name = Release; + }; + OBJ_934 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEFINES_MODULE = NO; + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/COpenSSL_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = COpenSSL; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = COpenSSL; + }; + name = Debug; + }; + OBJ_935 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEFINES_MODULE = NO; + ENABLE_TESTABILITY = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", + ); + INFOPLIST_FILE = "ToDO-Backend.xcodeproj/COpenSSL_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + PRODUCT_BUNDLE_IDENTIFIER = COpenSSL; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGET_NAME = COpenSSL; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + OBJ_1621 /* Build configuration list for PBXNativeTarget "PerfectThread" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1622 /* Debug */, + OBJ_1623 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1630 /* Build configuration list for PBXNativeTarget "PerfectNet" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1631 /* Debug */, + OBJ_1632 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1647 /* Build configuration list for PBXNativeTarget "PerfectHTTP" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1648 /* Debug */, + OBJ_1649 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1670 /* Build configuration list for PBXNativeTarget "CZlib" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1671 /* Debug */, + OBJ_1672 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1702 /* Build configuration list for PBXNativeTarget "PerfectHTTPServer" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1703 /* Debug */, + OBJ_1704 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1730 /* Build configuration list for PBXNativeTarget "CHTTPParser" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1731 /* Debug */, + OBJ_1732 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1748 /* Build configuration list for PBXNativeTarget "MySQL" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1749 /* Debug */, + OBJ_1750 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1755 /* Build configuration list for PBXNativeTarget "StORM" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1756 /* Debug */, + OBJ_1757 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1774 /* Build configuration list for PBXNativeTarget "SwiftMoment" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1775 /* Debug */, + OBJ_1776 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1786 /* Build configuration list for PBXNativeTarget "PerfectCURL" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1787 /* Debug */, + OBJ_1788 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1795 /* Build configuration list for PBXNativeTarget "PerfectLogger" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1796 /* Debug */, + OBJ_1797 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1811 /* Build configuration list for PBXNativeTarget "MySQLStORM" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1812 /* Debug */, + OBJ_1813 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1841 /* Build configuration list for PBXNativeTarget "PerfectMustache" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1842 /* Debug */, + OBJ_1843 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1858 /* Build configuration list for PBXNativeTarget "SwiftString" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1859 /* Debug */, + OBJ_1860 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1867 /* Build configuration list for PBXNativeTarget "SwiftRandom" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1868 /* Debug */, + OBJ_1869 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1876 /* Build configuration list for PBXNativeTarget "TurnstileWeb" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1877 /* Debug */, + OBJ_1878 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1899 /* Build configuration list for PBXNativeTarget "TurnstileCrypto" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1900 /* Debug */, + OBJ_1901 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1907 /* Build configuration list for PBXNativeTarget "Turnstile" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1908 /* Debug */, + OBJ_1909 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1928 /* Build configuration list for PBXNativeTarget "TurnstilePerfect" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1929 /* Debug */, + OBJ_1930 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_1960 /* Build configuration list for PBXNativeTarget "PerfectTurnstileMySQL" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_1961 /* Debug */, + OBJ_1962 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_2 /* Build configuration list for PBXProject "ToDO-Backend" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_3 /* Debug */, + OBJ_4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_2017 /* Build configuration list for PBXNativeTarget "SwiftSQL" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_2018 /* Debug */, + OBJ_2019 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_2025 /* Build configuration list for PBXNativeTarget "ToDo-API" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_2026 /* Debug */, + OBJ_2027 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_2082 /* Build configuration list for PBXNativeTarget "ToDoModel" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_2083 /* Debug */, + OBJ_2084 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_2136 /* Build configuration list for PBXNativeTarget "Perfect-ToDo-iOS-DemoTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_2137 /* Debug */, + OBJ_2138 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_917 /* Build configuration list for PBXNativeTarget "PerfectLib" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_918 /* Debug */, + OBJ_919 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + OBJ_933 /* Build configuration list for PBXNativeTarget "COpenSSL" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + OBJ_934 /* Debug */, + OBJ_935 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = OBJ_1 /* Project object */; +} diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.xcworkspace/xcshareddata/ToDO-Backend.xcscmblueprint b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.xcworkspace/xcshareddata/ToDO-Backend.xcscmblueprint new file mode 100644 index 0000000..d47e180 --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.xcworkspace/xcshareddata/ToDO-Backend.xcscmblueprint @@ -0,0 +1,156 @@ +{ + "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "0D6C6FFB168828CC288E2765CC7A939DF5D94B31", + "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { + + }, + "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { + "5DE71891E68481B19F14057D90BF987D8451F5BA" : 9223372036854775807, + "7E7C1062562B886ABFA1C65C1E929E1339657116" : 9223372036854775807, + "735A06A83BD3E78D8C3B53C09F33A6FB7CEBF8E1" : 9223372036854775807, + "C4127C9B9C8FDF608B532AD72407863CE2797629" : 9223372036854775807, + "615FD99B652E80AC2E813EEEE7964BA10A9886D5" : 9223372036854775807, + "A9A67CBB41898084F22D1A92AEF6023DBEEFE6C7" : 9223372036854775807, + "3B905509A4DD1F5305D27EF37A9F71F239F93941" : 9223372036854775807, + "DCD994A20FFF69E73D7DE28EB512BBF004934554" : 9223372036854775807, + "A9EECFF9405C7376AE51E27811238F18AAFC7246" : 9223372036854775807, + "99295D61D988E90A59977F26C2E0BB063804DE30" : 9223372036854775807, + "0807368968AD22B966EB2C37D1BD70A25DE4DBD7" : 9223372036854775807, + "30B5D7023EC2CE816BA1191FB8D486529915F14F" : 9223372036854775807, + "6F1260245BD69EFA9A05D126763C86280510C6E1" : 9223372036854775807, + "9197B75B1BC29921D6E3B1CCDC2B258350009F3A" : 9223372036854775807, + "7A6E86399764EA793385C76541C62266A3CFE230" : 9223372036854775807, + "A47270401C4E12170692FDEB5A90EE8AC80F500F" : 9223372036854775807, + "E2306DAE0C98D148736A05084B6FAB44F03B4909" : 9223372036854775807, + "0D6C6FFB168828CC288E2765CC7A939DF5D94B31" : 9223372036854775807, + "B123C9ACF68A2BF01173B652DA8ABD73F990D1DE" : 9223372036854775807, + "D29B450053EFE7F16640D64672B63711A39399E1" : 9223372036854775807 + }, + "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "83DC14E9-077F-40AD-9BCC-86BD0A0B4C86", + "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { + "5DE71891E68481B19F14057D90BF987D8451F5BA" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-Turnstile-MySQL.git--3736162348952951147\/", + "7E7C1062562B886ABFA1C65C1E929E1339657116" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Turnstile.git-2443676010155639616\/", + "735A06A83BD3E78D8C3B53C09F33A6FB7CEBF8E1" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-Logger.git--429101405906730625\/", + "C4127C9B9C8FDF608B532AD72407863CE2797629" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-HTTPServer.git--6671958091389663080\/", + "615FD99B652E80AC2E813EEEE7964BA10A9886D5" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-Thread.git-6541237758607105655\/", + "A9A67CBB41898084F22D1A92AEF6023DBEEFE6C7" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/SwiftRandom.git--6412955993590123727\/", + "3B905509A4DD1F5305D27EF37A9F71F239F93941" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-CURL.git-8858624468322681619\/", + "DCD994A20FFF69E73D7DE28EB512BBF004934554" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-COpenSSL.git--4744624199947727386\/", + "A9EECFF9405C7376AE51E27811238F18AAFC7246" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-Mustache.git-4271886153857801499\/", + "99295D61D988E90A59977F26C2E0BB063804DE30" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/SwiftSQL.git-8124242703783450981\/", + "0807368968AD22B966EB2C37D1BD70A25DE4DBD7" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/SwiftString.git-1364241159374428423\/", + "30B5D7023EC2CE816BA1191FB8D486529915F14F" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/MySQL-StORM.git-3054102240623951208\/", + "6F1260245BD69EFA9A05D126763C86280510C6E1" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-Net.git-3268755499654502659\/", + "9197B75B1BC29921D6E3B1CCDC2B258350009F3A" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-HTTP.git--6392294032632002019\/", + "7A6E86399764EA793385C76541C62266A3CFE230" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/SwiftMoment.git--2912679366309029826\/", + "A47270401C4E12170692FDEB5A90EE8AC80F500F" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/StORM.git-6077292811663054913\/", + "E2306DAE0C98D148736A05084B6FAB44F03B4909" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/PerfectLib.git-3712999737848873669\/", + "0D6C6FFB168828CC288E2765CC7A939DF5D94B31" : "Perfect-ToDo-iOS-Demo\/", + "B123C9ACF68A2BF01173B652DA8ABD73F990D1DE" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-MySQL.git-4976130768219902098\/", + "D29B450053EFE7F16640D64672B63711A39399E1" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Turnstile-Perfect.git-2479001266429089274\/" + }, + "DVTSourceControlWorkspaceBlueprintNameKey" : "ToDO-Backend", + "DVTSourceControlWorkspaceBlueprintVersion" : 204, + "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "Perfect-ToDo-API\/ToDO-Backend.xcodeproj", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/SwiftString.git-1364241159374428423", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "0807368968AD22B966EB2C37D1BD70A25DE4DBD7" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:rymcol\/Perfect-ToDo-iOS-Demo.git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "0D6C6FFB168828CC288E2765CC7A939DF5D94B31" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/SwiftORM\/MySQL-StORM.git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "30B5D7023EC2CE816BA1191FB8D486529915F14F" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/Perfect-CURL.git-8858624468322681619", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "3B905509A4DD1F5305D27EF37A9F71F239F93941" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/PerfectlySoft\/Perfect-Turnstile-MySQL.git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "5DE71891E68481B19F14057D90BF987D8451F5BA" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/PerfectlySoft\/Perfect-Thread.git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "615FD99B652E80AC2E813EEEE7964BA10A9886D5" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/Perfect-Net.git-3268755499654502659", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "6F1260245BD69EFA9A05D126763C86280510C6E1" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/PerfectlySoft\/Perfect-Logger.git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "735A06A83BD3E78D8C3B53C09F33A6FB7CEBF8E1" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/SwiftMoment.git--2912679366309029826", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "7A6E86399764EA793385C76541C62266A3CFE230" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/Turnstile.git-2443676010155639616", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "7E7C1062562B886ABFA1C65C1E929E1339657116" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/Perfect-HTTP.git--6392294032632002019", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "9197B75B1BC29921D6E3B1CCDC2B258350009F3A" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/rymcol\/SwiftSQL.git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "99295D61D988E90A59977F26C2E0BB063804DE30" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/SwiftORM\/StORM.git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "A47270401C4E12170692FDEB5A90EE8AC80F500F" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/SwiftRandom.git--6412955993590123727", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "A9A67CBB41898084F22D1A92AEF6023DBEEFE6C7" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/PerfectlySoft\/Perfect-Mustache.git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "A9EECFF9405C7376AE51E27811238F18AAFC7246" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/Perfect-MySQL.git-4976130768219902098", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "B123C9ACF68A2BF01173B652DA8ABD73F990D1DE" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/Perfect-HTTPServer.git--6671958091389663080", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "C4127C9B9C8FDF608B532AD72407863CE2797629" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/PerfectSideRepos\/Turnstile-Perfect.git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "D29B450053EFE7F16640D64672B63711A39399E1" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/Perfect-COpenSSL.git--4744624199947727386", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "DCD994A20FFF69E73D7DE28EB512BBF004934554" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/PerfectlySoft\/PerfectLib.git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "E2306DAE0C98D148736A05084B6FAB44F03B4909" + } + ] +} \ No newline at end of file diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/xcshareddata/xcschemes/ToDO-Backend.xcscheme b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/xcshareddata/xcschemes/ToDO-Backend.xcscheme new file mode 100644 index 0000000..1fb8fd9 --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/xcshareddata/xcschemes/ToDO-Backend.xcscheme @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..d580629 --- /dev/null +++ b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist @@ -0,0 +1,12 @@ + + + + SchemeUserState + + ToDO-Backend.xcscheme + + + SuppressBuildableAutocreation + + + From 5f684f0d638d9e7bfcbf72e7e388b19bfacc4128 Mon Sep 17 00:00:00 2001 From: RockfordWei Date: Wed, 31 Jan 2018 10:41:31 -0500 Subject: [PATCH 2/5] Fixing time out issue. With a bit improvement to check the url error if happened. --- Perfect-ToDo-iOS/Perfect-ToDo-iOS/Config.swift | 2 +- .../Perfect-ToDo-iOS/DataService.swift | 3 ++- Perfect-ToDo-iOS/Perfect-ToDo-iOS/RemoteUser.swift | 14 ++++++++------ 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Perfect-ToDo-iOS/Perfect-ToDo-iOS/Config.swift b/Perfect-ToDo-iOS/Perfect-ToDo-iOS/Config.swift index f1052a8..8902b7f 100644 --- a/Perfect-ToDo-iOS/Perfect-ToDo-iOS/Config.swift +++ b/Perfect-ToDo-iOS/Perfect-ToDo-iOS/Config.swift @@ -8,4 +8,4 @@ import Foundation -let apiEndpoint = "http://0.0.0.0:8181/api" +let apiEndpoint = "http://127.0.0.1:8181/api" diff --git a/Perfect-ToDo-iOS/Perfect-ToDo-iOS/DataService.swift b/Perfect-ToDo-iOS/Perfect-ToDo-iOS/DataService.swift index dcfefb8..a0a5124 100644 --- a/Perfect-ToDo-iOS/Perfect-ToDo-iOS/DataService.swift +++ b/Perfect-ToDo-iOS/Perfect-ToDo-iOS/DataService.swift @@ -47,8 +47,9 @@ class DataService { URLSession.shared.dataTask(with: request) { (data, response, error) in - if error != nil { + if let err = error { NotificationCenter.default.post(Notification(name: .apiServerUnreachable)) + debugPrint(urlPath, err.localizedDescription) } do { diff --git a/Perfect-ToDo-iOS/Perfect-ToDo-iOS/RemoteUser.swift b/Perfect-ToDo-iOS/Perfect-ToDo-iOS/RemoteUser.swift index 1ded02c..1a1002a 100644 --- a/Perfect-ToDo-iOS/Perfect-ToDo-iOS/RemoteUser.swift +++ b/Perfect-ToDo-iOS/Perfect-ToDo-iOS/RemoteUser.swift @@ -35,19 +35,20 @@ class RemoteUser { print("Logging in user: \(_username) with password: \(_password)") - let urlPath = "\(apiEndpoint)/v1/login/?username=\(_username)&password=\(_password)" + let urlPath = "\(apiEndpoint)/v1/login?" + ("username=\(_username)&password=\(_password)".addingPercentEncoding(withAllowedCharacters: .urlHostAllowed) ?? "fault") guard let endpoint = URL(string: urlPath) else { print("Error creating endpoint") return } var request = URLRequest(url: endpoint) - request.timeoutInterval = 3 + request.timeoutInterval = 10 request.httpMethod = "POST" URLSession.shared.dataTask(with: request) { (data, response, error) in - if error != nil { + if let err = error { NotificationCenter.default.post(Notification(name: .apiServerUnreachable)) + debugPrint(urlPath, err.localizedDescription) } do { @@ -76,19 +77,20 @@ class RemoteUser { print("Registering user: \(_username) with password: \(_password)") - let urlPath = "\(apiEndpoint)/v1/register/?username=\(_username)&password=\(_password)" + let urlPath = "\(apiEndpoint)/v1/register?" + ("username=\(_username)&password=\(_password)".addingPercentEncoding(withAllowedCharacters: .urlHostAllowed) ?? "fault") guard let endpoint = URL(string: urlPath) else { print("Error creating endpoint") return } var request = URLRequest(url: endpoint) - request.timeoutInterval = 3 + request.timeoutInterval = 30 request.httpMethod = "POST" URLSession.shared.dataTask(with: request) { (data, response, error) in - if error != nil { + if let err = error { NotificationCenter.default.post(Notification(name: .apiServerUnreachable)) + debugPrint(urlPath, err.localizedDescription) } do { From eb599cf2015cda64c656ff1a111215b152320f4b Mon Sep 17 00:00:00 2001 From: RockfordWei Date: Wed, 31 Jan 2018 10:42:22 -0500 Subject: [PATCH 3/5] Removing unnecessary files --- LICENSE.zh_CN | 59 - Perfect-ToDo-API/.swift-version | 1 - .../CHTTPParser_Info.plist | 25 - .../COpenSSL_Info.plist | 25 - .../ToDO-Backend.xcodeproj/CZlib_Info.plist | 25 - .../MySQLStORM_Info.plist | 25 - .../ToDO-Backend.xcodeproj/MySQL_Info.plist | 25 - .../PerfectCURL_Info.plist | 25 - .../PerfectHTTPServer_Info.plist | 25 - .../PerfectHTTP_Info.plist | 25 - .../PerfectLib_Info.plist | 25 - .../PerfectLogger_Info.plist | 25 - .../PerfectMustache_Info.plist | 25 - .../PerfectNet_Info.plist | 25 - .../PerfectThread_Info.plist | 25 - .../PerfectTurnstileMySQL_Info.plist | 25 - .../Perfect_ToDo_iOS_DemoTests_Info.plist | 25 - .../ToDO-Backend.xcodeproj/StORM_Info.plist | 25 - .../SwiftMoment_Info.plist | 25 - .../SwiftRandom_Info.plist | 25 - .../SwiftSQL_Info.plist | 25 - .../SwiftString_Info.plist | 25 - .../ToDoModel_Info.plist | 25 - .../TurnstileCrypto_Info.plist | 25 - .../TurnstilePerfect_Info.plist | 25 - .../TurnstileWeb_Info.plist | 25 - .../Turnstile_Info.plist | 25 - .../ToDO-Backend.xcodeproj/project.pbxproj | 8462 ----------------- .../contents.xcworkspacedata | 7 - .../xcshareddata/ToDO-Backend.xcscmblueprint | 156 - .../xcschemes/ToDO-Backend.xcscheme | 417 - .../xcschemes/xcschememanagement.plist | 12 - 32 files changed, 9739 deletions(-) delete mode 100644 LICENSE.zh_CN delete mode 100644 Perfect-ToDo-API/.swift-version delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/CHTTPParser_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/COpenSSL_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/CZlib_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/MySQLStORM_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/MySQL_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectCURL_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectHTTPServer_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectHTTP_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectLib_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectLogger_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectMustache_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectNet_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectThread_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectTurnstileMySQL_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/Perfect_ToDo_iOS_DemoTests_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/StORM_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftMoment_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftRandom_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftSQL_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftString_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/ToDoModel_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstileCrypto_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstilePerfect_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstileWeb_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/Turnstile_Info.plist delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.pbxproj delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.xcworkspace/xcshareddata/ToDO-Backend.xcscmblueprint delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/xcshareddata/xcschemes/ToDO-Backend.xcscheme delete mode 100644 Perfect-ToDo-API/ToDO-Backend.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist diff --git a/LICENSE.zh_CN b/LICENSE.zh_CN deleted file mode 100644 index 3b8b5d5..0000000 --- a/LICENSE.zh_CN +++ /dev/null @@ -1,59 +0,0 @@ -Apache许可证 -2.0版 2004年1月 -http://www.apache.org/licenses/ - -关于使用、复制和分发的条款 - -定义 -"许可证"是指根据本文件第1到第9部分关于使用、复制和分发的条款。 - -"许可证颁发者"是指版权所有者或者由版权所有者授权许可证的实体。 - -"法律实体"是指实施实体和进行控制的所有其它实体受该实体控制,或者受该实体集中控制。根据此定义,"控制"是指(i)让无论是否签订协议的上述实体,进行指导或管理的直接权利或间接权利,或者(ii)拥有百分之五十(50%)或以上已发行股票的所有者,或者(iii)上述实体的实权所有者。 - -"用户"(或"用户的")是指行使本许可证所授予权限的个人或法律实体。 - -"源程序"形式是指对包括但不限于软件源代码、文件源程序和配置文件进行修改的首选形式。 - -"目标"形式是指对源程序形式进行机械转换或翻译的任何形式,包括但不限于对编译的目标代码,生成的文件以及转换为其它媒体类型。 - -"作品"是指根据本许可证所制作的源程序形式或目标形式的著作,在著作中包含的或附加的版权通知(在下面附录中提供了一个示例)。 - -"衍生作品"是指基于作品(或从作品衍生而来)的源程序形式或目标形式的任何作品,以及编辑修订、注释、详细描述或其它修订等构成原创著作作品的整体。根据本许可证,衍生作品不得包括与作品及其衍生作品分离之作品,或仅与作品及其衍生作品的接口相链接(或按名称结合)之作品。 - -"贡献"是指任何著作作品,包括作品的原始版本和对该作品或衍生作品所做的任何修订或补充,意在提交给许可证颁发者以让版权所有者或代表版权所有者的授权个人或法律实体包含在其作品中。根据此定义,"提交"一词表示发送给许可证颁发者或其代表人,任何电子的、口头的或书面的交流信息形式,包括但不限于在由许可证颁发者或者代表其管理的电子邮件清单、源代码控制系统、以及发布跟踪系统上为讨论和提高作品的交流,但不包括由版权所有者以书面形式明显标注或指定为"非贡献"的交流活动。 - -"贡献者"是指许可证颁发者和代表从许可证颁发者接受之贡献的并随后包含在作品之贡献中的任何个人或法律实体。 - -版权许可证的授予。根据本许可证的条款,每个贡献者授予用户永久性的、全球性的、非专有性的、免费的、无版权费的、不可撤销的版权许可证以源程序形式或目标形式复制、准备衍生作品、公开显示、公开执行、授予分许可证、以及分发作品和这样的衍生作品。 -专利许可证的授予。根据本许可证的条款,每个贡献者授予用户永久性的、全球性的、非专有性的、免费的、无版权费的、不可撤销的(除在本部分进行说明)专利许可证对作品进行制作、让人制作、使用、提供销售、销售、进口和其它转让,且这样的许可证仅适用于在所递交作品的贡献中因可由单一的或多个这样的贡献者授予而必须侵犯的申请专利。如果用户对任何实体针对作品或作品中所涉及贡献提出因直接性或贡献性专利侵权而提起专利法律诉讼(包括交互诉讼请求或反索赔),那么根据本许可证,授予用户针对作品的任何专利许可证将在提起上述诉讼之日起终止。 -重新分发。用户可在任何媒介中复制和分发作品或衍生作品之副本,无论是否修订,还是以源程序形式或目标形式,条件是用户需满足下列条款: -用户必须为作品或衍生作品的任何其他接收者提供本许可证的副本;并且 -用户必须让任何修改过的文件附带明显的通知,声明用户已更改文件;并且 -用户必须从作品的源程序形式中保留衍生作品源程序形式的用户所分发的所有版权、专利、商标和属性通知,但不包括不属于衍生作品任何部分的类似通知;并且 -如果作品将"通知"文本文件包括为其分发作品的一部分,那么用户分发的任何衍生作品中须至少在下列地方之一包括,在这样的通知文件中所包含的属性通知的可读副本,但不包括那些不属于衍生作品任何部分的通知:在作为衍生作品一部分而分发的通知文本文件中;如果与衍生作品一起提供则在源程序形式或文件中;或者通常作为第三方通知出现的时候和地方,在衍生作品中产生的画面中。通知文件的内容仅供信息提供,并未对许可证进行修改。用户可在其分发的衍生作品中在作品的通知文本后或作为附录添加自己的属性通知,条件是附加的属性通知不得构成修改本许可证。 -用户可以为自身所做出的修订添加自己的版权声明并可对自身所做出修订内容或为这样的衍生作品作为整体的使用、复制或分发提供附加或不同的条款,条件是用户对作品的使用、复制和分发必须符合本许可证中声明的条款。 - -贡献的提交。除非用户明确声明,在作品中由用户向许可证颁发者的提交若要包含在贡献中,必须在无任何附加条款下符合本许可证的条款。尽管上面如此规定,执行许可证颁发者有关贡献的条款时,任何情况下均不得替代或修改任何单独许可证协议的条款。 -商标。本许可证并未授予用户使用许可证颁发者的商号、商标、服务标记或产品名称,除非将这些名称用于合理性和惯例性描述作品起源和复制通知文件的内容时。 -保证否认条款。除非因适用法律需要或书面同意,许可证颁发者以"按原样"基础提供作品(并且每个贡献者提供其贡献),无任何明示的或暗示的保证或条件,包括但不限于关于所有权、不侵权、商品适销性、或适用性的保证或条件。用户仅对使用或重新分发作品的正确性负责,并需承担根据本许可证行使权限时的任何风险。 -责任限制条款。在任何情况下并根据任何法律,无论是因侵权(包括过失)或根据合同,还是其它原因,除非根据适用法律需要(例如故意行为和重大过失行为)或经书面同意,即使贡献者事先已被告知发生损害的可能性,任何贡献者不就用户因使用本许可证或不能使用或无法使用作品(包括但不限于商誉损失、停工、计算机失效或故障,或任何商业损坏或损失)而造成的损失,包括直接的、非直接的、特殊的、意外的或间接的字符损坏而负责。 -接受保证或附加责任。重新分发作品或及其衍生作品时,用户可选择提供或为符合本许可证承担之支持、担保、赔偿或其它职责义务和/或权利而收取费用。但是,在承担上述义务时,用户只可代表用户本身和用户本身责任来执行,无需代表任何其它贡献者,并且用户仅可保证、防护并保持每个贡献者不受任何因此而产生的责任或对因用户自身承担这样的保证或附加责任而对这样的贡献者所提出的索赔。 -条款结束 - -附录:如何向用户作品中应用Apache许可证。 - -若要向用户作品应用Apache许可证,请附加下列样本通知,将括号"[]"中的字段以用户自身的区分信息来替换(但不包括括号)。文本必须以文件格式适当的注释句法包含在其中。另外建议将文件名或类别名以及目的说明包含在相同的"打印页"上作为版权通知,以更加容易的区分出第三方档案。 - -版权所有[yyyy][版权所有者的名称] - -根据2.0版本Apache许可证("许可证")授权; -根据本许可证,用户可以不使用此文件。 -用户可从下列网址获得许可证副本: - -http://www.apache.org/licenses/LICENSE-2.0 - -除非因适用法律需要或书面同意, -根据许可证分发的软件是基于"按原样"基础提供, -无任何明示的或暗示的保证或条件。 -详见根据许可证许可下,特定语言的管辖权限和限制。 diff --git a/Perfect-ToDo-API/.swift-version b/Perfect-ToDo-API/.swift-version deleted file mode 100644 index bec3a35..0000000 --- a/Perfect-ToDo-API/.swift-version +++ /dev/null @@ -1 +0,0 @@ -system diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/CHTTPParser_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/CHTTPParser_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/CHTTPParser_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/COpenSSL_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/COpenSSL_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/COpenSSL_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/CZlib_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/CZlib_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/CZlib_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/MySQLStORM_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/MySQLStORM_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/MySQLStORM_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/MySQL_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/MySQL_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/MySQL_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectCURL_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectCURL_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectCURL_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectHTTPServer_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectHTTPServer_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectHTTPServer_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectHTTP_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectHTTP_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectHTTP_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectLib_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectLib_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectLib_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectLogger_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectLogger_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectLogger_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectMustache_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectMustache_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectMustache_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectNet_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectNet_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectNet_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectThread_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectThread_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectThread_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectTurnstileMySQL_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectTurnstileMySQL_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/PerfectTurnstileMySQL_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/Perfect_ToDo_iOS_DemoTests_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/Perfect_ToDo_iOS_DemoTests_Info.plist deleted file mode 100644 index 7c23420..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/Perfect_ToDo_iOS_DemoTests_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/StORM_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/StORM_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/StORM_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftMoment_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftMoment_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftMoment_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftRandom_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftRandom_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftRandom_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftSQL_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftSQL_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftSQL_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftString_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftString_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/SwiftString_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/ToDoModel_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/ToDoModel_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/ToDoModel_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstileCrypto_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstileCrypto_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstileCrypto_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstilePerfect_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstilePerfect_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstilePerfect_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstileWeb_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstileWeb_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/TurnstileWeb_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/Turnstile_Info.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/Turnstile_Info.plist deleted file mode 100644 index 57ada9f..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/Turnstile_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.pbxproj b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.pbxproj deleted file mode 100644 index 1ec486e..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.pbxproj +++ /dev/null @@ -1,8462 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - OBJ_1000 /* bio_ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_255 /* bio_ssl.c */; }; - OBJ_1001 /* bn_add.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_256 /* bn_add.c */; }; - OBJ_1002 /* bn_asm.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_257 /* bn_asm.c */; }; - OBJ_1003 /* bn_blind.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_258 /* bn_blind.c */; }; - OBJ_1004 /* bn_const.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_259 /* bn_const.c */; }; - OBJ_1005 /* bn_ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_260 /* bn_ctx.c */; }; - OBJ_1006 /* bn_depr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_261 /* bn_depr.c */; }; - OBJ_1007 /* bn_div.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_262 /* bn_div.c */; }; - OBJ_1008 /* bn_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_263 /* bn_err.c */; }; - OBJ_1009 /* bn_exp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_264 /* bn_exp.c */; }; - OBJ_1010 /* bn_exp2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_265 /* bn_exp2.c */; }; - OBJ_1011 /* bn_gcd.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_266 /* bn_gcd.c */; }; - OBJ_1012 /* bn_gf2m.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_267 /* bn_gf2m.c */; }; - OBJ_1013 /* bn_kron.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_268 /* bn_kron.c */; }; - OBJ_1014 /* bn_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_269 /* bn_lib.c */; }; - OBJ_1015 /* bn_mod.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_270 /* bn_mod.c */; }; - OBJ_1016 /* bn_mont.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_271 /* bn_mont.c */; }; - OBJ_1017 /* bn_mpi.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_272 /* bn_mpi.c */; }; - OBJ_1018 /* bn_mul.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_273 /* bn_mul.c */; }; - OBJ_1019 /* bn_nist.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_274 /* bn_nist.c */; }; - OBJ_1020 /* bn_prime.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_275 /* bn_prime.c */; }; - OBJ_1021 /* bn_print.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_276 /* bn_print.c */; }; - OBJ_1022 /* bn_rand.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_277 /* bn_rand.c */; }; - OBJ_1023 /* bn_recp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_278 /* bn_recp.c */; }; - OBJ_1024 /* bn_shift.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_279 /* bn_shift.c */; }; - OBJ_1025 /* bn_sqr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_280 /* bn_sqr.c */; }; - OBJ_1026 /* bn_sqrt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_281 /* bn_sqrt.c */; }; - OBJ_1027 /* bn_word.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_282 /* bn_word.c */; }; - OBJ_1028 /* bn_x931p.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_283 /* bn_x931p.c */; }; - OBJ_1029 /* bss_acpt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_284 /* bss_acpt.c */; }; - OBJ_1030 /* bss_bio.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_285 /* bss_bio.c */; }; - OBJ_1031 /* bss_conn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_286 /* bss_conn.c */; }; - OBJ_1032 /* bss_dgram.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_287 /* bss_dgram.c */; }; - OBJ_1033 /* bss_fd.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_288 /* bss_fd.c */; }; - OBJ_1034 /* bss_file.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_289 /* bss_file.c */; }; - OBJ_1035 /* bss_log.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_290 /* bss_log.c */; }; - OBJ_1036 /* bss_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_291 /* bss_mem.c */; }; - OBJ_1037 /* bss_null.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_292 /* bss_null.c */; }; - OBJ_1038 /* bss_sock.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_293 /* bss_sock.c */; }; - OBJ_1039 /* buf_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_294 /* buf_err.c */; }; - OBJ_1040 /* buf_str.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_295 /* buf_str.c */; }; - OBJ_1041 /* buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_296 /* buffer.c */; }; - OBJ_1042 /* by_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_297 /* by_dir.c */; }; - OBJ_1043 /* by_file.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_298 /* by_file.c */; }; - OBJ_1044 /* c_all.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_299 /* c_all.c */; }; - OBJ_1045 /* c_allc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_300 /* c_allc.c */; }; - OBJ_1046 /* c_alld.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_301 /* c_alld.c */; }; - OBJ_1047 /* c_cfb64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_302 /* c_cfb64.c */; }; - OBJ_1048 /* c_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_303 /* c_ecb.c */; }; - OBJ_1049 /* c_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_304 /* c_enc.c */; }; - OBJ_1050 /* c_ofb64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_305 /* c_ofb64.c */; }; - OBJ_1051 /* c_rle.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_306 /* c_rle.c */; }; - OBJ_1052 /* c_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_307 /* c_skey.c */; }; - OBJ_1053 /* c_zlib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_308 /* c_zlib.c */; }; - OBJ_1054 /* camellia.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_309 /* camellia.c */; }; - OBJ_1055 /* cbc128.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_310 /* cbc128.c */; }; - OBJ_1056 /* cbc3_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_311 /* cbc3_enc.c */; }; - OBJ_1057 /* cbc_cksm.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_312 /* cbc_cksm.c */; }; - OBJ_1058 /* cbc_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_313 /* cbc_enc.c */; }; - OBJ_1059 /* ccm128.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_314 /* ccm128.c */; }; - OBJ_1060 /* cfb128.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_315 /* cfb128.c */; }; - OBJ_1061 /* cfb64ede.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_316 /* cfb64ede.c */; }; - OBJ_1062 /* cfb64enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_317 /* cfb64enc.c */; }; - OBJ_1063 /* cfb_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_318 /* cfb_enc.c */; }; - OBJ_1064 /* cm_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_319 /* cm_ameth.c */; }; - OBJ_1065 /* cm_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_320 /* cm_pmeth.c */; }; - OBJ_1066 /* cmac.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_321 /* cmac.c */; }; - OBJ_1067 /* cmll_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_322 /* cmll_cbc.c */; }; - OBJ_1068 /* cmll_cfb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_323 /* cmll_cfb.c */; }; - OBJ_1069 /* cmll_ctr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_324 /* cmll_ctr.c */; }; - OBJ_1070 /* cmll_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_325 /* cmll_ecb.c */; }; - OBJ_1071 /* cmll_misc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_326 /* cmll_misc.c */; }; - OBJ_1072 /* cmll_ofb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_327 /* cmll_ofb.c */; }; - OBJ_1073 /* cmll_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_328 /* cmll_utl.c */; }; - OBJ_1074 /* cms_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_329 /* cms_asn1.c */; }; - OBJ_1075 /* cms_att.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_330 /* cms_att.c */; }; - OBJ_1076 /* cms_cd.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_331 /* cms_cd.c */; }; - OBJ_1077 /* cms_dd.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_332 /* cms_dd.c */; }; - OBJ_1078 /* cms_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_333 /* cms_enc.c */; }; - OBJ_1079 /* cms_env.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_334 /* cms_env.c */; }; - OBJ_1080 /* cms_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_335 /* cms_err.c */; }; - OBJ_1081 /* cms_ess.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_336 /* cms_ess.c */; }; - OBJ_1082 /* cms_io.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_337 /* cms_io.c */; }; - OBJ_1083 /* cms_kari.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_338 /* cms_kari.c */; }; - OBJ_1084 /* cms_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_339 /* cms_lib.c */; }; - OBJ_1085 /* cms_pwri.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_340 /* cms_pwri.c */; }; - OBJ_1086 /* cms_sd.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_341 /* cms_sd.c */; }; - OBJ_1087 /* cms_smime.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_342 /* cms_smime.c */; }; - OBJ_1088 /* comp_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_343 /* comp_err.c */; }; - OBJ_1089 /* comp_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_344 /* comp_lib.c */; }; - OBJ_1090 /* conf_api.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_345 /* conf_api.c */; }; - OBJ_1091 /* conf_def.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_346 /* conf_def.c */; }; - OBJ_1092 /* conf_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_347 /* conf_err.c */; }; - OBJ_1093 /* conf_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_348 /* conf_lib.c */; }; - OBJ_1094 /* conf_mall.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_349 /* conf_mall.c */; }; - OBJ_1095 /* conf_mod.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_350 /* conf_mod.c */; }; - OBJ_1096 /* conf_sap.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_351 /* conf_sap.c */; }; - OBJ_1097 /* cpt_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_352 /* cpt_err.c */; }; - OBJ_1098 /* cryptlib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_353 /* cryptlib.c */; }; - OBJ_1099 /* ctr128.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_354 /* ctr128.c */; }; - OBJ_1100 /* cversion.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_355 /* cversion.c */; }; - OBJ_1101 /* d1_both.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_356 /* d1_both.c */; }; - OBJ_1102 /* d1_clnt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_357 /* d1_clnt.c */; }; - OBJ_1103 /* d1_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_358 /* d1_lib.c */; }; - OBJ_1104 /* d1_meth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_359 /* d1_meth.c */; }; - OBJ_1105 /* d1_pkt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_360 /* d1_pkt.c */; }; - OBJ_1106 /* d1_srtp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_361 /* d1_srtp.c */; }; - OBJ_1107 /* d1_srvr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_362 /* d1_srvr.c */; }; - OBJ_1108 /* d2i_pr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_363 /* d2i_pr.c */; }; - OBJ_1109 /* d2i_pu.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_364 /* d2i_pu.c */; }; - OBJ_1110 /* des_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_365 /* des_enc.c */; }; - OBJ_1111 /* des_old.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_366 /* des_old.c */; }; - OBJ_1112 /* des_old2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_367 /* des_old2.c */; }; - OBJ_1113 /* dh_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_368 /* dh_ameth.c */; }; - OBJ_1114 /* dh_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_369 /* dh_asn1.c */; }; - OBJ_1115 /* dh_check.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_370 /* dh_check.c */; }; - OBJ_1116 /* dh_depr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_371 /* dh_depr.c */; }; - OBJ_1117 /* dh_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_372 /* dh_err.c */; }; - OBJ_1118 /* dh_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_373 /* dh_gen.c */; }; - OBJ_1119 /* dh_kdf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_374 /* dh_kdf.c */; }; - OBJ_1120 /* dh_key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_375 /* dh_key.c */; }; - OBJ_1121 /* dh_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_376 /* dh_lib.c */; }; - OBJ_1122 /* dh_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_377 /* dh_pmeth.c */; }; - OBJ_1123 /* dh_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_378 /* dh_prn.c */; }; - OBJ_1124 /* dh_rfc5114.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_379 /* dh_rfc5114.c */; }; - OBJ_1125 /* digest.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_380 /* digest.c */; }; - OBJ_1126 /* dsa_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_381 /* dsa_ameth.c */; }; - OBJ_1127 /* dsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_382 /* dsa_asn1.c */; }; - OBJ_1128 /* dsa_depr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_383 /* dsa_depr.c */; }; - OBJ_1129 /* dsa_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_384 /* dsa_err.c */; }; - OBJ_1130 /* dsa_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_385 /* dsa_gen.c */; }; - OBJ_1131 /* dsa_key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_386 /* dsa_key.c */; }; - OBJ_1132 /* dsa_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_387 /* dsa_lib.c */; }; - OBJ_1133 /* dsa_ossl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_388 /* dsa_ossl.c */; }; - OBJ_1134 /* dsa_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_389 /* dsa_pmeth.c */; }; - OBJ_1135 /* dsa_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_390 /* dsa_prn.c */; }; - OBJ_1136 /* dsa_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_391 /* dsa_sign.c */; }; - OBJ_1137 /* dsa_vrf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_392 /* dsa_vrf.c */; }; - OBJ_1138 /* dso_beos.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_393 /* dso_beos.c */; }; - OBJ_1139 /* dso_dl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_394 /* dso_dl.c */; }; - OBJ_1140 /* dso_dlfcn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_395 /* dso_dlfcn.c */; }; - OBJ_1141 /* dso_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_396 /* dso_err.c */; }; - OBJ_1142 /* dso_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_397 /* dso_lib.c */; }; - OBJ_1143 /* dso_null.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_398 /* dso_null.c */; }; - OBJ_1144 /* dso_openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_399 /* dso_openssl.c */; }; - OBJ_1145 /* dso_vms.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_400 /* dso_vms.c */; }; - OBJ_1146 /* dso_win32.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_401 /* dso_win32.c */; }; - OBJ_1147 /* e_4758cca.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_402 /* e_4758cca.c */; }; - OBJ_1148 /* e_4758cca_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_403 /* e_4758cca_err.c */; }; - OBJ_1149 /* e_aep.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_404 /* e_aep.c */; }; - OBJ_1150 /* e_aep_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_405 /* e_aep_err.c */; }; - OBJ_1151 /* e_aes.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_406 /* e_aes.c */; }; - OBJ_1152 /* e_aes_cbc_hmac_sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_407 /* e_aes_cbc_hmac_sha1.c */; }; - OBJ_1153 /* e_aes_cbc_hmac_sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_408 /* e_aes_cbc_hmac_sha256.c */; }; - OBJ_1154 /* e_atalla.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_409 /* e_atalla.c */; }; - OBJ_1155 /* e_atalla_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_410 /* e_atalla_err.c */; }; - OBJ_1156 /* e_bf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_411 /* e_bf.c */; }; - OBJ_1157 /* e_camellia.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_412 /* e_camellia.c */; }; - OBJ_1158 /* e_capi.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_413 /* e_capi.c */; }; - OBJ_1159 /* e_capi_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_414 /* e_capi_err.c */; }; - OBJ_1160 /* e_cast.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_415 /* e_cast.c */; }; - OBJ_1161 /* e_chil.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_416 /* e_chil.c */; }; - OBJ_1162 /* e_chil_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_417 /* e_chil_err.c */; }; - OBJ_1163 /* e_cswift.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_418 /* e_cswift.c */; }; - OBJ_1164 /* e_cswift_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_419 /* e_cswift_err.c */; }; - OBJ_1165 /* e_des.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_420 /* e_des.c */; }; - OBJ_1166 /* e_des3.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_421 /* e_des3.c */; }; - OBJ_1167 /* e_gmp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_422 /* e_gmp.c */; }; - OBJ_1168 /* e_gmp_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_423 /* e_gmp_err.c */; }; - OBJ_1169 /* e_gost_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_424 /* e_gost_err.c */; }; - OBJ_1170 /* e_idea.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_425 /* e_idea.c */; }; - OBJ_1171 /* e_null.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_426 /* e_null.c */; }; - OBJ_1172 /* e_nuron.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_427 /* e_nuron.c */; }; - OBJ_1173 /* e_nuron_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_428 /* e_nuron_err.c */; }; - OBJ_1174 /* e_old.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_429 /* e_old.c */; }; - OBJ_1175 /* e_padlock.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_430 /* e_padlock.c */; }; - OBJ_1176 /* e_rc2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_431 /* e_rc2.c */; }; - OBJ_1177 /* e_rc4.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_432 /* e_rc4.c */; }; - OBJ_1178 /* e_rc4_hmac_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_433 /* e_rc4_hmac_md5.c */; }; - OBJ_1179 /* e_rc5.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_434 /* e_rc5.c */; }; - OBJ_1180 /* e_seed.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_435 /* e_seed.c */; }; - OBJ_1181 /* e_sureware.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_436 /* e_sureware.c */; }; - OBJ_1182 /* e_sureware_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_437 /* e_sureware_err.c */; }; - OBJ_1183 /* e_ubsec.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_438 /* e_ubsec.c */; }; - OBJ_1184 /* e_ubsec_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_439 /* e_ubsec_err.c */; }; - OBJ_1185 /* e_xcbc_d.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_440 /* e_xcbc_d.c */; }; - OBJ_1186 /* ebcdic.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_441 /* ebcdic.c */; }; - OBJ_1187 /* ec2_mult.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_442 /* ec2_mult.c */; }; - OBJ_1188 /* ec2_oct.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_443 /* ec2_oct.c */; }; - OBJ_1189 /* ec2_smpl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_444 /* ec2_smpl.c */; }; - OBJ_1190 /* ec_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_445 /* ec_ameth.c */; }; - OBJ_1191 /* ec_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_446 /* ec_asn1.c */; }; - OBJ_1192 /* ec_check.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_447 /* ec_check.c */; }; - OBJ_1193 /* ec_curve.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_448 /* ec_curve.c */; }; - OBJ_1194 /* ec_cvt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_449 /* ec_cvt.c */; }; - OBJ_1195 /* ec_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_450 /* ec_err.c */; }; - OBJ_1196 /* ec_key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_451 /* ec_key.c */; }; - OBJ_1197 /* ec_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_452 /* ec_lib.c */; }; - OBJ_1198 /* ec_mult.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_453 /* ec_mult.c */; }; - OBJ_1199 /* ec_oct.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_454 /* ec_oct.c */; }; - OBJ_1200 /* ec_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_455 /* ec_pmeth.c */; }; - OBJ_1201 /* ec_print.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_456 /* ec_print.c */; }; - OBJ_1202 /* ecb3_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_457 /* ecb3_enc.c */; }; - OBJ_1203 /* ecb_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_458 /* ecb_enc.c */; }; - OBJ_1204 /* ech_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_459 /* ech_err.c */; }; - OBJ_1205 /* ech_kdf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_460 /* ech_kdf.c */; }; - OBJ_1206 /* ech_key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_461 /* ech_key.c */; }; - OBJ_1207 /* ech_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_462 /* ech_lib.c */; }; - OBJ_1208 /* ech_ossl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_463 /* ech_ossl.c */; }; - OBJ_1209 /* eck_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_464 /* eck_prn.c */; }; - OBJ_1210 /* ecp_mont.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_465 /* ecp_mont.c */; }; - OBJ_1211 /* ecp_nist.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_466 /* ecp_nist.c */; }; - OBJ_1212 /* ecp_nistp224.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_467 /* ecp_nistp224.c */; }; - OBJ_1213 /* ecp_nistp256.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_468 /* ecp_nistp256.c */; }; - OBJ_1214 /* ecp_nistp521.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_469 /* ecp_nistp521.c */; }; - OBJ_1215 /* ecp_nistputil.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_470 /* ecp_nistputil.c */; }; - OBJ_1216 /* ecp_oct.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_471 /* ecp_oct.c */; }; - OBJ_1217 /* ecp_smpl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_472 /* ecp_smpl.c */; }; - OBJ_1218 /* ecs_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_473 /* ecs_asn1.c */; }; - OBJ_1219 /* ecs_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_474 /* ecs_err.c */; }; - OBJ_1220 /* ecs_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_475 /* ecs_lib.c */; }; - OBJ_1221 /* ecs_ossl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_476 /* ecs_ossl.c */; }; - OBJ_1222 /* ecs_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_477 /* ecs_sign.c */; }; - OBJ_1223 /* ecs_vrf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_478 /* ecs_vrf.c */; }; - OBJ_1224 /* ede_cbcm_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_479 /* ede_cbcm_enc.c */; }; - OBJ_1225 /* enc_read.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_480 /* enc_read.c */; }; - OBJ_1226 /* enc_writ.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_481 /* enc_writ.c */; }; - OBJ_1227 /* encode.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_482 /* encode.c */; }; - OBJ_1228 /* eng_all.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_483 /* eng_all.c */; }; - OBJ_1229 /* eng_cnf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_484 /* eng_cnf.c */; }; - OBJ_1230 /* eng_cryptodev.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_485 /* eng_cryptodev.c */; }; - OBJ_1231 /* eng_ctrl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_486 /* eng_ctrl.c */; }; - OBJ_1232 /* eng_dyn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_487 /* eng_dyn.c */; }; - OBJ_1233 /* eng_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_488 /* eng_err.c */; }; - OBJ_1234 /* eng_fat.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_489 /* eng_fat.c */; }; - OBJ_1235 /* eng_init.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_490 /* eng_init.c */; }; - OBJ_1236 /* eng_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_491 /* eng_lib.c */; }; - OBJ_1237 /* eng_list.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_492 /* eng_list.c */; }; - OBJ_1238 /* eng_openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_493 /* eng_openssl.c */; }; - OBJ_1239 /* eng_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_494 /* eng_pkey.c */; }; - OBJ_1240 /* eng_rdrand.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_495 /* eng_rdrand.c */; }; - OBJ_1241 /* eng_table.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_496 /* eng_table.c */; }; - OBJ_1242 /* err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_497 /* err.c */; }; - OBJ_1243 /* err_all.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_498 /* err_all.c */; }; - OBJ_1244 /* err_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_499 /* err_prn.c */; }; - OBJ_1245 /* evp_acnf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_500 /* evp_acnf.c */; }; - OBJ_1246 /* evp_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_501 /* evp_asn1.c */; }; - OBJ_1247 /* evp_cnf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_502 /* evp_cnf.c */; }; - OBJ_1248 /* evp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_503 /* evp_enc.c */; }; - OBJ_1249 /* evp_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_504 /* evp_err.c */; }; - OBJ_1250 /* evp_key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_505 /* evp_key.c */; }; - OBJ_1251 /* evp_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_506 /* evp_lib.c */; }; - OBJ_1252 /* evp_pbe.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_507 /* evp_pbe.c */; }; - OBJ_1253 /* evp_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_508 /* evp_pkey.c */; }; - OBJ_1254 /* ex_data.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_509 /* ex_data.c */; }; - OBJ_1255 /* f_enum.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_510 /* f_enum.c */; }; - OBJ_1256 /* f_int.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_511 /* f_int.c */; }; - OBJ_1257 /* f_string.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_512 /* f_string.c */; }; - OBJ_1258 /* fcrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_513 /* fcrypt.c */; }; - OBJ_1259 /* fcrypt_b.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_514 /* fcrypt_b.c */; }; - OBJ_1260 /* fips_ers.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_515 /* fips_ers.c */; }; - OBJ_1261 /* gcm128.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_516 /* gcm128.c */; }; - OBJ_1262 /* gost2001.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_517 /* gost2001.c */; }; - OBJ_1263 /* gost2001_keyx.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_518 /* gost2001_keyx.c */; }; - OBJ_1264 /* gost89.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_519 /* gost89.c */; }; - OBJ_1265 /* gost94_keyx.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_520 /* gost94_keyx.c */; }; - OBJ_1266 /* gost_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_521 /* gost_ameth.c */; }; - OBJ_1267 /* gost_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_522 /* gost_asn1.c */; }; - OBJ_1268 /* gost_crypt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_523 /* gost_crypt.c */; }; - OBJ_1269 /* gost_ctl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_524 /* gost_ctl.c */; }; - OBJ_1270 /* gost_eng.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_525 /* gost_eng.c */; }; - OBJ_1271 /* gost_keywrap.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_526 /* gost_keywrap.c */; }; - OBJ_1272 /* gost_md.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_527 /* gost_md.c */; }; - OBJ_1273 /* gost_params.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_528 /* gost_params.c */; }; - OBJ_1274 /* gost_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_529 /* gost_pmeth.c */; }; - OBJ_1275 /* gost_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_530 /* gost_sign.c */; }; - OBJ_1276 /* gosthash.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_531 /* gosthash.c */; }; - OBJ_1277 /* hm_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_532 /* hm_ameth.c */; }; - OBJ_1278 /* hm_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_533 /* hm_pmeth.c */; }; - OBJ_1279 /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_534 /* hmac.c */; }; - OBJ_1280 /* i2d_pr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_535 /* i2d_pr.c */; }; - OBJ_1281 /* i2d_pu.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_536 /* i2d_pu.c */; }; - OBJ_1282 /* i_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_537 /* i_cbc.c */; }; - OBJ_1283 /* i_cfb64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_538 /* i_cfb64.c */; }; - OBJ_1284 /* i_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_539 /* i_ecb.c */; }; - OBJ_1285 /* i_ofb64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_540 /* i_ofb64.c */; }; - OBJ_1286 /* i_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_541 /* i_skey.c */; }; - OBJ_1287 /* krb5_asn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_542 /* krb5_asn.c */; }; - OBJ_1288 /* kssl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_543 /* kssl.c */; }; - OBJ_1289 /* lh_stats.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_544 /* lh_stats.c */; }; - OBJ_1290 /* lhash.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_545 /* lhash.c */; }; - OBJ_1291 /* m_dss.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_546 /* m_dss.c */; }; - OBJ_1292 /* m_dss1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_547 /* m_dss1.c */; }; - OBJ_1293 /* m_ecdsa.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_548 /* m_ecdsa.c */; }; - OBJ_1294 /* m_md2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_549 /* m_md2.c */; }; - OBJ_1295 /* m_md4.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_550 /* m_md4.c */; }; - OBJ_1296 /* m_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_551 /* m_md5.c */; }; - OBJ_1297 /* m_mdc2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_552 /* m_mdc2.c */; }; - OBJ_1298 /* m_null.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_553 /* m_null.c */; }; - OBJ_1299 /* m_ripemd.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_554 /* m_ripemd.c */; }; - OBJ_1300 /* m_sha.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_555 /* m_sha.c */; }; - OBJ_1301 /* m_sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_556 /* m_sha1.c */; }; - OBJ_1302 /* m_sigver.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_557 /* m_sigver.c */; }; - OBJ_1303 /* m_wp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_558 /* m_wp.c */; }; - OBJ_1304 /* md4_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_559 /* md4_dgst.c */; }; - OBJ_1305 /* md4_one.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_560 /* md4_one.c */; }; - OBJ_1306 /* md5_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_561 /* md5_dgst.c */; }; - OBJ_1307 /* md5_one.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_562 /* md5_one.c */; }; - OBJ_1308 /* md_rand.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_563 /* md_rand.c */; }; - OBJ_1309 /* mdc2_one.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_564 /* mdc2_one.c */; }; - OBJ_1310 /* mdc2dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_565 /* mdc2dgst.c */; }; - OBJ_1311 /* mem.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_566 /* mem.c */; }; - OBJ_1312 /* mem_clr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_567 /* mem_clr.c */; }; - OBJ_1313 /* mem_dbg.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_568 /* mem_dbg.c */; }; - OBJ_1314 /* n_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_569 /* n_pkey.c */; }; - OBJ_1315 /* names.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_570 /* names.c */; }; - OBJ_1316 /* nsseq.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_571 /* nsseq.c */; }; - OBJ_1317 /* o_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_572 /* o_dir.c */; }; - OBJ_1318 /* o_fips.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_573 /* o_fips.c */; }; - OBJ_1319 /* o_init.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_574 /* o_init.c */; }; - OBJ_1320 /* o_names.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_575 /* o_names.c */; }; - OBJ_1321 /* o_str.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_576 /* o_str.c */; }; - OBJ_1322 /* o_time.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_577 /* o_time.c */; }; - OBJ_1323 /* obj_dat.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_578 /* obj_dat.c */; }; - OBJ_1324 /* obj_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_579 /* obj_err.c */; }; - OBJ_1325 /* obj_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_580 /* obj_lib.c */; }; - OBJ_1326 /* obj_xref.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_581 /* obj_xref.c */; }; - OBJ_1327 /* ocsp_asn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_582 /* ocsp_asn.c */; }; - OBJ_1328 /* ocsp_cl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_583 /* ocsp_cl.c */; }; - OBJ_1329 /* ocsp_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_584 /* ocsp_err.c */; }; - OBJ_1330 /* ocsp_ext.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_585 /* ocsp_ext.c */; }; - OBJ_1331 /* ocsp_ht.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_586 /* ocsp_ht.c */; }; - OBJ_1332 /* ocsp_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_587 /* ocsp_lib.c */; }; - OBJ_1333 /* ocsp_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_588 /* ocsp_prn.c */; }; - OBJ_1334 /* ocsp_srv.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_589 /* ocsp_srv.c */; }; - OBJ_1335 /* ocsp_vfy.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_590 /* ocsp_vfy.c */; }; - OBJ_1336 /* ofb128.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_591 /* ofb128.c */; }; - OBJ_1337 /* ofb64ede.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_592 /* ofb64ede.c */; }; - OBJ_1338 /* ofb64enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_593 /* ofb64enc.c */; }; - OBJ_1339 /* ofb_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_594 /* ofb_enc.c */; }; - OBJ_1340 /* openbsd_hw.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_595 /* openbsd_hw.c */; }; - OBJ_1341 /* p12_add.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_596 /* p12_add.c */; }; - OBJ_1342 /* p12_asn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_597 /* p12_asn.c */; }; - OBJ_1343 /* p12_attr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_598 /* p12_attr.c */; }; - OBJ_1344 /* p12_crpt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_599 /* p12_crpt.c */; }; - OBJ_1345 /* p12_crt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_600 /* p12_crt.c */; }; - OBJ_1346 /* p12_decr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_601 /* p12_decr.c */; }; - OBJ_1347 /* p12_init.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_602 /* p12_init.c */; }; - OBJ_1348 /* p12_key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_603 /* p12_key.c */; }; - OBJ_1349 /* p12_kiss.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_604 /* p12_kiss.c */; }; - OBJ_1350 /* p12_mutl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_605 /* p12_mutl.c */; }; - OBJ_1351 /* p12_npas.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_606 /* p12_npas.c */; }; - OBJ_1352 /* p12_p8d.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_607 /* p12_p8d.c */; }; - OBJ_1353 /* p12_p8e.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_608 /* p12_p8e.c */; }; - OBJ_1354 /* p12_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_609 /* p12_utl.c */; }; - OBJ_1355 /* p5_crpt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_610 /* p5_crpt.c */; }; - OBJ_1356 /* p5_crpt2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_611 /* p5_crpt2.c */; }; - OBJ_1357 /* p5_pbe.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_612 /* p5_pbe.c */; }; - OBJ_1358 /* p5_pbev2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_613 /* p5_pbev2.c */; }; - OBJ_1359 /* p8_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_614 /* p8_pkey.c */; }; - OBJ_1360 /* p_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_615 /* p_dec.c */; }; - OBJ_1361 /* p_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_616 /* p_enc.c */; }; - OBJ_1362 /* p_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_617 /* p_lib.c */; }; - OBJ_1363 /* p_open.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_618 /* p_open.c */; }; - OBJ_1364 /* p_seal.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_619 /* p_seal.c */; }; - OBJ_1365 /* p_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_620 /* p_sign.c */; }; - OBJ_1366 /* p_verify.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_621 /* p_verify.c */; }; - OBJ_1367 /* pcbc_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_622 /* pcbc_enc.c */; }; - OBJ_1368 /* pcy_cache.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_623 /* pcy_cache.c */; }; - OBJ_1369 /* pcy_data.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_624 /* pcy_data.c */; }; - OBJ_1370 /* pcy_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_625 /* pcy_lib.c */; }; - OBJ_1371 /* pcy_map.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_626 /* pcy_map.c */; }; - OBJ_1372 /* pcy_node.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_627 /* pcy_node.c */; }; - OBJ_1373 /* pcy_tree.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_628 /* pcy_tree.c */; }; - OBJ_1374 /* pem_all.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_629 /* pem_all.c */; }; - OBJ_1375 /* pem_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_630 /* pem_err.c */; }; - OBJ_1376 /* pem_info.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_631 /* pem_info.c */; }; - OBJ_1377 /* pem_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_632 /* pem_lib.c */; }; - OBJ_1378 /* pem_oth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_633 /* pem_oth.c */; }; - OBJ_1379 /* pem_pk8.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_634 /* pem_pk8.c */; }; - OBJ_1380 /* pem_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_635 /* pem_pkey.c */; }; - OBJ_1381 /* pem_seal.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_636 /* pem_seal.c */; }; - OBJ_1382 /* pem_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_637 /* pem_sign.c */; }; - OBJ_1383 /* pem_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_638 /* pem_x509.c */; }; - OBJ_1384 /* pem_xaux.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_639 /* pem_xaux.c */; }; - OBJ_1385 /* pk12err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_640 /* pk12err.c */; }; - OBJ_1386 /* pk7_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_641 /* pk7_asn1.c */; }; - OBJ_1387 /* pk7_attr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_642 /* pk7_attr.c */; }; - OBJ_1388 /* pk7_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_643 /* pk7_dgst.c */; }; - OBJ_1389 /* pk7_doit.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_644 /* pk7_doit.c */; }; - OBJ_1390 /* pk7_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_645 /* pk7_lib.c */; }; - OBJ_1391 /* pk7_mime.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_646 /* pk7_mime.c */; }; - OBJ_1392 /* pk7_smime.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_647 /* pk7_smime.c */; }; - OBJ_1393 /* pkcs7err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_648 /* pkcs7err.c */; }; - OBJ_1394 /* pmeth_fn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_649 /* pmeth_fn.c */; }; - OBJ_1395 /* pmeth_gn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_650 /* pmeth_gn.c */; }; - OBJ_1396 /* pmeth_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_651 /* pmeth_lib.c */; }; - OBJ_1397 /* pqueue.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_652 /* pqueue.c */; }; - OBJ_1398 /* pvkfmt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_653 /* pvkfmt.c */; }; - OBJ_1399 /* qud_cksm.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_654 /* qud_cksm.c */; }; - OBJ_1400 /* rand_egd.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_655 /* rand_egd.c */; }; - OBJ_1401 /* rand_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_656 /* rand_err.c */; }; - OBJ_1402 /* rand_key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_657 /* rand_key.c */; }; - OBJ_1403 /* rand_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_658 /* rand_lib.c */; }; - OBJ_1404 /* rand_nw.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_659 /* rand_nw.c */; }; - OBJ_1405 /* rand_os2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_660 /* rand_os2.c */; }; - OBJ_1406 /* rand_unix.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_661 /* rand_unix.c */; }; - OBJ_1407 /* rand_vms.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_662 /* rand_vms.c */; }; - OBJ_1408 /* rand_win.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_663 /* rand_win.c */; }; - OBJ_1409 /* randfile.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_664 /* randfile.c */; }; - OBJ_1410 /* rc2_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_665 /* rc2_cbc.c */; }; - OBJ_1411 /* rc2_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_666 /* rc2_ecb.c */; }; - OBJ_1412 /* rc2_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_667 /* rc2_skey.c */; }; - OBJ_1413 /* rc2cfb64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_668 /* rc2cfb64.c */; }; - OBJ_1414 /* rc2ofb64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_669 /* rc2ofb64.c */; }; - OBJ_1415 /* rc4_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_670 /* rc4_enc.c */; }; - OBJ_1416 /* rc4_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_671 /* rc4_skey.c */; }; - OBJ_1417 /* rc4_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_672 /* rc4_utl.c */; }; - OBJ_1418 /* read2pwd.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_673 /* read2pwd.c */; }; - OBJ_1419 /* rmd_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_674 /* rmd_dgst.c */; }; - OBJ_1420 /* rmd_one.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_675 /* rmd_one.c */; }; - OBJ_1421 /* rpc_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_676 /* rpc_enc.c */; }; - OBJ_1422 /* rsa_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_677 /* rsa_ameth.c */; }; - OBJ_1423 /* rsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_678 /* rsa_asn1.c */; }; - OBJ_1424 /* rsa_chk.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_679 /* rsa_chk.c */; }; - OBJ_1425 /* rsa_crpt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_680 /* rsa_crpt.c */; }; - OBJ_1426 /* rsa_depr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_681 /* rsa_depr.c */; }; - OBJ_1427 /* rsa_eay.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_682 /* rsa_eay.c */; }; - OBJ_1428 /* rsa_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_683 /* rsa_err.c */; }; - OBJ_1429 /* rsa_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_684 /* rsa_gen.c */; }; - OBJ_1430 /* rsa_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_685 /* rsa_lib.c */; }; - OBJ_1431 /* rsa_none.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_686 /* rsa_none.c */; }; - OBJ_1432 /* rsa_null.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_687 /* rsa_null.c */; }; - OBJ_1433 /* rsa_oaep.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_688 /* rsa_oaep.c */; }; - OBJ_1434 /* rsa_pk1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_689 /* rsa_pk1.c */; }; - OBJ_1435 /* rsa_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_690 /* rsa_pmeth.c */; }; - OBJ_1436 /* rsa_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_691 /* rsa_prn.c */; }; - OBJ_1437 /* rsa_pss.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_692 /* rsa_pss.c */; }; - OBJ_1438 /* rsa_saos.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_693 /* rsa_saos.c */; }; - OBJ_1439 /* rsa_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_694 /* rsa_sign.c */; }; - OBJ_1440 /* rsa_ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_695 /* rsa_ssl.c */; }; - OBJ_1441 /* rsa_x931.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_696 /* rsa_x931.c */; }; - OBJ_1442 /* rsaz_exp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_697 /* rsaz_exp.c */; }; - OBJ_1443 /* s23_clnt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_698 /* s23_clnt.c */; }; - OBJ_1444 /* s23_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_699 /* s23_lib.c */; }; - OBJ_1445 /* s23_meth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_700 /* s23_meth.c */; }; - OBJ_1446 /* s23_pkt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_701 /* s23_pkt.c */; }; - OBJ_1447 /* s23_srvr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_702 /* s23_srvr.c */; }; - OBJ_1448 /* s2_clnt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_703 /* s2_clnt.c */; }; - OBJ_1449 /* s2_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_704 /* s2_enc.c */; }; - OBJ_1450 /* s2_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_705 /* s2_lib.c */; }; - OBJ_1451 /* s2_meth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_706 /* s2_meth.c */; }; - OBJ_1452 /* s2_pkt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_707 /* s2_pkt.c */; }; - OBJ_1453 /* s2_srvr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_708 /* s2_srvr.c */; }; - OBJ_1454 /* s3_both.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_709 /* s3_both.c */; }; - OBJ_1455 /* s3_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_710 /* s3_cbc.c */; }; - OBJ_1456 /* s3_clnt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_711 /* s3_clnt.c */; }; - OBJ_1457 /* s3_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_712 /* s3_enc.c */; }; - OBJ_1458 /* s3_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_713 /* s3_lib.c */; }; - OBJ_1459 /* s3_meth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_714 /* s3_meth.c */; }; - OBJ_1460 /* s3_pkt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_715 /* s3_pkt.c */; }; - OBJ_1461 /* s3_srvr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_716 /* s3_srvr.c */; }; - OBJ_1462 /* seed.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_717 /* seed.c */; }; - OBJ_1463 /* seed_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_718 /* seed_cbc.c */; }; - OBJ_1464 /* seed_cfb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_719 /* seed_cfb.c */; }; - OBJ_1465 /* seed_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_720 /* seed_ecb.c */; }; - OBJ_1466 /* seed_ofb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_721 /* seed_ofb.c */; }; - OBJ_1467 /* set_key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_722 /* set_key.c */; }; - OBJ_1468 /* sha1_one.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_723 /* sha1_one.c */; }; - OBJ_1469 /* sha1dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_724 /* sha1dgst.c */; }; - OBJ_1470 /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_725 /* sha256.c */; }; - OBJ_1471 /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_726 /* sha512.c */; }; - OBJ_1472 /* sha_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_727 /* sha_dgst.c */; }; - OBJ_1473 /* sha_one.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_728 /* sha_one.c */; }; - OBJ_1474 /* srp_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_729 /* srp_lib.c */; }; - OBJ_1475 /* srp_vfy.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_730 /* srp_vfy.c */; }; - OBJ_1476 /* ssl_algs.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_731 /* ssl_algs.c */; }; - OBJ_1477 /* ssl_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_732 /* ssl_asn1.c */; }; - OBJ_1478 /* ssl_cert.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_733 /* ssl_cert.c */; }; - OBJ_1479 /* ssl_ciph.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_734 /* ssl_ciph.c */; }; - OBJ_1480 /* ssl_conf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_735 /* ssl_conf.c */; }; - OBJ_1481 /* ssl_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_736 /* ssl_err.c */; }; - OBJ_1482 /* ssl_err2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_737 /* ssl_err2.c */; }; - OBJ_1483 /* ssl_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_738 /* ssl_lib.c */; }; - OBJ_1484 /* ssl_rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_739 /* ssl_rsa.c */; }; - OBJ_1485 /* ssl_sess.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_740 /* ssl_sess.c */; }; - OBJ_1486 /* ssl_stat.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_741 /* ssl_stat.c */; }; - OBJ_1487 /* ssl_txt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_742 /* ssl_txt.c */; }; - OBJ_1488 /* ssl_utst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_743 /* ssl_utst.c */; }; - OBJ_1489 /* stack.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_744 /* stack.c */; }; - OBJ_1490 /* str2key.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_745 /* str2key.c */; }; - OBJ_1491 /* t1_clnt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_746 /* t1_clnt.c */; }; - OBJ_1492 /* t1_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_747 /* t1_enc.c */; }; - OBJ_1493 /* t1_ext.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_748 /* t1_ext.c */; }; - OBJ_1494 /* t1_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_749 /* t1_lib.c */; }; - OBJ_1495 /* t1_meth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_750 /* t1_meth.c */; }; - OBJ_1496 /* t1_reneg.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_751 /* t1_reneg.c */; }; - OBJ_1497 /* t1_srvr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_752 /* t1_srvr.c */; }; - OBJ_1498 /* t1_trce.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_753 /* t1_trce.c */; }; - OBJ_1499 /* t_bitst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_754 /* t_bitst.c */; }; - OBJ_1500 /* t_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_755 /* t_crl.c */; }; - OBJ_1501 /* t_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_756 /* t_pkey.c */; }; - OBJ_1502 /* t_req.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_757 /* t_req.c */; }; - OBJ_1503 /* t_spki.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_758 /* t_spki.c */; }; - OBJ_1504 /* t_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_759 /* t_x509.c */; }; - OBJ_1505 /* t_x509a.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_760 /* t_x509a.c */; }; - OBJ_1506 /* tasn_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_761 /* tasn_dec.c */; }; - OBJ_1507 /* tasn_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_762 /* tasn_enc.c */; }; - OBJ_1508 /* tasn_fre.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_763 /* tasn_fre.c */; }; - OBJ_1509 /* tasn_new.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_764 /* tasn_new.c */; }; - OBJ_1510 /* tasn_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_765 /* tasn_prn.c */; }; - OBJ_1511 /* tasn_typ.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_766 /* tasn_typ.c */; }; - OBJ_1512 /* tasn_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_767 /* tasn_utl.c */; }; - OBJ_1513 /* tb_asnmth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_768 /* tb_asnmth.c */; }; - OBJ_1514 /* tb_cipher.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_769 /* tb_cipher.c */; }; - OBJ_1515 /* tb_dh.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_770 /* tb_dh.c */; }; - OBJ_1516 /* tb_digest.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_771 /* tb_digest.c */; }; - OBJ_1517 /* tb_dsa.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_772 /* tb_dsa.c */; }; - OBJ_1518 /* tb_ecdh.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_773 /* tb_ecdh.c */; }; - OBJ_1519 /* tb_ecdsa.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_774 /* tb_ecdsa.c */; }; - OBJ_1520 /* tb_pkmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_775 /* tb_pkmeth.c */; }; - OBJ_1521 /* tb_rand.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_776 /* tb_rand.c */; }; - OBJ_1522 /* tb_rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_777 /* tb_rsa.c */; }; - OBJ_1523 /* tb_store.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_778 /* tb_store.c */; }; - OBJ_1524 /* th-lock.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_779 /* th-lock.c */; }; - OBJ_1525 /* tls_srp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_780 /* tls_srp.c */; }; - OBJ_1526 /* ts_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_781 /* ts_asn1.c */; }; - OBJ_1527 /* ts_conf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_782 /* ts_conf.c */; }; - OBJ_1528 /* ts_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_783 /* ts_err.c */; }; - OBJ_1529 /* ts_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_784 /* ts_lib.c */; }; - OBJ_1530 /* ts_req_print.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_785 /* ts_req_print.c */; }; - OBJ_1531 /* ts_req_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_786 /* ts_req_utils.c */; }; - OBJ_1532 /* ts_rsp_print.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_787 /* ts_rsp_print.c */; }; - OBJ_1533 /* ts_rsp_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_788 /* ts_rsp_sign.c */; }; - OBJ_1534 /* ts_rsp_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_789 /* ts_rsp_utils.c */; }; - OBJ_1535 /* ts_rsp_verify.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_790 /* ts_rsp_verify.c */; }; - OBJ_1536 /* ts_verify_ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_791 /* ts_verify_ctx.c */; }; - OBJ_1537 /* txt_db.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_792 /* txt_db.c */; }; - OBJ_1538 /* ui_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_793 /* ui_compat.c */; }; - OBJ_1539 /* ui_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_794 /* ui_err.c */; }; - OBJ_1540 /* ui_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_795 /* ui_lib.c */; }; - OBJ_1541 /* ui_openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_796 /* ui_openssl.c */; }; - OBJ_1542 /* ui_util.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_797 /* ui_util.c */; }; - OBJ_1543 /* uid.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_798 /* uid.c */; }; - OBJ_1544 /* v3_addr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_799 /* v3_addr.c */; }; - OBJ_1545 /* v3_akey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_800 /* v3_akey.c */; }; - OBJ_1546 /* v3_akeya.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_801 /* v3_akeya.c */; }; - OBJ_1547 /* v3_alt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_802 /* v3_alt.c */; }; - OBJ_1548 /* v3_asid.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_803 /* v3_asid.c */; }; - OBJ_1549 /* v3_bcons.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_804 /* v3_bcons.c */; }; - OBJ_1550 /* v3_bitst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_805 /* v3_bitst.c */; }; - OBJ_1551 /* v3_conf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_806 /* v3_conf.c */; }; - OBJ_1552 /* v3_cpols.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_807 /* v3_cpols.c */; }; - OBJ_1553 /* v3_crld.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_808 /* v3_crld.c */; }; - OBJ_1554 /* v3_enum.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_809 /* v3_enum.c */; }; - OBJ_1555 /* v3_extku.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_810 /* v3_extku.c */; }; - OBJ_1556 /* v3_genn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_811 /* v3_genn.c */; }; - OBJ_1557 /* v3_ia5.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_812 /* v3_ia5.c */; }; - OBJ_1558 /* v3_info.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_813 /* v3_info.c */; }; - OBJ_1559 /* v3_int.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_814 /* v3_int.c */; }; - OBJ_1560 /* v3_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_815 /* v3_lib.c */; }; - OBJ_1561 /* v3_ncons.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_816 /* v3_ncons.c */; }; - OBJ_1562 /* v3_ocsp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_817 /* v3_ocsp.c */; }; - OBJ_1563 /* v3_pci.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_818 /* v3_pci.c */; }; - OBJ_1564 /* v3_pcia.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_819 /* v3_pcia.c */; }; - OBJ_1565 /* v3_pcons.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_820 /* v3_pcons.c */; }; - OBJ_1566 /* v3_pku.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_821 /* v3_pku.c */; }; - OBJ_1567 /* v3_pmaps.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_822 /* v3_pmaps.c */; }; - OBJ_1568 /* v3_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_823 /* v3_prn.c */; }; - OBJ_1569 /* v3_purp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_824 /* v3_purp.c */; }; - OBJ_1570 /* v3_scts.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_825 /* v3_scts.c */; }; - OBJ_1571 /* v3_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_826 /* v3_skey.c */; }; - OBJ_1572 /* v3_sxnet.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_827 /* v3_sxnet.c */; }; - OBJ_1573 /* v3_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_828 /* v3_utl.c */; }; - OBJ_1574 /* v3err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_829 /* v3err.c */; }; - OBJ_1575 /* wp_block.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_830 /* wp_block.c */; }; - OBJ_1576 /* wp_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_831 /* wp_dgst.c */; }; - OBJ_1577 /* wrap128.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_832 /* wrap128.c */; }; - OBJ_1578 /* x509_att.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_833 /* x509_att.c */; }; - OBJ_1579 /* x509_cmp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_834 /* x509_cmp.c */; }; - OBJ_1580 /* x509_d2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_835 /* x509_d2.c */; }; - OBJ_1581 /* x509_def.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_836 /* x509_def.c */; }; - OBJ_1582 /* x509_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_837 /* x509_err.c */; }; - OBJ_1583 /* x509_ext.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_838 /* x509_ext.c */; }; - OBJ_1584 /* x509_lu.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_839 /* x509_lu.c */; }; - OBJ_1585 /* x509_obj.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_840 /* x509_obj.c */; }; - OBJ_1586 /* x509_r2x.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_841 /* x509_r2x.c */; }; - OBJ_1587 /* x509_req.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_842 /* x509_req.c */; }; - OBJ_1588 /* x509_set.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_843 /* x509_set.c */; }; - OBJ_1589 /* x509_trs.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_844 /* x509_trs.c */; }; - OBJ_1590 /* x509_txt.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_845 /* x509_txt.c */; }; - OBJ_1591 /* x509_v3.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_846 /* x509_v3.c */; }; - OBJ_1592 /* x509_vfy.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_847 /* x509_vfy.c */; }; - OBJ_1593 /* x509_vpm.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_848 /* x509_vpm.c */; }; - OBJ_1594 /* x509cset.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_849 /* x509cset.c */; }; - OBJ_1595 /* x509name.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_850 /* x509name.c */; }; - OBJ_1596 /* x509rset.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_851 /* x509rset.c */; }; - OBJ_1597 /* x509spki.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_852 /* x509spki.c */; }; - OBJ_1598 /* x509type.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_853 /* x509type.c */; }; - OBJ_1599 /* x_algor.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_854 /* x_algor.c */; }; - OBJ_1600 /* x_all.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_855 /* x_all.c */; }; - OBJ_1601 /* x_attrib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_856 /* x_attrib.c */; }; - OBJ_1602 /* x_bignum.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_857 /* x_bignum.c */; }; - OBJ_1603 /* x_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_858 /* x_crl.c */; }; - OBJ_1604 /* x_exten.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_859 /* x_exten.c */; }; - OBJ_1605 /* x_info.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_860 /* x_info.c */; }; - OBJ_1606 /* x_long.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_861 /* x_long.c */; }; - OBJ_1607 /* x_name.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_862 /* x_name.c */; }; - OBJ_1608 /* x_nx509.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_863 /* x_nx509.c */; }; - OBJ_1609 /* x_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_864 /* x_pkey.c */; }; - OBJ_1610 /* x_pubkey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_865 /* x_pubkey.c */; }; - OBJ_1611 /* x_req.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_866 /* x_req.c */; }; - OBJ_1612 /* x_sig.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_867 /* x_sig.c */; }; - OBJ_1613 /* x_spki.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_868 /* x_spki.c */; }; - OBJ_1614 /* x_val.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_869 /* x_val.c */; }; - OBJ_1615 /* x_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_870 /* x_x509.c */; }; - OBJ_1616 /* x_x509a.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_871 /* x_x509a.c */; }; - OBJ_1617 /* xcbc_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_872 /* xcbc_enc.c */; }; - OBJ_1618 /* xts128.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_873 /* xts128.c */; }; - OBJ_1625 /* Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_188 /* Promise.swift */; }; - OBJ_1626 /* ThreadQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_189 /* ThreadQueue.swift */; }; - OBJ_1627 /* Threading.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_190 /* Threading.swift */; }; - OBJ_1634 /* Net.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_180 /* Net.swift */; }; - OBJ_1635 /* NetAddress.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_181 /* NetAddress.swift */; }; - OBJ_1636 /* NetEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_182 /* NetEvent.swift */; }; - OBJ_1637 /* NetNamedPipe.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_183 /* NetNamedPipe.swift */; }; - OBJ_1638 /* NetTCP.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_184 /* NetTCP.swift */; }; - OBJ_1639 /* NetTCPSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_185 /* NetTCPSSL.swift */; }; - OBJ_1640 /* NetUDP.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_186 /* NetUDP.swift */; }; - OBJ_1642 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; - OBJ_1643 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; - OBJ_1651 /* HTTPFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_170 /* HTTPFilter.swift */; }; - OBJ_1652 /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_171 /* HTTPHeaders.swift */; }; - OBJ_1653 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_172 /* HTTPMethod.swift */; }; - OBJ_1654 /* HTTPRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_173 /* HTTPRequest.swift */; }; - OBJ_1655 /* HTTPResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_174 /* HTTPResponse.swift */; }; - OBJ_1656 /* MimeReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_175 /* MimeReader.swift */; }; - OBJ_1657 /* MimeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_176 /* MimeType.swift */; }; - OBJ_1658 /* Routing.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_177 /* Routing.swift */; }; - OBJ_1659 /* StaticFileHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_178 /* StaticFileHandler.swift */; }; - OBJ_1661 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; - OBJ_1662 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; - OBJ_1663 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; - OBJ_1664 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; - OBJ_1675 /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_135 /* adler32.c */; }; - OBJ_1676 /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_136 /* compress.c */; }; - OBJ_1677 /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_137 /* crc32.c */; }; - OBJ_1678 /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_138 /* deflate.c */; }; - OBJ_1679 /* gzclose.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_139 /* gzclose.c */; }; - OBJ_1680 /* gzlib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_140 /* gzlib.c */; }; - OBJ_1681 /* gzread.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_141 /* gzread.c */; }; - OBJ_1682 /* gzwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_142 /* gzwrite.c */; }; - OBJ_1683 /* infback.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_143 /* infback.c */; }; - OBJ_1684 /* inffast.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_144 /* inffast.c */; }; - OBJ_1685 /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_145 /* inflate.c */; }; - OBJ_1686 /* inftrees.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_146 /* inftrees.c */; }; - OBJ_1687 /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_147 /* trees.c */; }; - OBJ_1688 /* uncompr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_148 /* uncompr.c */; }; - OBJ_1689 /* zutil.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_149 /* zutil.c */; }; - OBJ_1691 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; - OBJ_1692 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; - OBJ_1693 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; - OBJ_1694 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; - OBJ_1695 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; - OBJ_1706 /* HPACK.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_156 /* HPACK.swift */; }; - OBJ_1707 /* HTTP11Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_157 /* HTTP11Request.swift */; }; - OBJ_1708 /* HTTP11Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_158 /* HTTP11Response.swift */; }; - OBJ_1709 /* HTTP2.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_159 /* HTTP2.swift */; }; - OBJ_1710 /* HTTPContentCompression.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_160 /* HTTPContentCompression.swift */; }; - OBJ_1711 /* HTTPServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_161 /* HTTPServer.swift */; }; - OBJ_1712 /* HTTPServerEx.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_162 /* HTTPServerEx.swift */; }; - OBJ_1713 /* HTTPServerExConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_163 /* HTTPServerExConfig.swift */; }; - OBJ_1715 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; - OBJ_1716 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; - OBJ_1717 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; - OBJ_1718 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; - OBJ_1719 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; - OBJ_1720 /* CHTTPParser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_897 /* CHTTPParser.framework */; }; - OBJ_1721 /* CZlib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_895 /* CZlib.framework */; }; - OBJ_1735 /* http_parser.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_165 /* http_parser.c */; }; - OBJ_1737 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; - OBJ_1738 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; - OBJ_1739 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; - OBJ_1740 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; - OBJ_1741 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; - OBJ_1752 /* MySQL.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_131 /* MySQL.swift */; }; - OBJ_1759 /* StORM.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_118 /* StORM.swift */; }; - OBJ_1760 /* StORMConnect.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_119 /* StORMConnect.swift */; }; - OBJ_1761 /* StORMCursor.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_120 /* StORMCursor.swift */; }; - OBJ_1762 /* StORMDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_121 /* StORMDataSource.swift */; }; - OBJ_1763 /* StORMDataSourceCredentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_122 /* StORMDataSourceCredentials.swift */; }; - OBJ_1764 /* StORMDataSourceOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_123 /* StORMDataSourceOptions.swift */; }; - OBJ_1765 /* StORMError.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_124 /* StORMError.swift */; }; - OBJ_1766 /* StORMJoins.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_125 /* StORMJoins.swift */; }; - OBJ_1767 /* StORMProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_126 /* StORMProtocol.swift */; }; - OBJ_1768 /* StORMRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_127 /* StORMRow.swift */; }; - OBJ_1769 /* StORMtResultSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_128 /* StORMtResultSet.swift */; }; - OBJ_1771 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; - OBJ_1778 /* Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_110 /* Duration.swift */; }; - OBJ_1779 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_111 /* Extensions.swift */; }; - OBJ_1780 /* Moment.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_112 /* Moment.swift */; }; - OBJ_1781 /* MomentFromNow.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_113 /* MomentFromNow.swift */; }; - OBJ_1782 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_114 /* Operators.swift */; }; - OBJ_1783 /* TimeUnit.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_115 /* TimeUnit.swift */; }; - OBJ_1790 /* cURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_106 /* cURL.swift */; }; - OBJ_1792 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; - OBJ_1799 /* FileLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_103 /* FileLogger.swift */; }; - OBJ_1800 /* RemoteLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_104 /* RemoteLogger.swift */; }; - OBJ_1802 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; - OBJ_1803 /* SwiftMoment.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_900 /* SwiftMoment.framework */; }; - OBJ_1804 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; - OBJ_1805 /* PerfectCURL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_901 /* PerfectCURL.framework */; }; - OBJ_1815 /* Convenience.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_92 /* Convenience.swift */; }; - OBJ_1816 /* Delete.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_93 /* Delete.swift */; }; - OBJ_1817 /* Insert.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_94 /* Insert.swift */; }; - OBJ_1818 /* MySQLConnect.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_95 /* MySQLConnect.swift */; }; - OBJ_1819 /* MySQLStORM.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_96 /* MySQLStORM.swift */; }; - OBJ_1820 /* SQL.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_97 /* SQL.swift */; }; - OBJ_1821 /* Select.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_98 /* Select.swift */; }; - OBJ_1822 /* Update.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_99 /* Update.swift */; }; - OBJ_1823 /* Upsert.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_100 /* Upsert.swift */; }; - OBJ_1824 /* parseRows.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_101 /* parseRows.swift */; }; - OBJ_1826 /* MySQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_898 /* MySQL.framework */; }; - OBJ_1827 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; - OBJ_1828 /* StORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_899 /* StORM.framework */; }; - OBJ_1829 /* SwiftMoment.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_900 /* SwiftMoment.framework */; }; - OBJ_1830 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; - OBJ_1831 /* PerfectCURL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_901 /* PerfectCURL.framework */; }; - OBJ_1832 /* PerfectLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_902 /* PerfectLogger.framework */; }; - OBJ_1845 /* Mustache.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_90 /* Mustache.swift */; }; - OBJ_1847 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; - OBJ_1848 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; - OBJ_1849 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; - OBJ_1850 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; - OBJ_1851 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; - OBJ_1862 /* StringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_86 /* StringExtensions.swift */; }; - OBJ_1863 /* StringHTML.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_87 /* StringHTML.swift */; }; - OBJ_1864 /* StringURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_88 /* StringURL.swift */; }; - OBJ_1871 /* Random.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_82 /* Random.swift */; }; - OBJ_1872 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_83 /* Randoms.swift */; }; - OBJ_1873 /* URandom.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_84 /* URandom.swift */; }; - OBJ_1880 /* URLSession+Turnstile.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_42 /* URLSession+Turnstile.swift */; }; - OBJ_1881 /* WebMemoryRealm.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_43 /* WebMemoryRealm.swift */; }; - OBJ_1882 /* Digits.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_45 /* Digits.swift */; }; - OBJ_1883 /* Facebook.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_46 /* Facebook.swift */; }; - OBJ_1884 /* Google.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_47 /* Google.swift */; }; - OBJ_1885 /* OAuthDelegator.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_50 /* OAuthDelegator.swift */; }; - OBJ_1886 /* OAuthEcho.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_51 /* OAuthEcho.swift */; }; - OBJ_1887 /* OAuthParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_52 /* OAuthParameters.swift */; }; - OBJ_1888 /* AuthorizationCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_54 /* AuthorizationCode.swift */; }; - OBJ_1889 /* OAuth2.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_55 /* OAuth2.swift */; }; - OBJ_1890 /* OAuth2Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_56 /* OAuth2Error.swift */; }; - OBJ_1891 /* OAuth2Token.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_57 /* OAuth2Token.swift */; }; - OBJ_1893 /* TurnstileCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_908 /* TurnstileCrypto.framework */; }; - OBJ_1894 /* Turnstile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_909 /* Turnstile.framework */; }; - OBJ_1903 /* BCrypt.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_59 /* BCrypt.swift */; }; - OBJ_1904 /* Random.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_60 /* Random.swift */; }; - OBJ_1905 /* URandom.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_61 /* URandom.swift */; }; - OBJ_1911 /* TurnstileError.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_63 /* TurnstileError.swift */; }; - OBJ_1912 /* Subject.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_65 /* Subject.swift */; }; - OBJ_1913 /* Turnstile.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_66 /* Turnstile.swift */; }; - OBJ_1914 /* APIKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_68 /* APIKey.swift */; }; - OBJ_1915 /* Credentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_69 /* Credentials.swift */; }; - OBJ_1916 /* CredentialsError.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_70 /* CredentialsError.swift */; }; - OBJ_1917 /* Token.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_71 /* Token.swift */; }; - OBJ_1918 /* UsernamePassword.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_72 /* UsernamePassword.swift */; }; - OBJ_1919 /* Account.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_74 /* Account.swift */; }; - OBJ_1920 /* MemoryRealm.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_75 /* MemoryRealm.swift */; }; - OBJ_1921 /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_76 /* Realm.swift */; }; - OBJ_1922 /* MemorySessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_78 /* MemorySessionManager.swift */; }; - OBJ_1923 /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_79 /* SessionManager.swift */; }; - OBJ_1925 /* TurnstileCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_908 /* TurnstileCrypto.framework */; }; - OBJ_1932 /* AuthFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_34 /* AuthFilter.swift */; }; - OBJ_1933 /* AuthenticationConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_35 /* AuthenticationConfig.swift */; }; - OBJ_1934 /* HTTPRequest+Turnstile.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_36 /* HTTPRequest+Turnstile.swift */; }; - OBJ_1935 /* MustacheHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_37 /* MustacheHandler.swift */; }; - OBJ_1936 /* TurnstileFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_38 /* TurnstileFilter.swift */; }; - OBJ_1937 /* TurnstilePerfect.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_39 /* TurnstilePerfect.swift */; }; - OBJ_1939 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; - OBJ_1940 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; - OBJ_1941 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; - OBJ_1942 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; - OBJ_1943 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; - OBJ_1944 /* TurnstileCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_908 /* TurnstileCrypto.framework */; }; - OBJ_1945 /* Turnstile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_909 /* Turnstile.framework */; }; - OBJ_1946 /* TurnstileWeb.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_907 /* TurnstileWeb.framework */; }; - OBJ_1947 /* SwiftString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_905 /* SwiftString.framework */; }; - OBJ_1948 /* PerfectMustache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_904 /* PerfectMustache.framework */; }; - OBJ_1964 /* Account.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_24 /* Account.swift */; }; - OBJ_1965 /* AuthHandlersJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_25 /* AuthHandlersJSON.swift */; }; - OBJ_1966 /* AuthHandlersWeb.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_26 /* AuthHandlersWeb.swift */; }; - OBJ_1967 /* JSONRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_27 /* JSONRoutes.swift */; }; - OBJ_1968 /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_28 /* Realm.swift */; }; - OBJ_1969 /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_29 /* SessionManager.swift */; }; - OBJ_1970 /* Tokens.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_30 /* Tokens.swift */; }; - OBJ_1971 /* TurnstilePerfectRealm.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_31 /* TurnstilePerfectRealm.swift */; }; - OBJ_1972 /* WebRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_32 /* WebRoutes.swift */; }; - OBJ_1974 /* MySQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_898 /* MySQL.framework */; }; - OBJ_1975 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; - OBJ_1976 /* StORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_899 /* StORM.framework */; }; - OBJ_1977 /* SwiftMoment.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_900 /* SwiftMoment.framework */; }; - OBJ_1978 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; - OBJ_1979 /* PerfectCURL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_901 /* PerfectCURL.framework */; }; - OBJ_1980 /* PerfectLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_902 /* PerfectLogger.framework */; }; - OBJ_1981 /* MySQLStORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_903 /* MySQLStORM.framework */; }; - OBJ_1982 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; - OBJ_1983 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; - OBJ_1984 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; - OBJ_1985 /* CZlib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_895 /* CZlib.framework */; }; - OBJ_1986 /* CHTTPParser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_897 /* CHTTPParser.framework */; }; - OBJ_1987 /* PerfectHTTPServer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_896 /* PerfectHTTPServer.framework */; }; - OBJ_1988 /* PerfectMustache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_904 /* PerfectMustache.framework */; }; - OBJ_1989 /* SwiftString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_905 /* SwiftString.framework */; }; - OBJ_1990 /* SwiftRandom.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_906 /* SwiftRandom.framework */; }; - OBJ_1991 /* TurnstileCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_908 /* TurnstileCrypto.framework */; }; - OBJ_1992 /* Turnstile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_909 /* Turnstile.framework */; }; - OBJ_1993 /* TurnstileWeb.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_907 /* TurnstileWeb.framework */; }; - OBJ_1994 /* TurnstilePerfect.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_910 /* TurnstilePerfect.framework */; }; - OBJ_2021 /* SQLBool.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_21 /* SQLBool.swift */; }; - OBJ_2022 /* SQLDates.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_22 /* SQLDates.swift */; }; - OBJ_2029 /* Routing.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* Routing.swift */; }; - OBJ_2030 /* ToDoItems.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* ToDoItems.swift */; }; - OBJ_2031 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_11 /* main.swift */; }; - OBJ_2033 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; - OBJ_2034 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; - OBJ_2035 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; - OBJ_2036 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; - OBJ_2037 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; - OBJ_2038 /* CZlib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_895 /* CZlib.framework */; }; - OBJ_2039 /* CHTTPParser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_897 /* CHTTPParser.framework */; }; - OBJ_2040 /* PerfectHTTPServer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_896 /* PerfectHTTPServer.framework */; }; - OBJ_2041 /* MySQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_898 /* MySQL.framework */; }; - OBJ_2042 /* StORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_899 /* StORM.framework */; }; - OBJ_2043 /* SwiftMoment.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_900 /* SwiftMoment.framework */; }; - OBJ_2044 /* PerfectCURL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_901 /* PerfectCURL.framework */; }; - OBJ_2045 /* PerfectLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_902 /* PerfectLogger.framework */; }; - OBJ_2046 /* MySQLStORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_903 /* MySQLStORM.framework */; }; - OBJ_2047 /* PerfectMustache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_904 /* PerfectMustache.framework */; }; - OBJ_2048 /* SwiftString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_905 /* SwiftString.framework */; }; - OBJ_2049 /* SwiftRandom.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_906 /* SwiftRandom.framework */; }; - OBJ_2050 /* TurnstileCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_908 /* TurnstileCrypto.framework */; }; - OBJ_2051 /* Turnstile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_909 /* Turnstile.framework */; }; - OBJ_2052 /* TurnstileWeb.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_907 /* TurnstileWeb.framework */; }; - OBJ_2053 /* TurnstilePerfect.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_910 /* TurnstilePerfect.framework */; }; - OBJ_2054 /* PerfectTurnstileMySQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_911 /* PerfectTurnstileMySQL.framework */; }; - OBJ_2055 /* SwiftSQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_912 /* SwiftSQL.framework */; }; - OBJ_2056 /* ToDoModel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_914 /* ToDoModel.framework */; }; - OBJ_2086 /* ToDoItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_13 /* ToDoItem.swift */; }; - OBJ_2087 /* ToDoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_14 /* ToDoManager.swift */; }; - OBJ_2089 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; - OBJ_2090 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; - OBJ_2091 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; - OBJ_2092 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; - OBJ_2093 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; - OBJ_2094 /* CZlib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_895 /* CZlib.framework */; }; - OBJ_2095 /* CHTTPParser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_897 /* CHTTPParser.framework */; }; - OBJ_2096 /* PerfectHTTPServer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_896 /* PerfectHTTPServer.framework */; }; - OBJ_2097 /* MySQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_898 /* MySQL.framework */; }; - OBJ_2098 /* StORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_899 /* StORM.framework */; }; - OBJ_2099 /* SwiftMoment.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_900 /* SwiftMoment.framework */; }; - OBJ_2100 /* PerfectCURL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_901 /* PerfectCURL.framework */; }; - OBJ_2101 /* PerfectLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_902 /* PerfectLogger.framework */; }; - OBJ_2102 /* MySQLStORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_903 /* MySQLStORM.framework */; }; - OBJ_2103 /* PerfectMustache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_904 /* PerfectMustache.framework */; }; - OBJ_2104 /* SwiftString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_905 /* SwiftString.framework */; }; - OBJ_2105 /* SwiftRandom.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_906 /* SwiftRandom.framework */; }; - OBJ_2106 /* TurnstileCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_908 /* TurnstileCrypto.framework */; }; - OBJ_2107 /* Turnstile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_909 /* Turnstile.framework */; }; - OBJ_2108 /* TurnstileWeb.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_907 /* TurnstileWeb.framework */; }; - OBJ_2109 /* TurnstilePerfect.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_910 /* TurnstilePerfect.framework */; }; - OBJ_2110 /* PerfectTurnstileMySQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_911 /* PerfectTurnstileMySQL.framework */; }; - OBJ_2111 /* SwiftSQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_912 /* SwiftSQL.framework */; }; - OBJ_2140 /* Perfect_ToDo_iOS_DemoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_17 /* Perfect_ToDo_iOS_DemoTests.swift */; }; - OBJ_2142 /* PerfectLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_890 /* PerfectLib.framework */; }; - OBJ_2143 /* COpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_891 /* COpenSSL.framework */; }; - OBJ_2144 /* PerfectThread.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_892 /* PerfectThread.framework */; }; - OBJ_2145 /* PerfectNet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_893 /* PerfectNet.framework */; }; - OBJ_2146 /* PerfectHTTP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_894 /* PerfectHTTP.framework */; }; - OBJ_2147 /* CZlib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_895 /* CZlib.framework */; }; - OBJ_2148 /* CHTTPParser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_897 /* CHTTPParser.framework */; }; - OBJ_2149 /* PerfectHTTPServer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_896 /* PerfectHTTPServer.framework */; }; - OBJ_2150 /* MySQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_898 /* MySQL.framework */; }; - OBJ_2151 /* StORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_899 /* StORM.framework */; }; - OBJ_2152 /* SwiftMoment.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_900 /* SwiftMoment.framework */; }; - OBJ_2153 /* PerfectCURL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_901 /* PerfectCURL.framework */; }; - OBJ_2154 /* PerfectLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_902 /* PerfectLogger.framework */; }; - OBJ_2155 /* MySQLStORM.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_903 /* MySQLStORM.framework */; }; - OBJ_2156 /* PerfectMustache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_904 /* PerfectMustache.framework */; }; - OBJ_2157 /* SwiftString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_905 /* SwiftString.framework */; }; - OBJ_2158 /* SwiftRandom.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_906 /* SwiftRandom.framework */; }; - OBJ_2159 /* TurnstileCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_908 /* TurnstileCrypto.framework */; }; - OBJ_2160 /* Turnstile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_909 /* Turnstile.framework */; }; - OBJ_2161 /* TurnstileWeb.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_907 /* TurnstileWeb.framework */; }; - OBJ_2162 /* TurnstilePerfect.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_910 /* TurnstilePerfect.framework */; }; - OBJ_2163 /* PerfectTurnstileMySQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_911 /* PerfectTurnstileMySQL.framework */; }; - OBJ_2164 /* SwiftSQL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_912 /* SwiftSQL.framework */; }; - OBJ_921 /* Bytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_879 /* Bytes.swift */; }; - OBJ_922 /* Dir.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_880 /* Dir.swift */; }; - OBJ_923 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_881 /* File.swift */; }; - OBJ_924 /* JSONConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_882 /* JSONConvertible.swift */; }; - OBJ_925 /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_883 /* Log.swift */; }; - OBJ_926 /* PerfectError.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_884 /* PerfectError.swift */; }; - OBJ_927 /* PerfectServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_885 /* PerfectServer.swift */; }; - OBJ_928 /* SwiftCompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_886 /* SwiftCompatibility.swift */; }; - OBJ_929 /* SysProcess.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_887 /* SysProcess.swift */; }; - OBJ_930 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_888 /* Utilities.swift */; }; - OBJ_938 /* a_bitstr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_193 /* a_bitstr.c */; }; - OBJ_939 /* a_bool.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_194 /* a_bool.c */; }; - OBJ_940 /* a_bytes.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_195 /* a_bytes.c */; }; - OBJ_941 /* a_d2i_fp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_196 /* a_d2i_fp.c */; }; - OBJ_942 /* a_digest.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_197 /* a_digest.c */; }; - OBJ_943 /* a_dup.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_198 /* a_dup.c */; }; - OBJ_944 /* a_enum.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_199 /* a_enum.c */; }; - OBJ_945 /* a_gentm.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_200 /* a_gentm.c */; }; - OBJ_946 /* a_i2d_fp.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_201 /* a_i2d_fp.c */; }; - OBJ_947 /* a_int.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_202 /* a_int.c */; }; - OBJ_948 /* a_mbstr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_203 /* a_mbstr.c */; }; - OBJ_949 /* a_object.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_204 /* a_object.c */; }; - OBJ_950 /* a_octet.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_205 /* a_octet.c */; }; - OBJ_951 /* a_print.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_206 /* a_print.c */; }; - OBJ_952 /* a_set.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_207 /* a_set.c */; }; - OBJ_953 /* a_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_208 /* a_sign.c */; }; - OBJ_954 /* a_strex.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_209 /* a_strex.c */; }; - OBJ_955 /* a_strnid.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_210 /* a_strnid.c */; }; - OBJ_956 /* a_time.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_211 /* a_time.c */; }; - OBJ_957 /* a_type.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_212 /* a_type.c */; }; - OBJ_958 /* a_utctm.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_213 /* a_utctm.c */; }; - OBJ_959 /* a_utf8.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_214 /* a_utf8.c */; }; - OBJ_960 /* a_verify.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_215 /* a_verify.c */; }; - OBJ_961 /* aes_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_216 /* aes_cbc.c */; }; - OBJ_962 /* aes_cfb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_217 /* aes_cfb.c */; }; - OBJ_963 /* aes_core.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_218 /* aes_core.c */; }; - OBJ_964 /* aes_ctr.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_219 /* aes_ctr.c */; }; - OBJ_965 /* aes_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_220 /* aes_ecb.c */; }; - OBJ_966 /* aes_ige.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_221 /* aes_ige.c */; }; - OBJ_967 /* aes_misc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_222 /* aes_misc.c */; }; - OBJ_968 /* aes_ofb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_223 /* aes_ofb.c */; }; - OBJ_969 /* aes_wrap.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_224 /* aes_wrap.c */; }; - OBJ_970 /* ameth_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_225 /* ameth_lib.c */; }; - OBJ_971 /* asn1_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_226 /* asn1_err.c */; }; - OBJ_972 /* asn1_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_227 /* asn1_gen.c */; }; - OBJ_973 /* asn1_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_228 /* asn1_lib.c */; }; - OBJ_974 /* asn1_par.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_229 /* asn1_par.c */; }; - OBJ_975 /* asn_mime.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_230 /* asn_mime.c */; }; - OBJ_976 /* asn_moid.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_231 /* asn_moid.c */; }; - OBJ_977 /* asn_pack.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_232 /* asn_pack.c */; }; - OBJ_978 /* b_dump.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_233 /* b_dump.c */; }; - OBJ_979 /* b_print.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_234 /* b_print.c */; }; - OBJ_980 /* b_sock.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_235 /* b_sock.c */; }; - OBJ_981 /* bf_buff.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_236 /* bf_buff.c */; }; - OBJ_982 /* bf_cfb64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_237 /* bf_cfb64.c */; }; - OBJ_983 /* bf_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_238 /* bf_ecb.c */; }; - OBJ_984 /* bf_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_239 /* bf_enc.c */; }; - OBJ_985 /* bf_lbuf.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_240 /* bf_lbuf.c */; }; - OBJ_986 /* bf_nbio.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_241 /* bf_nbio.c */; }; - OBJ_987 /* bf_null.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_242 /* bf_null.c */; }; - OBJ_988 /* bf_ofb64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_243 /* bf_ofb64.c */; }; - OBJ_989 /* bf_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_244 /* bf_skey.c */; }; - OBJ_990 /* bio_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_245 /* bio_asn1.c */; }; - OBJ_991 /* bio_b64.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_246 /* bio_b64.c */; }; - OBJ_992 /* bio_cb.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_247 /* bio_cb.c */; }; - OBJ_993 /* bio_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_248 /* bio_enc.c */; }; - OBJ_994 /* bio_err.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_249 /* bio_err.c */; }; - OBJ_995 /* bio_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_250 /* bio_lib.c */; }; - OBJ_996 /* bio_md.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_251 /* bio_md.c */; }; - OBJ_997 /* bio_ndef.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_252 /* bio_ndef.c */; }; - OBJ_998 /* bio_ok.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_253 /* bio_ok.c */; }; - OBJ_999 /* bio_pk7.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_254 /* bio_pk7.c */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 94B464F41E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_916; - remoteInfo = PerfectLib; - }; - 94B464F51E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_932; - remoteInfo = COpenSSL; - }; - 94B464F61E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1620; - remoteInfo = PerfectThread; - }; - 94B464F71E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1629; - remoteInfo = PerfectNet; - }; - 94B464F81E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_932; - remoteInfo = COpenSSL; - }; - 94B464F91E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1620; - remoteInfo = PerfectThread; - }; - 94B464FA1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1646; - remoteInfo = PerfectHTTP; - }; - 94B464FB1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_916; - remoteInfo = PerfectLib; - }; - 94B464FC1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_932; - remoteInfo = COpenSSL; - }; - 94B464FD1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1620; - remoteInfo = PerfectThread; - }; - 94B464FE1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1629; - remoteInfo = PerfectNet; - }; - 94B464FF1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1669; - remoteInfo = CZlib; - }; - 94B465001E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_916; - remoteInfo = PerfectLib; - }; - 94B465011E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_932; - remoteInfo = COpenSSL; - }; - 94B465021E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1620; - remoteInfo = PerfectThread; - }; - 94B465031E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1629; - remoteInfo = PerfectNet; - }; - 94B465041E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1646; - remoteInfo = PerfectHTTP; - }; - 94B465051E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1728; - remoteInfo = CHTTPParser; - }; - 94B465061E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_916; - remoteInfo = PerfectLib; - }; - 94B465071E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_932; - remoteInfo = COpenSSL; - }; - 94B465081E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1620; - remoteInfo = PerfectThread; - }; - 94B465091E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1629; - remoteInfo = PerfectNet; - }; - 94B4650A1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1646; - remoteInfo = PerfectHTTP; - }; - 94B4650B1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1701; - remoteInfo = PerfectHTTPServer; - }; - 94B4650C1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_916; - remoteInfo = PerfectLib; - }; - 94B4650D1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_932; - remoteInfo = COpenSSL; - }; - 94B4650E1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1620; - remoteInfo = PerfectThread; - }; - 94B4650F1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1629; - remoteInfo = PerfectNet; - }; - 94B465101E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1646; - remoteInfo = PerfectHTTP; - }; - 94B465111E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1728; - remoteInfo = CHTTPParser; - }; - 94B465121E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1669; - remoteInfo = CZlib; - }; - 94B465131E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1747; - remoteInfo = MySQL; - }; - 94B465141E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1754; - remoteInfo = StORM; - }; - 94B465151E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_916; - remoteInfo = PerfectLib; - }; - 94B465161E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1773; - remoteInfo = SwiftMoment; - }; - 94B465171E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1785; - remoteInfo = PerfectCURL; - }; - 94B465181E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1620; - remoteInfo = PerfectThread; - }; - 94B465191E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1794; - remoteInfo = PerfectLogger; - }; - 94B4651A1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_916; - remoteInfo = PerfectLib; - }; - 94B4651B1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1773; - remoteInfo = SwiftMoment; - }; - 94B4651C1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1620; - remoteInfo = PerfectThread; - }; - 94B4651D1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1785; - remoteInfo = PerfectCURL; - }; - 94B4651E1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1810; - remoteInfo = MySQLStORM; - }; - 94B4651F1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1747; - remoteInfo = MySQL; - }; - 94B465201E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_916; - remoteInfo = PerfectLib; - }; - 94B465211E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1754; - remoteInfo = StORM; - }; - 94B465221E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1773; - remoteInfo = SwiftMoment; - }; - 94B465231E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1620; - remoteInfo = PerfectThread; - }; - 94B465241E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1785; - remoteInfo = PerfectCURL; - }; - 94B465251E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1794; - remoteInfo = PerfectLogger; - }; - 94B465261E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1840; - remoteInfo = PerfectMustache; - }; - 94B465271E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_916; - remoteInfo = PerfectLib; - }; - 94B465281E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_932; - remoteInfo = COpenSSL; - }; - 94B465291E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1620; - remoteInfo = PerfectThread; - }; - 94B4652A1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1629; - remoteInfo = PerfectNet; - }; - 94B4652B1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1646; - remoteInfo = PerfectHTTP; - }; - 94B4652C1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1857; - remoteInfo = SwiftString; - }; - 94B4652D1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1866; - remoteInfo = SwiftRandom; - }; - 94B4652E1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1896; - remoteInfo = TurnstileCrypto; - }; - 94B4652F1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1898; - remoteInfo = Turnstile; - }; - 94B465301E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1896; - remoteInfo = TurnstileCrypto; - }; - 94B465311E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1875; - remoteInfo = TurnstileWeb; - }; - 94B465321E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1896; - remoteInfo = TurnstileCrypto; - }; - 94B465331E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1898; - remoteInfo = Turnstile; - }; - 94B465341E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1927; - remoteInfo = TurnstilePerfect; - }; - 94B465351E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_916; - remoteInfo = PerfectLib; - }; - 94B465361E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_932; - remoteInfo = COpenSSL; - }; - 94B465371E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1620; - remoteInfo = PerfectThread; - }; - 94B465381E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1629; - remoteInfo = PerfectNet; - }; - 94B465391E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1646; - remoteInfo = PerfectHTTP; - }; - 94B4653A1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1896; - remoteInfo = TurnstileCrypto; - }; - 94B4653B1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1898; - remoteInfo = Turnstile; - }; - 94B4653C1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1875; - remoteInfo = TurnstileWeb; - }; - 94B4653D1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1857; - remoteInfo = SwiftString; - }; - 94B4653E1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1840; - remoteInfo = PerfectMustache; - }; - 94B4653F1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1959; - remoteInfo = PerfectTurnstileMySQL; - }; - 94B465401E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1747; - remoteInfo = MySQL; - }; - 94B465411E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_916; - remoteInfo = PerfectLib; - }; - 94B465421E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1754; - remoteInfo = StORM; - }; - 94B465431E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1773; - remoteInfo = SwiftMoment; - }; - 94B465441E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1620; - remoteInfo = PerfectThread; - }; - 94B465451E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1785; - remoteInfo = PerfectCURL; - }; - 94B465461E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1794; - remoteInfo = PerfectLogger; - }; - 94B465471E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1810; - remoteInfo = MySQLStORM; - }; - 94B465481E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_932; - remoteInfo = COpenSSL; - }; - 94B465491E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1629; - remoteInfo = PerfectNet; - }; - 94B4654A1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1646; - remoteInfo = PerfectHTTP; - }; - 94B4654B1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1669; - remoteInfo = CZlib; - }; - 94B4654C1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1728; - remoteInfo = CHTTPParser; - }; - 94B4654D1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1701; - remoteInfo = PerfectHTTPServer; - }; - 94B4654E1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1840; - remoteInfo = PerfectMustache; - }; - 94B4654F1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1857; - remoteInfo = SwiftString; - }; - 94B465501E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1866; - remoteInfo = SwiftRandom; - }; - 94B465511E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1896; - remoteInfo = TurnstileCrypto; - }; - 94B465521E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1898; - remoteInfo = Turnstile; - }; - 94B465531E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1875; - remoteInfo = TurnstileWeb; - }; - 94B465541E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1927; - remoteInfo = TurnstilePerfect; - }; - 94B465551E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_2016; - remoteInfo = SwiftSQL; - }; - 94B465561E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_2081; - remoteInfo = ToDoModel; - }; - 94B465571E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_916; - remoteInfo = PerfectLib; - }; - 94B465581E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_932; - remoteInfo = COpenSSL; - }; - 94B465591E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1620; - remoteInfo = PerfectThread; - }; - 94B4655A1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1629; - remoteInfo = PerfectNet; - }; - 94B4655B1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1646; - remoteInfo = PerfectHTTP; - }; - 94B4655C1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1669; - remoteInfo = CZlib; - }; - 94B4655D1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1728; - remoteInfo = CHTTPParser; - }; - 94B4655E1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1701; - remoteInfo = PerfectHTTPServer; - }; - 94B4655F1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1747; - remoteInfo = MySQL; - }; - 94B465601E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1754; - remoteInfo = StORM; - }; - 94B465611E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1773; - remoteInfo = SwiftMoment; - }; - 94B465621E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1785; - remoteInfo = PerfectCURL; - }; - 94B465631E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1794; - remoteInfo = PerfectLogger; - }; - 94B465641E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1810; - remoteInfo = MySQLStORM; - }; - 94B465651E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1840; - remoteInfo = PerfectMustache; - }; - 94B465661E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1857; - remoteInfo = SwiftString; - }; - 94B465671E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1866; - remoteInfo = SwiftRandom; - }; - 94B465681E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1896; - remoteInfo = TurnstileCrypto; - }; - 94B465691E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1898; - remoteInfo = Turnstile; - }; - 94B4656A1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1875; - remoteInfo = TurnstileWeb; - }; - 94B4656B1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1927; - remoteInfo = TurnstilePerfect; - }; - 94B4656C1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1959; - remoteInfo = PerfectTurnstileMySQL; - }; - 94B4656D1E730515009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_2016; - remoteInfo = SwiftSQL; - }; - 94B4656E1E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_916; - remoteInfo = PerfectLib; - }; - 94B4656F1E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_932; - remoteInfo = COpenSSL; - }; - 94B465701E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1620; - remoteInfo = PerfectThread; - }; - 94B465711E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1629; - remoteInfo = PerfectNet; - }; - 94B465721E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1646; - remoteInfo = PerfectHTTP; - }; - 94B465731E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1669; - remoteInfo = CZlib; - }; - 94B465741E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1728; - remoteInfo = CHTTPParser; - }; - 94B465751E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1701; - remoteInfo = PerfectHTTPServer; - }; - 94B465761E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1747; - remoteInfo = MySQL; - }; - 94B465771E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1754; - remoteInfo = StORM; - }; - 94B465781E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1773; - remoteInfo = SwiftMoment; - }; - 94B465791E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1785; - remoteInfo = PerfectCURL; - }; - 94B4657A1E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1794; - remoteInfo = PerfectLogger; - }; - 94B4657B1E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1810; - remoteInfo = MySQLStORM; - }; - 94B4657C1E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1840; - remoteInfo = PerfectMustache; - }; - 94B4657D1E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1857; - remoteInfo = SwiftString; - }; - 94B4657E1E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1866; - remoteInfo = SwiftRandom; - }; - 94B4657F1E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1896; - remoteInfo = TurnstileCrypto; - }; - 94B465801E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1898; - remoteInfo = Turnstile; - }; - 94B465811E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1875; - remoteInfo = TurnstileWeb; - }; - 94B465821E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1927; - remoteInfo = TurnstilePerfect; - }; - 94B465831E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_1959; - remoteInfo = PerfectTurnstileMySQL; - }; - 94B465841E730518009B571E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = OBJ_1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = OBJ_2016; - remoteInfo = SwiftSQL; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - OBJ_10 /* ToDoItems.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToDoItems.swift; sourceTree = ""; }; - OBJ_100 /* Upsert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Upsert.swift; sourceTree = ""; }; - OBJ_101 /* parseRows.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = parseRows.swift; sourceTree = ""; }; - OBJ_103 /* FileLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileLogger.swift; sourceTree = ""; }; - OBJ_104 /* RemoteLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteLogger.swift; sourceTree = ""; }; - OBJ_106 /* cURL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = cURL.swift; sourceTree = ""; }; - OBJ_11 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; - OBJ_110 /* Duration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Duration.swift; sourceTree = ""; }; - OBJ_111 /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = ""; }; - OBJ_112 /* Moment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Moment.swift; sourceTree = ""; }; - OBJ_113 /* MomentFromNow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MomentFromNow.swift; sourceTree = ""; }; - OBJ_114 /* Operators.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Operators.swift; sourceTree = ""; }; - OBJ_115 /* TimeUnit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeUnit.swift; sourceTree = ""; }; - OBJ_118 /* StORM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORM.swift; sourceTree = ""; }; - OBJ_119 /* StORMConnect.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMConnect.swift; sourceTree = ""; }; - OBJ_120 /* StORMCursor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMCursor.swift; sourceTree = ""; }; - OBJ_121 /* StORMDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMDataSource.swift; sourceTree = ""; }; - OBJ_122 /* StORMDataSourceCredentials.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMDataSourceCredentials.swift; sourceTree = ""; }; - OBJ_123 /* StORMDataSourceOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMDataSourceOptions.swift; sourceTree = ""; }; - OBJ_124 /* StORMError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMError.swift; sourceTree = ""; }; - OBJ_125 /* StORMJoins.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMJoins.swift; sourceTree = ""; }; - OBJ_126 /* StORMProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMProtocol.swift; sourceTree = ""; }; - OBJ_127 /* StORMRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMRow.swift; sourceTree = ""; }; - OBJ_128 /* StORMtResultSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StORMtResultSet.swift; sourceTree = ""; }; - OBJ_13 /* ToDoItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToDoItem.swift; sourceTree = ""; }; - OBJ_131 /* MySQL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MySQL.swift; sourceTree = ""; }; - OBJ_135 /* adler32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = adler32.c; sourceTree = ""; }; - OBJ_136 /* compress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = compress.c; sourceTree = ""; }; - OBJ_137 /* crc32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = crc32.c; sourceTree = ""; }; - OBJ_138 /* deflate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = deflate.c; sourceTree = ""; }; - OBJ_139 /* gzclose.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gzclose.c; sourceTree = ""; }; - OBJ_14 /* ToDoManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToDoManager.swift; sourceTree = ""; }; - OBJ_140 /* gzlib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gzlib.c; sourceTree = ""; }; - OBJ_141 /* gzread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gzread.c; sourceTree = ""; }; - OBJ_142 /* gzwrite.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gzwrite.c; sourceTree = ""; }; - OBJ_143 /* infback.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = infback.c; sourceTree = ""; }; - OBJ_144 /* inffast.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = inffast.c; sourceTree = ""; }; - OBJ_145 /* inflate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = inflate.c; sourceTree = ""; }; - OBJ_146 /* inftrees.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = inftrees.c; sourceTree = ""; }; - OBJ_147 /* trees.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = trees.c; sourceTree = ""; }; - OBJ_148 /* uncompr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = uncompr.c; sourceTree = ""; }; - OBJ_149 /* zutil.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zutil.c; sourceTree = ""; }; - OBJ_151 /* czlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = czlib.h; sourceTree = ""; }; - OBJ_152 /* inflate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = inflate.h; sourceTree = ""; }; - OBJ_153 /* inftrees.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = inftrees.h; sourceTree = ""; }; - OBJ_154 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; name = module.modulemap; path = "/Volumes/Developer/Perfect-Examples/Perfect-ToDo-iOS-Demo/Perfect-ToDo-API/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap"; sourceTree = ""; }; - OBJ_156 /* HPACK.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACK.swift; sourceTree = ""; }; - OBJ_157 /* HTTP11Request.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP11Request.swift; sourceTree = ""; }; - OBJ_158 /* HTTP11Response.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP11Response.swift; sourceTree = ""; }; - OBJ_159 /* HTTP2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2.swift; sourceTree = ""; }; - OBJ_160 /* HTTPContentCompression.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPContentCompression.swift; sourceTree = ""; }; - OBJ_161 /* HTTPServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServer.swift; sourceTree = ""; }; - OBJ_162 /* HTTPServerEx.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServerEx.swift; sourceTree = ""; }; - OBJ_163 /* HTTPServerExConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServerExConfig.swift; sourceTree = ""; }; - OBJ_165 /* http_parser.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = http_parser.c; sourceTree = ""; }; - OBJ_167 /* http_parser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = http_parser.h; sourceTree = ""; }; - OBJ_168 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; name = module.modulemap; path = "/Volumes/Developer/Perfect-Examples/Perfect-ToDo-iOS-Demo/Perfect-ToDo-API/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; sourceTree = ""; }; - OBJ_17 /* Perfect_ToDo_iOS_DemoTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Perfect_ToDo_iOS_DemoTests.swift; sourceTree = ""; }; - OBJ_170 /* HTTPFilter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPFilter.swift; sourceTree = ""; }; - OBJ_171 /* HTTPHeaders.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPHeaders.swift; sourceTree = ""; }; - OBJ_172 /* HTTPMethod.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPMethod.swift; sourceTree = ""; }; - OBJ_173 /* HTTPRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPRequest.swift; sourceTree = ""; }; - OBJ_174 /* HTTPResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPResponse.swift; sourceTree = ""; }; - OBJ_175 /* MimeReader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MimeReader.swift; sourceTree = ""; }; - OBJ_176 /* MimeType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MimeType.swift; sourceTree = ""; }; - OBJ_177 /* Routing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Routing.swift; sourceTree = ""; }; - OBJ_178 /* StaticFileHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StaticFileHandler.swift; sourceTree = ""; }; - OBJ_18 /* Supporting */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Supporting; sourceTree = SOURCE_ROOT; }; - OBJ_180 /* Net.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Net.swift; sourceTree = ""; }; - OBJ_181 /* NetAddress.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetAddress.swift; sourceTree = ""; }; - OBJ_182 /* NetEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetEvent.swift; sourceTree = ""; }; - OBJ_183 /* NetNamedPipe.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetNamedPipe.swift; sourceTree = ""; }; - OBJ_184 /* NetTCP.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetTCP.swift; sourceTree = ""; }; - OBJ_185 /* NetTCPSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetTCPSSL.swift; sourceTree = ""; }; - OBJ_186 /* NetUDP.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetUDP.swift; sourceTree = ""; }; - OBJ_188 /* Promise.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Promise.swift; sourceTree = ""; }; - OBJ_189 /* ThreadQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThreadQueue.swift; sourceTree = ""; }; - OBJ_190 /* Threading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Threading.swift; sourceTree = ""; }; - OBJ_193 /* a_bitstr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_bitstr.c; sourceTree = ""; }; - OBJ_194 /* a_bool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_bool.c; sourceTree = ""; }; - OBJ_195 /* a_bytes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_bytes.c; sourceTree = ""; }; - OBJ_196 /* a_d2i_fp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_d2i_fp.c; sourceTree = ""; }; - OBJ_197 /* a_digest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_digest.c; sourceTree = ""; }; - OBJ_198 /* a_dup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_dup.c; sourceTree = ""; }; - OBJ_199 /* a_enum.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_enum.c; sourceTree = ""; }; - OBJ_200 /* a_gentm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_gentm.c; sourceTree = ""; }; - OBJ_201 /* a_i2d_fp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_i2d_fp.c; sourceTree = ""; }; - OBJ_202 /* a_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_int.c; sourceTree = ""; }; - OBJ_203 /* a_mbstr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_mbstr.c; sourceTree = ""; }; - OBJ_204 /* a_object.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_object.c; sourceTree = ""; }; - OBJ_205 /* a_octet.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_octet.c; sourceTree = ""; }; - OBJ_206 /* a_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_print.c; sourceTree = ""; }; - OBJ_207 /* a_set.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_set.c; sourceTree = ""; }; - OBJ_208 /* a_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_sign.c; sourceTree = ""; }; - OBJ_209 /* a_strex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_strex.c; sourceTree = ""; }; - OBJ_21 /* SQLBool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SQLBool.swift; sourceTree = ""; }; - OBJ_210 /* a_strnid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_strnid.c; sourceTree = ""; }; - OBJ_211 /* a_time.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_time.c; sourceTree = ""; }; - OBJ_212 /* a_type.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_type.c; sourceTree = ""; }; - OBJ_213 /* a_utctm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_utctm.c; sourceTree = ""; }; - OBJ_214 /* a_utf8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_utf8.c; sourceTree = ""; }; - OBJ_215 /* a_verify.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_verify.c; sourceTree = ""; }; - OBJ_216 /* aes_cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_cbc.c; sourceTree = ""; }; - OBJ_217 /* aes_cfb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_cfb.c; sourceTree = ""; }; - OBJ_218 /* aes_core.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_core.c; sourceTree = ""; }; - OBJ_219 /* aes_ctr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_ctr.c; sourceTree = ""; }; - OBJ_22 /* SQLDates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SQLDates.swift; sourceTree = ""; }; - OBJ_220 /* aes_ecb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_ecb.c; sourceTree = ""; }; - OBJ_221 /* aes_ige.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_ige.c; sourceTree = ""; }; - OBJ_222 /* aes_misc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_misc.c; sourceTree = ""; }; - OBJ_223 /* aes_ofb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_ofb.c; sourceTree = ""; }; - OBJ_224 /* aes_wrap.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_wrap.c; sourceTree = ""; }; - OBJ_225 /* ameth_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ameth_lib.c; sourceTree = ""; }; - OBJ_226 /* asn1_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_err.c; sourceTree = ""; }; - OBJ_227 /* asn1_gen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_gen.c; sourceTree = ""; }; - OBJ_228 /* asn1_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_lib.c; sourceTree = ""; }; - OBJ_229 /* asn1_par.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_par.c; sourceTree = ""; }; - OBJ_230 /* asn_mime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn_mime.c; sourceTree = ""; }; - OBJ_231 /* asn_moid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn_moid.c; sourceTree = ""; }; - OBJ_232 /* asn_pack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn_pack.c; sourceTree = ""; }; - OBJ_233 /* b_dump.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = b_dump.c; sourceTree = ""; }; - OBJ_234 /* b_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = b_print.c; sourceTree = ""; }; - OBJ_235 /* b_sock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = b_sock.c; sourceTree = ""; }; - OBJ_236 /* bf_buff.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_buff.c; sourceTree = ""; }; - OBJ_237 /* bf_cfb64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_cfb64.c; sourceTree = ""; }; - OBJ_238 /* bf_ecb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_ecb.c; sourceTree = ""; }; - OBJ_239 /* bf_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_enc.c; sourceTree = ""; }; - OBJ_24 /* Account.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Account.swift; sourceTree = ""; }; - OBJ_240 /* bf_lbuf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_lbuf.c; sourceTree = ""; }; - OBJ_241 /* bf_nbio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_nbio.c; sourceTree = ""; }; - OBJ_242 /* bf_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_null.c; sourceTree = ""; }; - OBJ_243 /* bf_ofb64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_ofb64.c; sourceTree = ""; }; - OBJ_244 /* bf_skey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bf_skey.c; sourceTree = ""; }; - OBJ_245 /* bio_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_asn1.c; sourceTree = ""; }; - OBJ_246 /* bio_b64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_b64.c; sourceTree = ""; }; - OBJ_247 /* bio_cb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_cb.c; sourceTree = ""; }; - OBJ_248 /* bio_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_enc.c; sourceTree = ""; }; - OBJ_249 /* bio_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_err.c; sourceTree = ""; }; - OBJ_25 /* AuthHandlersJSON.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthHandlersJSON.swift; sourceTree = ""; }; - OBJ_250 /* bio_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_lib.c; sourceTree = ""; }; - OBJ_251 /* bio_md.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_md.c; sourceTree = ""; }; - OBJ_252 /* bio_ndef.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_ndef.c; sourceTree = ""; }; - OBJ_253 /* bio_ok.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_ok.c; sourceTree = ""; }; - OBJ_254 /* bio_pk7.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_pk7.c; sourceTree = ""; }; - OBJ_255 /* bio_ssl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_ssl.c; sourceTree = ""; }; - OBJ_256 /* bn_add.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_add.c; sourceTree = ""; }; - OBJ_257 /* bn_asm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_asm.c; sourceTree = ""; }; - OBJ_258 /* bn_blind.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_blind.c; sourceTree = ""; }; - OBJ_259 /* bn_const.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_const.c; sourceTree = ""; }; - OBJ_26 /* AuthHandlersWeb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthHandlersWeb.swift; sourceTree = ""; }; - OBJ_260 /* bn_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_ctx.c; sourceTree = ""; }; - OBJ_261 /* bn_depr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_depr.c; sourceTree = ""; }; - OBJ_262 /* bn_div.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_div.c; sourceTree = ""; }; - OBJ_263 /* bn_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_err.c; sourceTree = ""; }; - OBJ_264 /* bn_exp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_exp.c; sourceTree = ""; }; - OBJ_265 /* bn_exp2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_exp2.c; sourceTree = ""; }; - OBJ_266 /* bn_gcd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_gcd.c; sourceTree = ""; }; - OBJ_267 /* bn_gf2m.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_gf2m.c; sourceTree = ""; }; - OBJ_268 /* bn_kron.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_kron.c; sourceTree = ""; }; - OBJ_269 /* bn_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_lib.c; sourceTree = ""; }; - OBJ_27 /* JSONRoutes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONRoutes.swift; sourceTree = ""; }; - OBJ_270 /* bn_mod.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_mod.c; sourceTree = ""; }; - OBJ_271 /* bn_mont.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_mont.c; sourceTree = ""; }; - OBJ_272 /* bn_mpi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_mpi.c; sourceTree = ""; }; - OBJ_273 /* bn_mul.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_mul.c; sourceTree = ""; }; - OBJ_274 /* bn_nist.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_nist.c; sourceTree = ""; }; - OBJ_275 /* bn_prime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_prime.c; sourceTree = ""; }; - OBJ_276 /* bn_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_print.c; sourceTree = ""; }; - OBJ_277 /* bn_rand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_rand.c; sourceTree = ""; }; - OBJ_278 /* bn_recp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_recp.c; sourceTree = ""; }; - OBJ_279 /* bn_shift.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_shift.c; sourceTree = ""; }; - OBJ_28 /* Realm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Realm.swift; sourceTree = ""; }; - OBJ_280 /* bn_sqr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_sqr.c; sourceTree = ""; }; - OBJ_281 /* bn_sqrt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_sqrt.c; sourceTree = ""; }; - OBJ_282 /* bn_word.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_word.c; sourceTree = ""; }; - OBJ_283 /* bn_x931p.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_x931p.c; sourceTree = ""; }; - OBJ_284 /* bss_acpt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_acpt.c; sourceTree = ""; }; - OBJ_285 /* bss_bio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_bio.c; sourceTree = ""; }; - OBJ_286 /* bss_conn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_conn.c; sourceTree = ""; }; - OBJ_287 /* bss_dgram.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_dgram.c; sourceTree = ""; }; - OBJ_288 /* bss_fd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_fd.c; sourceTree = ""; }; - OBJ_289 /* bss_file.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_file.c; sourceTree = ""; }; - OBJ_29 /* SessionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionManager.swift; sourceTree = ""; }; - OBJ_290 /* bss_log.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_log.c; sourceTree = ""; }; - OBJ_291 /* bss_mem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_mem.c; sourceTree = ""; }; - OBJ_292 /* bss_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_null.c; sourceTree = ""; }; - OBJ_293 /* bss_sock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bss_sock.c; sourceTree = ""; }; - OBJ_294 /* buf_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = buf_err.c; sourceTree = ""; }; - OBJ_295 /* buf_str.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = buf_str.c; sourceTree = ""; }; - OBJ_296 /* buffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = buffer.c; sourceTree = ""; }; - OBJ_297 /* by_dir.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = by_dir.c; sourceTree = ""; }; - OBJ_298 /* by_file.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = by_file.c; sourceTree = ""; }; - OBJ_299 /* c_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_all.c; sourceTree = ""; }; - OBJ_30 /* Tokens.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tokens.swift; sourceTree = ""; }; - OBJ_300 /* c_allc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_allc.c; sourceTree = ""; }; - OBJ_301 /* c_alld.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_alld.c; sourceTree = ""; }; - OBJ_302 /* c_cfb64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_cfb64.c; sourceTree = ""; }; - OBJ_303 /* c_ecb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_ecb.c; sourceTree = ""; }; - OBJ_304 /* c_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_enc.c; sourceTree = ""; }; - OBJ_305 /* c_ofb64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_ofb64.c; sourceTree = ""; }; - OBJ_306 /* c_rle.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_rle.c; sourceTree = ""; }; - OBJ_307 /* c_skey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_skey.c; sourceTree = ""; }; - OBJ_308 /* c_zlib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_zlib.c; sourceTree = ""; }; - OBJ_309 /* camellia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = camellia.c; sourceTree = ""; }; - OBJ_31 /* TurnstilePerfectRealm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TurnstilePerfectRealm.swift; sourceTree = ""; }; - OBJ_310 /* cbc128.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbc128.c; sourceTree = ""; }; - OBJ_311 /* cbc3_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbc3_enc.c; sourceTree = ""; }; - OBJ_312 /* cbc_cksm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbc_cksm.c; sourceTree = ""; }; - OBJ_313 /* cbc_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbc_enc.c; sourceTree = ""; }; - OBJ_314 /* ccm128.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ccm128.c; sourceTree = ""; }; - OBJ_315 /* cfb128.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cfb128.c; sourceTree = ""; }; - OBJ_316 /* cfb64ede.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cfb64ede.c; sourceTree = ""; }; - OBJ_317 /* cfb64enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cfb64enc.c; sourceTree = ""; }; - OBJ_318 /* cfb_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cfb_enc.c; sourceTree = ""; }; - OBJ_319 /* cm_ameth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cm_ameth.c; sourceTree = ""; }; - OBJ_32 /* WebRoutes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebRoutes.swift; sourceTree = ""; }; - OBJ_320 /* cm_pmeth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cm_pmeth.c; sourceTree = ""; }; - OBJ_321 /* cmac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmac.c; sourceTree = ""; }; - OBJ_322 /* cmll_cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmll_cbc.c; sourceTree = ""; }; - OBJ_323 /* cmll_cfb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmll_cfb.c; sourceTree = ""; }; - OBJ_324 /* cmll_ctr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmll_ctr.c; sourceTree = ""; }; - OBJ_325 /* cmll_ecb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmll_ecb.c; sourceTree = ""; }; - OBJ_326 /* cmll_misc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmll_misc.c; sourceTree = ""; }; - OBJ_327 /* cmll_ofb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmll_ofb.c; sourceTree = ""; }; - OBJ_328 /* cmll_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmll_utl.c; sourceTree = ""; }; - OBJ_329 /* cms_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_asn1.c; sourceTree = ""; }; - OBJ_330 /* cms_att.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_att.c; sourceTree = ""; }; - OBJ_331 /* cms_cd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_cd.c; sourceTree = ""; }; - OBJ_332 /* cms_dd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_dd.c; sourceTree = ""; }; - OBJ_333 /* cms_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_enc.c; sourceTree = ""; }; - OBJ_334 /* cms_env.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_env.c; sourceTree = ""; }; - OBJ_335 /* cms_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_err.c; sourceTree = ""; }; - OBJ_336 /* cms_ess.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_ess.c; sourceTree = ""; }; - OBJ_337 /* cms_io.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_io.c; sourceTree = ""; }; - OBJ_338 /* cms_kari.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_kari.c; sourceTree = ""; }; - OBJ_339 /* cms_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_lib.c; sourceTree = ""; }; - OBJ_34 /* AuthFilter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthFilter.swift; sourceTree = ""; }; - OBJ_340 /* cms_pwri.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_pwri.c; sourceTree = ""; }; - OBJ_341 /* cms_sd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_sd.c; sourceTree = ""; }; - OBJ_342 /* cms_smime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cms_smime.c; sourceTree = ""; }; - OBJ_343 /* comp_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = comp_err.c; sourceTree = ""; }; - OBJ_344 /* comp_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = comp_lib.c; sourceTree = ""; }; - OBJ_345 /* conf_api.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf_api.c; sourceTree = ""; }; - OBJ_346 /* conf_def.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf_def.c; sourceTree = ""; }; - OBJ_347 /* conf_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf_err.c; sourceTree = ""; }; - OBJ_348 /* conf_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf_lib.c; sourceTree = ""; }; - OBJ_349 /* conf_mall.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf_mall.c; sourceTree = ""; }; - OBJ_35 /* AuthenticationConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationConfig.swift; sourceTree = ""; }; - OBJ_350 /* conf_mod.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf_mod.c; sourceTree = ""; }; - OBJ_351 /* conf_sap.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf_sap.c; sourceTree = ""; }; - OBJ_352 /* cpt_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpt_err.c; sourceTree = ""; }; - OBJ_353 /* cryptlib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cryptlib.c; sourceTree = ""; }; - OBJ_354 /* ctr128.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctr128.c; sourceTree = ""; }; - OBJ_355 /* cversion.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cversion.c; sourceTree = ""; }; - OBJ_356 /* d1_both.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d1_both.c; sourceTree = ""; }; - OBJ_357 /* d1_clnt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d1_clnt.c; sourceTree = ""; }; - OBJ_358 /* d1_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d1_lib.c; sourceTree = ""; }; - OBJ_359 /* d1_meth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d1_meth.c; sourceTree = ""; }; - OBJ_36 /* HTTPRequest+Turnstile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTPRequest+Turnstile.swift"; sourceTree = ""; }; - OBJ_360 /* d1_pkt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d1_pkt.c; sourceTree = ""; }; - OBJ_361 /* d1_srtp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d1_srtp.c; sourceTree = ""; }; - OBJ_362 /* d1_srvr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d1_srvr.c; sourceTree = ""; }; - OBJ_363 /* d2i_pr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d2i_pr.c; sourceTree = ""; }; - OBJ_364 /* d2i_pu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = d2i_pu.c; sourceTree = ""; }; - OBJ_365 /* des_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = des_enc.c; sourceTree = ""; }; - OBJ_366 /* des_old.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = des_old.c; sourceTree = ""; }; - OBJ_367 /* des_old2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = des_old2.c; sourceTree = ""; }; - OBJ_368 /* dh_ameth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_ameth.c; sourceTree = ""; }; - OBJ_369 /* dh_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_asn1.c; sourceTree = ""; }; - OBJ_37 /* MustacheHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MustacheHandler.swift; sourceTree = ""; }; - OBJ_370 /* dh_check.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_check.c; sourceTree = ""; }; - OBJ_371 /* dh_depr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_depr.c; sourceTree = ""; }; - OBJ_372 /* dh_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_err.c; sourceTree = ""; }; - OBJ_373 /* dh_gen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_gen.c; sourceTree = ""; }; - OBJ_374 /* dh_kdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_kdf.c; sourceTree = ""; }; - OBJ_375 /* dh_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_key.c; sourceTree = ""; }; - OBJ_376 /* dh_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_lib.c; sourceTree = ""; }; - OBJ_377 /* dh_pmeth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_pmeth.c; sourceTree = ""; }; - OBJ_378 /* dh_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_prn.c; sourceTree = ""; }; - OBJ_379 /* dh_rfc5114.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_rfc5114.c; sourceTree = ""; }; - OBJ_38 /* TurnstileFilter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TurnstileFilter.swift; sourceTree = ""; }; - OBJ_380 /* digest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digest.c; sourceTree = ""; }; - OBJ_381 /* dsa_ameth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_ameth.c; sourceTree = ""; }; - OBJ_382 /* dsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_asn1.c; sourceTree = ""; }; - OBJ_383 /* dsa_depr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_depr.c; sourceTree = ""; }; - OBJ_384 /* dsa_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_err.c; sourceTree = ""; }; - OBJ_385 /* dsa_gen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_gen.c; sourceTree = ""; }; - OBJ_386 /* dsa_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_key.c; sourceTree = ""; }; - OBJ_387 /* dsa_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_lib.c; sourceTree = ""; }; - OBJ_388 /* dsa_ossl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_ossl.c; sourceTree = ""; }; - OBJ_389 /* dsa_pmeth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_pmeth.c; sourceTree = ""; }; - OBJ_39 /* TurnstilePerfect.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TurnstilePerfect.swift; sourceTree = ""; }; - OBJ_390 /* dsa_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_prn.c; sourceTree = ""; }; - OBJ_391 /* dsa_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_sign.c; sourceTree = ""; }; - OBJ_392 /* dsa_vrf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_vrf.c; sourceTree = ""; }; - OBJ_393 /* dso_beos.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_beos.c; sourceTree = ""; }; - OBJ_394 /* dso_dl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_dl.c; sourceTree = ""; }; - OBJ_395 /* dso_dlfcn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_dlfcn.c; sourceTree = ""; }; - OBJ_396 /* dso_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_err.c; sourceTree = ""; }; - OBJ_397 /* dso_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_lib.c; sourceTree = ""; }; - OBJ_398 /* dso_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_null.c; sourceTree = ""; }; - OBJ_399 /* dso_openssl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_openssl.c; sourceTree = ""; }; - OBJ_400 /* dso_vms.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_vms.c; sourceTree = ""; }; - OBJ_401 /* dso_win32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dso_win32.c; sourceTree = ""; }; - OBJ_402 /* e_4758cca.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_4758cca.c; sourceTree = ""; }; - OBJ_403 /* e_4758cca_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_4758cca_err.c; sourceTree = ""; }; - OBJ_404 /* e_aep.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aep.c; sourceTree = ""; }; - OBJ_405 /* e_aep_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aep_err.c; sourceTree = ""; }; - OBJ_406 /* e_aes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aes.c; sourceTree = ""; }; - OBJ_407 /* e_aes_cbc_hmac_sha1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aes_cbc_hmac_sha1.c; sourceTree = ""; }; - OBJ_408 /* e_aes_cbc_hmac_sha256.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aes_cbc_hmac_sha256.c; sourceTree = ""; }; - OBJ_409 /* e_atalla.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_atalla.c; sourceTree = ""; }; - OBJ_410 /* e_atalla_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_atalla_err.c; sourceTree = ""; }; - OBJ_411 /* e_bf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_bf.c; sourceTree = ""; }; - OBJ_412 /* e_camellia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_camellia.c; sourceTree = ""; }; - OBJ_413 /* e_capi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_capi.c; sourceTree = ""; }; - OBJ_414 /* e_capi_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_capi_err.c; sourceTree = ""; }; - OBJ_415 /* e_cast.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_cast.c; sourceTree = ""; }; - OBJ_416 /* e_chil.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_chil.c; sourceTree = ""; }; - OBJ_417 /* e_chil_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_chil_err.c; sourceTree = ""; }; - OBJ_418 /* e_cswift.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_cswift.c; sourceTree = ""; }; - OBJ_419 /* e_cswift_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_cswift_err.c; sourceTree = ""; }; - OBJ_42 /* URLSession+Turnstile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "URLSession+Turnstile.swift"; sourceTree = ""; }; - OBJ_420 /* e_des.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_des.c; sourceTree = ""; }; - OBJ_421 /* e_des3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_des3.c; sourceTree = ""; }; - OBJ_422 /* e_gmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_gmp.c; sourceTree = ""; }; - OBJ_423 /* e_gmp_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_gmp_err.c; sourceTree = ""; }; - OBJ_424 /* e_gost_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_gost_err.c; sourceTree = ""; }; - OBJ_425 /* e_idea.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_idea.c; sourceTree = ""; }; - OBJ_426 /* e_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_null.c; sourceTree = ""; }; - OBJ_427 /* e_nuron.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_nuron.c; sourceTree = ""; }; - OBJ_428 /* e_nuron_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_nuron_err.c; sourceTree = ""; }; - OBJ_429 /* e_old.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_old.c; sourceTree = ""; }; - OBJ_43 /* WebMemoryRealm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebMemoryRealm.swift; sourceTree = ""; }; - OBJ_430 /* e_padlock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_padlock.c; sourceTree = ""; }; - OBJ_431 /* e_rc2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rc2.c; sourceTree = ""; }; - OBJ_432 /* e_rc4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rc4.c; sourceTree = ""; }; - OBJ_433 /* e_rc4_hmac_md5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rc4_hmac_md5.c; sourceTree = ""; }; - OBJ_434 /* e_rc5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rc5.c; sourceTree = ""; }; - OBJ_435 /* e_seed.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_seed.c; sourceTree = ""; }; - OBJ_436 /* e_sureware.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_sureware.c; sourceTree = ""; }; - OBJ_437 /* e_sureware_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_sureware_err.c; sourceTree = ""; }; - OBJ_438 /* e_ubsec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_ubsec.c; sourceTree = ""; }; - OBJ_439 /* e_ubsec_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_ubsec_err.c; sourceTree = ""; }; - OBJ_440 /* e_xcbc_d.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_xcbc_d.c; sourceTree = ""; }; - OBJ_441 /* ebcdic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ebcdic.c; sourceTree = ""; }; - OBJ_442 /* ec2_mult.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec2_mult.c; sourceTree = ""; }; - OBJ_443 /* ec2_oct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec2_oct.c; sourceTree = ""; }; - OBJ_444 /* ec2_smpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec2_smpl.c; sourceTree = ""; }; - OBJ_445 /* ec_ameth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_ameth.c; sourceTree = ""; }; - OBJ_446 /* ec_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_asn1.c; sourceTree = ""; }; - OBJ_447 /* ec_check.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_check.c; sourceTree = ""; }; - OBJ_448 /* ec_curve.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_curve.c; sourceTree = ""; }; - OBJ_449 /* ec_cvt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_cvt.c; sourceTree = ""; }; - OBJ_45 /* Digits.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Digits.swift; sourceTree = ""; }; - OBJ_450 /* ec_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_err.c; sourceTree = ""; }; - OBJ_451 /* ec_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_key.c; sourceTree = ""; }; - OBJ_452 /* ec_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_lib.c; sourceTree = ""; }; - OBJ_453 /* ec_mult.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_mult.c; sourceTree = ""; }; - OBJ_454 /* ec_oct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_oct.c; sourceTree = ""; }; - OBJ_455 /* ec_pmeth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_pmeth.c; sourceTree = ""; }; - OBJ_456 /* ec_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_print.c; sourceTree = ""; }; - OBJ_457 /* ecb3_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecb3_enc.c; sourceTree = ""; }; - OBJ_458 /* ecb_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecb_enc.c; sourceTree = ""; }; - OBJ_459 /* ech_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ech_err.c; sourceTree = ""; }; - OBJ_46 /* Facebook.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Facebook.swift; sourceTree = ""; }; - OBJ_460 /* ech_kdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ech_kdf.c; sourceTree = ""; }; - OBJ_461 /* ech_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ech_key.c; sourceTree = ""; }; - OBJ_462 /* ech_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ech_lib.c; sourceTree = ""; }; - OBJ_463 /* ech_ossl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ech_ossl.c; sourceTree = ""; }; - OBJ_464 /* eck_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eck_prn.c; sourceTree = ""; }; - OBJ_465 /* ecp_mont.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecp_mont.c; sourceTree = ""; }; - OBJ_466 /* ecp_nist.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecp_nist.c; sourceTree = ""; }; - OBJ_467 /* ecp_nistp224.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecp_nistp224.c; sourceTree = ""; }; - OBJ_468 /* ecp_nistp256.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecp_nistp256.c; sourceTree = ""; }; - OBJ_469 /* ecp_nistp521.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecp_nistp521.c; sourceTree = ""; }; - OBJ_47 /* Google.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Google.swift; sourceTree = ""; }; - OBJ_470 /* ecp_nistputil.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecp_nistputil.c; sourceTree = ""; }; - OBJ_471 /* ecp_oct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecp_oct.c; sourceTree = ""; }; - OBJ_472 /* ecp_smpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecp_smpl.c; sourceTree = ""; }; - OBJ_473 /* ecs_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecs_asn1.c; sourceTree = ""; }; - OBJ_474 /* ecs_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecs_err.c; sourceTree = ""; }; - OBJ_475 /* ecs_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecs_lib.c; sourceTree = ""; }; - OBJ_476 /* ecs_ossl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecs_ossl.c; sourceTree = ""; }; - OBJ_477 /* ecs_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecs_sign.c; sourceTree = ""; }; - OBJ_478 /* ecs_vrf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecs_vrf.c; sourceTree = ""; }; - OBJ_479 /* ede_cbcm_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ede_cbcm_enc.c; sourceTree = ""; }; - OBJ_480 /* enc_read.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = enc_read.c; sourceTree = ""; }; - OBJ_481 /* enc_writ.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = enc_writ.c; sourceTree = ""; }; - OBJ_482 /* encode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = encode.c; sourceTree = ""; }; - OBJ_483 /* eng_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_all.c; sourceTree = ""; }; - OBJ_484 /* eng_cnf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_cnf.c; sourceTree = ""; }; - OBJ_485 /* eng_cryptodev.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_cryptodev.c; sourceTree = ""; }; - OBJ_486 /* eng_ctrl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_ctrl.c; sourceTree = ""; }; - OBJ_487 /* eng_dyn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_dyn.c; sourceTree = ""; }; - OBJ_488 /* eng_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_err.c; sourceTree = ""; }; - OBJ_489 /* eng_fat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_fat.c; sourceTree = ""; }; - OBJ_490 /* eng_init.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_init.c; sourceTree = ""; }; - OBJ_491 /* eng_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_lib.c; sourceTree = ""; }; - OBJ_492 /* eng_list.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_list.c; sourceTree = ""; }; - OBJ_493 /* eng_openssl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_openssl.c; sourceTree = ""; }; - OBJ_494 /* eng_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_pkey.c; sourceTree = ""; }; - OBJ_495 /* eng_rdrand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_rdrand.c; sourceTree = ""; }; - OBJ_496 /* eng_table.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eng_table.c; sourceTree = ""; }; - OBJ_497 /* err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = err.c; sourceTree = ""; }; - OBJ_498 /* err_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = err_all.c; sourceTree = ""; }; - OBJ_499 /* err_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = err_prn.c; sourceTree = ""; }; - OBJ_50 /* OAuthDelegator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuthDelegator.swift; sourceTree = ""; }; - OBJ_500 /* evp_acnf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_acnf.c; sourceTree = ""; }; - OBJ_501 /* evp_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_asn1.c; sourceTree = ""; }; - OBJ_502 /* evp_cnf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_cnf.c; sourceTree = ""; }; - OBJ_503 /* evp_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_enc.c; sourceTree = ""; }; - OBJ_504 /* evp_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_err.c; sourceTree = ""; }; - OBJ_505 /* evp_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_key.c; sourceTree = ""; }; - OBJ_506 /* evp_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_lib.c; sourceTree = ""; }; - OBJ_507 /* evp_pbe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_pbe.c; sourceTree = ""; }; - OBJ_508 /* evp_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_pkey.c; sourceTree = ""; }; - OBJ_509 /* ex_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ex_data.c; sourceTree = ""; }; - OBJ_51 /* OAuthEcho.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuthEcho.swift; sourceTree = ""; }; - OBJ_510 /* f_enum.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = f_enum.c; sourceTree = ""; }; - OBJ_511 /* f_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = f_int.c; sourceTree = ""; }; - OBJ_512 /* f_string.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = f_string.c; sourceTree = ""; }; - OBJ_513 /* fcrypt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fcrypt.c; sourceTree = ""; }; - OBJ_514 /* fcrypt_b.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fcrypt_b.c; sourceTree = ""; }; - OBJ_515 /* fips_ers.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fips_ers.c; sourceTree = ""; }; - OBJ_516 /* gcm128.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcm128.c; sourceTree = ""; }; - OBJ_517 /* gost2001.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost2001.c; sourceTree = ""; }; - OBJ_518 /* gost2001_keyx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost2001_keyx.c; sourceTree = ""; }; - OBJ_519 /* gost89.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost89.c; sourceTree = ""; }; - OBJ_52 /* OAuthParameters.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuthParameters.swift; sourceTree = ""; }; - OBJ_520 /* gost94_keyx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost94_keyx.c; sourceTree = ""; }; - OBJ_521 /* gost_ameth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_ameth.c; sourceTree = ""; }; - OBJ_522 /* gost_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_asn1.c; sourceTree = ""; }; - OBJ_523 /* gost_crypt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_crypt.c; sourceTree = ""; }; - OBJ_524 /* gost_ctl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_ctl.c; sourceTree = ""; }; - OBJ_525 /* gost_eng.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_eng.c; sourceTree = ""; }; - OBJ_526 /* gost_keywrap.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_keywrap.c; sourceTree = ""; }; - OBJ_527 /* gost_md.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_md.c; sourceTree = ""; }; - OBJ_528 /* gost_params.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_params.c; sourceTree = ""; }; - OBJ_529 /* gost_pmeth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_pmeth.c; sourceTree = ""; }; - OBJ_530 /* gost_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gost_sign.c; sourceTree = ""; }; - OBJ_531 /* gosthash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gosthash.c; sourceTree = ""; }; - OBJ_532 /* hm_ameth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hm_ameth.c; sourceTree = ""; }; - OBJ_533 /* hm_pmeth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hm_pmeth.c; sourceTree = ""; }; - OBJ_534 /* hmac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hmac.c; sourceTree = ""; }; - OBJ_535 /* i2d_pr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i2d_pr.c; sourceTree = ""; }; - OBJ_536 /* i2d_pu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i2d_pu.c; sourceTree = ""; }; - OBJ_537 /* i_cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i_cbc.c; sourceTree = ""; }; - OBJ_538 /* i_cfb64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i_cfb64.c; sourceTree = ""; }; - OBJ_539 /* i_ecb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i_ecb.c; sourceTree = ""; }; - OBJ_54 /* AuthorizationCode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthorizationCode.swift; sourceTree = ""; }; - OBJ_540 /* i_ofb64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i_ofb64.c; sourceTree = ""; }; - OBJ_541 /* i_skey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i_skey.c; sourceTree = ""; }; - OBJ_542 /* krb5_asn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = krb5_asn.c; sourceTree = ""; }; - OBJ_543 /* kssl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = kssl.c; sourceTree = ""; }; - OBJ_544 /* lh_stats.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lh_stats.c; sourceTree = ""; }; - OBJ_545 /* lhash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lhash.c; sourceTree = ""; }; - OBJ_546 /* m_dss.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_dss.c; sourceTree = ""; }; - OBJ_547 /* m_dss1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_dss1.c; sourceTree = ""; }; - OBJ_548 /* m_ecdsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_ecdsa.c; sourceTree = ""; }; - OBJ_549 /* m_md2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_md2.c; sourceTree = ""; }; - OBJ_55 /* OAuth2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuth2.swift; sourceTree = ""; }; - OBJ_550 /* m_md4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_md4.c; sourceTree = ""; }; - OBJ_551 /* m_md5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_md5.c; sourceTree = ""; }; - OBJ_552 /* m_mdc2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_mdc2.c; sourceTree = ""; }; - OBJ_553 /* m_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_null.c; sourceTree = ""; }; - OBJ_554 /* m_ripemd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_ripemd.c; sourceTree = ""; }; - OBJ_555 /* m_sha.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_sha.c; sourceTree = ""; }; - OBJ_556 /* m_sha1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_sha1.c; sourceTree = ""; }; - OBJ_557 /* m_sigver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_sigver.c; sourceTree = ""; }; - OBJ_558 /* m_wp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = m_wp.c; sourceTree = ""; }; - OBJ_559 /* md4_dgst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md4_dgst.c; sourceTree = ""; }; - OBJ_56 /* OAuth2Error.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuth2Error.swift; sourceTree = ""; }; - OBJ_560 /* md4_one.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md4_one.c; sourceTree = ""; }; - OBJ_561 /* md5_dgst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md5_dgst.c; sourceTree = ""; }; - OBJ_562 /* md5_one.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md5_one.c; sourceTree = ""; }; - OBJ_563 /* md_rand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md_rand.c; sourceTree = ""; }; - OBJ_564 /* mdc2_one.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mdc2_one.c; sourceTree = ""; }; - OBJ_565 /* mdc2dgst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mdc2dgst.c; sourceTree = ""; }; - OBJ_566 /* mem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mem.c; sourceTree = ""; }; - OBJ_567 /* mem_clr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mem_clr.c; sourceTree = ""; }; - OBJ_568 /* mem_dbg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mem_dbg.c; sourceTree = ""; }; - OBJ_569 /* n_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = n_pkey.c; sourceTree = ""; }; - OBJ_57 /* OAuth2Token.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuth2Token.swift; sourceTree = ""; }; - OBJ_570 /* names.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = names.c; sourceTree = ""; }; - OBJ_571 /* nsseq.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = nsseq.c; sourceTree = ""; }; - OBJ_572 /* o_dir.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = o_dir.c; sourceTree = ""; }; - OBJ_573 /* o_fips.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = o_fips.c; sourceTree = ""; }; - OBJ_574 /* o_init.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = o_init.c; sourceTree = ""; }; - OBJ_575 /* o_names.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = o_names.c; sourceTree = ""; }; - OBJ_576 /* o_str.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = o_str.c; sourceTree = ""; }; - OBJ_577 /* o_time.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = o_time.c; sourceTree = ""; }; - OBJ_578 /* obj_dat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = obj_dat.c; sourceTree = ""; }; - OBJ_579 /* obj_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = obj_err.c; sourceTree = ""; }; - OBJ_580 /* obj_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = obj_lib.c; sourceTree = ""; }; - OBJ_581 /* obj_xref.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = obj_xref.c; sourceTree = ""; }; - OBJ_582 /* ocsp_asn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_asn.c; sourceTree = ""; }; - OBJ_583 /* ocsp_cl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_cl.c; sourceTree = ""; }; - OBJ_584 /* ocsp_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_err.c; sourceTree = ""; }; - OBJ_585 /* ocsp_ext.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_ext.c; sourceTree = ""; }; - OBJ_586 /* ocsp_ht.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_ht.c; sourceTree = ""; }; - OBJ_587 /* ocsp_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_lib.c; sourceTree = ""; }; - OBJ_588 /* ocsp_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_prn.c; sourceTree = ""; }; - OBJ_589 /* ocsp_srv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_srv.c; sourceTree = ""; }; - OBJ_59 /* BCrypt.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BCrypt.swift; sourceTree = ""; }; - OBJ_590 /* ocsp_vfy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ocsp_vfy.c; sourceTree = ""; }; - OBJ_591 /* ofb128.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ofb128.c; sourceTree = ""; }; - OBJ_592 /* ofb64ede.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ofb64ede.c; sourceTree = ""; }; - OBJ_593 /* ofb64enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ofb64enc.c; sourceTree = ""; }; - OBJ_594 /* ofb_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ofb_enc.c; sourceTree = ""; }; - OBJ_595 /* openbsd_hw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = openbsd_hw.c; sourceTree = ""; }; - OBJ_596 /* p12_add.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_add.c; sourceTree = ""; }; - OBJ_597 /* p12_asn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_asn.c; sourceTree = ""; }; - OBJ_598 /* p12_attr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_attr.c; sourceTree = ""; }; - OBJ_599 /* p12_crpt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_crpt.c; sourceTree = ""; }; - OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; }; - OBJ_60 /* Random.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Random.swift; sourceTree = ""; }; - OBJ_600 /* p12_crt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_crt.c; sourceTree = ""; }; - OBJ_601 /* p12_decr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_decr.c; sourceTree = ""; }; - OBJ_602 /* p12_init.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_init.c; sourceTree = ""; }; - OBJ_603 /* p12_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_key.c; sourceTree = ""; }; - OBJ_604 /* p12_kiss.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_kiss.c; sourceTree = ""; }; - OBJ_605 /* p12_mutl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_mutl.c; sourceTree = ""; }; - OBJ_606 /* p12_npas.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_npas.c; sourceTree = ""; }; - OBJ_607 /* p12_p8d.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_p8d.c; sourceTree = ""; }; - OBJ_608 /* p12_p8e.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_p8e.c; sourceTree = ""; }; - OBJ_609 /* p12_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p12_utl.c; sourceTree = ""; }; - OBJ_61 /* URandom.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URandom.swift; sourceTree = ""; }; - OBJ_610 /* p5_crpt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p5_crpt.c; sourceTree = ""; }; - OBJ_611 /* p5_crpt2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p5_crpt2.c; sourceTree = ""; }; - OBJ_612 /* p5_pbe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p5_pbe.c; sourceTree = ""; }; - OBJ_613 /* p5_pbev2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p5_pbev2.c; sourceTree = ""; }; - OBJ_614 /* p8_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p8_pkey.c; sourceTree = ""; }; - OBJ_615 /* p_dec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_dec.c; sourceTree = ""; }; - OBJ_616 /* p_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_enc.c; sourceTree = ""; }; - OBJ_617 /* p_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_lib.c; sourceTree = ""; }; - OBJ_618 /* p_open.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_open.c; sourceTree = ""; }; - OBJ_619 /* p_seal.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_seal.c; sourceTree = ""; }; - OBJ_620 /* p_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_sign.c; sourceTree = ""; }; - OBJ_621 /* p_verify.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_verify.c; sourceTree = ""; }; - OBJ_622 /* pcbc_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcbc_enc.c; sourceTree = ""; }; - OBJ_623 /* pcy_cache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_cache.c; sourceTree = ""; }; - OBJ_624 /* pcy_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_data.c; sourceTree = ""; }; - OBJ_625 /* pcy_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_lib.c; sourceTree = ""; }; - OBJ_626 /* pcy_map.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_map.c; sourceTree = ""; }; - OBJ_627 /* pcy_node.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_node.c; sourceTree = ""; }; - OBJ_628 /* pcy_tree.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_tree.c; sourceTree = ""; }; - OBJ_629 /* pem_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_all.c; sourceTree = ""; }; - OBJ_63 /* TurnstileError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TurnstileError.swift; sourceTree = ""; }; - OBJ_630 /* pem_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_err.c; sourceTree = ""; }; - OBJ_631 /* pem_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_info.c; sourceTree = ""; }; - OBJ_632 /* pem_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_lib.c; sourceTree = ""; }; - OBJ_633 /* pem_oth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_oth.c; sourceTree = ""; }; - OBJ_634 /* pem_pk8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_pk8.c; sourceTree = ""; }; - OBJ_635 /* pem_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_pkey.c; sourceTree = ""; }; - OBJ_636 /* pem_seal.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_seal.c; sourceTree = ""; }; - OBJ_637 /* pem_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_sign.c; sourceTree = ""; }; - OBJ_638 /* pem_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_x509.c; sourceTree = ""; }; - OBJ_639 /* pem_xaux.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_xaux.c; sourceTree = ""; }; - OBJ_640 /* pk12err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pk12err.c; sourceTree = ""; }; - OBJ_641 /* pk7_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pk7_asn1.c; sourceTree = ""; }; - OBJ_642 /* pk7_attr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pk7_attr.c; sourceTree = ""; }; - OBJ_643 /* pk7_dgst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pk7_dgst.c; sourceTree = ""; }; - OBJ_644 /* pk7_doit.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pk7_doit.c; sourceTree = ""; }; - OBJ_645 /* pk7_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pk7_lib.c; sourceTree = ""; }; - OBJ_646 /* pk7_mime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pk7_mime.c; sourceTree = ""; }; - OBJ_647 /* pk7_smime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pk7_smime.c; sourceTree = ""; }; - OBJ_648 /* pkcs7err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs7err.c; sourceTree = ""; }; - OBJ_649 /* pmeth_fn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pmeth_fn.c; sourceTree = ""; }; - OBJ_65 /* Subject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Subject.swift; sourceTree = ""; }; - OBJ_650 /* pmeth_gn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pmeth_gn.c; sourceTree = ""; }; - OBJ_651 /* pmeth_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pmeth_lib.c; sourceTree = ""; }; - OBJ_652 /* pqueue.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pqueue.c; sourceTree = ""; }; - OBJ_653 /* pvkfmt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pvkfmt.c; sourceTree = ""; }; - OBJ_654 /* qud_cksm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = qud_cksm.c; sourceTree = ""; }; - OBJ_655 /* rand_egd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_egd.c; sourceTree = ""; }; - OBJ_656 /* rand_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_err.c; sourceTree = ""; }; - OBJ_657 /* rand_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_key.c; sourceTree = ""; }; - OBJ_658 /* rand_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_lib.c; sourceTree = ""; }; - OBJ_659 /* rand_nw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_nw.c; sourceTree = ""; }; - OBJ_66 /* Turnstile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Turnstile.swift; sourceTree = ""; }; - OBJ_660 /* rand_os2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_os2.c; sourceTree = ""; }; - OBJ_661 /* rand_unix.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_unix.c; sourceTree = ""; }; - OBJ_662 /* rand_vms.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_vms.c; sourceTree = ""; }; - OBJ_663 /* rand_win.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_win.c; sourceTree = ""; }; - OBJ_664 /* randfile.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = randfile.c; sourceTree = ""; }; - OBJ_665 /* rc2_cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc2_cbc.c; sourceTree = ""; }; - OBJ_666 /* rc2_ecb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc2_ecb.c; sourceTree = ""; }; - OBJ_667 /* rc2_skey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc2_skey.c; sourceTree = ""; }; - OBJ_668 /* rc2cfb64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc2cfb64.c; sourceTree = ""; }; - OBJ_669 /* rc2ofb64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc2ofb64.c; sourceTree = ""; }; - OBJ_670 /* rc4_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc4_enc.c; sourceTree = ""; }; - OBJ_671 /* rc4_skey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc4_skey.c; sourceTree = ""; }; - OBJ_672 /* rc4_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc4_utl.c; sourceTree = ""; }; - OBJ_673 /* read2pwd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = read2pwd.c; sourceTree = ""; }; - OBJ_674 /* rmd_dgst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rmd_dgst.c; sourceTree = ""; }; - OBJ_675 /* rmd_one.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rmd_one.c; sourceTree = ""; }; - OBJ_676 /* rpc_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rpc_enc.c; sourceTree = ""; }; - OBJ_677 /* rsa_ameth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_ameth.c; sourceTree = ""; }; - OBJ_678 /* rsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_asn1.c; sourceTree = ""; }; - OBJ_679 /* rsa_chk.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_chk.c; sourceTree = ""; }; - OBJ_68 /* APIKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIKey.swift; sourceTree = ""; }; - OBJ_680 /* rsa_crpt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_crpt.c; sourceTree = ""; }; - OBJ_681 /* rsa_depr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_depr.c; sourceTree = ""; }; - OBJ_682 /* rsa_eay.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_eay.c; sourceTree = ""; }; - OBJ_683 /* rsa_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_err.c; sourceTree = ""; }; - OBJ_684 /* rsa_gen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_gen.c; sourceTree = ""; }; - OBJ_685 /* rsa_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_lib.c; sourceTree = ""; }; - OBJ_686 /* rsa_none.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_none.c; sourceTree = ""; }; - OBJ_687 /* rsa_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_null.c; sourceTree = ""; }; - OBJ_688 /* rsa_oaep.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_oaep.c; sourceTree = ""; }; - OBJ_689 /* rsa_pk1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_pk1.c; sourceTree = ""; }; - OBJ_69 /* Credentials.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Credentials.swift; sourceTree = ""; }; - OBJ_690 /* rsa_pmeth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_pmeth.c; sourceTree = ""; }; - OBJ_691 /* rsa_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_prn.c; sourceTree = ""; }; - OBJ_692 /* rsa_pss.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_pss.c; sourceTree = ""; }; - OBJ_693 /* rsa_saos.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_saos.c; sourceTree = ""; }; - OBJ_694 /* rsa_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_sign.c; sourceTree = ""; }; - OBJ_695 /* rsa_ssl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_ssl.c; sourceTree = ""; }; - OBJ_696 /* rsa_x931.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_x931.c; sourceTree = ""; }; - OBJ_697 /* rsaz_exp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsaz_exp.c; sourceTree = ""; }; - OBJ_698 /* s23_clnt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s23_clnt.c; sourceTree = ""; }; - OBJ_699 /* s23_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s23_lib.c; sourceTree = ""; }; - OBJ_70 /* CredentialsError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CredentialsError.swift; sourceTree = ""; }; - OBJ_700 /* s23_meth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s23_meth.c; sourceTree = ""; }; - OBJ_701 /* s23_pkt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s23_pkt.c; sourceTree = ""; }; - OBJ_702 /* s23_srvr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s23_srvr.c; sourceTree = ""; }; - OBJ_703 /* s2_clnt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s2_clnt.c; sourceTree = ""; }; - OBJ_704 /* s2_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s2_enc.c; sourceTree = ""; }; - OBJ_705 /* s2_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s2_lib.c; sourceTree = ""; }; - OBJ_706 /* s2_meth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s2_meth.c; sourceTree = ""; }; - OBJ_707 /* s2_pkt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s2_pkt.c; sourceTree = ""; }; - OBJ_708 /* s2_srvr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s2_srvr.c; sourceTree = ""; }; - OBJ_709 /* s3_both.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s3_both.c; sourceTree = ""; }; - OBJ_71 /* Token.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Token.swift; sourceTree = ""; }; - OBJ_710 /* s3_cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s3_cbc.c; sourceTree = ""; }; - OBJ_711 /* s3_clnt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s3_clnt.c; sourceTree = ""; }; - OBJ_712 /* s3_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s3_enc.c; sourceTree = ""; }; - OBJ_713 /* s3_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s3_lib.c; sourceTree = ""; }; - OBJ_714 /* s3_meth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s3_meth.c; sourceTree = ""; }; - OBJ_715 /* s3_pkt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s3_pkt.c; sourceTree = ""; }; - OBJ_716 /* s3_srvr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s3_srvr.c; sourceTree = ""; }; - OBJ_717 /* seed.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = seed.c; sourceTree = ""; }; - OBJ_718 /* seed_cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = seed_cbc.c; sourceTree = ""; }; - OBJ_719 /* seed_cfb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = seed_cfb.c; sourceTree = ""; }; - OBJ_72 /* UsernamePassword.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UsernamePassword.swift; sourceTree = ""; }; - OBJ_720 /* seed_ecb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = seed_ecb.c; sourceTree = ""; }; - OBJ_721 /* seed_ofb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = seed_ofb.c; sourceTree = ""; }; - OBJ_722 /* set_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = set_key.c; sourceTree = ""; }; - OBJ_723 /* sha1_one.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha1_one.c; sourceTree = ""; }; - OBJ_724 /* sha1dgst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha1dgst.c; sourceTree = ""; }; - OBJ_725 /* sha256.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha256.c; sourceTree = ""; }; - OBJ_726 /* sha512.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha512.c; sourceTree = ""; }; - OBJ_727 /* sha_dgst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha_dgst.c; sourceTree = ""; }; - OBJ_728 /* sha_one.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha_one.c; sourceTree = ""; }; - OBJ_729 /* srp_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = srp_lib.c; sourceTree = ""; }; - OBJ_730 /* srp_vfy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = srp_vfy.c; sourceTree = ""; }; - OBJ_731 /* ssl_algs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_algs.c; sourceTree = ""; }; - OBJ_732 /* ssl_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_asn1.c; sourceTree = ""; }; - OBJ_733 /* ssl_cert.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_cert.c; sourceTree = ""; }; - OBJ_734 /* ssl_ciph.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_ciph.c; sourceTree = ""; }; - OBJ_735 /* ssl_conf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_conf.c; sourceTree = ""; }; - OBJ_736 /* ssl_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_err.c; sourceTree = ""; }; - OBJ_737 /* ssl_err2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_err2.c; sourceTree = ""; }; - OBJ_738 /* ssl_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_lib.c; sourceTree = ""; }; - OBJ_739 /* ssl_rsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_rsa.c; sourceTree = ""; }; - OBJ_74 /* Account.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Account.swift; sourceTree = ""; }; - OBJ_740 /* ssl_sess.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_sess.c; sourceTree = ""; }; - OBJ_741 /* ssl_stat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_stat.c; sourceTree = ""; }; - OBJ_742 /* ssl_txt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_txt.c; sourceTree = ""; }; - OBJ_743 /* ssl_utst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ssl_utst.c; sourceTree = ""; }; - OBJ_744 /* stack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = stack.c; sourceTree = ""; }; - OBJ_745 /* str2key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = str2key.c; sourceTree = ""; }; - OBJ_746 /* t1_clnt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t1_clnt.c; sourceTree = ""; }; - OBJ_747 /* t1_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t1_enc.c; sourceTree = ""; }; - OBJ_748 /* t1_ext.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t1_ext.c; sourceTree = ""; }; - OBJ_749 /* t1_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t1_lib.c; sourceTree = ""; }; - OBJ_75 /* MemoryRealm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryRealm.swift; sourceTree = ""; }; - OBJ_750 /* t1_meth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t1_meth.c; sourceTree = ""; }; - OBJ_751 /* t1_reneg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t1_reneg.c; sourceTree = ""; }; - OBJ_752 /* t1_srvr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t1_srvr.c; sourceTree = ""; }; - OBJ_753 /* t1_trce.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t1_trce.c; sourceTree = ""; }; - OBJ_754 /* t_bitst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_bitst.c; sourceTree = ""; }; - OBJ_755 /* t_crl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_crl.c; sourceTree = ""; }; - OBJ_756 /* t_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_pkey.c; sourceTree = ""; }; - OBJ_757 /* t_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_req.c; sourceTree = ""; }; - OBJ_758 /* t_spki.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_spki.c; sourceTree = ""; }; - OBJ_759 /* t_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_x509.c; sourceTree = ""; }; - OBJ_76 /* Realm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Realm.swift; sourceTree = ""; }; - OBJ_760 /* t_x509a.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_x509a.c; sourceTree = ""; }; - OBJ_761 /* tasn_dec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_dec.c; sourceTree = ""; }; - OBJ_762 /* tasn_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_enc.c; sourceTree = ""; }; - OBJ_763 /* tasn_fre.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_fre.c; sourceTree = ""; }; - OBJ_764 /* tasn_new.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_new.c; sourceTree = ""; }; - OBJ_765 /* tasn_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_prn.c; sourceTree = ""; }; - OBJ_766 /* tasn_typ.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_typ.c; sourceTree = ""; }; - OBJ_767 /* tasn_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_utl.c; sourceTree = ""; }; - OBJ_768 /* tb_asnmth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_asnmth.c; sourceTree = ""; }; - OBJ_769 /* tb_cipher.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_cipher.c; sourceTree = ""; }; - OBJ_770 /* tb_dh.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_dh.c; sourceTree = ""; }; - OBJ_771 /* tb_digest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_digest.c; sourceTree = ""; }; - OBJ_772 /* tb_dsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_dsa.c; sourceTree = ""; }; - OBJ_773 /* tb_ecdh.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_ecdh.c; sourceTree = ""; }; - OBJ_774 /* tb_ecdsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_ecdsa.c; sourceTree = ""; }; - OBJ_775 /* tb_pkmeth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_pkmeth.c; sourceTree = ""; }; - OBJ_776 /* tb_rand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_rand.c; sourceTree = ""; }; - OBJ_777 /* tb_rsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_rsa.c; sourceTree = ""; }; - OBJ_778 /* tb_store.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tb_store.c; sourceTree = ""; }; - OBJ_779 /* th-lock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "th-lock.c"; sourceTree = ""; }; - OBJ_78 /* MemorySessionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemorySessionManager.swift; sourceTree = ""; }; - OBJ_780 /* tls_srp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tls_srp.c; sourceTree = ""; }; - OBJ_781 /* ts_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_asn1.c; sourceTree = ""; }; - OBJ_782 /* ts_conf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_conf.c; sourceTree = ""; }; - OBJ_783 /* ts_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_err.c; sourceTree = ""; }; - OBJ_784 /* ts_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_lib.c; sourceTree = ""; }; - OBJ_785 /* ts_req_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_req_print.c; sourceTree = ""; }; - OBJ_786 /* ts_req_utils.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_req_utils.c; sourceTree = ""; }; - OBJ_787 /* ts_rsp_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_rsp_print.c; sourceTree = ""; }; - OBJ_788 /* ts_rsp_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_rsp_sign.c; sourceTree = ""; }; - OBJ_789 /* ts_rsp_utils.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_rsp_utils.c; sourceTree = ""; }; - OBJ_79 /* SessionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionManager.swift; sourceTree = ""; }; - OBJ_790 /* ts_rsp_verify.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_rsp_verify.c; sourceTree = ""; }; - OBJ_791 /* ts_verify_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ts_verify_ctx.c; sourceTree = ""; }; - OBJ_792 /* txt_db.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = txt_db.c; sourceTree = ""; }; - OBJ_793 /* ui_compat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ui_compat.c; sourceTree = ""; }; - OBJ_794 /* ui_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ui_err.c; sourceTree = ""; }; - OBJ_795 /* ui_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ui_lib.c; sourceTree = ""; }; - OBJ_796 /* ui_openssl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ui_openssl.c; sourceTree = ""; }; - OBJ_797 /* ui_util.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ui_util.c; sourceTree = ""; }; - OBJ_798 /* uid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = uid.c; sourceTree = ""; }; - OBJ_799 /* v3_addr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_addr.c; sourceTree = ""; }; - OBJ_800 /* v3_akey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_akey.c; sourceTree = ""; }; - OBJ_801 /* v3_akeya.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_akeya.c; sourceTree = ""; }; - OBJ_802 /* v3_alt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_alt.c; sourceTree = ""; }; - OBJ_803 /* v3_asid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_asid.c; sourceTree = ""; }; - OBJ_804 /* v3_bcons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_bcons.c; sourceTree = ""; }; - OBJ_805 /* v3_bitst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_bitst.c; sourceTree = ""; }; - OBJ_806 /* v3_conf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_conf.c; sourceTree = ""; }; - OBJ_807 /* v3_cpols.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_cpols.c; sourceTree = ""; }; - OBJ_808 /* v3_crld.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_crld.c; sourceTree = ""; }; - OBJ_809 /* v3_enum.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_enum.c; sourceTree = ""; }; - OBJ_810 /* v3_extku.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_extku.c; sourceTree = ""; }; - OBJ_811 /* v3_genn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_genn.c; sourceTree = ""; }; - OBJ_812 /* v3_ia5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ia5.c; sourceTree = ""; }; - OBJ_813 /* v3_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_info.c; sourceTree = ""; }; - OBJ_814 /* v3_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_int.c; sourceTree = ""; }; - OBJ_815 /* v3_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_lib.c; sourceTree = ""; }; - OBJ_816 /* v3_ncons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ncons.c; sourceTree = ""; }; - OBJ_817 /* v3_ocsp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ocsp.c; sourceTree = ""; }; - OBJ_818 /* v3_pci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pci.c; sourceTree = ""; }; - OBJ_819 /* v3_pcia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pcia.c; sourceTree = ""; }; - OBJ_82 /* Random.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Random.swift; sourceTree = ""; }; - OBJ_820 /* v3_pcons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pcons.c; sourceTree = ""; }; - OBJ_821 /* v3_pku.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pku.c; sourceTree = ""; }; - OBJ_822 /* v3_pmaps.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pmaps.c; sourceTree = ""; }; - OBJ_823 /* v3_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_prn.c; sourceTree = ""; }; - OBJ_824 /* v3_purp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_purp.c; sourceTree = ""; }; - OBJ_825 /* v3_scts.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_scts.c; sourceTree = ""; }; - OBJ_826 /* v3_skey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_skey.c; sourceTree = ""; }; - OBJ_827 /* v3_sxnet.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_sxnet.c; sourceTree = ""; }; - OBJ_828 /* v3_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_utl.c; sourceTree = ""; }; - OBJ_829 /* v3err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3err.c; sourceTree = ""; }; - OBJ_83 /* Randoms.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Randoms.swift; sourceTree = ""; }; - OBJ_830 /* wp_block.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = wp_block.c; sourceTree = ""; }; - OBJ_831 /* wp_dgst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = wp_dgst.c; sourceTree = ""; }; - OBJ_832 /* wrap128.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = wrap128.c; sourceTree = ""; }; - OBJ_833 /* x509_att.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_att.c; sourceTree = ""; }; - OBJ_834 /* x509_cmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_cmp.c; sourceTree = ""; }; - OBJ_835 /* x509_d2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_d2.c; sourceTree = ""; }; - OBJ_836 /* x509_def.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_def.c; sourceTree = ""; }; - OBJ_837 /* x509_err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_err.c; sourceTree = ""; }; - OBJ_838 /* x509_ext.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_ext.c; sourceTree = ""; }; - OBJ_839 /* x509_lu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_lu.c; sourceTree = ""; }; - OBJ_84 /* URandom.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URandom.swift; sourceTree = ""; }; - OBJ_840 /* x509_obj.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_obj.c; sourceTree = ""; }; - OBJ_841 /* x509_r2x.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_r2x.c; sourceTree = ""; }; - OBJ_842 /* x509_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_req.c; sourceTree = ""; }; - OBJ_843 /* x509_set.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_set.c; sourceTree = ""; }; - OBJ_844 /* x509_trs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_trs.c; sourceTree = ""; }; - OBJ_845 /* x509_txt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_txt.c; sourceTree = ""; }; - OBJ_846 /* x509_v3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_v3.c; sourceTree = ""; }; - OBJ_847 /* x509_vfy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_vfy.c; sourceTree = ""; }; - OBJ_848 /* x509_vpm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_vpm.c; sourceTree = ""; }; - OBJ_849 /* x509cset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509cset.c; sourceTree = ""; }; - OBJ_850 /* x509name.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509name.c; sourceTree = ""; }; - OBJ_851 /* x509rset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509rset.c; sourceTree = ""; }; - OBJ_852 /* x509spki.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509spki.c; sourceTree = ""; }; - OBJ_853 /* x509type.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509type.c; sourceTree = ""; }; - OBJ_854 /* x_algor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_algor.c; sourceTree = ""; }; - OBJ_855 /* x_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_all.c; sourceTree = ""; }; - OBJ_856 /* x_attrib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_attrib.c; sourceTree = ""; }; - OBJ_857 /* x_bignum.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_bignum.c; sourceTree = ""; }; - OBJ_858 /* x_crl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_crl.c; sourceTree = ""; }; - OBJ_859 /* x_exten.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_exten.c; sourceTree = ""; }; - OBJ_86 /* StringExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringExtensions.swift; sourceTree = ""; }; - OBJ_860 /* x_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_info.c; sourceTree = ""; }; - OBJ_861 /* x_long.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_long.c; sourceTree = ""; }; - OBJ_862 /* x_name.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_name.c; sourceTree = ""; }; - OBJ_863 /* x_nx509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_nx509.c; sourceTree = ""; }; - OBJ_864 /* x_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_pkey.c; sourceTree = ""; }; - OBJ_865 /* x_pubkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_pubkey.c; sourceTree = ""; }; - OBJ_866 /* x_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_req.c; sourceTree = ""; }; - OBJ_867 /* x_sig.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_sig.c; sourceTree = ""; }; - OBJ_868 /* x_spki.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_spki.c; sourceTree = ""; }; - OBJ_869 /* x_val.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_val.c; sourceTree = ""; }; - OBJ_87 /* StringHTML.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringHTML.swift; sourceTree = ""; }; - OBJ_870 /* x_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_x509.c; sourceTree = ""; }; - OBJ_871 /* x_x509a.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_x509a.c; sourceTree = ""; }; - OBJ_872 /* xcbc_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xcbc_enc.c; sourceTree = ""; }; - OBJ_873 /* xts128.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xts128.c; sourceTree = ""; }; - OBJ_875 /* openssl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = openssl.h; sourceTree = ""; }; - OBJ_876 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; name = module.modulemap; path = "/Volumes/Developer/Perfect-Examples/Perfect-ToDo-iOS-Demo/Perfect-ToDo-API/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; sourceTree = ""; }; - OBJ_879 /* Bytes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Bytes.swift; sourceTree = ""; }; - OBJ_88 /* StringURL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringURL.swift; sourceTree = ""; }; - OBJ_880 /* Dir.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Dir.swift; sourceTree = ""; }; - OBJ_881 /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = ""; }; - OBJ_882 /* JSONConvertible.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONConvertible.swift; sourceTree = ""; }; - OBJ_883 /* Log.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Log.swift; sourceTree = ""; }; - OBJ_884 /* PerfectError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PerfectError.swift; sourceTree = ""; }; - OBJ_885 /* PerfectServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PerfectServer.swift; sourceTree = ""; }; - OBJ_886 /* SwiftCompatibility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftCompatibility.swift; sourceTree = ""; }; - OBJ_887 /* SysProcess.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SysProcess.swift; sourceTree = ""; }; - OBJ_888 /* Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utilities.swift; sourceTree = ""; }; - OBJ_890 /* PerfectLib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectLib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_891 /* COpenSSL.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = COpenSSL.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_892 /* PerfectThread.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectThread.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_893 /* PerfectNet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectNet.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_894 /* PerfectHTTP.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectHTTP.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_895 /* CZlib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = CZlib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_896 /* PerfectHTTPServer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectHTTPServer.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_897 /* CHTTPParser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = CHTTPParser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_898 /* MySQL.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = MySQL.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_899 /* StORM.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = StORM.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_9 /* Routing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Routing.swift; sourceTree = ""; }; - OBJ_90 /* Mustache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Mustache.swift; sourceTree = ""; }; - OBJ_900 /* SwiftMoment.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftMoment.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_901 /* PerfectCURL.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectCURL.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_902 /* PerfectLogger.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectLogger.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_903 /* MySQLStORM.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = MySQLStORM.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_904 /* PerfectMustache.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectMustache.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_905 /* SwiftString.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftString.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_906 /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_907 /* TurnstileWeb.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = TurnstileWeb.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_908 /* TurnstileCrypto.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = TurnstileCrypto.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_909 /* Turnstile.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Turnstile.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_910 /* TurnstilePerfect.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = TurnstilePerfect.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_911 /* PerfectTurnstileMySQL.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerfectTurnstileMySQL.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_912 /* SwiftSQL.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftSQL.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_913 /* ToDo-API */ = {isa = PBXFileReference; lastKnownFileType = text; path = "ToDo-API"; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_914 /* ToDoModel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ToDoModel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_915 /* Perfect_ToDo_iOS_DemoTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; name = Perfect_ToDo_iOS_DemoTests.xctest; path = "Perfect-ToDo-iOS-DemoTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; - OBJ_92 /* Convenience.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Convenience.swift; sourceTree = ""; }; - OBJ_93 /* Delete.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Delete.swift; sourceTree = ""; }; - OBJ_94 /* Insert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Insert.swift; sourceTree = ""; }; - OBJ_95 /* MySQLConnect.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MySQLConnect.swift; sourceTree = ""; }; - OBJ_96 /* MySQLStORM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MySQLStORM.swift; sourceTree = ""; }; - OBJ_97 /* SQL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SQL.swift; sourceTree = ""; }; - OBJ_98 /* Select.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Select.swift; sourceTree = ""; }; - OBJ_99 /* Update.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Update.swift; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - OBJ_1619 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1628 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1641 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1642 /* COpenSSL.framework in Frameworks */, - OBJ_1643 /* PerfectThread.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1660 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1661 /* PerfectLib.framework in Frameworks */, - OBJ_1662 /* COpenSSL.framework in Frameworks */, - OBJ_1663 /* PerfectThread.framework in Frameworks */, - OBJ_1664 /* PerfectNet.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1690 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1691 /* PerfectLib.framework in Frameworks */, - OBJ_1692 /* COpenSSL.framework in Frameworks */, - OBJ_1693 /* PerfectThread.framework in Frameworks */, - OBJ_1694 /* PerfectNet.framework in Frameworks */, - OBJ_1695 /* PerfectHTTP.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1714 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1715 /* PerfectLib.framework in Frameworks */, - OBJ_1716 /* COpenSSL.framework in Frameworks */, - OBJ_1717 /* PerfectThread.framework in Frameworks */, - OBJ_1718 /* PerfectNet.framework in Frameworks */, - OBJ_1719 /* PerfectHTTP.framework in Frameworks */, - OBJ_1720 /* CHTTPParser.framework in Frameworks */, - OBJ_1721 /* CZlib.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1736 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1737 /* PerfectLib.framework in Frameworks */, - OBJ_1738 /* COpenSSL.framework in Frameworks */, - OBJ_1739 /* PerfectThread.framework in Frameworks */, - OBJ_1740 /* PerfectNet.framework in Frameworks */, - OBJ_1741 /* PerfectHTTP.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1753 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1770 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1771 /* PerfectLib.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1784 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1791 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1792 /* PerfectThread.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1801 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1802 /* PerfectLib.framework in Frameworks */, - OBJ_1803 /* SwiftMoment.framework in Frameworks */, - OBJ_1804 /* PerfectThread.framework in Frameworks */, - OBJ_1805 /* PerfectCURL.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1825 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1826 /* MySQL.framework in Frameworks */, - OBJ_1827 /* PerfectLib.framework in Frameworks */, - OBJ_1828 /* StORM.framework in Frameworks */, - OBJ_1829 /* SwiftMoment.framework in Frameworks */, - OBJ_1830 /* PerfectThread.framework in Frameworks */, - OBJ_1831 /* PerfectCURL.framework in Frameworks */, - OBJ_1832 /* PerfectLogger.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1846 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1847 /* PerfectLib.framework in Frameworks */, - OBJ_1848 /* COpenSSL.framework in Frameworks */, - OBJ_1849 /* PerfectThread.framework in Frameworks */, - OBJ_1850 /* PerfectNet.framework in Frameworks */, - OBJ_1851 /* PerfectHTTP.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1865 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1874 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1892 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1893 /* TurnstileCrypto.framework in Frameworks */, - OBJ_1894 /* Turnstile.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1906 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1924 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1925 /* TurnstileCrypto.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1938 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1939 /* PerfectLib.framework in Frameworks */, - OBJ_1940 /* COpenSSL.framework in Frameworks */, - OBJ_1941 /* PerfectThread.framework in Frameworks */, - OBJ_1942 /* PerfectNet.framework in Frameworks */, - OBJ_1943 /* PerfectHTTP.framework in Frameworks */, - OBJ_1944 /* TurnstileCrypto.framework in Frameworks */, - OBJ_1945 /* Turnstile.framework in Frameworks */, - OBJ_1946 /* TurnstileWeb.framework in Frameworks */, - OBJ_1947 /* SwiftString.framework in Frameworks */, - OBJ_1948 /* PerfectMustache.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1973 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1974 /* MySQL.framework in Frameworks */, - OBJ_1975 /* PerfectLib.framework in Frameworks */, - OBJ_1976 /* StORM.framework in Frameworks */, - OBJ_1977 /* SwiftMoment.framework in Frameworks */, - OBJ_1978 /* PerfectThread.framework in Frameworks */, - OBJ_1979 /* PerfectCURL.framework in Frameworks */, - OBJ_1980 /* PerfectLogger.framework in Frameworks */, - OBJ_1981 /* MySQLStORM.framework in Frameworks */, - OBJ_1982 /* COpenSSL.framework in Frameworks */, - OBJ_1983 /* PerfectNet.framework in Frameworks */, - OBJ_1984 /* PerfectHTTP.framework in Frameworks */, - OBJ_1985 /* CZlib.framework in Frameworks */, - OBJ_1986 /* CHTTPParser.framework in Frameworks */, - OBJ_1987 /* PerfectHTTPServer.framework in Frameworks */, - OBJ_1988 /* PerfectMustache.framework in Frameworks */, - OBJ_1989 /* SwiftString.framework in Frameworks */, - OBJ_1990 /* SwiftRandom.framework in Frameworks */, - OBJ_1991 /* TurnstileCrypto.framework in Frameworks */, - OBJ_1992 /* Turnstile.framework in Frameworks */, - OBJ_1993 /* TurnstileWeb.framework in Frameworks */, - OBJ_1994 /* TurnstilePerfect.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_2023 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_2032 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_2033 /* PerfectLib.framework in Frameworks */, - OBJ_2034 /* COpenSSL.framework in Frameworks */, - OBJ_2035 /* PerfectThread.framework in Frameworks */, - OBJ_2036 /* PerfectNet.framework in Frameworks */, - OBJ_2037 /* PerfectHTTP.framework in Frameworks */, - OBJ_2038 /* CZlib.framework in Frameworks */, - OBJ_2039 /* CHTTPParser.framework in Frameworks */, - OBJ_2040 /* PerfectHTTPServer.framework in Frameworks */, - OBJ_2041 /* MySQL.framework in Frameworks */, - OBJ_2042 /* StORM.framework in Frameworks */, - OBJ_2043 /* SwiftMoment.framework in Frameworks */, - OBJ_2044 /* PerfectCURL.framework in Frameworks */, - OBJ_2045 /* PerfectLogger.framework in Frameworks */, - OBJ_2046 /* MySQLStORM.framework in Frameworks */, - OBJ_2047 /* PerfectMustache.framework in Frameworks */, - OBJ_2048 /* SwiftString.framework in Frameworks */, - OBJ_2049 /* SwiftRandom.framework in Frameworks */, - OBJ_2050 /* TurnstileCrypto.framework in Frameworks */, - OBJ_2051 /* Turnstile.framework in Frameworks */, - OBJ_2052 /* TurnstileWeb.framework in Frameworks */, - OBJ_2053 /* TurnstilePerfect.framework in Frameworks */, - OBJ_2054 /* PerfectTurnstileMySQL.framework in Frameworks */, - OBJ_2055 /* SwiftSQL.framework in Frameworks */, - OBJ_2056 /* ToDoModel.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_2088 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_2089 /* PerfectLib.framework in Frameworks */, - OBJ_2090 /* COpenSSL.framework in Frameworks */, - OBJ_2091 /* PerfectThread.framework in Frameworks */, - OBJ_2092 /* PerfectNet.framework in Frameworks */, - OBJ_2093 /* PerfectHTTP.framework in Frameworks */, - OBJ_2094 /* CZlib.framework in Frameworks */, - OBJ_2095 /* CHTTPParser.framework in Frameworks */, - OBJ_2096 /* PerfectHTTPServer.framework in Frameworks */, - OBJ_2097 /* MySQL.framework in Frameworks */, - OBJ_2098 /* StORM.framework in Frameworks */, - OBJ_2099 /* SwiftMoment.framework in Frameworks */, - OBJ_2100 /* PerfectCURL.framework in Frameworks */, - OBJ_2101 /* PerfectLogger.framework in Frameworks */, - OBJ_2102 /* MySQLStORM.framework in Frameworks */, - OBJ_2103 /* PerfectMustache.framework in Frameworks */, - OBJ_2104 /* SwiftString.framework in Frameworks */, - OBJ_2105 /* SwiftRandom.framework in Frameworks */, - OBJ_2106 /* TurnstileCrypto.framework in Frameworks */, - OBJ_2107 /* Turnstile.framework in Frameworks */, - OBJ_2108 /* TurnstileWeb.framework in Frameworks */, - OBJ_2109 /* TurnstilePerfect.framework in Frameworks */, - OBJ_2110 /* PerfectTurnstileMySQL.framework in Frameworks */, - OBJ_2111 /* SwiftSQL.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_2141 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - OBJ_2142 /* PerfectLib.framework in Frameworks */, - OBJ_2143 /* COpenSSL.framework in Frameworks */, - OBJ_2144 /* PerfectThread.framework in Frameworks */, - OBJ_2145 /* PerfectNet.framework in Frameworks */, - OBJ_2146 /* PerfectHTTP.framework in Frameworks */, - OBJ_2147 /* CZlib.framework in Frameworks */, - OBJ_2148 /* CHTTPParser.framework in Frameworks */, - OBJ_2149 /* PerfectHTTPServer.framework in Frameworks */, - OBJ_2150 /* MySQL.framework in Frameworks */, - OBJ_2151 /* StORM.framework in Frameworks */, - OBJ_2152 /* SwiftMoment.framework in Frameworks */, - OBJ_2153 /* PerfectCURL.framework in Frameworks */, - OBJ_2154 /* PerfectLogger.framework in Frameworks */, - OBJ_2155 /* MySQLStORM.framework in Frameworks */, - OBJ_2156 /* PerfectMustache.framework in Frameworks */, - OBJ_2157 /* SwiftString.framework in Frameworks */, - OBJ_2158 /* SwiftRandom.framework in Frameworks */, - OBJ_2159 /* TurnstileCrypto.framework in Frameworks */, - OBJ_2160 /* Turnstile.framework in Frameworks */, - OBJ_2161 /* TurnstileWeb.framework in Frameworks */, - OBJ_2162 /* TurnstilePerfect.framework in Frameworks */, - OBJ_2163 /* PerfectTurnstileMySQL.framework in Frameworks */, - OBJ_2164 /* SwiftSQL.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_931 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - OBJ_102 /* PerfectLogger 1.0.0 */ = { - isa = PBXGroup; - children = ( - OBJ_103 /* FileLogger.swift */, - OBJ_104 /* RemoteLogger.swift */, - ); - name = "PerfectLogger 1.0.0"; - path = ".build/checkouts/Perfect-Logger.git--429101405906730625/Sources"; - sourceTree = SOURCE_ROOT; - }; - OBJ_105 /* PerfectCURL 2.0.5 */ = { - isa = PBXGroup; - children = ( - OBJ_106 /* cURL.swift */, - ); - name = "PerfectCURL 2.0.5"; - path = ".build/checkouts/Perfect-CURL.git-8858624468322681619/Sources"; - sourceTree = SOURCE_ROOT; - }; - OBJ_107 /* cURL 2.0.1 */ = { - isa = PBXGroup; - children = ( - ); - name = "cURL 2.0.1"; - path = ".build/checkouts/Perfect-libcurl.git--6269865819486613555"; - sourceTree = SOURCE_ROOT; - }; - OBJ_108 /* SwiftMoment 0.9.1 */ = { - isa = PBXGroup; - children = ( - OBJ_109 /* SwiftMoment */, - ); - name = "SwiftMoment 0.9.1"; - sourceTree = SOURCE_ROOT; - }; - OBJ_109 /* SwiftMoment */ = { - isa = PBXGroup; - children = ( - OBJ_110 /* Duration.swift */, - OBJ_111 /* Extensions.swift */, - OBJ_112 /* Moment.swift */, - OBJ_113 /* MomentFromNow.swift */, - OBJ_114 /* Operators.swift */, - OBJ_115 /* TimeUnit.swift */, - ); - name = SwiftMoment; - path = ".build/checkouts/SwiftMoment.git--2912679366309029826/Sources/SwiftMoment"; - sourceTree = SOURCE_ROOT; - }; - OBJ_116 /* StORM 1.0.1 */ = { - isa = PBXGroup; - children = ( - OBJ_117 /* StORM */, - ); - name = "StORM 1.0.1"; - sourceTree = SOURCE_ROOT; - }; - OBJ_117 /* StORM */ = { - isa = PBXGroup; - children = ( - OBJ_118 /* StORM.swift */, - OBJ_119 /* StORMConnect.swift */, - OBJ_120 /* StORMCursor.swift */, - OBJ_121 /* StORMDataSource.swift */, - OBJ_122 /* StORMDataSourceCredentials.swift */, - OBJ_123 /* StORMDataSourceOptions.swift */, - OBJ_124 /* StORMError.swift */, - OBJ_125 /* StORMJoins.swift */, - OBJ_126 /* StORMProtocol.swift */, - OBJ_127 /* StORMRow.swift */, - OBJ_128 /* StORMtResultSet.swift */, - ); - name = StORM; - path = ".build/checkouts/StORM.git-6077292811663054913/Sources/StORM"; - sourceTree = SOURCE_ROOT; - }; - OBJ_12 /* ToDoModel */ = { - isa = PBXGroup; - children = ( - OBJ_13 /* ToDoItem.swift */, - OBJ_14 /* ToDoManager.swift */, - ); - name = ToDoModel; - path = Sources/ToDoModel; - sourceTree = SOURCE_ROOT; - }; - OBJ_129 /* MySQL 2.1.2 */ = { - isa = PBXGroup; - children = ( - OBJ_130 /* MySQL */, - ); - name = "MySQL 2.1.2"; - sourceTree = SOURCE_ROOT; - }; - OBJ_130 /* MySQL */ = { - isa = PBXGroup; - children = ( - OBJ_131 /* MySQL.swift */, - ); - name = MySQL; - path = ".build/checkouts/Perfect-MySQL.git-4976130768219902098/Sources/MySQL"; - sourceTree = SOURCE_ROOT; - }; - OBJ_132 /* mysqlclient 2.0.0 */ = { - isa = PBXGroup; - children = ( - ); - name = "mysqlclient 2.0.0"; - path = ".build/checkouts/Perfect-mysqlclient.git-5333716826204139417"; - sourceTree = SOURCE_ROOT; - }; - OBJ_133 /* PerfectHTTPServer 2.1.14 */ = { - isa = PBXGroup; - children = ( - OBJ_134 /* CZlib */, - OBJ_155 /* PerfectHTTPServer */, - OBJ_164 /* CHTTPParser */, - ); - name = "PerfectHTTPServer 2.1.14"; - sourceTree = SOURCE_ROOT; - }; - OBJ_134 /* CZlib */ = { - isa = PBXGroup; - children = ( - OBJ_135 /* adler32.c */, - OBJ_136 /* compress.c */, - OBJ_137 /* crc32.c */, - OBJ_138 /* deflate.c */, - OBJ_139 /* gzclose.c */, - OBJ_140 /* gzlib.c */, - OBJ_141 /* gzread.c */, - OBJ_142 /* gzwrite.c */, - OBJ_143 /* infback.c */, - OBJ_144 /* inffast.c */, - OBJ_145 /* inflate.c */, - OBJ_146 /* inftrees.c */, - OBJ_147 /* trees.c */, - OBJ_148 /* uncompr.c */, - OBJ_149 /* zutil.c */, - OBJ_150 /* include */, - ); - name = CZlib; - path = ".build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib"; - sourceTree = SOURCE_ROOT; - }; - OBJ_15 /* Tests */ = { - isa = PBXGroup; - children = ( - OBJ_16 /* Perfect-ToDo-iOS-DemoTests */, - ); - name = Tests; - sourceTree = SOURCE_ROOT; - }; - OBJ_150 /* include */ = { - isa = PBXGroup; - children = ( - OBJ_151 /* czlib.h */, - OBJ_152 /* inflate.h */, - OBJ_153 /* inftrees.h */, - OBJ_154 /* module.modulemap */, - ); - path = include; - sourceTree = ""; - }; - OBJ_155 /* PerfectHTTPServer */ = { - isa = PBXGroup; - children = ( - OBJ_156 /* HPACK.swift */, - OBJ_157 /* HTTP11Request.swift */, - OBJ_158 /* HTTP11Response.swift */, - OBJ_159 /* HTTP2.swift */, - OBJ_160 /* HTTPContentCompression.swift */, - OBJ_161 /* HTTPServer.swift */, - OBJ_162 /* HTTPServerEx.swift */, - OBJ_163 /* HTTPServerExConfig.swift */, - ); - name = PerfectHTTPServer; - path = ".build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/PerfectHTTPServer"; - sourceTree = SOURCE_ROOT; - }; - OBJ_16 /* Perfect-ToDo-iOS-DemoTests */ = { - isa = PBXGroup; - children = ( - OBJ_17 /* Perfect_ToDo_iOS_DemoTests.swift */, - ); - name = "Perfect-ToDo-iOS-DemoTests"; - path = "Tests/Perfect-ToDo-iOS-DemoTests"; - sourceTree = SOURCE_ROOT; - }; - OBJ_164 /* CHTTPParser */ = { - isa = PBXGroup; - children = ( - OBJ_165 /* http_parser.c */, - OBJ_166 /* include */, - ); - name = CHTTPParser; - path = ".build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser"; - sourceTree = SOURCE_ROOT; - }; - OBJ_166 /* include */ = { - isa = PBXGroup; - children = ( - OBJ_167 /* http_parser.h */, - OBJ_168 /* module.modulemap */, - ); - path = include; - sourceTree = ""; - }; - OBJ_169 /* PerfectHTTP 2.1.6 */ = { - isa = PBXGroup; - children = ( - OBJ_170 /* HTTPFilter.swift */, - OBJ_171 /* HTTPHeaders.swift */, - OBJ_172 /* HTTPMethod.swift */, - OBJ_173 /* HTTPRequest.swift */, - OBJ_174 /* HTTPResponse.swift */, - OBJ_175 /* MimeReader.swift */, - OBJ_176 /* MimeType.swift */, - OBJ_177 /* Routing.swift */, - OBJ_178 /* StaticFileHandler.swift */, - ); - name = "PerfectHTTP 2.1.6"; - path = ".build/checkouts/Perfect-HTTP.git--6392294032632002019/Sources"; - sourceTree = SOURCE_ROOT; - }; - OBJ_179 /* PerfectNet 2.1.6 */ = { - isa = PBXGroup; - children = ( - OBJ_180 /* Net.swift */, - OBJ_181 /* NetAddress.swift */, - OBJ_182 /* NetEvent.swift */, - OBJ_183 /* NetNamedPipe.swift */, - OBJ_184 /* NetTCP.swift */, - OBJ_185 /* NetTCPSSL.swift */, - OBJ_186 /* NetUDP.swift */, - ); - name = "PerfectNet 2.1.6"; - path = ".build/checkouts/Perfect-Net.git-3268755499654502659/Sources"; - sourceTree = SOURCE_ROOT; - }; - OBJ_187 /* PerfectThread 2.0.9 */ = { - isa = PBXGroup; - children = ( - OBJ_188 /* Promise.swift */, - OBJ_189 /* ThreadQueue.swift */, - OBJ_190 /* Threading.swift */, - ); - name = "PerfectThread 2.0.9"; - path = ".build/checkouts/Perfect-Thread.git-6541237758607105655/Sources"; - sourceTree = SOURCE_ROOT; - }; - OBJ_19 /* Dependencies */ = { - isa = PBXGroup; - children = ( - OBJ_20 /* SwiftSQL 0.2.2 */, - OBJ_23 /* PerfectTurnstileMySQL 1.0.7 */, - OBJ_33 /* TurnstilePerfect 2.0.2 */, - OBJ_40 /* Turnstile 1.0.6 */, - OBJ_80 /* SwiftRandom 0.2.4 */, - OBJ_85 /* SwiftString 1.0.13 */, - OBJ_89 /* PerfectMustache 2.0.3 */, - OBJ_91 /* MySQLStORM 1.0.8 */, - OBJ_102 /* PerfectLogger 1.0.0 */, - OBJ_105 /* PerfectCURL 2.0.5 */, - OBJ_107 /* cURL 2.0.1 */, - OBJ_108 /* SwiftMoment 0.9.1 */, - OBJ_116 /* StORM 1.0.1 */, - OBJ_129 /* MySQL 2.1.2 */, - OBJ_132 /* mysqlclient 2.0.0 */, - OBJ_133 /* PerfectHTTPServer 2.1.14 */, - OBJ_169 /* PerfectHTTP 2.1.6 */, - OBJ_179 /* PerfectNet 2.1.6 */, - OBJ_187 /* PerfectThread 2.0.9 */, - OBJ_191 /* COpenSSL 2.0.4 */, - OBJ_877 /* PerfectLib 2.0.6 */, - ); - name = Dependencies; - sourceTree = ""; - }; - OBJ_191 /* COpenSSL 2.0.4 */ = { - isa = PBXGroup; - children = ( - OBJ_192 /* COpenSSL */, - ); - name = "COpenSSL 2.0.4"; - sourceTree = SOURCE_ROOT; - }; - OBJ_192 /* COpenSSL */ = { - isa = PBXGroup; - children = ( - OBJ_193 /* a_bitstr.c */, - OBJ_194 /* a_bool.c */, - OBJ_195 /* a_bytes.c */, - OBJ_196 /* a_d2i_fp.c */, - OBJ_197 /* a_digest.c */, - OBJ_198 /* a_dup.c */, - OBJ_199 /* a_enum.c */, - OBJ_200 /* a_gentm.c */, - OBJ_201 /* a_i2d_fp.c */, - OBJ_202 /* a_int.c */, - OBJ_203 /* a_mbstr.c */, - OBJ_204 /* a_object.c */, - OBJ_205 /* a_octet.c */, - OBJ_206 /* a_print.c */, - OBJ_207 /* a_set.c */, - OBJ_208 /* a_sign.c */, - OBJ_209 /* a_strex.c */, - OBJ_210 /* a_strnid.c */, - OBJ_211 /* a_time.c */, - OBJ_212 /* a_type.c */, - OBJ_213 /* a_utctm.c */, - OBJ_214 /* a_utf8.c */, - OBJ_215 /* a_verify.c */, - OBJ_216 /* aes_cbc.c */, - OBJ_217 /* aes_cfb.c */, - OBJ_218 /* aes_core.c */, - OBJ_219 /* aes_ctr.c */, - OBJ_220 /* aes_ecb.c */, - OBJ_221 /* aes_ige.c */, - OBJ_222 /* aes_misc.c */, - OBJ_223 /* aes_ofb.c */, - OBJ_224 /* aes_wrap.c */, - OBJ_225 /* ameth_lib.c */, - OBJ_226 /* asn1_err.c */, - OBJ_227 /* asn1_gen.c */, - OBJ_228 /* asn1_lib.c */, - OBJ_229 /* asn1_par.c */, - OBJ_230 /* asn_mime.c */, - OBJ_231 /* asn_moid.c */, - OBJ_232 /* asn_pack.c */, - OBJ_233 /* b_dump.c */, - OBJ_234 /* b_print.c */, - OBJ_235 /* b_sock.c */, - OBJ_236 /* bf_buff.c */, - OBJ_237 /* bf_cfb64.c */, - OBJ_238 /* bf_ecb.c */, - OBJ_239 /* bf_enc.c */, - OBJ_240 /* bf_lbuf.c */, - OBJ_241 /* bf_nbio.c */, - OBJ_242 /* bf_null.c */, - OBJ_243 /* bf_ofb64.c */, - OBJ_244 /* bf_skey.c */, - OBJ_245 /* bio_asn1.c */, - OBJ_246 /* bio_b64.c */, - OBJ_247 /* bio_cb.c */, - OBJ_248 /* bio_enc.c */, - OBJ_249 /* bio_err.c */, - OBJ_250 /* bio_lib.c */, - OBJ_251 /* bio_md.c */, - OBJ_252 /* bio_ndef.c */, - OBJ_253 /* bio_ok.c */, - OBJ_254 /* bio_pk7.c */, - OBJ_255 /* bio_ssl.c */, - OBJ_256 /* bn_add.c */, - OBJ_257 /* bn_asm.c */, - OBJ_258 /* bn_blind.c */, - OBJ_259 /* bn_const.c */, - OBJ_260 /* bn_ctx.c */, - OBJ_261 /* bn_depr.c */, - OBJ_262 /* bn_div.c */, - OBJ_263 /* bn_err.c */, - OBJ_264 /* bn_exp.c */, - OBJ_265 /* bn_exp2.c */, - OBJ_266 /* bn_gcd.c */, - OBJ_267 /* bn_gf2m.c */, - OBJ_268 /* bn_kron.c */, - OBJ_269 /* bn_lib.c */, - OBJ_270 /* bn_mod.c */, - OBJ_271 /* bn_mont.c */, - OBJ_272 /* bn_mpi.c */, - OBJ_273 /* bn_mul.c */, - OBJ_274 /* bn_nist.c */, - OBJ_275 /* bn_prime.c */, - OBJ_276 /* bn_print.c */, - OBJ_277 /* bn_rand.c */, - OBJ_278 /* bn_recp.c */, - OBJ_279 /* bn_shift.c */, - OBJ_280 /* bn_sqr.c */, - OBJ_281 /* bn_sqrt.c */, - OBJ_282 /* bn_word.c */, - OBJ_283 /* bn_x931p.c */, - OBJ_284 /* bss_acpt.c */, - OBJ_285 /* bss_bio.c */, - OBJ_286 /* bss_conn.c */, - OBJ_287 /* bss_dgram.c */, - OBJ_288 /* bss_fd.c */, - OBJ_289 /* bss_file.c */, - OBJ_290 /* bss_log.c */, - OBJ_291 /* bss_mem.c */, - OBJ_292 /* bss_null.c */, - OBJ_293 /* bss_sock.c */, - OBJ_294 /* buf_err.c */, - OBJ_295 /* buf_str.c */, - OBJ_296 /* buffer.c */, - OBJ_297 /* by_dir.c */, - OBJ_298 /* by_file.c */, - OBJ_299 /* c_all.c */, - OBJ_300 /* c_allc.c */, - OBJ_301 /* c_alld.c */, - OBJ_302 /* c_cfb64.c */, - OBJ_303 /* c_ecb.c */, - OBJ_304 /* c_enc.c */, - OBJ_305 /* c_ofb64.c */, - OBJ_306 /* c_rle.c */, - OBJ_307 /* c_skey.c */, - OBJ_308 /* c_zlib.c */, - OBJ_309 /* camellia.c */, - OBJ_310 /* cbc128.c */, - OBJ_311 /* cbc3_enc.c */, - OBJ_312 /* cbc_cksm.c */, - OBJ_313 /* cbc_enc.c */, - OBJ_314 /* ccm128.c */, - OBJ_315 /* cfb128.c */, - OBJ_316 /* cfb64ede.c */, - OBJ_317 /* cfb64enc.c */, - OBJ_318 /* cfb_enc.c */, - OBJ_319 /* cm_ameth.c */, - OBJ_320 /* cm_pmeth.c */, - OBJ_321 /* cmac.c */, - OBJ_322 /* cmll_cbc.c */, - OBJ_323 /* cmll_cfb.c */, - OBJ_324 /* cmll_ctr.c */, - OBJ_325 /* cmll_ecb.c */, - OBJ_326 /* cmll_misc.c */, - OBJ_327 /* cmll_ofb.c */, - OBJ_328 /* cmll_utl.c */, - OBJ_329 /* cms_asn1.c */, - OBJ_330 /* cms_att.c */, - OBJ_331 /* cms_cd.c */, - OBJ_332 /* cms_dd.c */, - OBJ_333 /* cms_enc.c */, - OBJ_334 /* cms_env.c */, - OBJ_335 /* cms_err.c */, - OBJ_336 /* cms_ess.c */, - OBJ_337 /* cms_io.c */, - OBJ_338 /* cms_kari.c */, - OBJ_339 /* cms_lib.c */, - OBJ_340 /* cms_pwri.c */, - OBJ_341 /* cms_sd.c */, - OBJ_342 /* cms_smime.c */, - OBJ_343 /* comp_err.c */, - OBJ_344 /* comp_lib.c */, - OBJ_345 /* conf_api.c */, - OBJ_346 /* conf_def.c */, - OBJ_347 /* conf_err.c */, - OBJ_348 /* conf_lib.c */, - OBJ_349 /* conf_mall.c */, - OBJ_350 /* conf_mod.c */, - OBJ_351 /* conf_sap.c */, - OBJ_352 /* cpt_err.c */, - OBJ_353 /* cryptlib.c */, - OBJ_354 /* ctr128.c */, - OBJ_355 /* cversion.c */, - OBJ_356 /* d1_both.c */, - OBJ_357 /* d1_clnt.c */, - OBJ_358 /* d1_lib.c */, - OBJ_359 /* d1_meth.c */, - OBJ_360 /* d1_pkt.c */, - OBJ_361 /* d1_srtp.c */, - OBJ_362 /* d1_srvr.c */, - OBJ_363 /* d2i_pr.c */, - OBJ_364 /* d2i_pu.c */, - OBJ_365 /* des_enc.c */, - OBJ_366 /* des_old.c */, - OBJ_367 /* des_old2.c */, - OBJ_368 /* dh_ameth.c */, - OBJ_369 /* dh_asn1.c */, - OBJ_370 /* dh_check.c */, - OBJ_371 /* dh_depr.c */, - OBJ_372 /* dh_err.c */, - OBJ_373 /* dh_gen.c */, - OBJ_374 /* dh_kdf.c */, - OBJ_375 /* dh_key.c */, - OBJ_376 /* dh_lib.c */, - OBJ_377 /* dh_pmeth.c */, - OBJ_378 /* dh_prn.c */, - OBJ_379 /* dh_rfc5114.c */, - OBJ_380 /* digest.c */, - OBJ_381 /* dsa_ameth.c */, - OBJ_382 /* dsa_asn1.c */, - OBJ_383 /* dsa_depr.c */, - OBJ_384 /* dsa_err.c */, - OBJ_385 /* dsa_gen.c */, - OBJ_386 /* dsa_key.c */, - OBJ_387 /* dsa_lib.c */, - OBJ_388 /* dsa_ossl.c */, - OBJ_389 /* dsa_pmeth.c */, - OBJ_390 /* dsa_prn.c */, - OBJ_391 /* dsa_sign.c */, - OBJ_392 /* dsa_vrf.c */, - OBJ_393 /* dso_beos.c */, - OBJ_394 /* dso_dl.c */, - OBJ_395 /* dso_dlfcn.c */, - OBJ_396 /* dso_err.c */, - OBJ_397 /* dso_lib.c */, - OBJ_398 /* dso_null.c */, - OBJ_399 /* dso_openssl.c */, - OBJ_400 /* dso_vms.c */, - OBJ_401 /* dso_win32.c */, - OBJ_402 /* e_4758cca.c */, - OBJ_403 /* e_4758cca_err.c */, - OBJ_404 /* e_aep.c */, - OBJ_405 /* e_aep_err.c */, - OBJ_406 /* e_aes.c */, - OBJ_407 /* e_aes_cbc_hmac_sha1.c */, - OBJ_408 /* e_aes_cbc_hmac_sha256.c */, - OBJ_409 /* e_atalla.c */, - OBJ_410 /* e_atalla_err.c */, - OBJ_411 /* e_bf.c */, - OBJ_412 /* e_camellia.c */, - OBJ_413 /* e_capi.c */, - OBJ_414 /* e_capi_err.c */, - OBJ_415 /* e_cast.c */, - OBJ_416 /* e_chil.c */, - OBJ_417 /* e_chil_err.c */, - OBJ_418 /* e_cswift.c */, - OBJ_419 /* e_cswift_err.c */, - OBJ_420 /* e_des.c */, - OBJ_421 /* e_des3.c */, - OBJ_422 /* e_gmp.c */, - OBJ_423 /* e_gmp_err.c */, - OBJ_424 /* e_gost_err.c */, - OBJ_425 /* e_idea.c */, - OBJ_426 /* e_null.c */, - OBJ_427 /* e_nuron.c */, - OBJ_428 /* e_nuron_err.c */, - OBJ_429 /* e_old.c */, - OBJ_430 /* e_padlock.c */, - OBJ_431 /* e_rc2.c */, - OBJ_432 /* e_rc4.c */, - OBJ_433 /* e_rc4_hmac_md5.c */, - OBJ_434 /* e_rc5.c */, - OBJ_435 /* e_seed.c */, - OBJ_436 /* e_sureware.c */, - OBJ_437 /* e_sureware_err.c */, - OBJ_438 /* e_ubsec.c */, - OBJ_439 /* e_ubsec_err.c */, - OBJ_440 /* e_xcbc_d.c */, - OBJ_441 /* ebcdic.c */, - OBJ_442 /* ec2_mult.c */, - OBJ_443 /* ec2_oct.c */, - OBJ_444 /* ec2_smpl.c */, - OBJ_445 /* ec_ameth.c */, - OBJ_446 /* ec_asn1.c */, - OBJ_447 /* ec_check.c */, - OBJ_448 /* ec_curve.c */, - OBJ_449 /* ec_cvt.c */, - OBJ_450 /* ec_err.c */, - OBJ_451 /* ec_key.c */, - OBJ_452 /* ec_lib.c */, - OBJ_453 /* ec_mult.c */, - OBJ_454 /* ec_oct.c */, - OBJ_455 /* ec_pmeth.c */, - OBJ_456 /* ec_print.c */, - OBJ_457 /* ecb3_enc.c */, - OBJ_458 /* ecb_enc.c */, - OBJ_459 /* ech_err.c */, - OBJ_460 /* ech_kdf.c */, - OBJ_461 /* ech_key.c */, - OBJ_462 /* ech_lib.c */, - OBJ_463 /* ech_ossl.c */, - OBJ_464 /* eck_prn.c */, - OBJ_465 /* ecp_mont.c */, - OBJ_466 /* ecp_nist.c */, - OBJ_467 /* ecp_nistp224.c */, - OBJ_468 /* ecp_nistp256.c */, - OBJ_469 /* ecp_nistp521.c */, - OBJ_470 /* ecp_nistputil.c */, - OBJ_471 /* ecp_oct.c */, - OBJ_472 /* ecp_smpl.c */, - OBJ_473 /* ecs_asn1.c */, - OBJ_474 /* ecs_err.c */, - OBJ_475 /* ecs_lib.c */, - OBJ_476 /* ecs_ossl.c */, - OBJ_477 /* ecs_sign.c */, - OBJ_478 /* ecs_vrf.c */, - OBJ_479 /* ede_cbcm_enc.c */, - OBJ_480 /* enc_read.c */, - OBJ_481 /* enc_writ.c */, - OBJ_482 /* encode.c */, - OBJ_483 /* eng_all.c */, - OBJ_484 /* eng_cnf.c */, - OBJ_485 /* eng_cryptodev.c */, - OBJ_486 /* eng_ctrl.c */, - OBJ_487 /* eng_dyn.c */, - OBJ_488 /* eng_err.c */, - OBJ_489 /* eng_fat.c */, - OBJ_490 /* eng_init.c */, - OBJ_491 /* eng_lib.c */, - OBJ_492 /* eng_list.c */, - OBJ_493 /* eng_openssl.c */, - OBJ_494 /* eng_pkey.c */, - OBJ_495 /* eng_rdrand.c */, - OBJ_496 /* eng_table.c */, - OBJ_497 /* err.c */, - OBJ_498 /* err_all.c */, - OBJ_499 /* err_prn.c */, - OBJ_500 /* evp_acnf.c */, - OBJ_501 /* evp_asn1.c */, - OBJ_502 /* evp_cnf.c */, - OBJ_503 /* evp_enc.c */, - OBJ_504 /* evp_err.c */, - OBJ_505 /* evp_key.c */, - OBJ_506 /* evp_lib.c */, - OBJ_507 /* evp_pbe.c */, - OBJ_508 /* evp_pkey.c */, - OBJ_509 /* ex_data.c */, - OBJ_510 /* f_enum.c */, - OBJ_511 /* f_int.c */, - OBJ_512 /* f_string.c */, - OBJ_513 /* fcrypt.c */, - OBJ_514 /* fcrypt_b.c */, - OBJ_515 /* fips_ers.c */, - OBJ_516 /* gcm128.c */, - OBJ_517 /* gost2001.c */, - OBJ_518 /* gost2001_keyx.c */, - OBJ_519 /* gost89.c */, - OBJ_520 /* gost94_keyx.c */, - OBJ_521 /* gost_ameth.c */, - OBJ_522 /* gost_asn1.c */, - OBJ_523 /* gost_crypt.c */, - OBJ_524 /* gost_ctl.c */, - OBJ_525 /* gost_eng.c */, - OBJ_526 /* gost_keywrap.c */, - OBJ_527 /* gost_md.c */, - OBJ_528 /* gost_params.c */, - OBJ_529 /* gost_pmeth.c */, - OBJ_530 /* gost_sign.c */, - OBJ_531 /* gosthash.c */, - OBJ_532 /* hm_ameth.c */, - OBJ_533 /* hm_pmeth.c */, - OBJ_534 /* hmac.c */, - OBJ_535 /* i2d_pr.c */, - OBJ_536 /* i2d_pu.c */, - OBJ_537 /* i_cbc.c */, - OBJ_538 /* i_cfb64.c */, - OBJ_539 /* i_ecb.c */, - OBJ_540 /* i_ofb64.c */, - OBJ_541 /* i_skey.c */, - OBJ_542 /* krb5_asn.c */, - OBJ_543 /* kssl.c */, - OBJ_544 /* lh_stats.c */, - OBJ_545 /* lhash.c */, - OBJ_546 /* m_dss.c */, - OBJ_547 /* m_dss1.c */, - OBJ_548 /* m_ecdsa.c */, - OBJ_549 /* m_md2.c */, - OBJ_550 /* m_md4.c */, - OBJ_551 /* m_md5.c */, - OBJ_552 /* m_mdc2.c */, - OBJ_553 /* m_null.c */, - OBJ_554 /* m_ripemd.c */, - OBJ_555 /* m_sha.c */, - OBJ_556 /* m_sha1.c */, - OBJ_557 /* m_sigver.c */, - OBJ_558 /* m_wp.c */, - OBJ_559 /* md4_dgst.c */, - OBJ_560 /* md4_one.c */, - OBJ_561 /* md5_dgst.c */, - OBJ_562 /* md5_one.c */, - OBJ_563 /* md_rand.c */, - OBJ_564 /* mdc2_one.c */, - OBJ_565 /* mdc2dgst.c */, - OBJ_566 /* mem.c */, - OBJ_567 /* mem_clr.c */, - OBJ_568 /* mem_dbg.c */, - OBJ_569 /* n_pkey.c */, - OBJ_570 /* names.c */, - OBJ_571 /* nsseq.c */, - OBJ_572 /* o_dir.c */, - OBJ_573 /* o_fips.c */, - OBJ_574 /* o_init.c */, - OBJ_575 /* o_names.c */, - OBJ_576 /* o_str.c */, - OBJ_577 /* o_time.c */, - OBJ_578 /* obj_dat.c */, - OBJ_579 /* obj_err.c */, - OBJ_580 /* obj_lib.c */, - OBJ_581 /* obj_xref.c */, - OBJ_582 /* ocsp_asn.c */, - OBJ_583 /* ocsp_cl.c */, - OBJ_584 /* ocsp_err.c */, - OBJ_585 /* ocsp_ext.c */, - OBJ_586 /* ocsp_ht.c */, - OBJ_587 /* ocsp_lib.c */, - OBJ_588 /* ocsp_prn.c */, - OBJ_589 /* ocsp_srv.c */, - OBJ_590 /* ocsp_vfy.c */, - OBJ_591 /* ofb128.c */, - OBJ_592 /* ofb64ede.c */, - OBJ_593 /* ofb64enc.c */, - OBJ_594 /* ofb_enc.c */, - OBJ_595 /* openbsd_hw.c */, - OBJ_596 /* p12_add.c */, - OBJ_597 /* p12_asn.c */, - OBJ_598 /* p12_attr.c */, - OBJ_599 /* p12_crpt.c */, - OBJ_600 /* p12_crt.c */, - OBJ_601 /* p12_decr.c */, - OBJ_602 /* p12_init.c */, - OBJ_603 /* p12_key.c */, - OBJ_604 /* p12_kiss.c */, - OBJ_605 /* p12_mutl.c */, - OBJ_606 /* p12_npas.c */, - OBJ_607 /* p12_p8d.c */, - OBJ_608 /* p12_p8e.c */, - OBJ_609 /* p12_utl.c */, - OBJ_610 /* p5_crpt.c */, - OBJ_611 /* p5_crpt2.c */, - OBJ_612 /* p5_pbe.c */, - OBJ_613 /* p5_pbev2.c */, - OBJ_614 /* p8_pkey.c */, - OBJ_615 /* p_dec.c */, - OBJ_616 /* p_enc.c */, - OBJ_617 /* p_lib.c */, - OBJ_618 /* p_open.c */, - OBJ_619 /* p_seal.c */, - OBJ_620 /* p_sign.c */, - OBJ_621 /* p_verify.c */, - OBJ_622 /* pcbc_enc.c */, - OBJ_623 /* pcy_cache.c */, - OBJ_624 /* pcy_data.c */, - OBJ_625 /* pcy_lib.c */, - OBJ_626 /* pcy_map.c */, - OBJ_627 /* pcy_node.c */, - OBJ_628 /* pcy_tree.c */, - OBJ_629 /* pem_all.c */, - OBJ_630 /* pem_err.c */, - OBJ_631 /* pem_info.c */, - OBJ_632 /* pem_lib.c */, - OBJ_633 /* pem_oth.c */, - OBJ_634 /* pem_pk8.c */, - OBJ_635 /* pem_pkey.c */, - OBJ_636 /* pem_seal.c */, - OBJ_637 /* pem_sign.c */, - OBJ_638 /* pem_x509.c */, - OBJ_639 /* pem_xaux.c */, - OBJ_640 /* pk12err.c */, - OBJ_641 /* pk7_asn1.c */, - OBJ_642 /* pk7_attr.c */, - OBJ_643 /* pk7_dgst.c */, - OBJ_644 /* pk7_doit.c */, - OBJ_645 /* pk7_lib.c */, - OBJ_646 /* pk7_mime.c */, - OBJ_647 /* pk7_smime.c */, - OBJ_648 /* pkcs7err.c */, - OBJ_649 /* pmeth_fn.c */, - OBJ_650 /* pmeth_gn.c */, - OBJ_651 /* pmeth_lib.c */, - OBJ_652 /* pqueue.c */, - OBJ_653 /* pvkfmt.c */, - OBJ_654 /* qud_cksm.c */, - OBJ_655 /* rand_egd.c */, - OBJ_656 /* rand_err.c */, - OBJ_657 /* rand_key.c */, - OBJ_658 /* rand_lib.c */, - OBJ_659 /* rand_nw.c */, - OBJ_660 /* rand_os2.c */, - OBJ_661 /* rand_unix.c */, - OBJ_662 /* rand_vms.c */, - OBJ_663 /* rand_win.c */, - OBJ_664 /* randfile.c */, - OBJ_665 /* rc2_cbc.c */, - OBJ_666 /* rc2_ecb.c */, - OBJ_667 /* rc2_skey.c */, - OBJ_668 /* rc2cfb64.c */, - OBJ_669 /* rc2ofb64.c */, - OBJ_670 /* rc4_enc.c */, - OBJ_671 /* rc4_skey.c */, - OBJ_672 /* rc4_utl.c */, - OBJ_673 /* read2pwd.c */, - OBJ_674 /* rmd_dgst.c */, - OBJ_675 /* rmd_one.c */, - OBJ_676 /* rpc_enc.c */, - OBJ_677 /* rsa_ameth.c */, - OBJ_678 /* rsa_asn1.c */, - OBJ_679 /* rsa_chk.c */, - OBJ_680 /* rsa_crpt.c */, - OBJ_681 /* rsa_depr.c */, - OBJ_682 /* rsa_eay.c */, - OBJ_683 /* rsa_err.c */, - OBJ_684 /* rsa_gen.c */, - OBJ_685 /* rsa_lib.c */, - OBJ_686 /* rsa_none.c */, - OBJ_687 /* rsa_null.c */, - OBJ_688 /* rsa_oaep.c */, - OBJ_689 /* rsa_pk1.c */, - OBJ_690 /* rsa_pmeth.c */, - OBJ_691 /* rsa_prn.c */, - OBJ_692 /* rsa_pss.c */, - OBJ_693 /* rsa_saos.c */, - OBJ_694 /* rsa_sign.c */, - OBJ_695 /* rsa_ssl.c */, - OBJ_696 /* rsa_x931.c */, - OBJ_697 /* rsaz_exp.c */, - OBJ_698 /* s23_clnt.c */, - OBJ_699 /* s23_lib.c */, - OBJ_700 /* s23_meth.c */, - OBJ_701 /* s23_pkt.c */, - OBJ_702 /* s23_srvr.c */, - OBJ_703 /* s2_clnt.c */, - OBJ_704 /* s2_enc.c */, - OBJ_705 /* s2_lib.c */, - OBJ_706 /* s2_meth.c */, - OBJ_707 /* s2_pkt.c */, - OBJ_708 /* s2_srvr.c */, - OBJ_709 /* s3_both.c */, - OBJ_710 /* s3_cbc.c */, - OBJ_711 /* s3_clnt.c */, - OBJ_712 /* s3_enc.c */, - OBJ_713 /* s3_lib.c */, - OBJ_714 /* s3_meth.c */, - OBJ_715 /* s3_pkt.c */, - OBJ_716 /* s3_srvr.c */, - OBJ_717 /* seed.c */, - OBJ_718 /* seed_cbc.c */, - OBJ_719 /* seed_cfb.c */, - OBJ_720 /* seed_ecb.c */, - OBJ_721 /* seed_ofb.c */, - OBJ_722 /* set_key.c */, - OBJ_723 /* sha1_one.c */, - OBJ_724 /* sha1dgst.c */, - OBJ_725 /* sha256.c */, - OBJ_726 /* sha512.c */, - OBJ_727 /* sha_dgst.c */, - OBJ_728 /* sha_one.c */, - OBJ_729 /* srp_lib.c */, - OBJ_730 /* srp_vfy.c */, - OBJ_731 /* ssl_algs.c */, - OBJ_732 /* ssl_asn1.c */, - OBJ_733 /* ssl_cert.c */, - OBJ_734 /* ssl_ciph.c */, - OBJ_735 /* ssl_conf.c */, - OBJ_736 /* ssl_err.c */, - OBJ_737 /* ssl_err2.c */, - OBJ_738 /* ssl_lib.c */, - OBJ_739 /* ssl_rsa.c */, - OBJ_740 /* ssl_sess.c */, - OBJ_741 /* ssl_stat.c */, - OBJ_742 /* ssl_txt.c */, - OBJ_743 /* ssl_utst.c */, - OBJ_744 /* stack.c */, - OBJ_745 /* str2key.c */, - OBJ_746 /* t1_clnt.c */, - OBJ_747 /* t1_enc.c */, - OBJ_748 /* t1_ext.c */, - OBJ_749 /* t1_lib.c */, - OBJ_750 /* t1_meth.c */, - OBJ_751 /* t1_reneg.c */, - OBJ_752 /* t1_srvr.c */, - OBJ_753 /* t1_trce.c */, - OBJ_754 /* t_bitst.c */, - OBJ_755 /* t_crl.c */, - OBJ_756 /* t_pkey.c */, - OBJ_757 /* t_req.c */, - OBJ_758 /* t_spki.c */, - OBJ_759 /* t_x509.c */, - OBJ_760 /* t_x509a.c */, - OBJ_761 /* tasn_dec.c */, - OBJ_762 /* tasn_enc.c */, - OBJ_763 /* tasn_fre.c */, - OBJ_764 /* tasn_new.c */, - OBJ_765 /* tasn_prn.c */, - OBJ_766 /* tasn_typ.c */, - OBJ_767 /* tasn_utl.c */, - OBJ_768 /* tb_asnmth.c */, - OBJ_769 /* tb_cipher.c */, - OBJ_770 /* tb_dh.c */, - OBJ_771 /* tb_digest.c */, - OBJ_772 /* tb_dsa.c */, - OBJ_773 /* tb_ecdh.c */, - OBJ_774 /* tb_ecdsa.c */, - OBJ_775 /* tb_pkmeth.c */, - OBJ_776 /* tb_rand.c */, - OBJ_777 /* tb_rsa.c */, - OBJ_778 /* tb_store.c */, - OBJ_779 /* th-lock.c */, - OBJ_780 /* tls_srp.c */, - OBJ_781 /* ts_asn1.c */, - OBJ_782 /* ts_conf.c */, - OBJ_783 /* ts_err.c */, - OBJ_784 /* ts_lib.c */, - OBJ_785 /* ts_req_print.c */, - OBJ_786 /* ts_req_utils.c */, - OBJ_787 /* ts_rsp_print.c */, - OBJ_788 /* ts_rsp_sign.c */, - OBJ_789 /* ts_rsp_utils.c */, - OBJ_790 /* ts_rsp_verify.c */, - OBJ_791 /* ts_verify_ctx.c */, - OBJ_792 /* txt_db.c */, - OBJ_793 /* ui_compat.c */, - OBJ_794 /* ui_err.c */, - OBJ_795 /* ui_lib.c */, - OBJ_796 /* ui_openssl.c */, - OBJ_797 /* ui_util.c */, - OBJ_798 /* uid.c */, - OBJ_799 /* v3_addr.c */, - OBJ_800 /* v3_akey.c */, - OBJ_801 /* v3_akeya.c */, - OBJ_802 /* v3_alt.c */, - OBJ_803 /* v3_asid.c */, - OBJ_804 /* v3_bcons.c */, - OBJ_805 /* v3_bitst.c */, - OBJ_806 /* v3_conf.c */, - OBJ_807 /* v3_cpols.c */, - OBJ_808 /* v3_crld.c */, - OBJ_809 /* v3_enum.c */, - OBJ_810 /* v3_extku.c */, - OBJ_811 /* v3_genn.c */, - OBJ_812 /* v3_ia5.c */, - OBJ_813 /* v3_info.c */, - OBJ_814 /* v3_int.c */, - OBJ_815 /* v3_lib.c */, - OBJ_816 /* v3_ncons.c */, - OBJ_817 /* v3_ocsp.c */, - OBJ_818 /* v3_pci.c */, - OBJ_819 /* v3_pcia.c */, - OBJ_820 /* v3_pcons.c */, - OBJ_821 /* v3_pku.c */, - OBJ_822 /* v3_pmaps.c */, - OBJ_823 /* v3_prn.c */, - OBJ_824 /* v3_purp.c */, - OBJ_825 /* v3_scts.c */, - OBJ_826 /* v3_skey.c */, - OBJ_827 /* v3_sxnet.c */, - OBJ_828 /* v3_utl.c */, - OBJ_829 /* v3err.c */, - OBJ_830 /* wp_block.c */, - OBJ_831 /* wp_dgst.c */, - OBJ_832 /* wrap128.c */, - OBJ_833 /* x509_att.c */, - OBJ_834 /* x509_cmp.c */, - OBJ_835 /* x509_d2.c */, - OBJ_836 /* x509_def.c */, - OBJ_837 /* x509_err.c */, - OBJ_838 /* x509_ext.c */, - OBJ_839 /* x509_lu.c */, - OBJ_840 /* x509_obj.c */, - OBJ_841 /* x509_r2x.c */, - OBJ_842 /* x509_req.c */, - OBJ_843 /* x509_set.c */, - OBJ_844 /* x509_trs.c */, - OBJ_845 /* x509_txt.c */, - OBJ_846 /* x509_v3.c */, - OBJ_847 /* x509_vfy.c */, - OBJ_848 /* x509_vpm.c */, - OBJ_849 /* x509cset.c */, - OBJ_850 /* x509name.c */, - OBJ_851 /* x509rset.c */, - OBJ_852 /* x509spki.c */, - OBJ_853 /* x509type.c */, - OBJ_854 /* x_algor.c */, - OBJ_855 /* x_all.c */, - OBJ_856 /* x_attrib.c */, - OBJ_857 /* x_bignum.c */, - OBJ_858 /* x_crl.c */, - OBJ_859 /* x_exten.c */, - OBJ_860 /* x_info.c */, - OBJ_861 /* x_long.c */, - OBJ_862 /* x_name.c */, - OBJ_863 /* x_nx509.c */, - OBJ_864 /* x_pkey.c */, - OBJ_865 /* x_pubkey.c */, - OBJ_866 /* x_req.c */, - OBJ_867 /* x_sig.c */, - OBJ_868 /* x_spki.c */, - OBJ_869 /* x_val.c */, - OBJ_870 /* x_x509.c */, - OBJ_871 /* x_x509a.c */, - OBJ_872 /* xcbc_enc.c */, - OBJ_873 /* xts128.c */, - OBJ_874 /* include */, - ); - name = COpenSSL; - path = ".build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL"; - sourceTree = SOURCE_ROOT; - }; - OBJ_20 /* SwiftSQL 0.2.2 */ = { - isa = PBXGroup; - children = ( - OBJ_21 /* SQLBool.swift */, - OBJ_22 /* SQLDates.swift */, - ); - name = "SwiftSQL 0.2.2"; - path = ".build/checkouts/SwiftSQL.git-8124242703783450981/Sources"; - sourceTree = SOURCE_ROOT; - }; - OBJ_23 /* PerfectTurnstileMySQL 1.0.7 */ = { - isa = PBXGroup; - children = ( - OBJ_24 /* Account.swift */, - OBJ_25 /* AuthHandlersJSON.swift */, - OBJ_26 /* AuthHandlersWeb.swift */, - OBJ_27 /* JSONRoutes.swift */, - OBJ_28 /* Realm.swift */, - OBJ_29 /* SessionManager.swift */, - OBJ_30 /* Tokens.swift */, - OBJ_31 /* TurnstilePerfectRealm.swift */, - OBJ_32 /* WebRoutes.swift */, - ); - name = "PerfectTurnstileMySQL 1.0.7"; - path = ".build/checkouts/Perfect-Turnstile-MySQL.git--3736162348952951147/Sources"; - sourceTree = SOURCE_ROOT; - }; - OBJ_33 /* TurnstilePerfect 2.0.2 */ = { - isa = PBXGroup; - children = ( - OBJ_34 /* AuthFilter.swift */, - OBJ_35 /* AuthenticationConfig.swift */, - OBJ_36 /* HTTPRequest+Turnstile.swift */, - OBJ_37 /* MustacheHandler.swift */, - OBJ_38 /* TurnstileFilter.swift */, - OBJ_39 /* TurnstilePerfect.swift */, - ); - name = "TurnstilePerfect 2.0.2"; - path = ".build/checkouts/Turnstile-Perfect.git-2479001266429089274/Sources"; - sourceTree = SOURCE_ROOT; - }; - OBJ_40 /* Turnstile 1.0.6 */ = { - isa = PBXGroup; - children = ( - OBJ_41 /* TurnstileWeb */, - OBJ_58 /* TurnstileCrypto */, - OBJ_62 /* Turnstile */, - ); - name = "Turnstile 1.0.6"; - sourceTree = SOURCE_ROOT; - }; - OBJ_41 /* TurnstileWeb */ = { - isa = PBXGroup; - children = ( - OBJ_42 /* URLSession+Turnstile.swift */, - OBJ_43 /* WebMemoryRealm.swift */, - OBJ_44 /* LoginProviders */, - OBJ_48 /* Protocols */, - ); - name = TurnstileWeb; - path = ".build/checkouts/Turnstile.git-2443676010155639616/Sources/TurnstileWeb"; - sourceTree = SOURCE_ROOT; - }; - OBJ_44 /* LoginProviders */ = { - isa = PBXGroup; - children = ( - OBJ_45 /* Digits.swift */, - OBJ_46 /* Facebook.swift */, - OBJ_47 /* Google.swift */, - ); - path = LoginProviders; - sourceTree = ""; - }; - OBJ_48 /* Protocols */ = { - isa = PBXGroup; - children = ( - OBJ_49 /* OAuth */, - OBJ_53 /* OAuth2 */, - ); - path = Protocols; - sourceTree = ""; - }; - OBJ_49 /* OAuth */ = { - isa = PBXGroup; - children = ( - OBJ_50 /* OAuthDelegator.swift */, - OBJ_51 /* OAuthEcho.swift */, - OBJ_52 /* OAuthParameters.swift */, - ); - path = OAuth; - sourceTree = ""; - }; - OBJ_5 /* */ = { - isa = PBXGroup; - children = ( - OBJ_6 /* Package.swift */, - OBJ_7 /* Sources */, - OBJ_15 /* Tests */, - OBJ_18 /* Supporting */, - OBJ_19 /* Dependencies */, - OBJ_889 /* Products */, - ); - name = ""; - sourceTree = ""; - }; - OBJ_53 /* OAuth2 */ = { - isa = PBXGroup; - children = ( - OBJ_54 /* AuthorizationCode.swift */, - OBJ_55 /* OAuth2.swift */, - OBJ_56 /* OAuth2Error.swift */, - OBJ_57 /* OAuth2Token.swift */, - ); - path = OAuth2; - sourceTree = ""; - }; - OBJ_58 /* TurnstileCrypto */ = { - isa = PBXGroup; - children = ( - OBJ_59 /* BCrypt.swift */, - OBJ_60 /* Random.swift */, - OBJ_61 /* URandom.swift */, - ); - name = TurnstileCrypto; - path = ".build/checkouts/Turnstile.git-2443676010155639616/Sources/TurnstileCrypto"; - sourceTree = SOURCE_ROOT; - }; - OBJ_62 /* Turnstile */ = { - isa = PBXGroup; - children = ( - OBJ_63 /* TurnstileError.swift */, - OBJ_64 /* Core */, - OBJ_67 /* Credentials */, - OBJ_73 /* Realm */, - OBJ_77 /* SessionManager */, - ); - name = Turnstile; - path = ".build/checkouts/Turnstile.git-2443676010155639616/Sources/Turnstile"; - sourceTree = SOURCE_ROOT; - }; - OBJ_64 /* Core */ = { - isa = PBXGroup; - children = ( - OBJ_65 /* Subject.swift */, - OBJ_66 /* Turnstile.swift */, - ); - path = Core; - sourceTree = ""; - }; - OBJ_67 /* Credentials */ = { - isa = PBXGroup; - children = ( - OBJ_68 /* APIKey.swift */, - OBJ_69 /* Credentials.swift */, - OBJ_70 /* CredentialsError.swift */, - OBJ_71 /* Token.swift */, - OBJ_72 /* UsernamePassword.swift */, - ); - path = Credentials; - sourceTree = ""; - }; - OBJ_7 /* Sources */ = { - isa = PBXGroup; - children = ( - OBJ_8 /* ToDo-API */, - OBJ_12 /* ToDoModel */, - ); - name = Sources; - sourceTree = SOURCE_ROOT; - }; - OBJ_73 /* Realm */ = { - isa = PBXGroup; - children = ( - OBJ_74 /* Account.swift */, - OBJ_75 /* MemoryRealm.swift */, - OBJ_76 /* Realm.swift */, - ); - path = Realm; - sourceTree = ""; - }; - OBJ_77 /* SessionManager */ = { - isa = PBXGroup; - children = ( - OBJ_78 /* MemorySessionManager.swift */, - OBJ_79 /* SessionManager.swift */, - ); - path = SessionManager; - sourceTree = ""; - }; - OBJ_8 /* ToDo-API */ = { - isa = PBXGroup; - children = ( - OBJ_9 /* Routing.swift */, - OBJ_10 /* ToDoItems.swift */, - OBJ_11 /* main.swift */, - ); - name = "ToDo-API"; - path = "Sources/ToDo-API"; - sourceTree = SOURCE_ROOT; - }; - OBJ_80 /* SwiftRandom 0.2.4 */ = { - isa = PBXGroup; - children = ( - OBJ_81 /* SwiftRandom */, - ); - name = "SwiftRandom 0.2.4"; - sourceTree = SOURCE_ROOT; - }; - OBJ_81 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - OBJ_82 /* Random.swift */, - OBJ_83 /* Randoms.swift */, - OBJ_84 /* URandom.swift */, - ); - name = SwiftRandom; - path = ".build/checkouts/SwiftRandom.git--6412955993590123727/Sources/SwiftRandom"; - sourceTree = SOURCE_ROOT; - }; - OBJ_85 /* SwiftString 1.0.13 */ = { - isa = PBXGroup; - children = ( - OBJ_86 /* StringExtensions.swift */, - OBJ_87 /* StringHTML.swift */, - OBJ_88 /* StringURL.swift */, - ); - name = "SwiftString 1.0.13"; - path = ".build/checkouts/SwiftString.git-1364241159374428423/Sources"; - sourceTree = SOURCE_ROOT; - }; - OBJ_874 /* include */ = { - isa = PBXGroup; - children = ( - OBJ_875 /* openssl.h */, - OBJ_876 /* module.modulemap */, - ); - path = include; - sourceTree = ""; - }; - OBJ_877 /* PerfectLib 2.0.6 */ = { - isa = PBXGroup; - children = ( - OBJ_878 /* PerfectLib */, - ); - name = "PerfectLib 2.0.6"; - sourceTree = SOURCE_ROOT; - }; - OBJ_878 /* PerfectLib */ = { - isa = PBXGroup; - children = ( - OBJ_879 /* Bytes.swift */, - OBJ_880 /* Dir.swift */, - OBJ_881 /* File.swift */, - OBJ_882 /* JSONConvertible.swift */, - OBJ_883 /* Log.swift */, - OBJ_884 /* PerfectError.swift */, - OBJ_885 /* PerfectServer.swift */, - OBJ_886 /* SwiftCompatibility.swift */, - OBJ_887 /* SysProcess.swift */, - OBJ_888 /* Utilities.swift */, - ); - name = PerfectLib; - path = ".build/checkouts/PerfectLib.git-3712999737848873669/Sources/PerfectLib"; - sourceTree = SOURCE_ROOT; - }; - OBJ_889 /* Products */ = { - isa = PBXGroup; - children = ( - OBJ_890 /* PerfectLib.framework */, - OBJ_891 /* COpenSSL.framework */, - OBJ_892 /* PerfectThread.framework */, - OBJ_893 /* PerfectNet.framework */, - OBJ_894 /* PerfectHTTP.framework */, - OBJ_895 /* CZlib.framework */, - OBJ_896 /* PerfectHTTPServer.framework */, - OBJ_897 /* CHTTPParser.framework */, - OBJ_898 /* MySQL.framework */, - OBJ_899 /* StORM.framework */, - OBJ_900 /* SwiftMoment.framework */, - OBJ_901 /* PerfectCURL.framework */, - OBJ_902 /* PerfectLogger.framework */, - OBJ_903 /* MySQLStORM.framework */, - OBJ_904 /* PerfectMustache.framework */, - OBJ_905 /* SwiftString.framework */, - OBJ_906 /* SwiftRandom.framework */, - OBJ_907 /* TurnstileWeb.framework */, - OBJ_908 /* TurnstileCrypto.framework */, - OBJ_909 /* Turnstile.framework */, - OBJ_910 /* TurnstilePerfect.framework */, - OBJ_911 /* PerfectTurnstileMySQL.framework */, - OBJ_912 /* SwiftSQL.framework */, - OBJ_913 /* ToDo-API */, - OBJ_914 /* ToDoModel.framework */, - OBJ_915 /* Perfect_ToDo_iOS_DemoTests.xctest */, - ); - name = Products; - sourceTree = BUILT_PRODUCTS_DIR; - }; - OBJ_89 /* PerfectMustache 2.0.3 */ = { - isa = PBXGroup; - children = ( - OBJ_90 /* Mustache.swift */, - ); - name = "PerfectMustache 2.0.3"; - path = ".build/checkouts/Perfect-Mustache.git-4271886153857801499/Sources"; - sourceTree = SOURCE_ROOT; - }; - OBJ_91 /* MySQLStORM 1.0.8 */ = { - isa = PBXGroup; - children = ( - OBJ_92 /* Convenience.swift */, - OBJ_93 /* Delete.swift */, - OBJ_94 /* Insert.swift */, - OBJ_95 /* MySQLConnect.swift */, - OBJ_96 /* MySQLStORM.swift */, - OBJ_97 /* SQL.swift */, - OBJ_98 /* Select.swift */, - OBJ_99 /* Update.swift */, - OBJ_100 /* Upsert.swift */, - OBJ_101 /* parseRows.swift */, - ); - name = "MySQLStORM 1.0.8"; - path = ".build/checkouts/MySQL-StORM.git-3054102240623951208/Sources"; - sourceTree = SOURCE_ROOT; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - OBJ_1620 /* PerfectThread */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1621 /* Build configuration list for PBXNativeTarget "PerfectThread" */; - buildPhases = ( - OBJ_1624 /* Sources */, - OBJ_1628 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = PerfectThread; - productName = PerfectThread; - productReference = OBJ_892 /* PerfectThread.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1629 /* PerfectNet */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1630 /* Build configuration list for PBXNativeTarget "PerfectNet" */; - buildPhases = ( - OBJ_1633 /* Sources */, - OBJ_1641 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_1644 /* PBXTargetDependency */, - OBJ_1645 /* PBXTargetDependency */, - ); - name = PerfectNet; - productName = PerfectNet; - productReference = OBJ_893 /* PerfectNet.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1646 /* PerfectHTTP */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1647 /* Build configuration list for PBXNativeTarget "PerfectHTTP" */; - buildPhases = ( - OBJ_1650 /* Sources */, - OBJ_1660 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_1665 /* PBXTargetDependency */, - OBJ_1666 /* PBXTargetDependency */, - OBJ_1667 /* PBXTargetDependency */, - OBJ_1668 /* PBXTargetDependency */, - ); - name = PerfectHTTP; - productName = PerfectHTTP; - productReference = OBJ_894 /* PerfectHTTP.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1669 /* CZlib */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1670 /* Build configuration list for PBXNativeTarget "CZlib" */; - buildPhases = ( - OBJ_1673 /* ShellScript */, - OBJ_1674 /* Sources */, - OBJ_1690 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_1696 /* PBXTargetDependency */, - OBJ_1697 /* PBXTargetDependency */, - OBJ_1698 /* PBXTargetDependency */, - OBJ_1699 /* PBXTargetDependency */, - OBJ_1700 /* PBXTargetDependency */, - ); - name = CZlib; - productName = CZlib; - productReference = OBJ_895 /* CZlib.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1701 /* PerfectHTTPServer */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1702 /* Build configuration list for PBXNativeTarget "PerfectHTTPServer" */; - buildPhases = ( - OBJ_1705 /* Sources */, - OBJ_1714 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_1722 /* PBXTargetDependency */, - OBJ_1723 /* PBXTargetDependency */, - OBJ_1724 /* PBXTargetDependency */, - OBJ_1725 /* PBXTargetDependency */, - OBJ_1726 /* PBXTargetDependency */, - OBJ_1727 /* PBXTargetDependency */, - OBJ_1729 /* PBXTargetDependency */, - ); - name = PerfectHTTPServer; - productName = PerfectHTTPServer; - productReference = OBJ_896 /* PerfectHTTPServer.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1728 /* CHTTPParser */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1730 /* Build configuration list for PBXNativeTarget "CHTTPParser" */; - buildPhases = ( - OBJ_1733 /* ShellScript */, - OBJ_1734 /* Sources */, - OBJ_1736 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_1742 /* PBXTargetDependency */, - OBJ_1743 /* PBXTargetDependency */, - OBJ_1744 /* PBXTargetDependency */, - OBJ_1745 /* PBXTargetDependency */, - OBJ_1746 /* PBXTargetDependency */, - ); - name = CHTTPParser; - productName = CHTTPParser; - productReference = OBJ_897 /* CHTTPParser.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1747 /* MySQL */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1748 /* Build configuration list for PBXNativeTarget "MySQL" */; - buildPhases = ( - OBJ_1751 /* Sources */, - OBJ_1753 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = MySQL; - productName = MySQL; - productReference = OBJ_898 /* MySQL.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1754 /* StORM */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1755 /* Build configuration list for PBXNativeTarget "StORM" */; - buildPhases = ( - OBJ_1758 /* Sources */, - OBJ_1770 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_1772 /* PBXTargetDependency */, - ); - name = StORM; - productName = StORM; - productReference = OBJ_899 /* StORM.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1773 /* SwiftMoment */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1774 /* Build configuration list for PBXNativeTarget "SwiftMoment" */; - buildPhases = ( - OBJ_1777 /* Sources */, - OBJ_1784 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SwiftMoment; - productName = SwiftMoment; - productReference = OBJ_900 /* SwiftMoment.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1785 /* PerfectCURL */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1786 /* Build configuration list for PBXNativeTarget "PerfectCURL" */; - buildPhases = ( - OBJ_1789 /* Sources */, - OBJ_1791 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_1793 /* PBXTargetDependency */, - ); - name = PerfectCURL; - productName = PerfectCURL; - productReference = OBJ_901 /* PerfectCURL.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1794 /* PerfectLogger */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1795 /* Build configuration list for PBXNativeTarget "PerfectLogger" */; - buildPhases = ( - OBJ_1798 /* Sources */, - OBJ_1801 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_1806 /* PBXTargetDependency */, - OBJ_1807 /* PBXTargetDependency */, - OBJ_1808 /* PBXTargetDependency */, - OBJ_1809 /* PBXTargetDependency */, - ); - name = PerfectLogger; - productName = PerfectLogger; - productReference = OBJ_902 /* PerfectLogger.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1810 /* MySQLStORM */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1811 /* Build configuration list for PBXNativeTarget "MySQLStORM" */; - buildPhases = ( - OBJ_1814 /* Sources */, - OBJ_1825 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_1833 /* PBXTargetDependency */, - OBJ_1834 /* PBXTargetDependency */, - OBJ_1835 /* PBXTargetDependency */, - OBJ_1836 /* PBXTargetDependency */, - OBJ_1837 /* PBXTargetDependency */, - OBJ_1838 /* PBXTargetDependency */, - OBJ_1839 /* PBXTargetDependency */, - ); - name = MySQLStORM; - productName = MySQLStORM; - productReference = OBJ_903 /* MySQLStORM.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1840 /* PerfectMustache */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1841 /* Build configuration list for PBXNativeTarget "PerfectMustache" */; - buildPhases = ( - OBJ_1844 /* Sources */, - OBJ_1846 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_1852 /* PBXTargetDependency */, - OBJ_1853 /* PBXTargetDependency */, - OBJ_1854 /* PBXTargetDependency */, - OBJ_1855 /* PBXTargetDependency */, - OBJ_1856 /* PBXTargetDependency */, - ); - name = PerfectMustache; - productName = PerfectMustache; - productReference = OBJ_904 /* PerfectMustache.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1857 /* SwiftString */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1858 /* Build configuration list for PBXNativeTarget "SwiftString" */; - buildPhases = ( - OBJ_1861 /* Sources */, - OBJ_1865 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SwiftString; - productName = SwiftString; - productReference = OBJ_905 /* SwiftString.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1866 /* SwiftRandom */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1867 /* Build configuration list for PBXNativeTarget "SwiftRandom" */; - buildPhases = ( - OBJ_1870 /* Sources */, - OBJ_1874 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SwiftRandom; - productName = SwiftRandom; - productReference = OBJ_906 /* SwiftRandom.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1875 /* TurnstileWeb */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1876 /* Build configuration list for PBXNativeTarget "TurnstileWeb" */; - buildPhases = ( - OBJ_1879 /* Sources */, - OBJ_1892 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_1895 /* PBXTargetDependency */, - OBJ_1897 /* PBXTargetDependency */, - ); - name = TurnstileWeb; - productName = TurnstileWeb; - productReference = OBJ_907 /* TurnstileWeb.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1896 /* TurnstileCrypto */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1899 /* Build configuration list for PBXNativeTarget "TurnstileCrypto" */; - buildPhases = ( - OBJ_1902 /* Sources */, - OBJ_1906 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = TurnstileCrypto; - productName = TurnstileCrypto; - productReference = OBJ_908 /* TurnstileCrypto.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1898 /* Turnstile */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1907 /* Build configuration list for PBXNativeTarget "Turnstile" */; - buildPhases = ( - OBJ_1910 /* Sources */, - OBJ_1924 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_1926 /* PBXTargetDependency */, - ); - name = Turnstile; - productName = Turnstile; - productReference = OBJ_909 /* Turnstile.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1927 /* TurnstilePerfect */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1928 /* Build configuration list for PBXNativeTarget "TurnstilePerfect" */; - buildPhases = ( - OBJ_1931 /* Sources */, - OBJ_1938 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_1949 /* PBXTargetDependency */, - OBJ_1950 /* PBXTargetDependency */, - OBJ_1951 /* PBXTargetDependency */, - OBJ_1952 /* PBXTargetDependency */, - OBJ_1953 /* PBXTargetDependency */, - OBJ_1954 /* PBXTargetDependency */, - OBJ_1955 /* PBXTargetDependency */, - OBJ_1956 /* PBXTargetDependency */, - OBJ_1957 /* PBXTargetDependency */, - OBJ_1958 /* PBXTargetDependency */, - ); - name = TurnstilePerfect; - productName = TurnstilePerfect; - productReference = OBJ_910 /* TurnstilePerfect.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_1959 /* PerfectTurnstileMySQL */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_1960 /* Build configuration list for PBXNativeTarget "PerfectTurnstileMySQL" */; - buildPhases = ( - OBJ_1963 /* Sources */, - OBJ_1973 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_1995 /* PBXTargetDependency */, - OBJ_1996 /* PBXTargetDependency */, - OBJ_1997 /* PBXTargetDependency */, - OBJ_1998 /* PBXTargetDependency */, - OBJ_1999 /* PBXTargetDependency */, - OBJ_2000 /* PBXTargetDependency */, - OBJ_2001 /* PBXTargetDependency */, - OBJ_2002 /* PBXTargetDependency */, - OBJ_2003 /* PBXTargetDependency */, - OBJ_2004 /* PBXTargetDependency */, - OBJ_2005 /* PBXTargetDependency */, - OBJ_2006 /* PBXTargetDependency */, - OBJ_2007 /* PBXTargetDependency */, - OBJ_2008 /* PBXTargetDependency */, - OBJ_2009 /* PBXTargetDependency */, - OBJ_2010 /* PBXTargetDependency */, - OBJ_2011 /* PBXTargetDependency */, - OBJ_2012 /* PBXTargetDependency */, - OBJ_2013 /* PBXTargetDependency */, - OBJ_2014 /* PBXTargetDependency */, - OBJ_2015 /* PBXTargetDependency */, - ); - name = PerfectTurnstileMySQL; - productName = PerfectTurnstileMySQL; - productReference = OBJ_911 /* PerfectTurnstileMySQL.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_2016 /* SwiftSQL */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_2017 /* Build configuration list for PBXNativeTarget "SwiftSQL" */; - buildPhases = ( - OBJ_2020 /* Sources */, - OBJ_2023 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SwiftSQL; - productName = SwiftSQL; - productReference = OBJ_912 /* SwiftSQL.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_2024 /* ToDo-API */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_2025 /* Build configuration list for PBXNativeTarget "ToDo-API" */; - buildPhases = ( - OBJ_2028 /* Sources */, - OBJ_2032 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_2057 /* PBXTargetDependency */, - OBJ_2058 /* PBXTargetDependency */, - OBJ_2059 /* PBXTargetDependency */, - OBJ_2060 /* PBXTargetDependency */, - OBJ_2061 /* PBXTargetDependency */, - OBJ_2062 /* PBXTargetDependency */, - OBJ_2063 /* PBXTargetDependency */, - OBJ_2064 /* PBXTargetDependency */, - OBJ_2065 /* PBXTargetDependency */, - OBJ_2066 /* PBXTargetDependency */, - OBJ_2067 /* PBXTargetDependency */, - OBJ_2068 /* PBXTargetDependency */, - OBJ_2069 /* PBXTargetDependency */, - OBJ_2070 /* PBXTargetDependency */, - OBJ_2071 /* PBXTargetDependency */, - OBJ_2072 /* PBXTargetDependency */, - OBJ_2073 /* PBXTargetDependency */, - OBJ_2074 /* PBXTargetDependency */, - OBJ_2075 /* PBXTargetDependency */, - OBJ_2076 /* PBXTargetDependency */, - OBJ_2077 /* PBXTargetDependency */, - OBJ_2078 /* PBXTargetDependency */, - OBJ_2079 /* PBXTargetDependency */, - OBJ_2080 /* PBXTargetDependency */, - ); - name = "ToDo-API"; - productName = ToDo_API; - productReference = OBJ_913 /* ToDo-API */; - productType = "com.apple.product-type.tool"; - }; - OBJ_2081 /* ToDoModel */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_2082 /* Build configuration list for PBXNativeTarget "ToDoModel" */; - buildPhases = ( - OBJ_2085 /* Sources */, - OBJ_2088 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_2112 /* PBXTargetDependency */, - OBJ_2113 /* PBXTargetDependency */, - OBJ_2114 /* PBXTargetDependency */, - OBJ_2115 /* PBXTargetDependency */, - OBJ_2116 /* PBXTargetDependency */, - OBJ_2117 /* PBXTargetDependency */, - OBJ_2118 /* PBXTargetDependency */, - OBJ_2119 /* PBXTargetDependency */, - OBJ_2120 /* PBXTargetDependency */, - OBJ_2121 /* PBXTargetDependency */, - OBJ_2122 /* PBXTargetDependency */, - OBJ_2123 /* PBXTargetDependency */, - OBJ_2124 /* PBXTargetDependency */, - OBJ_2125 /* PBXTargetDependency */, - OBJ_2126 /* PBXTargetDependency */, - OBJ_2127 /* PBXTargetDependency */, - OBJ_2128 /* PBXTargetDependency */, - OBJ_2129 /* PBXTargetDependency */, - OBJ_2130 /* PBXTargetDependency */, - OBJ_2131 /* PBXTargetDependency */, - OBJ_2132 /* PBXTargetDependency */, - OBJ_2133 /* PBXTargetDependency */, - OBJ_2134 /* PBXTargetDependency */, - ); - name = ToDoModel; - productName = ToDoModel; - productReference = OBJ_914 /* ToDoModel.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_2135 /* Perfect-ToDo-iOS-DemoTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_2136 /* Build configuration list for PBXNativeTarget "Perfect-ToDo-iOS-DemoTests" */; - buildPhases = ( - OBJ_2139 /* Sources */, - OBJ_2141 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - OBJ_2165 /* PBXTargetDependency */, - OBJ_2166 /* PBXTargetDependency */, - OBJ_2167 /* PBXTargetDependency */, - OBJ_2168 /* PBXTargetDependency */, - OBJ_2169 /* PBXTargetDependency */, - OBJ_2170 /* PBXTargetDependency */, - OBJ_2171 /* PBXTargetDependency */, - OBJ_2172 /* PBXTargetDependency */, - OBJ_2173 /* PBXTargetDependency */, - OBJ_2174 /* PBXTargetDependency */, - OBJ_2175 /* PBXTargetDependency */, - OBJ_2176 /* PBXTargetDependency */, - OBJ_2177 /* PBXTargetDependency */, - OBJ_2178 /* PBXTargetDependency */, - OBJ_2179 /* PBXTargetDependency */, - OBJ_2180 /* PBXTargetDependency */, - OBJ_2181 /* PBXTargetDependency */, - OBJ_2182 /* PBXTargetDependency */, - OBJ_2183 /* PBXTargetDependency */, - OBJ_2184 /* PBXTargetDependency */, - OBJ_2185 /* PBXTargetDependency */, - OBJ_2186 /* PBXTargetDependency */, - OBJ_2187 /* PBXTargetDependency */, - ); - name = "Perfect-ToDo-iOS-DemoTests"; - productName = Perfect_ToDo_iOS_DemoTests; - productReference = OBJ_915 /* Perfect_ToDo_iOS_DemoTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - OBJ_916 /* PerfectLib */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_917 /* Build configuration list for PBXNativeTarget "PerfectLib" */; - buildPhases = ( - OBJ_920 /* Sources */, - OBJ_931 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = PerfectLib; - productName = PerfectLib; - productReference = OBJ_890 /* PerfectLib.framework */; - productType = "com.apple.product-type.framework"; - }; - OBJ_932 /* COpenSSL */ = { - isa = PBXNativeTarget; - buildConfigurationList = OBJ_933 /* Build configuration list for PBXNativeTarget "COpenSSL" */; - buildPhases = ( - OBJ_936 /* ShellScript */, - OBJ_937 /* Sources */, - OBJ_1619 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = COpenSSL; - productName = COpenSSL; - productReference = OBJ_891 /* COpenSSL.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - OBJ_1 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 9999; - }; - buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "ToDO-Backend" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = OBJ_5 /* */; - productRefGroup = OBJ_889 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - OBJ_916 /* PerfectLib */, - OBJ_932 /* COpenSSL */, - OBJ_1620 /* PerfectThread */, - OBJ_1629 /* PerfectNet */, - OBJ_1646 /* PerfectHTTP */, - OBJ_1669 /* CZlib */, - OBJ_1701 /* PerfectHTTPServer */, - OBJ_1728 /* CHTTPParser */, - OBJ_1747 /* MySQL */, - OBJ_1754 /* StORM */, - OBJ_1773 /* SwiftMoment */, - OBJ_1785 /* PerfectCURL */, - OBJ_1794 /* PerfectLogger */, - OBJ_1810 /* MySQLStORM */, - OBJ_1840 /* PerfectMustache */, - OBJ_1857 /* SwiftString */, - OBJ_1866 /* SwiftRandom */, - OBJ_1875 /* TurnstileWeb */, - OBJ_1896 /* TurnstileCrypto */, - OBJ_1898 /* Turnstile */, - OBJ_1927 /* TurnstilePerfect */, - OBJ_1959 /* PerfectTurnstileMySQL */, - OBJ_2016 /* SwiftSQL */, - OBJ_2024 /* ToDo-API */, - OBJ_2081 /* ToDoModel */, - OBJ_2135 /* Perfect-ToDo-iOS-DemoTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXShellScriptBuildPhase section */ - OBJ_1673 /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "mkdir -p \"${PROJECT_TEMP_DIR}/SymlinkLibs\"\nln -sf \"${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}\" \"${PROJECT_TEMP_DIR}/SymlinkLibs/lib${EXECUTABLE_NAME}.dylib\"\n"; - }; - OBJ_1733 /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "mkdir -p \"${PROJECT_TEMP_DIR}/SymlinkLibs\"\nln -sf \"${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}\" \"${PROJECT_TEMP_DIR}/SymlinkLibs/lib${EXECUTABLE_NAME}.dylib\"\n"; - }; - OBJ_936 /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "mkdir -p \"${PROJECT_TEMP_DIR}/SymlinkLibs\"\nln -sf \"${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}\" \"${PROJECT_TEMP_DIR}/SymlinkLibs/lib${EXECUTABLE_NAME}.dylib\"\n"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - OBJ_1624 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1625 /* Promise.swift in Sources */, - OBJ_1626 /* ThreadQueue.swift in Sources */, - OBJ_1627 /* Threading.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1633 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1634 /* Net.swift in Sources */, - OBJ_1635 /* NetAddress.swift in Sources */, - OBJ_1636 /* NetEvent.swift in Sources */, - OBJ_1637 /* NetNamedPipe.swift in Sources */, - OBJ_1638 /* NetTCP.swift in Sources */, - OBJ_1639 /* NetTCPSSL.swift in Sources */, - OBJ_1640 /* NetUDP.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1650 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1651 /* HTTPFilter.swift in Sources */, - OBJ_1652 /* HTTPHeaders.swift in Sources */, - OBJ_1653 /* HTTPMethod.swift in Sources */, - OBJ_1654 /* HTTPRequest.swift in Sources */, - OBJ_1655 /* HTTPResponse.swift in Sources */, - OBJ_1656 /* MimeReader.swift in Sources */, - OBJ_1657 /* MimeType.swift in Sources */, - OBJ_1658 /* Routing.swift in Sources */, - OBJ_1659 /* StaticFileHandler.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1674 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1675 /* adler32.c in Sources */, - OBJ_1676 /* compress.c in Sources */, - OBJ_1677 /* crc32.c in Sources */, - OBJ_1678 /* deflate.c in Sources */, - OBJ_1679 /* gzclose.c in Sources */, - OBJ_1680 /* gzlib.c in Sources */, - OBJ_1681 /* gzread.c in Sources */, - OBJ_1682 /* gzwrite.c in Sources */, - OBJ_1683 /* infback.c in Sources */, - OBJ_1684 /* inffast.c in Sources */, - OBJ_1685 /* inflate.c in Sources */, - OBJ_1686 /* inftrees.c in Sources */, - OBJ_1687 /* trees.c in Sources */, - OBJ_1688 /* uncompr.c in Sources */, - OBJ_1689 /* zutil.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1705 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1706 /* HPACK.swift in Sources */, - OBJ_1707 /* HTTP11Request.swift in Sources */, - OBJ_1708 /* HTTP11Response.swift in Sources */, - OBJ_1709 /* HTTP2.swift in Sources */, - OBJ_1710 /* HTTPContentCompression.swift in Sources */, - OBJ_1711 /* HTTPServer.swift in Sources */, - OBJ_1712 /* HTTPServerEx.swift in Sources */, - OBJ_1713 /* HTTPServerExConfig.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1734 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1735 /* http_parser.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1751 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1752 /* MySQL.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1758 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1759 /* StORM.swift in Sources */, - OBJ_1760 /* StORMConnect.swift in Sources */, - OBJ_1761 /* StORMCursor.swift in Sources */, - OBJ_1762 /* StORMDataSource.swift in Sources */, - OBJ_1763 /* StORMDataSourceCredentials.swift in Sources */, - OBJ_1764 /* StORMDataSourceOptions.swift in Sources */, - OBJ_1765 /* StORMError.swift in Sources */, - OBJ_1766 /* StORMJoins.swift in Sources */, - OBJ_1767 /* StORMProtocol.swift in Sources */, - OBJ_1768 /* StORMRow.swift in Sources */, - OBJ_1769 /* StORMtResultSet.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1777 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1778 /* Duration.swift in Sources */, - OBJ_1779 /* Extensions.swift in Sources */, - OBJ_1780 /* Moment.swift in Sources */, - OBJ_1781 /* MomentFromNow.swift in Sources */, - OBJ_1782 /* Operators.swift in Sources */, - OBJ_1783 /* TimeUnit.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1789 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1790 /* cURL.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1798 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1799 /* FileLogger.swift in Sources */, - OBJ_1800 /* RemoteLogger.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1814 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1815 /* Convenience.swift in Sources */, - OBJ_1816 /* Delete.swift in Sources */, - OBJ_1817 /* Insert.swift in Sources */, - OBJ_1818 /* MySQLConnect.swift in Sources */, - OBJ_1819 /* MySQLStORM.swift in Sources */, - OBJ_1820 /* SQL.swift in Sources */, - OBJ_1821 /* Select.swift in Sources */, - OBJ_1822 /* Update.swift in Sources */, - OBJ_1823 /* Upsert.swift in Sources */, - OBJ_1824 /* parseRows.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1844 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1845 /* Mustache.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1861 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1862 /* StringExtensions.swift in Sources */, - OBJ_1863 /* StringHTML.swift in Sources */, - OBJ_1864 /* StringURL.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1870 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1871 /* Random.swift in Sources */, - OBJ_1872 /* Randoms.swift in Sources */, - OBJ_1873 /* URandom.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1879 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1880 /* URLSession+Turnstile.swift in Sources */, - OBJ_1881 /* WebMemoryRealm.swift in Sources */, - OBJ_1882 /* Digits.swift in Sources */, - OBJ_1883 /* Facebook.swift in Sources */, - OBJ_1884 /* Google.swift in Sources */, - OBJ_1885 /* OAuthDelegator.swift in Sources */, - OBJ_1886 /* OAuthEcho.swift in Sources */, - OBJ_1887 /* OAuthParameters.swift in Sources */, - OBJ_1888 /* AuthorizationCode.swift in Sources */, - OBJ_1889 /* OAuth2.swift in Sources */, - OBJ_1890 /* OAuth2Error.swift in Sources */, - OBJ_1891 /* OAuth2Token.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1902 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1903 /* BCrypt.swift in Sources */, - OBJ_1904 /* Random.swift in Sources */, - OBJ_1905 /* URandom.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1910 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1911 /* TurnstileError.swift in Sources */, - OBJ_1912 /* Subject.swift in Sources */, - OBJ_1913 /* Turnstile.swift in Sources */, - OBJ_1914 /* APIKey.swift in Sources */, - OBJ_1915 /* Credentials.swift in Sources */, - OBJ_1916 /* CredentialsError.swift in Sources */, - OBJ_1917 /* Token.swift in Sources */, - OBJ_1918 /* UsernamePassword.swift in Sources */, - OBJ_1919 /* Account.swift in Sources */, - OBJ_1920 /* MemoryRealm.swift in Sources */, - OBJ_1921 /* Realm.swift in Sources */, - OBJ_1922 /* MemorySessionManager.swift in Sources */, - OBJ_1923 /* SessionManager.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1931 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1932 /* AuthFilter.swift in Sources */, - OBJ_1933 /* AuthenticationConfig.swift in Sources */, - OBJ_1934 /* HTTPRequest+Turnstile.swift in Sources */, - OBJ_1935 /* MustacheHandler.swift in Sources */, - OBJ_1936 /* TurnstileFilter.swift in Sources */, - OBJ_1937 /* TurnstilePerfect.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_1963 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_1964 /* Account.swift in Sources */, - OBJ_1965 /* AuthHandlersJSON.swift in Sources */, - OBJ_1966 /* AuthHandlersWeb.swift in Sources */, - OBJ_1967 /* JSONRoutes.swift in Sources */, - OBJ_1968 /* Realm.swift in Sources */, - OBJ_1969 /* SessionManager.swift in Sources */, - OBJ_1970 /* Tokens.swift in Sources */, - OBJ_1971 /* TurnstilePerfectRealm.swift in Sources */, - OBJ_1972 /* WebRoutes.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_2020 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_2021 /* SQLBool.swift in Sources */, - OBJ_2022 /* SQLDates.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_2028 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_2029 /* Routing.swift in Sources */, - OBJ_2030 /* ToDoItems.swift in Sources */, - OBJ_2031 /* main.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_2085 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_2086 /* ToDoItem.swift in Sources */, - OBJ_2087 /* ToDoManager.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_2139 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_2140 /* Perfect_ToDo_iOS_DemoTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_920 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_921 /* Bytes.swift in Sources */, - OBJ_922 /* Dir.swift in Sources */, - OBJ_923 /* File.swift in Sources */, - OBJ_924 /* JSONConvertible.swift in Sources */, - OBJ_925 /* Log.swift in Sources */, - OBJ_926 /* PerfectError.swift in Sources */, - OBJ_927 /* PerfectServer.swift in Sources */, - OBJ_928 /* SwiftCompatibility.swift in Sources */, - OBJ_929 /* SysProcess.swift in Sources */, - OBJ_930 /* Utilities.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - OBJ_937 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 0; - files = ( - OBJ_938 /* a_bitstr.c in Sources */, - OBJ_939 /* a_bool.c in Sources */, - OBJ_940 /* a_bytes.c in Sources */, - OBJ_941 /* a_d2i_fp.c in Sources */, - OBJ_942 /* a_digest.c in Sources */, - OBJ_943 /* a_dup.c in Sources */, - OBJ_944 /* a_enum.c in Sources */, - OBJ_945 /* a_gentm.c in Sources */, - OBJ_946 /* a_i2d_fp.c in Sources */, - OBJ_947 /* a_int.c in Sources */, - OBJ_948 /* a_mbstr.c in Sources */, - OBJ_949 /* a_object.c in Sources */, - OBJ_950 /* a_octet.c in Sources */, - OBJ_951 /* a_print.c in Sources */, - OBJ_952 /* a_set.c in Sources */, - OBJ_953 /* a_sign.c in Sources */, - OBJ_954 /* a_strex.c in Sources */, - OBJ_955 /* a_strnid.c in Sources */, - OBJ_956 /* a_time.c in Sources */, - OBJ_957 /* a_type.c in Sources */, - OBJ_958 /* a_utctm.c in Sources */, - OBJ_959 /* a_utf8.c in Sources */, - OBJ_960 /* a_verify.c in Sources */, - OBJ_961 /* aes_cbc.c in Sources */, - OBJ_962 /* aes_cfb.c in Sources */, - OBJ_963 /* aes_core.c in Sources */, - OBJ_964 /* aes_ctr.c in Sources */, - OBJ_965 /* aes_ecb.c in Sources */, - OBJ_966 /* aes_ige.c in Sources */, - OBJ_967 /* aes_misc.c in Sources */, - OBJ_968 /* aes_ofb.c in Sources */, - OBJ_969 /* aes_wrap.c in Sources */, - OBJ_970 /* ameth_lib.c in Sources */, - OBJ_971 /* asn1_err.c in Sources */, - OBJ_972 /* asn1_gen.c in Sources */, - OBJ_973 /* asn1_lib.c in Sources */, - OBJ_974 /* asn1_par.c in Sources */, - OBJ_975 /* asn_mime.c in Sources */, - OBJ_976 /* asn_moid.c in Sources */, - OBJ_977 /* asn_pack.c in Sources */, - OBJ_978 /* b_dump.c in Sources */, - OBJ_979 /* b_print.c in Sources */, - OBJ_980 /* b_sock.c in Sources */, - OBJ_981 /* bf_buff.c in Sources */, - OBJ_982 /* bf_cfb64.c in Sources */, - OBJ_983 /* bf_ecb.c in Sources */, - OBJ_984 /* bf_enc.c in Sources */, - OBJ_985 /* bf_lbuf.c in Sources */, - OBJ_986 /* bf_nbio.c in Sources */, - OBJ_987 /* bf_null.c in Sources */, - OBJ_988 /* bf_ofb64.c in Sources */, - OBJ_989 /* bf_skey.c in Sources */, - OBJ_990 /* bio_asn1.c in Sources */, - OBJ_991 /* bio_b64.c in Sources */, - OBJ_992 /* bio_cb.c in Sources */, - OBJ_993 /* bio_enc.c in Sources */, - OBJ_994 /* bio_err.c in Sources */, - OBJ_995 /* bio_lib.c in Sources */, - OBJ_996 /* bio_md.c in Sources */, - OBJ_997 /* bio_ndef.c in Sources */, - OBJ_998 /* bio_ok.c in Sources */, - OBJ_999 /* bio_pk7.c in Sources */, - OBJ_1000 /* bio_ssl.c in Sources */, - OBJ_1001 /* bn_add.c in Sources */, - OBJ_1002 /* bn_asm.c in Sources */, - OBJ_1003 /* bn_blind.c in Sources */, - OBJ_1004 /* bn_const.c in Sources */, - OBJ_1005 /* bn_ctx.c in Sources */, - OBJ_1006 /* bn_depr.c in Sources */, - OBJ_1007 /* bn_div.c in Sources */, - OBJ_1008 /* bn_err.c in Sources */, - OBJ_1009 /* bn_exp.c in Sources */, - OBJ_1010 /* bn_exp2.c in Sources */, - OBJ_1011 /* bn_gcd.c in Sources */, - OBJ_1012 /* bn_gf2m.c in Sources */, - OBJ_1013 /* bn_kron.c in Sources */, - OBJ_1014 /* bn_lib.c in Sources */, - OBJ_1015 /* bn_mod.c in Sources */, - OBJ_1016 /* bn_mont.c in Sources */, - OBJ_1017 /* bn_mpi.c in Sources */, - OBJ_1018 /* bn_mul.c in Sources */, - OBJ_1019 /* bn_nist.c in Sources */, - OBJ_1020 /* bn_prime.c in Sources */, - OBJ_1021 /* bn_print.c in Sources */, - OBJ_1022 /* bn_rand.c in Sources */, - OBJ_1023 /* bn_recp.c in Sources */, - OBJ_1024 /* bn_shift.c in Sources */, - OBJ_1025 /* bn_sqr.c in Sources */, - OBJ_1026 /* bn_sqrt.c in Sources */, - OBJ_1027 /* bn_word.c in Sources */, - OBJ_1028 /* bn_x931p.c in Sources */, - OBJ_1029 /* bss_acpt.c in Sources */, - OBJ_1030 /* bss_bio.c in Sources */, - OBJ_1031 /* bss_conn.c in Sources */, - OBJ_1032 /* bss_dgram.c in Sources */, - OBJ_1033 /* bss_fd.c in Sources */, - OBJ_1034 /* bss_file.c in Sources */, - OBJ_1035 /* bss_log.c in Sources */, - OBJ_1036 /* bss_mem.c in Sources */, - OBJ_1037 /* bss_null.c in Sources */, - OBJ_1038 /* bss_sock.c in Sources */, - OBJ_1039 /* buf_err.c in Sources */, - OBJ_1040 /* buf_str.c in Sources */, - OBJ_1041 /* buffer.c in Sources */, - OBJ_1042 /* by_dir.c in Sources */, - OBJ_1043 /* by_file.c in Sources */, - OBJ_1044 /* c_all.c in Sources */, - OBJ_1045 /* c_allc.c in Sources */, - OBJ_1046 /* c_alld.c in Sources */, - OBJ_1047 /* c_cfb64.c in Sources */, - OBJ_1048 /* c_ecb.c in Sources */, - OBJ_1049 /* c_enc.c in Sources */, - OBJ_1050 /* c_ofb64.c in Sources */, - OBJ_1051 /* c_rle.c in Sources */, - OBJ_1052 /* c_skey.c in Sources */, - OBJ_1053 /* c_zlib.c in Sources */, - OBJ_1054 /* camellia.c in Sources */, - OBJ_1055 /* cbc128.c in Sources */, - OBJ_1056 /* cbc3_enc.c in Sources */, - OBJ_1057 /* cbc_cksm.c in Sources */, - OBJ_1058 /* cbc_enc.c in Sources */, - OBJ_1059 /* ccm128.c in Sources */, - OBJ_1060 /* cfb128.c in Sources */, - OBJ_1061 /* cfb64ede.c in Sources */, - OBJ_1062 /* cfb64enc.c in Sources */, - OBJ_1063 /* cfb_enc.c in Sources */, - OBJ_1064 /* cm_ameth.c in Sources */, - OBJ_1065 /* cm_pmeth.c in Sources */, - OBJ_1066 /* cmac.c in Sources */, - OBJ_1067 /* cmll_cbc.c in Sources */, - OBJ_1068 /* cmll_cfb.c in Sources */, - OBJ_1069 /* cmll_ctr.c in Sources */, - OBJ_1070 /* cmll_ecb.c in Sources */, - OBJ_1071 /* cmll_misc.c in Sources */, - OBJ_1072 /* cmll_ofb.c in Sources */, - OBJ_1073 /* cmll_utl.c in Sources */, - OBJ_1074 /* cms_asn1.c in Sources */, - OBJ_1075 /* cms_att.c in Sources */, - OBJ_1076 /* cms_cd.c in Sources */, - OBJ_1077 /* cms_dd.c in Sources */, - OBJ_1078 /* cms_enc.c in Sources */, - OBJ_1079 /* cms_env.c in Sources */, - OBJ_1080 /* cms_err.c in Sources */, - OBJ_1081 /* cms_ess.c in Sources */, - OBJ_1082 /* cms_io.c in Sources */, - OBJ_1083 /* cms_kari.c in Sources */, - OBJ_1084 /* cms_lib.c in Sources */, - OBJ_1085 /* cms_pwri.c in Sources */, - OBJ_1086 /* cms_sd.c in Sources */, - OBJ_1087 /* cms_smime.c in Sources */, - OBJ_1088 /* comp_err.c in Sources */, - OBJ_1089 /* comp_lib.c in Sources */, - OBJ_1090 /* conf_api.c in Sources */, - OBJ_1091 /* conf_def.c in Sources */, - OBJ_1092 /* conf_err.c in Sources */, - OBJ_1093 /* conf_lib.c in Sources */, - OBJ_1094 /* conf_mall.c in Sources */, - OBJ_1095 /* conf_mod.c in Sources */, - OBJ_1096 /* conf_sap.c in Sources */, - OBJ_1097 /* cpt_err.c in Sources */, - OBJ_1098 /* cryptlib.c in Sources */, - OBJ_1099 /* ctr128.c in Sources */, - OBJ_1100 /* cversion.c in Sources */, - OBJ_1101 /* d1_both.c in Sources */, - OBJ_1102 /* d1_clnt.c in Sources */, - OBJ_1103 /* d1_lib.c in Sources */, - OBJ_1104 /* d1_meth.c in Sources */, - OBJ_1105 /* d1_pkt.c in Sources */, - OBJ_1106 /* d1_srtp.c in Sources */, - OBJ_1107 /* d1_srvr.c in Sources */, - OBJ_1108 /* d2i_pr.c in Sources */, - OBJ_1109 /* d2i_pu.c in Sources */, - OBJ_1110 /* des_enc.c in Sources */, - OBJ_1111 /* des_old.c in Sources */, - OBJ_1112 /* des_old2.c in Sources */, - OBJ_1113 /* dh_ameth.c in Sources */, - OBJ_1114 /* dh_asn1.c in Sources */, - OBJ_1115 /* dh_check.c in Sources */, - OBJ_1116 /* dh_depr.c in Sources */, - OBJ_1117 /* dh_err.c in Sources */, - OBJ_1118 /* dh_gen.c in Sources */, - OBJ_1119 /* dh_kdf.c in Sources */, - OBJ_1120 /* dh_key.c in Sources */, - OBJ_1121 /* dh_lib.c in Sources */, - OBJ_1122 /* dh_pmeth.c in Sources */, - OBJ_1123 /* dh_prn.c in Sources */, - OBJ_1124 /* dh_rfc5114.c in Sources */, - OBJ_1125 /* digest.c in Sources */, - OBJ_1126 /* dsa_ameth.c in Sources */, - OBJ_1127 /* dsa_asn1.c in Sources */, - OBJ_1128 /* dsa_depr.c in Sources */, - OBJ_1129 /* dsa_err.c in Sources */, - OBJ_1130 /* dsa_gen.c in Sources */, - OBJ_1131 /* dsa_key.c in Sources */, - OBJ_1132 /* dsa_lib.c in Sources */, - OBJ_1133 /* dsa_ossl.c in Sources */, - OBJ_1134 /* dsa_pmeth.c in Sources */, - OBJ_1135 /* dsa_prn.c in Sources */, - OBJ_1136 /* dsa_sign.c in Sources */, - OBJ_1137 /* dsa_vrf.c in Sources */, - OBJ_1138 /* dso_beos.c in Sources */, - OBJ_1139 /* dso_dl.c in Sources */, - OBJ_1140 /* dso_dlfcn.c in Sources */, - OBJ_1141 /* dso_err.c in Sources */, - OBJ_1142 /* dso_lib.c in Sources */, - OBJ_1143 /* dso_null.c in Sources */, - OBJ_1144 /* dso_openssl.c in Sources */, - OBJ_1145 /* dso_vms.c in Sources */, - OBJ_1146 /* dso_win32.c in Sources */, - OBJ_1147 /* e_4758cca.c in Sources */, - OBJ_1148 /* e_4758cca_err.c in Sources */, - OBJ_1149 /* e_aep.c in Sources */, - OBJ_1150 /* e_aep_err.c in Sources */, - OBJ_1151 /* e_aes.c in Sources */, - OBJ_1152 /* e_aes_cbc_hmac_sha1.c in Sources */, - OBJ_1153 /* e_aes_cbc_hmac_sha256.c in Sources */, - OBJ_1154 /* e_atalla.c in Sources */, - OBJ_1155 /* e_atalla_err.c in Sources */, - OBJ_1156 /* e_bf.c in Sources */, - OBJ_1157 /* e_camellia.c in Sources */, - OBJ_1158 /* e_capi.c in Sources */, - OBJ_1159 /* e_capi_err.c in Sources */, - OBJ_1160 /* e_cast.c in Sources */, - OBJ_1161 /* e_chil.c in Sources */, - OBJ_1162 /* e_chil_err.c in Sources */, - OBJ_1163 /* e_cswift.c in Sources */, - OBJ_1164 /* e_cswift_err.c in Sources */, - OBJ_1165 /* e_des.c in Sources */, - OBJ_1166 /* e_des3.c in Sources */, - OBJ_1167 /* e_gmp.c in Sources */, - OBJ_1168 /* e_gmp_err.c in Sources */, - OBJ_1169 /* e_gost_err.c in Sources */, - OBJ_1170 /* e_idea.c in Sources */, - OBJ_1171 /* e_null.c in Sources */, - OBJ_1172 /* e_nuron.c in Sources */, - OBJ_1173 /* e_nuron_err.c in Sources */, - OBJ_1174 /* e_old.c in Sources */, - OBJ_1175 /* e_padlock.c in Sources */, - OBJ_1176 /* e_rc2.c in Sources */, - OBJ_1177 /* e_rc4.c in Sources */, - OBJ_1178 /* e_rc4_hmac_md5.c in Sources */, - OBJ_1179 /* e_rc5.c in Sources */, - OBJ_1180 /* e_seed.c in Sources */, - OBJ_1181 /* e_sureware.c in Sources */, - OBJ_1182 /* e_sureware_err.c in Sources */, - OBJ_1183 /* e_ubsec.c in Sources */, - OBJ_1184 /* e_ubsec_err.c in Sources */, - OBJ_1185 /* e_xcbc_d.c in Sources */, - OBJ_1186 /* ebcdic.c in Sources */, - OBJ_1187 /* ec2_mult.c in Sources */, - OBJ_1188 /* ec2_oct.c in Sources */, - OBJ_1189 /* ec2_smpl.c in Sources */, - OBJ_1190 /* ec_ameth.c in Sources */, - OBJ_1191 /* ec_asn1.c in Sources */, - OBJ_1192 /* ec_check.c in Sources */, - OBJ_1193 /* ec_curve.c in Sources */, - OBJ_1194 /* ec_cvt.c in Sources */, - OBJ_1195 /* ec_err.c in Sources */, - OBJ_1196 /* ec_key.c in Sources */, - OBJ_1197 /* ec_lib.c in Sources */, - OBJ_1198 /* ec_mult.c in Sources */, - OBJ_1199 /* ec_oct.c in Sources */, - OBJ_1200 /* ec_pmeth.c in Sources */, - OBJ_1201 /* ec_print.c in Sources */, - OBJ_1202 /* ecb3_enc.c in Sources */, - OBJ_1203 /* ecb_enc.c in Sources */, - OBJ_1204 /* ech_err.c in Sources */, - OBJ_1205 /* ech_kdf.c in Sources */, - OBJ_1206 /* ech_key.c in Sources */, - OBJ_1207 /* ech_lib.c in Sources */, - OBJ_1208 /* ech_ossl.c in Sources */, - OBJ_1209 /* eck_prn.c in Sources */, - OBJ_1210 /* ecp_mont.c in Sources */, - OBJ_1211 /* ecp_nist.c in Sources */, - OBJ_1212 /* ecp_nistp224.c in Sources */, - OBJ_1213 /* ecp_nistp256.c in Sources */, - OBJ_1214 /* ecp_nistp521.c in Sources */, - OBJ_1215 /* ecp_nistputil.c in Sources */, - OBJ_1216 /* ecp_oct.c in Sources */, - OBJ_1217 /* ecp_smpl.c in Sources */, - OBJ_1218 /* ecs_asn1.c in Sources */, - OBJ_1219 /* ecs_err.c in Sources */, - OBJ_1220 /* ecs_lib.c in Sources */, - OBJ_1221 /* ecs_ossl.c in Sources */, - OBJ_1222 /* ecs_sign.c in Sources */, - OBJ_1223 /* ecs_vrf.c in Sources */, - OBJ_1224 /* ede_cbcm_enc.c in Sources */, - OBJ_1225 /* enc_read.c in Sources */, - OBJ_1226 /* enc_writ.c in Sources */, - OBJ_1227 /* encode.c in Sources */, - OBJ_1228 /* eng_all.c in Sources */, - OBJ_1229 /* eng_cnf.c in Sources */, - OBJ_1230 /* eng_cryptodev.c in Sources */, - OBJ_1231 /* eng_ctrl.c in Sources */, - OBJ_1232 /* eng_dyn.c in Sources */, - OBJ_1233 /* eng_err.c in Sources */, - OBJ_1234 /* eng_fat.c in Sources */, - OBJ_1235 /* eng_init.c in Sources */, - OBJ_1236 /* eng_lib.c in Sources */, - OBJ_1237 /* eng_list.c in Sources */, - OBJ_1238 /* eng_openssl.c in Sources */, - OBJ_1239 /* eng_pkey.c in Sources */, - OBJ_1240 /* eng_rdrand.c in Sources */, - OBJ_1241 /* eng_table.c in Sources */, - OBJ_1242 /* err.c in Sources */, - OBJ_1243 /* err_all.c in Sources */, - OBJ_1244 /* err_prn.c in Sources */, - OBJ_1245 /* evp_acnf.c in Sources */, - OBJ_1246 /* evp_asn1.c in Sources */, - OBJ_1247 /* evp_cnf.c in Sources */, - OBJ_1248 /* evp_enc.c in Sources */, - OBJ_1249 /* evp_err.c in Sources */, - OBJ_1250 /* evp_key.c in Sources */, - OBJ_1251 /* evp_lib.c in Sources */, - OBJ_1252 /* evp_pbe.c in Sources */, - OBJ_1253 /* evp_pkey.c in Sources */, - OBJ_1254 /* ex_data.c in Sources */, - OBJ_1255 /* f_enum.c in Sources */, - OBJ_1256 /* f_int.c in Sources */, - OBJ_1257 /* f_string.c in Sources */, - OBJ_1258 /* fcrypt.c in Sources */, - OBJ_1259 /* fcrypt_b.c in Sources */, - OBJ_1260 /* fips_ers.c in Sources */, - OBJ_1261 /* gcm128.c in Sources */, - OBJ_1262 /* gost2001.c in Sources */, - OBJ_1263 /* gost2001_keyx.c in Sources */, - OBJ_1264 /* gost89.c in Sources */, - OBJ_1265 /* gost94_keyx.c in Sources */, - OBJ_1266 /* gost_ameth.c in Sources */, - OBJ_1267 /* gost_asn1.c in Sources */, - OBJ_1268 /* gost_crypt.c in Sources */, - OBJ_1269 /* gost_ctl.c in Sources */, - OBJ_1270 /* gost_eng.c in Sources */, - OBJ_1271 /* gost_keywrap.c in Sources */, - OBJ_1272 /* gost_md.c in Sources */, - OBJ_1273 /* gost_params.c in Sources */, - OBJ_1274 /* gost_pmeth.c in Sources */, - OBJ_1275 /* gost_sign.c in Sources */, - OBJ_1276 /* gosthash.c in Sources */, - OBJ_1277 /* hm_ameth.c in Sources */, - OBJ_1278 /* hm_pmeth.c in Sources */, - OBJ_1279 /* hmac.c in Sources */, - OBJ_1280 /* i2d_pr.c in Sources */, - OBJ_1281 /* i2d_pu.c in Sources */, - OBJ_1282 /* i_cbc.c in Sources */, - OBJ_1283 /* i_cfb64.c in Sources */, - OBJ_1284 /* i_ecb.c in Sources */, - OBJ_1285 /* i_ofb64.c in Sources */, - OBJ_1286 /* i_skey.c in Sources */, - OBJ_1287 /* krb5_asn.c in Sources */, - OBJ_1288 /* kssl.c in Sources */, - OBJ_1289 /* lh_stats.c in Sources */, - OBJ_1290 /* lhash.c in Sources */, - OBJ_1291 /* m_dss.c in Sources */, - OBJ_1292 /* m_dss1.c in Sources */, - OBJ_1293 /* m_ecdsa.c in Sources */, - OBJ_1294 /* m_md2.c in Sources */, - OBJ_1295 /* m_md4.c in Sources */, - OBJ_1296 /* m_md5.c in Sources */, - OBJ_1297 /* m_mdc2.c in Sources */, - OBJ_1298 /* m_null.c in Sources */, - OBJ_1299 /* m_ripemd.c in Sources */, - OBJ_1300 /* m_sha.c in Sources */, - OBJ_1301 /* m_sha1.c in Sources */, - OBJ_1302 /* m_sigver.c in Sources */, - OBJ_1303 /* m_wp.c in Sources */, - OBJ_1304 /* md4_dgst.c in Sources */, - OBJ_1305 /* md4_one.c in Sources */, - OBJ_1306 /* md5_dgst.c in Sources */, - OBJ_1307 /* md5_one.c in Sources */, - OBJ_1308 /* md_rand.c in Sources */, - OBJ_1309 /* mdc2_one.c in Sources */, - OBJ_1310 /* mdc2dgst.c in Sources */, - OBJ_1311 /* mem.c in Sources */, - OBJ_1312 /* mem_clr.c in Sources */, - OBJ_1313 /* mem_dbg.c in Sources */, - OBJ_1314 /* n_pkey.c in Sources */, - OBJ_1315 /* names.c in Sources */, - OBJ_1316 /* nsseq.c in Sources */, - OBJ_1317 /* o_dir.c in Sources */, - OBJ_1318 /* o_fips.c in Sources */, - OBJ_1319 /* o_init.c in Sources */, - OBJ_1320 /* o_names.c in Sources */, - OBJ_1321 /* o_str.c in Sources */, - OBJ_1322 /* o_time.c in Sources */, - OBJ_1323 /* obj_dat.c in Sources */, - OBJ_1324 /* obj_err.c in Sources */, - OBJ_1325 /* obj_lib.c in Sources */, - OBJ_1326 /* obj_xref.c in Sources */, - OBJ_1327 /* ocsp_asn.c in Sources */, - OBJ_1328 /* ocsp_cl.c in Sources */, - OBJ_1329 /* ocsp_err.c in Sources */, - OBJ_1330 /* ocsp_ext.c in Sources */, - OBJ_1331 /* ocsp_ht.c in Sources */, - OBJ_1332 /* ocsp_lib.c in Sources */, - OBJ_1333 /* ocsp_prn.c in Sources */, - OBJ_1334 /* ocsp_srv.c in Sources */, - OBJ_1335 /* ocsp_vfy.c in Sources */, - OBJ_1336 /* ofb128.c in Sources */, - OBJ_1337 /* ofb64ede.c in Sources */, - OBJ_1338 /* ofb64enc.c in Sources */, - OBJ_1339 /* ofb_enc.c in Sources */, - OBJ_1340 /* openbsd_hw.c in Sources */, - OBJ_1341 /* p12_add.c in Sources */, - OBJ_1342 /* p12_asn.c in Sources */, - OBJ_1343 /* p12_attr.c in Sources */, - OBJ_1344 /* p12_crpt.c in Sources */, - OBJ_1345 /* p12_crt.c in Sources */, - OBJ_1346 /* p12_decr.c in Sources */, - OBJ_1347 /* p12_init.c in Sources */, - OBJ_1348 /* p12_key.c in Sources */, - OBJ_1349 /* p12_kiss.c in Sources */, - OBJ_1350 /* p12_mutl.c in Sources */, - OBJ_1351 /* p12_npas.c in Sources */, - OBJ_1352 /* p12_p8d.c in Sources */, - OBJ_1353 /* p12_p8e.c in Sources */, - OBJ_1354 /* p12_utl.c in Sources */, - OBJ_1355 /* p5_crpt.c in Sources */, - OBJ_1356 /* p5_crpt2.c in Sources */, - OBJ_1357 /* p5_pbe.c in Sources */, - OBJ_1358 /* p5_pbev2.c in Sources */, - OBJ_1359 /* p8_pkey.c in Sources */, - OBJ_1360 /* p_dec.c in Sources */, - OBJ_1361 /* p_enc.c in Sources */, - OBJ_1362 /* p_lib.c in Sources */, - OBJ_1363 /* p_open.c in Sources */, - OBJ_1364 /* p_seal.c in Sources */, - OBJ_1365 /* p_sign.c in Sources */, - OBJ_1366 /* p_verify.c in Sources */, - OBJ_1367 /* pcbc_enc.c in Sources */, - OBJ_1368 /* pcy_cache.c in Sources */, - OBJ_1369 /* pcy_data.c in Sources */, - OBJ_1370 /* pcy_lib.c in Sources */, - OBJ_1371 /* pcy_map.c in Sources */, - OBJ_1372 /* pcy_node.c in Sources */, - OBJ_1373 /* pcy_tree.c in Sources */, - OBJ_1374 /* pem_all.c in Sources */, - OBJ_1375 /* pem_err.c in Sources */, - OBJ_1376 /* pem_info.c in Sources */, - OBJ_1377 /* pem_lib.c in Sources */, - OBJ_1378 /* pem_oth.c in Sources */, - OBJ_1379 /* pem_pk8.c in Sources */, - OBJ_1380 /* pem_pkey.c in Sources */, - OBJ_1381 /* pem_seal.c in Sources */, - OBJ_1382 /* pem_sign.c in Sources */, - OBJ_1383 /* pem_x509.c in Sources */, - OBJ_1384 /* pem_xaux.c in Sources */, - OBJ_1385 /* pk12err.c in Sources */, - OBJ_1386 /* pk7_asn1.c in Sources */, - OBJ_1387 /* pk7_attr.c in Sources */, - OBJ_1388 /* pk7_dgst.c in Sources */, - OBJ_1389 /* pk7_doit.c in Sources */, - OBJ_1390 /* pk7_lib.c in Sources */, - OBJ_1391 /* pk7_mime.c in Sources */, - OBJ_1392 /* pk7_smime.c in Sources */, - OBJ_1393 /* pkcs7err.c in Sources */, - OBJ_1394 /* pmeth_fn.c in Sources */, - OBJ_1395 /* pmeth_gn.c in Sources */, - OBJ_1396 /* pmeth_lib.c in Sources */, - OBJ_1397 /* pqueue.c in Sources */, - OBJ_1398 /* pvkfmt.c in Sources */, - OBJ_1399 /* qud_cksm.c in Sources */, - OBJ_1400 /* rand_egd.c in Sources */, - OBJ_1401 /* rand_err.c in Sources */, - OBJ_1402 /* rand_key.c in Sources */, - OBJ_1403 /* rand_lib.c in Sources */, - OBJ_1404 /* rand_nw.c in Sources */, - OBJ_1405 /* rand_os2.c in Sources */, - OBJ_1406 /* rand_unix.c in Sources */, - OBJ_1407 /* rand_vms.c in Sources */, - OBJ_1408 /* rand_win.c in Sources */, - OBJ_1409 /* randfile.c in Sources */, - OBJ_1410 /* rc2_cbc.c in Sources */, - OBJ_1411 /* rc2_ecb.c in Sources */, - OBJ_1412 /* rc2_skey.c in Sources */, - OBJ_1413 /* rc2cfb64.c in Sources */, - OBJ_1414 /* rc2ofb64.c in Sources */, - OBJ_1415 /* rc4_enc.c in Sources */, - OBJ_1416 /* rc4_skey.c in Sources */, - OBJ_1417 /* rc4_utl.c in Sources */, - OBJ_1418 /* read2pwd.c in Sources */, - OBJ_1419 /* rmd_dgst.c in Sources */, - OBJ_1420 /* rmd_one.c in Sources */, - OBJ_1421 /* rpc_enc.c in Sources */, - OBJ_1422 /* rsa_ameth.c in Sources */, - OBJ_1423 /* rsa_asn1.c in Sources */, - OBJ_1424 /* rsa_chk.c in Sources */, - OBJ_1425 /* rsa_crpt.c in Sources */, - OBJ_1426 /* rsa_depr.c in Sources */, - OBJ_1427 /* rsa_eay.c in Sources */, - OBJ_1428 /* rsa_err.c in Sources */, - OBJ_1429 /* rsa_gen.c in Sources */, - OBJ_1430 /* rsa_lib.c in Sources */, - OBJ_1431 /* rsa_none.c in Sources */, - OBJ_1432 /* rsa_null.c in Sources */, - OBJ_1433 /* rsa_oaep.c in Sources */, - OBJ_1434 /* rsa_pk1.c in Sources */, - OBJ_1435 /* rsa_pmeth.c in Sources */, - OBJ_1436 /* rsa_prn.c in Sources */, - OBJ_1437 /* rsa_pss.c in Sources */, - OBJ_1438 /* rsa_saos.c in Sources */, - OBJ_1439 /* rsa_sign.c in Sources */, - OBJ_1440 /* rsa_ssl.c in Sources */, - OBJ_1441 /* rsa_x931.c in Sources */, - OBJ_1442 /* rsaz_exp.c in Sources */, - OBJ_1443 /* s23_clnt.c in Sources */, - OBJ_1444 /* s23_lib.c in Sources */, - OBJ_1445 /* s23_meth.c in Sources */, - OBJ_1446 /* s23_pkt.c in Sources */, - OBJ_1447 /* s23_srvr.c in Sources */, - OBJ_1448 /* s2_clnt.c in Sources */, - OBJ_1449 /* s2_enc.c in Sources */, - OBJ_1450 /* s2_lib.c in Sources */, - OBJ_1451 /* s2_meth.c in Sources */, - OBJ_1452 /* s2_pkt.c in Sources */, - OBJ_1453 /* s2_srvr.c in Sources */, - OBJ_1454 /* s3_both.c in Sources */, - OBJ_1455 /* s3_cbc.c in Sources */, - OBJ_1456 /* s3_clnt.c in Sources */, - OBJ_1457 /* s3_enc.c in Sources */, - OBJ_1458 /* s3_lib.c in Sources */, - OBJ_1459 /* s3_meth.c in Sources */, - OBJ_1460 /* s3_pkt.c in Sources */, - OBJ_1461 /* s3_srvr.c in Sources */, - OBJ_1462 /* seed.c in Sources */, - OBJ_1463 /* seed_cbc.c in Sources */, - OBJ_1464 /* seed_cfb.c in Sources */, - OBJ_1465 /* seed_ecb.c in Sources */, - OBJ_1466 /* seed_ofb.c in Sources */, - OBJ_1467 /* set_key.c in Sources */, - OBJ_1468 /* sha1_one.c in Sources */, - OBJ_1469 /* sha1dgst.c in Sources */, - OBJ_1470 /* sha256.c in Sources */, - OBJ_1471 /* sha512.c in Sources */, - OBJ_1472 /* sha_dgst.c in Sources */, - OBJ_1473 /* sha_one.c in Sources */, - OBJ_1474 /* srp_lib.c in Sources */, - OBJ_1475 /* srp_vfy.c in Sources */, - OBJ_1476 /* ssl_algs.c in Sources */, - OBJ_1477 /* ssl_asn1.c in Sources */, - OBJ_1478 /* ssl_cert.c in Sources */, - OBJ_1479 /* ssl_ciph.c in Sources */, - OBJ_1480 /* ssl_conf.c in Sources */, - OBJ_1481 /* ssl_err.c in Sources */, - OBJ_1482 /* ssl_err2.c in Sources */, - OBJ_1483 /* ssl_lib.c in Sources */, - OBJ_1484 /* ssl_rsa.c in Sources */, - OBJ_1485 /* ssl_sess.c in Sources */, - OBJ_1486 /* ssl_stat.c in Sources */, - OBJ_1487 /* ssl_txt.c in Sources */, - OBJ_1488 /* ssl_utst.c in Sources */, - OBJ_1489 /* stack.c in Sources */, - OBJ_1490 /* str2key.c in Sources */, - OBJ_1491 /* t1_clnt.c in Sources */, - OBJ_1492 /* t1_enc.c in Sources */, - OBJ_1493 /* t1_ext.c in Sources */, - OBJ_1494 /* t1_lib.c in Sources */, - OBJ_1495 /* t1_meth.c in Sources */, - OBJ_1496 /* t1_reneg.c in Sources */, - OBJ_1497 /* t1_srvr.c in Sources */, - OBJ_1498 /* t1_trce.c in Sources */, - OBJ_1499 /* t_bitst.c in Sources */, - OBJ_1500 /* t_crl.c in Sources */, - OBJ_1501 /* t_pkey.c in Sources */, - OBJ_1502 /* t_req.c in Sources */, - OBJ_1503 /* t_spki.c in Sources */, - OBJ_1504 /* t_x509.c in Sources */, - OBJ_1505 /* t_x509a.c in Sources */, - OBJ_1506 /* tasn_dec.c in Sources */, - OBJ_1507 /* tasn_enc.c in Sources */, - OBJ_1508 /* tasn_fre.c in Sources */, - OBJ_1509 /* tasn_new.c in Sources */, - OBJ_1510 /* tasn_prn.c in Sources */, - OBJ_1511 /* tasn_typ.c in Sources */, - OBJ_1512 /* tasn_utl.c in Sources */, - OBJ_1513 /* tb_asnmth.c in Sources */, - OBJ_1514 /* tb_cipher.c in Sources */, - OBJ_1515 /* tb_dh.c in Sources */, - OBJ_1516 /* tb_digest.c in Sources */, - OBJ_1517 /* tb_dsa.c in Sources */, - OBJ_1518 /* tb_ecdh.c in Sources */, - OBJ_1519 /* tb_ecdsa.c in Sources */, - OBJ_1520 /* tb_pkmeth.c in Sources */, - OBJ_1521 /* tb_rand.c in Sources */, - OBJ_1522 /* tb_rsa.c in Sources */, - OBJ_1523 /* tb_store.c in Sources */, - OBJ_1524 /* th-lock.c in Sources */, - OBJ_1525 /* tls_srp.c in Sources */, - OBJ_1526 /* ts_asn1.c in Sources */, - OBJ_1527 /* ts_conf.c in Sources */, - OBJ_1528 /* ts_err.c in Sources */, - OBJ_1529 /* ts_lib.c in Sources */, - OBJ_1530 /* ts_req_print.c in Sources */, - OBJ_1531 /* ts_req_utils.c in Sources */, - OBJ_1532 /* ts_rsp_print.c in Sources */, - OBJ_1533 /* ts_rsp_sign.c in Sources */, - OBJ_1534 /* ts_rsp_utils.c in Sources */, - OBJ_1535 /* ts_rsp_verify.c in Sources */, - OBJ_1536 /* ts_verify_ctx.c in Sources */, - OBJ_1537 /* txt_db.c in Sources */, - OBJ_1538 /* ui_compat.c in Sources */, - OBJ_1539 /* ui_err.c in Sources */, - OBJ_1540 /* ui_lib.c in Sources */, - OBJ_1541 /* ui_openssl.c in Sources */, - OBJ_1542 /* ui_util.c in Sources */, - OBJ_1543 /* uid.c in Sources */, - OBJ_1544 /* v3_addr.c in Sources */, - OBJ_1545 /* v3_akey.c in Sources */, - OBJ_1546 /* v3_akeya.c in Sources */, - OBJ_1547 /* v3_alt.c in Sources */, - OBJ_1548 /* v3_asid.c in Sources */, - OBJ_1549 /* v3_bcons.c in Sources */, - OBJ_1550 /* v3_bitst.c in Sources */, - OBJ_1551 /* v3_conf.c in Sources */, - OBJ_1552 /* v3_cpols.c in Sources */, - OBJ_1553 /* v3_crld.c in Sources */, - OBJ_1554 /* v3_enum.c in Sources */, - OBJ_1555 /* v3_extku.c in Sources */, - OBJ_1556 /* v3_genn.c in Sources */, - OBJ_1557 /* v3_ia5.c in Sources */, - OBJ_1558 /* v3_info.c in Sources */, - OBJ_1559 /* v3_int.c in Sources */, - OBJ_1560 /* v3_lib.c in Sources */, - OBJ_1561 /* v3_ncons.c in Sources */, - OBJ_1562 /* v3_ocsp.c in Sources */, - OBJ_1563 /* v3_pci.c in Sources */, - OBJ_1564 /* v3_pcia.c in Sources */, - OBJ_1565 /* v3_pcons.c in Sources */, - OBJ_1566 /* v3_pku.c in Sources */, - OBJ_1567 /* v3_pmaps.c in Sources */, - OBJ_1568 /* v3_prn.c in Sources */, - OBJ_1569 /* v3_purp.c in Sources */, - OBJ_1570 /* v3_scts.c in Sources */, - OBJ_1571 /* v3_skey.c in Sources */, - OBJ_1572 /* v3_sxnet.c in Sources */, - OBJ_1573 /* v3_utl.c in Sources */, - OBJ_1574 /* v3err.c in Sources */, - OBJ_1575 /* wp_block.c in Sources */, - OBJ_1576 /* wp_dgst.c in Sources */, - OBJ_1577 /* wrap128.c in Sources */, - OBJ_1578 /* x509_att.c in Sources */, - OBJ_1579 /* x509_cmp.c in Sources */, - OBJ_1580 /* x509_d2.c in Sources */, - OBJ_1581 /* x509_def.c in Sources */, - OBJ_1582 /* x509_err.c in Sources */, - OBJ_1583 /* x509_ext.c in Sources */, - OBJ_1584 /* x509_lu.c in Sources */, - OBJ_1585 /* x509_obj.c in Sources */, - OBJ_1586 /* x509_r2x.c in Sources */, - OBJ_1587 /* x509_req.c in Sources */, - OBJ_1588 /* x509_set.c in Sources */, - OBJ_1589 /* x509_trs.c in Sources */, - OBJ_1590 /* x509_txt.c in Sources */, - OBJ_1591 /* x509_v3.c in Sources */, - OBJ_1592 /* x509_vfy.c in Sources */, - OBJ_1593 /* x509_vpm.c in Sources */, - OBJ_1594 /* x509cset.c in Sources */, - OBJ_1595 /* x509name.c in Sources */, - OBJ_1596 /* x509rset.c in Sources */, - OBJ_1597 /* x509spki.c in Sources */, - OBJ_1598 /* x509type.c in Sources */, - OBJ_1599 /* x_algor.c in Sources */, - OBJ_1600 /* x_all.c in Sources */, - OBJ_1601 /* x_attrib.c in Sources */, - OBJ_1602 /* x_bignum.c in Sources */, - OBJ_1603 /* x_crl.c in Sources */, - OBJ_1604 /* x_exten.c in Sources */, - OBJ_1605 /* x_info.c in Sources */, - OBJ_1606 /* x_long.c in Sources */, - OBJ_1607 /* x_name.c in Sources */, - OBJ_1608 /* x_nx509.c in Sources */, - OBJ_1609 /* x_pkey.c in Sources */, - OBJ_1610 /* x_pubkey.c in Sources */, - OBJ_1611 /* x_req.c in Sources */, - OBJ_1612 /* x_sig.c in Sources */, - OBJ_1613 /* x_spki.c in Sources */, - OBJ_1614 /* x_val.c in Sources */, - OBJ_1615 /* x_x509.c in Sources */, - OBJ_1616 /* x_x509a.c in Sources */, - OBJ_1617 /* xcbc_enc.c in Sources */, - OBJ_1618 /* xts128.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - OBJ_1644 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_932 /* COpenSSL */; - targetProxy = 94B464F81E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1645 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1620 /* PerfectThread */; - targetProxy = 94B464F91E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1665 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_916 /* PerfectLib */; - targetProxy = 94B464FB1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1666 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_932 /* COpenSSL */; - targetProxy = 94B464FC1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1667 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1620 /* PerfectThread */; - targetProxy = 94B464FD1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1668 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1629 /* PerfectNet */; - targetProxy = 94B464FE1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1696 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_916 /* PerfectLib */; - targetProxy = 94B465001E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1697 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_932 /* COpenSSL */; - targetProxy = 94B465011E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1698 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1620 /* PerfectThread */; - targetProxy = 94B465021E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1699 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1629 /* PerfectNet */; - targetProxy = 94B465031E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1700 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1646 /* PerfectHTTP */; - targetProxy = 94B465041E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1722 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_916 /* PerfectLib */; - targetProxy = 94B4650C1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1723 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_932 /* COpenSSL */; - targetProxy = 94B4650D1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1724 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1620 /* PerfectThread */; - targetProxy = 94B4650E1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1725 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1629 /* PerfectNet */; - targetProxy = 94B4650F1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1726 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1646 /* PerfectHTTP */; - targetProxy = 94B465101E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1727 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1728 /* CHTTPParser */; - targetProxy = 94B465111E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1729 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1669 /* CZlib */; - targetProxy = 94B465121E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1742 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_916 /* PerfectLib */; - targetProxy = 94B465061E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1743 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_932 /* COpenSSL */; - targetProxy = 94B465071E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1744 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1620 /* PerfectThread */; - targetProxy = 94B465081E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1745 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1629 /* PerfectNet */; - targetProxy = 94B465091E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1746 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1646 /* PerfectHTTP */; - targetProxy = 94B4650A1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1772 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_916 /* PerfectLib */; - targetProxy = 94B465151E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1793 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1620 /* PerfectThread */; - targetProxy = 94B465181E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1806 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_916 /* PerfectLib */; - targetProxy = 94B4651A1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1807 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1773 /* SwiftMoment */; - targetProxy = 94B4651B1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1808 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1620 /* PerfectThread */; - targetProxy = 94B4651C1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1809 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1785 /* PerfectCURL */; - targetProxy = 94B4651D1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1833 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1747 /* MySQL */; - targetProxy = 94B4651F1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1834 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_916 /* PerfectLib */; - targetProxy = 94B465201E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1835 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1754 /* StORM */; - targetProxy = 94B465211E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1836 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1773 /* SwiftMoment */; - targetProxy = 94B465221E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1837 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1620 /* PerfectThread */; - targetProxy = 94B465231E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1838 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1785 /* PerfectCURL */; - targetProxy = 94B465241E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1839 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1794 /* PerfectLogger */; - targetProxy = 94B465251E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1852 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_916 /* PerfectLib */; - targetProxy = 94B465271E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1853 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_932 /* COpenSSL */; - targetProxy = 94B465281E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1854 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1620 /* PerfectThread */; - targetProxy = 94B465291E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1855 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1629 /* PerfectNet */; - targetProxy = 94B4652A1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1856 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1646 /* PerfectHTTP */; - targetProxy = 94B4652B1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1895 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1896 /* TurnstileCrypto */; - targetProxy = 94B465321E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1897 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1898 /* Turnstile */; - targetProxy = 94B465331E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1926 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1896 /* TurnstileCrypto */; - targetProxy = 94B465301E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1949 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_916 /* PerfectLib */; - targetProxy = 94B465351E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1950 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_932 /* COpenSSL */; - targetProxy = 94B465361E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1951 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1620 /* PerfectThread */; - targetProxy = 94B465371E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1952 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1629 /* PerfectNet */; - targetProxy = 94B465381E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1953 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1646 /* PerfectHTTP */; - targetProxy = 94B465391E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1954 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1896 /* TurnstileCrypto */; - targetProxy = 94B4653A1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1955 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1898 /* Turnstile */; - targetProxy = 94B4653B1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1956 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1875 /* TurnstileWeb */; - targetProxy = 94B4653C1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1957 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1857 /* SwiftString */; - targetProxy = 94B4653D1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1958 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1840 /* PerfectMustache */; - targetProxy = 94B4653E1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1995 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1747 /* MySQL */; - targetProxy = 94B465401E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1996 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_916 /* PerfectLib */; - targetProxy = 94B465411E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1997 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1754 /* StORM */; - targetProxy = 94B465421E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1998 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1773 /* SwiftMoment */; - targetProxy = 94B465431E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_1999 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1620 /* PerfectThread */; - targetProxy = 94B465441E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2000 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1785 /* PerfectCURL */; - targetProxy = 94B465451E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2001 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1794 /* PerfectLogger */; - targetProxy = 94B465461E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2002 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1810 /* MySQLStORM */; - targetProxy = 94B465471E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2003 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_932 /* COpenSSL */; - targetProxy = 94B465481E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2004 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1629 /* PerfectNet */; - targetProxy = 94B465491E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2005 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1646 /* PerfectHTTP */; - targetProxy = 94B4654A1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2006 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1669 /* CZlib */; - targetProxy = 94B4654B1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2007 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1728 /* CHTTPParser */; - targetProxy = 94B4654C1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2008 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1701 /* PerfectHTTPServer */; - targetProxy = 94B4654D1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2009 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1840 /* PerfectMustache */; - targetProxy = 94B4654E1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2010 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1857 /* SwiftString */; - targetProxy = 94B4654F1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2011 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1866 /* SwiftRandom */; - targetProxy = 94B465501E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2012 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1896 /* TurnstileCrypto */; - targetProxy = 94B465511E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2013 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1898 /* Turnstile */; - targetProxy = 94B465521E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2014 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1875 /* TurnstileWeb */; - targetProxy = 94B465531E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2015 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1927 /* TurnstilePerfect */; - targetProxy = 94B465541E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2057 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_916 /* PerfectLib */; - targetProxy = 94B464F41E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2058 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_932 /* COpenSSL */; - targetProxy = 94B464F51E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2059 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1620 /* PerfectThread */; - targetProxy = 94B464F61E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2060 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1629 /* PerfectNet */; - targetProxy = 94B464F71E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2061 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1646 /* PerfectHTTP */; - targetProxy = 94B464FA1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2062 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1669 /* CZlib */; - targetProxy = 94B464FF1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2063 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1728 /* CHTTPParser */; - targetProxy = 94B465051E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2064 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1701 /* PerfectHTTPServer */; - targetProxy = 94B4650B1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2065 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1747 /* MySQL */; - targetProxy = 94B465131E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2066 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1754 /* StORM */; - targetProxy = 94B465141E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2067 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1773 /* SwiftMoment */; - targetProxy = 94B465161E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2068 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1785 /* PerfectCURL */; - targetProxy = 94B465171E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2069 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1794 /* PerfectLogger */; - targetProxy = 94B465191E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2070 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1810 /* MySQLStORM */; - targetProxy = 94B4651E1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2071 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1840 /* PerfectMustache */; - targetProxy = 94B465261E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2072 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1857 /* SwiftString */; - targetProxy = 94B4652C1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2073 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1866 /* SwiftRandom */; - targetProxy = 94B4652D1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2074 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1896 /* TurnstileCrypto */; - targetProxy = 94B4652E1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2075 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1898 /* Turnstile */; - targetProxy = 94B4652F1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2076 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1875 /* TurnstileWeb */; - targetProxy = 94B465311E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2077 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1927 /* TurnstilePerfect */; - targetProxy = 94B465341E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2078 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1959 /* PerfectTurnstileMySQL */; - targetProxy = 94B4653F1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2079 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_2016 /* SwiftSQL */; - targetProxy = 94B465551E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2080 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_2081 /* ToDoModel */; - targetProxy = 94B465561E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2112 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_916 /* PerfectLib */; - targetProxy = 94B465571E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2113 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_932 /* COpenSSL */; - targetProxy = 94B465581E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2114 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1620 /* PerfectThread */; - targetProxy = 94B465591E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2115 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1629 /* PerfectNet */; - targetProxy = 94B4655A1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2116 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1646 /* PerfectHTTP */; - targetProxy = 94B4655B1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2117 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1669 /* CZlib */; - targetProxy = 94B4655C1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2118 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1728 /* CHTTPParser */; - targetProxy = 94B4655D1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2119 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1701 /* PerfectHTTPServer */; - targetProxy = 94B4655E1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2120 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1747 /* MySQL */; - targetProxy = 94B4655F1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2121 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1754 /* StORM */; - targetProxy = 94B465601E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2122 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1773 /* SwiftMoment */; - targetProxy = 94B465611E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2123 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1785 /* PerfectCURL */; - targetProxy = 94B465621E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2124 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1794 /* PerfectLogger */; - targetProxy = 94B465631E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2125 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1810 /* MySQLStORM */; - targetProxy = 94B465641E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2126 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1840 /* PerfectMustache */; - targetProxy = 94B465651E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2127 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1857 /* SwiftString */; - targetProxy = 94B465661E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2128 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1866 /* SwiftRandom */; - targetProxy = 94B465671E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2129 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1896 /* TurnstileCrypto */; - targetProxy = 94B465681E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2130 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1898 /* Turnstile */; - targetProxy = 94B465691E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2131 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1875 /* TurnstileWeb */; - targetProxy = 94B4656A1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2132 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1927 /* TurnstilePerfect */; - targetProxy = 94B4656B1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2133 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1959 /* PerfectTurnstileMySQL */; - targetProxy = 94B4656C1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2134 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_2016 /* SwiftSQL */; - targetProxy = 94B4656D1E730515009B571E /* PBXContainerItemProxy */; - }; - OBJ_2165 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_916 /* PerfectLib */; - targetProxy = 94B4656E1E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2166 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_932 /* COpenSSL */; - targetProxy = 94B4656F1E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2167 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1620 /* PerfectThread */; - targetProxy = 94B465701E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2168 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1629 /* PerfectNet */; - targetProxy = 94B465711E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2169 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1646 /* PerfectHTTP */; - targetProxy = 94B465721E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2170 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1669 /* CZlib */; - targetProxy = 94B465731E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2171 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1728 /* CHTTPParser */; - targetProxy = 94B465741E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2172 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1701 /* PerfectHTTPServer */; - targetProxy = 94B465751E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2173 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1747 /* MySQL */; - targetProxy = 94B465761E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2174 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1754 /* StORM */; - targetProxy = 94B465771E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2175 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1773 /* SwiftMoment */; - targetProxy = 94B465781E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2176 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1785 /* PerfectCURL */; - targetProxy = 94B465791E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2177 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1794 /* PerfectLogger */; - targetProxy = 94B4657A1E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2178 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1810 /* MySQLStORM */; - targetProxy = 94B4657B1E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2179 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1840 /* PerfectMustache */; - targetProxy = 94B4657C1E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2180 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1857 /* SwiftString */; - targetProxy = 94B4657D1E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2181 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1866 /* SwiftRandom */; - targetProxy = 94B4657E1E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2182 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1896 /* TurnstileCrypto */; - targetProxy = 94B4657F1E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2183 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1898 /* Turnstile */; - targetProxy = 94B465801E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2184 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1875 /* TurnstileWeb */; - targetProxy = 94B465811E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2185 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1927 /* TurnstilePerfect */; - targetProxy = 94B465821E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2186 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_1959 /* PerfectTurnstileMySQL */; - targetProxy = 94B465831E730518009B571E /* PBXContainerItemProxy */; - }; - OBJ_2187 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = OBJ_2016 /* SwiftSQL */; - targetProxy = 94B465841E730518009B571E /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - OBJ_1622 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectThread_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectThread; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectThread; - }; - name = Debug; - }; - OBJ_1623 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectThread_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectThread; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectThread; - }; - name = Release; - }; - OBJ_1631 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectNet_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectNet; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectNet; - }; - name = Debug; - }; - OBJ_1632 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectNet_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectNet; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectNet; - }; - name = Release; - }; - OBJ_1648 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectHTTP_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectHTTP; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectHTTP; - }; - name = Debug; - }; - OBJ_1649 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectHTTP_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectHTTP; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectHTTP; - }; - name = Release; - }; - OBJ_1671 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - DEFINES_MODULE = NO; - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/CZlib_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = CZlib; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = CZlib; - }; - name = Debug; - }; - OBJ_1672 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - DEFINES_MODULE = NO; - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/CZlib_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = CZlib; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = CZlib; - }; - name = Release; - }; - OBJ_1703 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectHTTPServer_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectHTTPServer; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectHTTPServer; - }; - name = Debug; - }; - OBJ_1704 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectHTTPServer_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectHTTPServer; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectHTTPServer; - }; - name = Release; - }; - OBJ_1731 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - DEFINES_MODULE = NO; - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/CHTTPParser_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = CHTTPParser; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = CHTTPParser; - }; - name = Debug; - }; - OBJ_1732 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - DEFINES_MODULE = NO; - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/CHTTPParser_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = CHTTPParser; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = CHTTPParser; - }; - name = Release; - }; - OBJ_1749 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/MySQL_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-L/usr/local/Cellar/mysql/5.7.17/lib", - "-lmysqlclient", - ); - OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql"; - PRODUCT_BUNDLE_IDENTIFIER = MySQL; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = MySQL; - }; - name = Debug; - }; - OBJ_1750 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/MySQL_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-L/usr/local/Cellar/mysql/5.7.17/lib", - "-lmysqlclient", - ); - OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql"; - PRODUCT_BUNDLE_IDENTIFIER = MySQL; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = MySQL; - }; - name = Release; - }; - OBJ_1756 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/StORM_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = StORM; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = StORM; - }; - name = Debug; - }; - OBJ_1757 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/StORM_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = StORM; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = StORM; - }; - name = Release; - }; - OBJ_1775 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/SwiftMoment_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = SwiftMoment; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = SwiftMoment; - }; - name = Debug; - }; - OBJ_1776 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/SwiftMoment_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = SwiftMoment; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = SwiftMoment; - }; - name = Release; - }; - OBJ_1787 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectCURL_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectCURL; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectCURL; - }; - name = Debug; - }; - OBJ_1788 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectCURL_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectCURL; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectCURL; - }; - name = Release; - }; - OBJ_1796 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectLogger_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectLogger; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectLogger; - }; - name = Debug; - }; - OBJ_1797 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectLogger_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectLogger; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectLogger; - }; - name = Release; - }; - OBJ_1812 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", - "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/MySQLStORM_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-L/usr/local/Cellar/mysql/5.7.17/lib", - "-lmysqlclient", - ); - OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql"; - PRODUCT_BUNDLE_IDENTIFIER = MySQLStORM; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = MySQLStORM; - }; - name = Debug; - }; - OBJ_1813 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", - "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/MySQLStORM_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-L/usr/local/Cellar/mysql/5.7.17/lib", - "-lmysqlclient", - ); - OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql"; - PRODUCT_BUNDLE_IDENTIFIER = MySQLStORM; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = MySQLStORM; - }; - name = Release; - }; - OBJ_1842 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectMustache_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectMustache; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectMustache; - }; - name = Debug; - }; - OBJ_1843 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectMustache_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectMustache; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectMustache; - }; - name = Release; - }; - OBJ_1859 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/SwiftString_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = SwiftString; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = SwiftString; - }; - name = Debug; - }; - OBJ_1860 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/SwiftString_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = SwiftString; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = SwiftString; - }; - name = Release; - }; - OBJ_1868 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/SwiftRandom_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = SwiftRandom; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = SwiftRandom; - }; - name = Debug; - }; - OBJ_1869 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/SwiftRandom_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = SwiftRandom; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = SwiftRandom; - }; - name = Release; - }; - OBJ_1877 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/TurnstileWeb_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = TurnstileWeb; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = TurnstileWeb; - }; - name = Debug; - }; - OBJ_1878 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/TurnstileWeb_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = TurnstileWeb; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = TurnstileWeb; - }; - name = Release; - }; - OBJ_1900 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/TurnstileCrypto_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = TurnstileCrypto; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = TurnstileCrypto; - }; - name = Debug; - }; - OBJ_1901 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/TurnstileCrypto_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = TurnstileCrypto; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = TurnstileCrypto; - }; - name = Release; - }; - OBJ_1908 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/Turnstile_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = Turnstile; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = Turnstile; - }; - name = Debug; - }; - OBJ_1909 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/Turnstile_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = Turnstile; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = Turnstile; - }; - name = Release; - }; - OBJ_1929 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/TurnstilePerfect_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; - PRODUCT_BUNDLE_IDENTIFIER = TurnstilePerfect; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = TurnstilePerfect; - }; - name = Debug; - }; - OBJ_1930 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/TurnstilePerfect_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap"; - PRODUCT_BUNDLE_IDENTIFIER = TurnstilePerfect; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = TurnstilePerfect; - }; - name = Release; - }; - OBJ_1961 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", - "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectTurnstileMySQL_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-L/usr/local/Cellar/mysql/5.7.17/lib", - "-lmysqlclient", - ); - OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectTurnstileMySQL; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectTurnstileMySQL; - }; - name = Debug; - }; - OBJ_1962 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", - "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectTurnstileMySQL_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-L/usr/local/Cellar/mysql/5.7.17/lib", - "-lmysqlclient", - ); - OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectTurnstileMySQL; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectTurnstileMySQL; - }; - name = Release; - }; - OBJ_2018 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/SwiftSQL_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = SwiftSQL; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = SwiftSQL; - }; - name = Debug; - }; - OBJ_2019 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/SwiftSQL_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = SwiftSQL; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = SwiftSQL; - }; - name = Release; - }; - OBJ_2026 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", - "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", - "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/ToDo_API_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx @executable_path"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-L/usr/local/Cellar/mysql/5.7.17/lib", - "-lmysqlclient", - ); - OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; - SWIFT_FORCE_DYNAMIC_LINK_STDLIB = YES; - SWIFT_FORCE_STATIC_LINK_STDLIB = NO; - TARGET_NAME = "ToDo-API"; - }; - name = Debug; - }; - OBJ_2027 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", - "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", - "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/ToDo_API_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx @executable_path"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-L/usr/local/Cellar/mysql/5.7.17/lib", - "-lmysqlclient", - ); - OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; - SWIFT_FORCE_DYNAMIC_LINK_STDLIB = YES; - SWIFT_FORCE_STATIC_LINK_STDLIB = NO; - TARGET_NAME = "ToDo-API"; - }; - name = Release; - }; - OBJ_2083 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", - "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", - "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/ToDoModel_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-L/usr/local/Cellar/mysql/5.7.17/lib", - "-lmysqlclient", - ); - OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; - PRODUCT_BUNDLE_IDENTIFIER = ToDoModel; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = ToDoModel; - }; - name = Debug; - }; - OBJ_2084 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", - "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", - "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/ToDoModel_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-L/usr/local/Cellar/mysql/5.7.17/lib", - "-lmysqlclient", - ); - OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; - PRODUCT_BUNDLE_IDENTIFIER = ToDoModel; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = ToDoModel; - }; - name = Release; - }; - OBJ_2137 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", - "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", - "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/Perfect_ToDo_iOS_DemoTests_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-L/usr/local/Cellar/mysql/5.7.17/lib", - "-lmysqlclient", - ); - OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; - TARGET_NAME = "Perfect-ToDo-iOS-DemoTests"; - }; - name = Debug; - }; - OBJ_2138 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include", - "$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include", - "$(SRCROOT)/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417", - "$(SRCROOT)/.build/checkouts/Perfect-libcurl.git--6269865819486613555", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/Perfect_ToDo_iOS_DemoTests_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks"; - LIBRARY_SEARCH_PATHS = "$(PROJECT_TEMP_DIR)/SymlinkLibs/"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-L/usr/local/Cellar/mysql/5.7.17/lib", - "-lmysqlclient", - ); - OTHER_SWIFT_FLAGS = "$(inherited) -I/usr/local/Cellar/mysql/5.7.17/include/mysql -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CZlib/include/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/Perfect-HTTPServer.git--6671958091389663080/Sources/CHTTPParser/include/module.modulemap"; - TARGET_NAME = "Perfect-ToDo-iOS-DemoTests"; - }; - name = Release; - }; - OBJ_3 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_OBJC_ARC = YES; - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_NS_ASSERTIONS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - MACOSX_DEPLOYMENT_TARGET = 10.10; - ONLY_ACTIVE_ARCH = YES; - OTHER_SWIFT_FLAGS = "-DXcode"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = macosx; - SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator"; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; - USE_HEADERMAP = NO; - }; - name = Debug; - }; - OBJ_4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_OBJC_ARC = YES; - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_OPTIMIZATION_LEVEL = s; - MACOSX_DEPLOYMENT_TARGET = 10.10; - OTHER_SWIFT_FLAGS = "-DXcode"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = macosx; - SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator"; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 3.0; - USE_HEADERMAP = NO; - }; - name = Release; - }; - OBJ_918 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectLib_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectLib; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectLib; - }; - name = Debug; - }; - OBJ_919 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = "$(inherited)"; - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/PerfectLib_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = PerfectLib; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = PerfectLib; - }; - name = Release; - }; - OBJ_934 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - DEFINES_MODULE = NO; - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/COpenSSL_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = COpenSSL; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = COpenSSL; - }; - name = Debug; - }; - OBJ_935 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - DEFINES_MODULE = NO; - ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PLATFORM_DIR)/Developer/Library/Frameworks", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/.build/checkouts/Perfect-COpenSSL.git--4744624199947727386/COpenSSL/include", - ); - INFOPLIST_FILE = "ToDO-Backend.xcodeproj/COpenSSL_Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - PRODUCT_BUNDLE_IDENTIFIER = COpenSSL; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - TARGET_NAME = COpenSSL; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - OBJ_1621 /* Build configuration list for PBXNativeTarget "PerfectThread" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1622 /* Debug */, - OBJ_1623 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1630 /* Build configuration list for PBXNativeTarget "PerfectNet" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1631 /* Debug */, - OBJ_1632 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1647 /* Build configuration list for PBXNativeTarget "PerfectHTTP" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1648 /* Debug */, - OBJ_1649 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1670 /* Build configuration list for PBXNativeTarget "CZlib" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1671 /* Debug */, - OBJ_1672 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1702 /* Build configuration list for PBXNativeTarget "PerfectHTTPServer" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1703 /* Debug */, - OBJ_1704 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1730 /* Build configuration list for PBXNativeTarget "CHTTPParser" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1731 /* Debug */, - OBJ_1732 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1748 /* Build configuration list for PBXNativeTarget "MySQL" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1749 /* Debug */, - OBJ_1750 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1755 /* Build configuration list for PBXNativeTarget "StORM" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1756 /* Debug */, - OBJ_1757 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1774 /* Build configuration list for PBXNativeTarget "SwiftMoment" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1775 /* Debug */, - OBJ_1776 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1786 /* Build configuration list for PBXNativeTarget "PerfectCURL" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1787 /* Debug */, - OBJ_1788 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1795 /* Build configuration list for PBXNativeTarget "PerfectLogger" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1796 /* Debug */, - OBJ_1797 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1811 /* Build configuration list for PBXNativeTarget "MySQLStORM" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1812 /* Debug */, - OBJ_1813 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1841 /* Build configuration list for PBXNativeTarget "PerfectMustache" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1842 /* Debug */, - OBJ_1843 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1858 /* Build configuration list for PBXNativeTarget "SwiftString" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1859 /* Debug */, - OBJ_1860 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1867 /* Build configuration list for PBXNativeTarget "SwiftRandom" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1868 /* Debug */, - OBJ_1869 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1876 /* Build configuration list for PBXNativeTarget "TurnstileWeb" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1877 /* Debug */, - OBJ_1878 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1899 /* Build configuration list for PBXNativeTarget "TurnstileCrypto" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1900 /* Debug */, - OBJ_1901 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1907 /* Build configuration list for PBXNativeTarget "Turnstile" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1908 /* Debug */, - OBJ_1909 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1928 /* Build configuration list for PBXNativeTarget "TurnstilePerfect" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1929 /* Debug */, - OBJ_1930 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_1960 /* Build configuration list for PBXNativeTarget "PerfectTurnstileMySQL" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_1961 /* Debug */, - OBJ_1962 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_2 /* Build configuration list for PBXProject "ToDO-Backend" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_3 /* Debug */, - OBJ_4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_2017 /* Build configuration list for PBXNativeTarget "SwiftSQL" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_2018 /* Debug */, - OBJ_2019 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_2025 /* Build configuration list for PBXNativeTarget "ToDo-API" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_2026 /* Debug */, - OBJ_2027 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_2082 /* Build configuration list for PBXNativeTarget "ToDoModel" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_2083 /* Debug */, - OBJ_2084 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_2136 /* Build configuration list for PBXNativeTarget "Perfect-ToDo-iOS-DemoTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_2137 /* Debug */, - OBJ_2138 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_917 /* Build configuration list for PBXNativeTarget "PerfectLib" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_918 /* Debug */, - OBJ_919 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - OBJ_933 /* Build configuration list for PBXNativeTarget "COpenSSL" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - OBJ_934 /* Debug */, - OBJ_935 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; -/* End XCConfigurationList section */ - }; - rootObject = OBJ_1 /* Project object */; -} diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.xcworkspace/xcshareddata/ToDO-Backend.xcscmblueprint b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.xcworkspace/xcshareddata/ToDO-Backend.xcscmblueprint deleted file mode 100644 index d47e180..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/project.xcworkspace/xcshareddata/ToDO-Backend.xcscmblueprint +++ /dev/null @@ -1,156 +0,0 @@ -{ - "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "0D6C6FFB168828CC288E2765CC7A939DF5D94B31", - "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { - - }, - "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { - "5DE71891E68481B19F14057D90BF987D8451F5BA" : 9223372036854775807, - "7E7C1062562B886ABFA1C65C1E929E1339657116" : 9223372036854775807, - "735A06A83BD3E78D8C3B53C09F33A6FB7CEBF8E1" : 9223372036854775807, - "C4127C9B9C8FDF608B532AD72407863CE2797629" : 9223372036854775807, - "615FD99B652E80AC2E813EEEE7964BA10A9886D5" : 9223372036854775807, - "A9A67CBB41898084F22D1A92AEF6023DBEEFE6C7" : 9223372036854775807, - "3B905509A4DD1F5305D27EF37A9F71F239F93941" : 9223372036854775807, - "DCD994A20FFF69E73D7DE28EB512BBF004934554" : 9223372036854775807, - "A9EECFF9405C7376AE51E27811238F18AAFC7246" : 9223372036854775807, - "99295D61D988E90A59977F26C2E0BB063804DE30" : 9223372036854775807, - "0807368968AD22B966EB2C37D1BD70A25DE4DBD7" : 9223372036854775807, - "30B5D7023EC2CE816BA1191FB8D486529915F14F" : 9223372036854775807, - "6F1260245BD69EFA9A05D126763C86280510C6E1" : 9223372036854775807, - "9197B75B1BC29921D6E3B1CCDC2B258350009F3A" : 9223372036854775807, - "7A6E86399764EA793385C76541C62266A3CFE230" : 9223372036854775807, - "A47270401C4E12170692FDEB5A90EE8AC80F500F" : 9223372036854775807, - "E2306DAE0C98D148736A05084B6FAB44F03B4909" : 9223372036854775807, - "0D6C6FFB168828CC288E2765CC7A939DF5D94B31" : 9223372036854775807, - "B123C9ACF68A2BF01173B652DA8ABD73F990D1DE" : 9223372036854775807, - "D29B450053EFE7F16640D64672B63711A39399E1" : 9223372036854775807 - }, - "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "83DC14E9-077F-40AD-9BCC-86BD0A0B4C86", - "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { - "5DE71891E68481B19F14057D90BF987D8451F5BA" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-Turnstile-MySQL.git--3736162348952951147\/", - "7E7C1062562B886ABFA1C65C1E929E1339657116" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Turnstile.git-2443676010155639616\/", - "735A06A83BD3E78D8C3B53C09F33A6FB7CEBF8E1" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-Logger.git--429101405906730625\/", - "C4127C9B9C8FDF608B532AD72407863CE2797629" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-HTTPServer.git--6671958091389663080\/", - "615FD99B652E80AC2E813EEEE7964BA10A9886D5" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-Thread.git-6541237758607105655\/", - "A9A67CBB41898084F22D1A92AEF6023DBEEFE6C7" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/SwiftRandom.git--6412955993590123727\/", - "3B905509A4DD1F5305D27EF37A9F71F239F93941" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-CURL.git-8858624468322681619\/", - "DCD994A20FFF69E73D7DE28EB512BBF004934554" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-COpenSSL.git--4744624199947727386\/", - "A9EECFF9405C7376AE51E27811238F18AAFC7246" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-Mustache.git-4271886153857801499\/", - "99295D61D988E90A59977F26C2E0BB063804DE30" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/SwiftSQL.git-8124242703783450981\/", - "0807368968AD22B966EB2C37D1BD70A25DE4DBD7" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/SwiftString.git-1364241159374428423\/", - "30B5D7023EC2CE816BA1191FB8D486529915F14F" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/MySQL-StORM.git-3054102240623951208\/", - "6F1260245BD69EFA9A05D126763C86280510C6E1" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-Net.git-3268755499654502659\/", - "9197B75B1BC29921D6E3B1CCDC2B258350009F3A" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-HTTP.git--6392294032632002019\/", - "7A6E86399764EA793385C76541C62266A3CFE230" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/SwiftMoment.git--2912679366309029826\/", - "A47270401C4E12170692FDEB5A90EE8AC80F500F" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/StORM.git-6077292811663054913\/", - "E2306DAE0C98D148736A05084B6FAB44F03B4909" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/PerfectLib.git-3712999737848873669\/", - "0D6C6FFB168828CC288E2765CC7A939DF5D94B31" : "Perfect-ToDo-iOS-Demo\/", - "B123C9ACF68A2BF01173B652DA8ABD73F990D1DE" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Perfect-MySQL.git-4976130768219902098\/", - "D29B450053EFE7F16640D64672B63711A39399E1" : "Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/checkouts\/Turnstile-Perfect.git-2479001266429089274\/" - }, - "DVTSourceControlWorkspaceBlueprintNameKey" : "ToDO-Backend", - "DVTSourceControlWorkspaceBlueprintVersion" : 204, - "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "Perfect-ToDo-API\/ToDO-Backend.xcodeproj", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/SwiftString.git-1364241159374428423", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "0807368968AD22B966EB2C37D1BD70A25DE4DBD7" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:rymcol\/Perfect-ToDo-iOS-Demo.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "0D6C6FFB168828CC288E2765CC7A939DF5D94B31" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/SwiftORM\/MySQL-StORM.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "30B5D7023EC2CE816BA1191FB8D486529915F14F" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/Perfect-CURL.git-8858624468322681619", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "3B905509A4DD1F5305D27EF37A9F71F239F93941" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/PerfectlySoft\/Perfect-Turnstile-MySQL.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "5DE71891E68481B19F14057D90BF987D8451F5BA" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/PerfectlySoft\/Perfect-Thread.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "615FD99B652E80AC2E813EEEE7964BA10A9886D5" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/Perfect-Net.git-3268755499654502659", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "6F1260245BD69EFA9A05D126763C86280510C6E1" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/PerfectlySoft\/Perfect-Logger.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "735A06A83BD3E78D8C3B53C09F33A6FB7CEBF8E1" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/SwiftMoment.git--2912679366309029826", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "7A6E86399764EA793385C76541C62266A3CFE230" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/Turnstile.git-2443676010155639616", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "7E7C1062562B886ABFA1C65C1E929E1339657116" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/Perfect-HTTP.git--6392294032632002019", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "9197B75B1BC29921D6E3B1CCDC2B258350009F3A" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/rymcol\/SwiftSQL.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "99295D61D988E90A59977F26C2E0BB063804DE30" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/SwiftORM\/StORM.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "A47270401C4E12170692FDEB5A90EE8AC80F500F" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/SwiftRandom.git--6412955993590123727", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "A9A67CBB41898084F22D1A92AEF6023DBEEFE6C7" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/PerfectlySoft\/Perfect-Mustache.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "A9EECFF9405C7376AE51E27811238F18AAFC7246" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/Perfect-MySQL.git-4976130768219902098", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "B123C9ACF68A2BF01173B652DA8ABD73F990D1DE" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/Perfect-HTTPServer.git--6671958091389663080", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "C4127C9B9C8FDF608B532AD72407863CE2797629" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/PerfectSideRepos\/Turnstile-Perfect.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "D29B450053EFE7F16640D64672B63711A39399E1" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Volumes\/Developer\/Perfect-Examples\/Perfect-ToDo-iOS-Demo\/Perfect-ToDo-API\/.build\/repositories\/Perfect-COpenSSL.git--4744624199947727386", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "DCD994A20FFF69E73D7DE28EB512BBF004934554" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/PerfectlySoft\/PerfectLib.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "E2306DAE0C98D148736A05084B6FAB44F03B4909" - } - ] -} \ No newline at end of file diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/xcshareddata/xcschemes/ToDO-Backend.xcscheme b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/xcshareddata/xcschemes/ToDO-Backend.xcscheme deleted file mode 100644 index 1fb8fd9..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/xcshareddata/xcschemes/ToDO-Backend.xcscheme +++ /dev/null @@ -1,417 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist b/Perfect-ToDo-API/ToDO-Backend.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist deleted file mode 100644 index d580629..0000000 --- a/Perfect-ToDo-API/ToDO-Backend.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,12 +0,0 @@ - - - - SchemeUserState - - ToDO-Backend.xcscheme - - - SuppressBuildableAutocreation - - - From 6f7d0258ce0b6df86193eb4f029f2e60bd9a25c2 Mon Sep 17 00:00:00 2001 From: RockfordWei Date: Wed, 31 Jan 2018 10:44:15 -0500 Subject: [PATCH 4/5] Removing pre-resolved packages. --- Perfect-ToDo-API/Package.resolved | 214 ------------------------------ 1 file changed, 214 deletions(-) delete mode 100644 Perfect-ToDo-API/Package.resolved diff --git a/Perfect-ToDo-API/Package.resolved b/Perfect-ToDo-API/Package.resolved deleted file mode 100644 index ce70edc..0000000 --- a/Perfect-ToDo-API/Package.resolved +++ /dev/null @@ -1,214 +0,0 @@ -{ - "object": { - "pins": [ - { - "package": "COpenSSL", - "repositoryURL": "https://github.com/PerfectlySoft/Perfect-COpenSSL.git", - "state": { - "branch": null, - "revision": "6a2aafd5e233051deeaba27bdfe8c12d9fa88886", - "version": "3.1.3" - } - }, - { - "package": "MySQLStORM", - "repositoryURL": "https://github.com/SwiftORM/MySQL-StORM.git", - "state": { - "branch": null, - "revision": "4a41aa6a03dac2596af9e56c21ed64b0cd27d5e6", - "version": "3.1.1" - } - }, - { - "package": "PerfectCURL", - "repositoryURL": "https://github.com/PerfectlySoft/Perfect-CURL.git", - "state": { - "branch": null, - "revision": "3df2178ebd89330926ef523131101d2edebf8daf", - "version": "3.0.2" - } - }, - { - "package": "PerfectCZlib", - "repositoryURL": "https://github.com/PerfectlySoft/Perfect-CZlib-src.git", - "state": { - "branch": null, - "revision": "2002034d47e9d57a695fb33ad2e09f136868b406", - "version": "0.0.3" - } - }, - { - "package": "PerfectCrypto", - "repositoryURL": "https://github.com/PerfectlySoft/Perfect-Crypto.git", - "state": { - "branch": null, - "revision": "cf785dd119ba1692ebb6336d7388a1b169ae45d6", - "version": "3.0.4" - } - }, - { - "package": "PerfectHTTP", - "repositoryURL": "https://github.com/PerfectlySoft/Perfect-HTTP.git", - "state": { - "branch": null, - "revision": "b046a1461ed7b2b7fd5ebba999946609f34ca3d0", - "version": "3.0.7" - } - }, - { - "package": "PerfectHTTPServer", - "repositoryURL": "https://github.com/PerfectlySoft/Perfect-HTTPServer.git", - "state": { - "branch": null, - "revision": "c7ca425d062dca86eab3d6d14e4d91f6dc222db7", - "version": "3.0.3" - } - }, - { - "package": "PerfectLib", - "repositoryURL": "https://github.com/PerfectlySoft/Perfect.git", - "state": { - "branch": null, - "revision": "0ab139ad6001ad4c3bb1b9714f11168a74af8e79", - "version": "3.0.3" - } - }, - { - "package": "PerfectLogger", - "repositoryURL": "https://github.com/PerfectlySoft/Perfect-Logger.git", - "state": { - "branch": null, - "revision": "c79b856f00d6c506298b4561351bc1d73b4d6f11", - "version": "3.0.2" - } - }, - { - "package": "PerfectMustache", - "repositoryURL": "https://github.com/PerfectlySoft/Perfect-Mustache.git", - "state": { - "branch": null, - "revision": "60ab0b4d422478d6ddacb18860652e25b52e31fb", - "version": "3.0.1" - } - }, - { - "package": "PerfectMySQL", - "repositoryURL": "https://github.com/PerfectlySoft/Perfect-MySQL.git", - "state": { - "branch": null, - "revision": "05b4d50adb881647832a812dcb58295291193fc4", - "version": "3.0.1" - } - }, - { - "package": "PerfectNet", - "repositoryURL": "https://github.com/PerfectlySoft/Perfect-Net.git", - "state": { - "branch": null, - "revision": "5e137023e0373b3bdd46a5c80c3ec868fd1c383d", - "version": "3.0.0" - } - }, - { - "package": "PerfectThread", - "repositoryURL": "https://github.com/PerfectlySoft/Perfect-Thread.git", - "state": { - "branch": null, - "revision": "1846390a47bfe0c5263bb70ba318b2bbe751ac95", - "version": "3.0.2" - } - }, - { - "package": "PerfectTurnstileMySQL", - "repositoryURL": "https://github.com/PerfectlySoft/Perfect-Turnstile-MySQL.git", - "state": { - "branch": null, - "revision": "135e56b100e28ededd7cde6cfa4a975e92b660cf", - "version": "3.0.0" - } - }, - { - "package": "StORM", - "repositoryURL": "https://github.com/SwiftORM/StORM.git", - "state": { - "branch": null, - "revision": "c417b1f9551c0489798760a05a9e1eba0722739d", - "version": "3.0.2" - } - }, - { - "package": "SwiftMoment", - "repositoryURL": "https://github.com/iamjono/SwiftMoment.git", - "state": { - "branch": null, - "revision": "226268d83f3c98213dd0f93d5cfb2353b28f68e7", - "version": "0.9.1" - } - }, - { - "package": "SwiftRandom", - "repositoryURL": "https://github.com/iamjono/SwiftRandom.git", - "state": { - "branch": null, - "revision": "fe3205f67aa6e8574acc08e9d7cd1fdcaecf49f1", - "version": "0.2.5" - } - }, - { - "package": "SwiftSQL", - "repositoryURL": "https://github.com/rymcol/SwiftSQL.git", - "state": { - "branch": null, - "revision": "f6aa79fa5c8fccf8a43eceb2e12b81eae9deaa16", - "version": "0.2.2" - } - }, - { - "package": "SwiftString", - "repositoryURL": "https://github.com/iamjono/SwiftString.git", - "state": { - "branch": null, - "revision": "a628671f5d84a31bd9d4220eb434da888f364b79", - "version": "2.0.4" - } - }, - { - "package": "Turnstile", - "repositoryURL": "https://github.com/stormpath/Turnstile.git", - "state": { - "branch": null, - "revision": "6426a6d3c17dca7c6070b9f76859c93b1ab2815a", - "version": "1.0.6" - } - }, - { - "package": "TurnstilePerfect", - "repositoryURL": "https://github.com/PerfectSideRepos/Turnstile-Perfect.git", - "state": { - "branch": null, - "revision": "c40fcb79a2f103b93f044b0f682e4abb27e77cec", - "version": "3.0.0" - } - }, - { - "package": "cURL", - "repositoryURL": "https://github.com/PerfectlySoft/Perfect-libcurl.git", - "state": { - "branch": null, - "revision": "672f6695d9ae04fce16ad01decef0649e0b872b0", - "version": "2.0.6" - } - }, - { - "package": "mysqlclient", - "repositoryURL": "https://github.com/PerfectlySoft/Perfect-mysqlclient.git", - "state": { - "branch": null, - "revision": "51991fc81e40ddef36e8db1868c9b7f1f83d30dc", - "version": "2.0.1" - } - } - ] - }, - "version": 1 -} From ddb47b11757c3312c8b7b778a73affa8744f398b Mon Sep 17 00:00:00 2001 From: RockfordWei Date: Wed, 31 Jan 2018 10:53:19 -0500 Subject: [PATCH 5/5] Improving documents with notes of curl / mysql server preparation. --- README.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f9ab38e..e1f5b07 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@

-Swift 3.0 +Swift 4.0 Platforms OS X | Linux @@ -53,7 +53,7 @@ The objects are separated by function: ## Compatibility with Swift -The master branch of this project currently compiles with **Xcode 8.2** or the **Swift 3.0.2** toolchain on Ubuntu. +The master branch of this project currently compiles with **Xcode 2.2** or the **Swift 4.0.3** toolchain on Ubuntu. ## Before Building the API @@ -71,6 +71,8 @@ MySQLConnector.port = 3306 However, this can be tailored to your environment, needs, or even a remote host. You do not need to make any tables, as these will be generated automatically the first time you run the API executable. +**NOTE** MySQL server version should not be lower than 5.7 otherwise StORM would not be able to create data tables and yield errors like "max key length is 767 bytes". + ## Building & Running the API The following will clone and build the backend API and launch the server on host 0.0.0.0 and port 8181. The iOS App is configured by default to connect to this host on this port locally. If you change it here, you must also change it in the iOS Project's Config.swift file. @@ -78,8 +80,7 @@ The following will clone and build the backend API and launch the server on host ``` git clone [Repo Address Here] cd Perfect-ToDo-iOS-Demo/Perfect-ToDo-API -swift build -.build/debug/ToDo-API +swift run ``` You should see the following output: @@ -109,7 +110,7 @@ Open the project, change the signing identity in the project settings to your ow ## Testing -The public API routes are located at [http://0.0.0.0:8181/api/v1](http://0.0.0.0:8181/api/v1) and are: +The public API routes are located at [http://127.0.0.1:8181/api/v1](http://127.0.0.1:8181/api/v1) and are: #### Public @@ -130,7 +131,7 @@ The API is secured using Turnstile, which means that upon a post request to /log ### /register -To use the user registration endpoint, use your favorite http client to make a post request to /register with URL parameters of `username` and `password` including the values of the username & password you would like to create. If the user registration is successful, you will receive a JSON response of: +To use the user registration endpoint, use your favourite http client to make a post request to /register with URL parameters of `username` and `password` including the values of the username & password you would like to create. If the user registration is successful, you will receive a JSON response of: ``` {"login":"ok","error":"none"} @@ -144,9 +145,11 @@ If the username is already taken, or an error occurs, you will receive an error ### /login -To use the login system, use your favorite http client to make a post request to /login with URL parameters of `username` and `password` including the values of the username & password you would like to use to login. If the user login is successful, you will receive a JSON response of: +To use the login system, use your favourite http client to make a post request to /login with URL parameters of `username` and `password` including the values of the username & password you would like to use to login. If the user login is successful, you will receive a JSON response of: ``` +$ curl -X POST "http://127.0.0.1:8181/api/v1/login?username=e%40f.com&password=g" + {"login":"ok","token":"7cf_VfgMUQmkTtWqdc_5AA","error":"none"} ``` @@ -160,7 +163,7 @@ If the login is not successful, or an error occurs, you will receive an error me ### /count -To use count, use your favorite http client to make a get request to /count with the appropriate authorization header including the token as described above. If the token is valid and has a corresponding user, you will receive a JSON response similar to: +To use count, use your favourite http client to make a get request to /count with the appropriate authorization header including the token as described above. If the token is valid and has a corresponding user, you will receive a JSON response similar to: ``` {"count":10} @@ -176,7 +179,7 @@ If anything is unauthorized, the API will produce a 401 Unauthorized error. In t ### /get/all -To use the get todo's endpoint, use your favorite http client to make a get request to /get/all with the appropriate authorization header including the token as described above. If the token is valid and has a corresponding user, you will receive a JSON response similar to: +To use the get todo's endpoint, use your favourite http client to make a get request to /get/all with the appropriate authorization header including the token as described above. If the token is valid and has a corresponding user, you will receive a JSON response similar to: ``` {"todos":[]} @@ -196,7 +199,7 @@ If anything is unauthorized, the API will produce a 401 Unauthorized error. In t ### /create -To create ToDo items, use your favorite http client to make a post request to /create with the appropriate authorization header including the token as described above, as well as JSON body containing at lest the key "item" with a title for the ToDo item. You may also choose to provide a dueDate in the SQL `DateTime` format, but this is entirely optional and not required for item creation. +To create ToDo items, use your favourite http client to make a post request to /create with the appropriate authorization header including the token as described above, as well as JSON body containing at lest the key "item" with a title for the ToDo item. You may also choose to provide a dueDate in the SQL `DateTime` format, but this is entirely optional and not required for item creation. ``` { @@ -221,7 +224,7 @@ If anything is unauthorized, the API will produce a 401 Unauthorized error. In t ### /update -To update ToDo items, use your favorite http client to make a post request to /update with the appropriate authorization header including the token as described above, as well as JSON body containing at lest the key "id" containing the id number for the ToDo item. You may also choose to provide a new item name, dueDate in the SQL `DateTime` format, or completion. All parameters outside id are optional, but you should provide at least one, otherwise it will not be a very fun API endpoint to call, as it needs at least one item to change or update. +To update ToDo items, use your favourite http client to make a post request to /update with the appropriate authorization header including the token as described above, as well as JSON body containing at lest the key "id" containing the id number for the ToDo item. You may also choose to provide a new item name, dueDate in the SQL `DateTime` format, or completion. All parameters outside id are optional, but you should provide at least one, otherwise it will not be a very fun API endpoint to call, as it needs at least one item to change or update. ``` { @@ -248,7 +251,7 @@ If anything is unauthorized, the API will produce a 401 Unauthorized error. In t ### /delete -To delete a ToDo item, use your favorite http client to make a post request to /delete with the appropriate authorization header including the token as described above, as well as JSON body containing the key "id" with the id for the ToDo item you want to destroy. +To delete a ToDo item, use your favourite http client to make a post request to /delete with the appropriate authorization header including the token as described above, as well as JSON body containing the key "id" with the id for the ToDo item you want to destroy. ``` {