From a98bb41a7ca9529acc8889c67ea533b03e202c72 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Sat, 13 Oct 2018 06:08:09 +0530 Subject: [PATCH] Prepare for rewrite: Remove Xcode project and workspace --- WireGuard.xcodeproj/project.pbxproj | 1105 ----------------- .../contents.xcworkspacedata | 7 - .../xcshareddata/IDEWorkspaceChecks.plist | 8 - .../contents.xcworkspacedata | 10 - .../xcshareddata/IDEWorkspaceChecks.plist | 8 - 5 files changed, 1138 deletions(-) delete mode 100644 WireGuard.xcodeproj/project.pbxproj delete mode 100644 WireGuard.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 WireGuard.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist delete mode 100644 WireGuard.xcworkspace/contents.xcworkspacedata delete mode 100644 WireGuard.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/WireGuard.xcodeproj/project.pbxproj b/WireGuard.xcodeproj/project.pbxproj deleted file mode 100644 index 8bbdf91..0000000 --- a/WireGuard.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1105 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 50; - objects = { - -/* Begin PBXBuildFile section */ - 48CF751B34E9703133F1B1AF /* Pods_WireGuard.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 861983CAE8FDC13BC83E7E04 /* Pods_WireGuard.framework */; }; - 4A0F8695215C0726002AEE4B /* libwg-go.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A0F8694215C0726002AEE4B /* libwg-go.a */; }; - 4A430E802139DC8F0078172C /* icon_20pt@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4A430E7F2139DC8F0078172C /* icon_20pt@3x.png */; }; - 4A430E842139DCFB0078172C /* icon_60pt@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4A430E832139DCFB0078172C /* icon_60pt@3x.png */; }; - 4A4351592124956200261999 /* Validators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4351582124956200261999 /* Validators.swift */; }; - 4A43515A2124956200261999 /* Validators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4351582124956200261999 /* Validators.swift */; }; - 4A43515C21249E5700261999 /* ValidatorsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A43515B21249E5700261999 /* ValidatorsTests.swift */; }; - 4A4B1B932163D24E00DDA3BB /* CopyableLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4B1B922163D24E00DDA3BB /* CopyableLabel.swift */; }; - 4A4BA6D820B73CBA00223AB8 /* TunnelConfigurationTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BA6D720B73CBA00223AB8 /* TunnelConfigurationTableViewController.swift */; }; - 4A4BACE620B5F1BF00F12B28 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BACE520B5F1BF00F12B28 /* AppDelegate.swift */; }; - 4A4BACE820B5F1BF00F12B28 /* TunnelsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BACE720B5F1BF00F12B28 /* TunnelsTableViewController.swift */; }; - 4A4BACEB20B5F1BF00F12B28 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4A4BACE920B5F1BF00F12B28 /* Main.storyboard */; }; - 4A4BACED20B5F1C100F12B28 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4A4BACEC20B5F1C100F12B28 /* Assets.xcassets */; }; - 4A4BACF020B5F1C100F12B28 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4A4BACEE20B5F1C100F12B28 /* LaunchScreen.storyboard */; }; - 4A4BAD0620B5F4B500F12B28 /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 4A4BAD0520B5F4B500F12B28 /* Settings.bundle */; }; - 4A4BAD0C20B5F6AA00F12B28 /* AppCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BAD0B20B5F6AA00F12B28 /* AppCoordinator.swift */; }; - 4A4BAD0E20B5F6C300F12B28 /* Coordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BAD0D20B5F6C300F12B28 /* Coordinator.swift */; }; - 4A4BAD1020B5F6EC00F12B28 /* RootCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BAD0F20B5F6EC00F12B28 /* RootCoordinator.swift */; }; - 4A4BAD1320B5F82400F12B28 /* Identifyable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BAD1220B5F82400F12B28 /* Identifyable.swift */; }; - 4A4BAD1720B5F8DE00F12B28 /* WireGuard.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BAD1520B5F8DE00F12B28 /* WireGuard.xcdatamodeld */; }; - 4A4BAD1A20B5F8FF00F12B28 /* Tunnel+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BAD1820B5F8FF00F12B28 /* Tunnel+CoreDataClass.swift */; }; - 4A4BAD1B20B5F8FF00F12B28 /* Tunnel+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BAD1920B5F8FF00F12B28 /* Tunnel+CoreDataProperties.swift */; }; - 4A4BAD2020B6026900F12B28 /* Peer+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BAD1C20B6026900F12B28 /* Peer+CoreDataProperties.swift */; }; - 4A4BAD2120B6026900F12B28 /* Peer+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BAD1D20B6026900F12B28 /* Peer+CoreDataClass.swift */; }; - 4A4BAD2220B6026900F12B28 /* Interface+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BAD1E20B6026900F12B28 /* Interface+CoreDataProperties.swift */; }; - 4A4BAD2320B6026900F12B28 /* Interface+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BAD1F20B6026900F12B28 /* Interface+CoreDataClass.swift */; }; - 4A61D82E20D98CE2006C7A76 /* WireGuardNetworkExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 4A61D82620D98CE1006C7A76 /* WireGuardNetworkExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; - 4A61D83520D98D25006C7A76 /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A61D83420D98D25006C7A76 /* NetworkExtension.framework */; }; - 4A8A2296215B77D300736141 /* AppCoordinator+QRScanViewControllerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A8A2295215B77D300736141 /* AppCoordinator+QRScanViewControllerDelegate.swift */; }; - 4A8A2298215B780600736141 /* AppCoordinator+SettingsTableViewControllerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A8A2297215B780600736141 /* AppCoordinator+SettingsTableViewControllerDelegate.swift */; }; - 4A8A229A215B782E00736141 /* AppCoordinator+TunnelConfigurationTableViewControllerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A8A2299215B782D00736141 /* AppCoordinator+TunnelConfigurationTableViewControllerDelegate.swift */; }; - 4A8A229C215B787E00736141 /* AppCoordinator+TunnelsTableViewControllerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A8A229B215B787E00736141 /* AppCoordinator+TunnelsTableViewControllerDelegate.swift */; }; - 4A8A229E215B793C00736141 /* AppCoordinator+TunnelInfoTableViewControllerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A8A229D215B793C00736141 /* AppCoordinator+TunnelInfoTableViewControllerDelegate.swift */; }; - 4A8A22A0215B821A00736141 /* ExtensionMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A8A229F215B821A00736141 /* ExtensionMessage.swift */; }; - 4A8A22A1215B823100736141 /* ExtensionMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A8A229F215B821A00736141 /* ExtensionMessage.swift */; }; - 4A8AABD820B6A79100B6D8C1 /* UITableView+WireGuard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A8AABD720B6A79100B6D8C1 /* UITableView+WireGuard.swift */; }; - 4AADEA2B212616F7008C24FD /* String+Arrays.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FA1D50F2124D80C00DBA2E6 /* String+Arrays.swift */; }; - 4ABF718E214D8B0300A1E0BF /* TunnelInfoTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ABF718D214D8B0300A1E0BF /* TunnelInfoTableViewController.swift */; }; - 4ABFFEA0212D39A000107136 /* x25519.c in Sources */ = {isa = PBXBuildFile; fileRef = 4ABFFE9F212D39A000107136 /* x25519.c */; }; - 4ABFFEA3212D3C8300107136 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4ABFFEA2212D3C8300107136 /* Security.framework */; }; - 4AC086832120B9F900CEE5ED /* ProviderConfigurationKeys.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AC086822120B9F900CEE5ED /* ProviderConfigurationKeys.swift */; }; - 4AC086852120BCB500CEE5ED /* ProviderConfigurationKeys.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AC086822120B9F900CEE5ED /* ProviderConfigurationKeys.swift */; }; - 4AC086862120BD5800CEE5ED /* PacketTunnelProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A61D82820D98CE2006C7A76 /* PacketTunnelProvider.swift */; }; - 4AC5462E2116306F00749D21 /* Tunnel+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AC5462D2116306F00749D21 /* Tunnel+Extension.swift */; }; - 4AC5462F211643DE00749D21 /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A61D83420D98D25006C7A76 /* NetworkExtension.framework */; }; - 4AEAC32920F14B3B007B67AB /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AEAC32820F14B3B007B67AB /* Log.swift */; }; - 4AEAC32B20F14BA9007B67AB /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AEAC32A20F14BA9007B67AB /* Log.swift */; }; - 4AFB99C42150545500A745DA /* SetttingsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AFB99C32150545500A745DA /* SetttingsTableViewController.swift */; }; - 5FA1D4CB21249F7D00DBA2E6 /* Peer+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FA1D4CA21249F7D00DBA2E6 /* Peer+Extension.swift */; }; - 5FA1D4CD2124A05C00DBA2E6 /* Interface+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FA1D4CC2124A05C00DBA2E6 /* Interface+Extension.swift */; }; - 5FA1D5102124D80C00DBA2E6 /* String+Arrays.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FA1D50F2124D80C00DBA2E6 /* String+Arrays.swift */; }; - 5FA1D5122124DA6400DBA2E6 /* String+Base64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FA1D5112124DA6400DBA2E6 /* String+Base64.swift */; }; - 5FCC4343212B3092009A9C58 /* QRScanViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FCC4342212B3092009A9C58 /* QRScanViewController.swift */; }; - 5FCC4347212B3E2C009A9C58 /* Attribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FCC4346212B3E2C009A9C58 /* Attribute.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 4A4BACF720B5F1C100F12B28 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 4A4BACDA20B5F1BF00F12B28 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4A4BACE120B5F1BF00F12B28; - remoteInfo = WireGuard; - }; - 4A61D82C20D98CE2006C7A76 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 4A4BACDA20B5F1BF00F12B28 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4A61D82520D98CE1006C7A76; - remoteInfo = WireGuardNetworkExtension; - }; - 4A8A22AD215C04B800736141 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 4A4BACDA20B5F1BF00F12B28 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4A8A22A8215BC9B200736141; - remoteInfo = WireGuardGoBridge; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 4A61D83220D98CE2006C7A76 /* Embed App Extensions */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 13; - files = ( - 4A61D82E20D98CE2006C7A76 /* WireGuardNetworkExtension.appex in Embed App Extensions */, - ); - name = "Embed App Extensions"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 0CE52E030FAA93F3BF5747B2 /* Pods-WireGuard.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WireGuard.release.xcconfig"; path = "Pods/Target Support Files/Pods-WireGuard/Pods-WireGuard.release.xcconfig"; sourceTree = ""; }; - 25E2BE31A33C8CCE6E79B6EF /* Pods-WireGuard.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WireGuard.debug.xcconfig"; path = "Pods/Target Support Files/Pods-WireGuard/Pods-WireGuard.debug.xcconfig"; sourceTree = ""; }; - 4A0F8694215C0726002AEE4B /* libwg-go.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "libwg-go.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 4A430E7F2139DC8F0078172C /* icon_20pt@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon_20pt@3x.png"; sourceTree = ""; }; - 4A430E812139DCCB0078172C /* icon_20pt.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_20pt.png; sourceTree = ""; }; - 4A430E832139DCFB0078172C /* icon_60pt@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "icon_60pt@3x.png"; path = "WireGuard/Assets.xcassets/AppIcon.appiconset/icon_60pt@3x.png"; sourceTree = SOURCE_ROOT; }; - 4A4351582124956200261999 /* Validators.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Validators.swift; sourceTree = ""; }; - 4A43515B21249E5700261999 /* ValidatorsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ValidatorsTests.swift; sourceTree = ""; }; - 4A4B1B922163D24E00DDA3BB /* CopyableLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CopyableLabel.swift; sourceTree = ""; }; - 4A4BA6D720B73CBA00223AB8 /* TunnelConfigurationTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunnelConfigurationTableViewController.swift; sourceTree = ""; }; - 4A4BACE220B5F1BF00F12B28 /* WireGuard.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WireGuard.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 4A4BACE520B5F1BF00F12B28 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 4A4BACE720B5F1BF00F12B28 /* TunnelsTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunnelsTableViewController.swift; sourceTree = ""; }; - 4A4BACEA20B5F1BF00F12B28 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 4A4BACEC20B5F1C100F12B28 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 4A4BACEF20B5F1C100F12B28 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - 4A4BACF120B5F1C100F12B28 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 4A4BACF620B5F1C100F12B28 /* WireGuardTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WireGuardTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 4A4BACFC20B5F1C100F12B28 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 4A4BAD0520B5F4B500F12B28 /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = ""; }; - 4A4BAD0B20B5F6AA00F12B28 /* AppCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppCoordinator.swift; sourceTree = ""; }; - 4A4BAD0D20B5F6C300F12B28 /* Coordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Coordinator.swift; sourceTree = ""; }; - 4A4BAD0F20B5F6EC00F12B28 /* RootCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootCoordinator.swift; sourceTree = ""; }; - 4A4BAD1220B5F82400F12B28 /* Identifyable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Identifyable.swift; sourceTree = ""; }; - 4A4BAD1620B5F8DE00F12B28 /* WireGuard.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = WireGuard.xcdatamodel; sourceTree = ""; }; - 4A4BAD1820B5F8FF00F12B28 /* Tunnel+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Tunnel+CoreDataClass.swift"; sourceTree = ""; }; - 4A4BAD1920B5F8FF00F12B28 /* Tunnel+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Tunnel+CoreDataProperties.swift"; sourceTree = ""; }; - 4A4BAD1C20B6026900F12B28 /* Peer+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Peer+CoreDataProperties.swift"; sourceTree = ""; }; - 4A4BAD1D20B6026900F12B28 /* Peer+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Peer+CoreDataClass.swift"; sourceTree = ""; }; - 4A4BAD1E20B6026900F12B28 /* Interface+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Interface+CoreDataProperties.swift"; sourceTree = ""; }; - 4A4BAD1F20B6026900F12B28 /* Interface+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Interface+CoreDataClass.swift"; sourceTree = ""; }; - 4A61D82620D98CE1006C7A76 /* WireGuardNetworkExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = WireGuardNetworkExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; - 4A61D82820D98CE2006C7A76 /* PacketTunnelProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PacketTunnelProvider.swift; sourceTree = ""; }; - 4A61D82A20D98CE2006C7A76 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 4A61D82B20D98CE2006C7A76 /* WireGuardNetworkExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = WireGuardNetworkExtension.entitlements; sourceTree = ""; }; - 4A61D83320D98D07006C7A76 /* WireGuard.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = WireGuard.entitlements; sourceTree = ""; }; - 4A61D83420D98D25006C7A76 /* NetworkExtension.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NetworkExtension.framework; path = System/Library/Frameworks/NetworkExtension.framework; sourceTree = SDKROOT; }; - 4A8A2295215B77D300736141 /* AppCoordinator+QRScanViewControllerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AppCoordinator+QRScanViewControllerDelegate.swift"; sourceTree = ""; }; - 4A8A2297215B780600736141 /* AppCoordinator+SettingsTableViewControllerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AppCoordinator+SettingsTableViewControllerDelegate.swift"; sourceTree = ""; }; - 4A8A2299215B782D00736141 /* AppCoordinator+TunnelConfigurationTableViewControllerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AppCoordinator+TunnelConfigurationTableViewControllerDelegate.swift"; sourceTree = ""; }; - 4A8A229B215B787E00736141 /* AppCoordinator+TunnelsTableViewControllerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AppCoordinator+TunnelsTableViewControllerDelegate.swift"; sourceTree = ""; }; - 4A8A229D215B793C00736141 /* AppCoordinator+TunnelInfoTableViewControllerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AppCoordinator+TunnelInfoTableViewControllerDelegate.swift"; sourceTree = ""; }; - 4A8A229F215B821A00736141 /* ExtensionMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionMessage.swift; sourceTree = ""; }; - 4A8A22A7215BC6A800736141 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - 4A8AABD720B6A79100B6D8C1 /* UITableView+WireGuard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITableView+WireGuard.swift"; sourceTree = ""; }; - 4ABF718D214D8B0300A1E0BF /* TunnelInfoTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunnelInfoTableViewController.swift; sourceTree = ""; }; - 4ABFFE9D212D399F00107136 /* WireGuard-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "WireGuard-Bridging-Header.h"; sourceTree = ""; }; - 4ABFFE9E212D39A000107136 /* x25519.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = x25519.h; sourceTree = ""; }; - 4ABFFE9F212D39A000107136 /* x25519.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x25519.c; sourceTree = ""; }; - 4ABFFEA2212D3C8300107136 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; - 4AC086822120B9F900CEE5ED /* ProviderConfigurationKeys.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProviderConfigurationKeys.swift; sourceTree = ""; }; - 4AC5462D2116306F00749D21 /* Tunnel+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Tunnel+Extension.swift"; sourceTree = ""; }; - 4AD0900720DC4171000E9CF5 /* wireguard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = wireguard.h; sourceTree = ""; }; - 4AD095C920DC42CD000E9CF5 /* WireGuardNetworkExtension-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "WireGuardNetworkExtension-Bridging-Header.h"; sourceTree = ""; }; - 4AEAC32820F14B3B007B67AB /* Log.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Log.swift; sourceTree = ""; }; - 4AEAC32A20F14BA9007B67AB /* Log.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Log.swift; sourceTree = ""; }; - 4AFB99C32150545500A745DA /* SetttingsTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SetttingsTableViewController.swift; sourceTree = ""; }; - 5FA1D4CA21249F7D00DBA2E6 /* Peer+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Peer+Extension.swift"; sourceTree = ""; }; - 5FA1D4CC2124A05C00DBA2E6 /* Interface+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Interface+Extension.swift"; sourceTree = ""; }; - 5FA1D50F2124D80C00DBA2E6 /* String+Arrays.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Arrays.swift"; sourceTree = ""; }; - 5FA1D5112124DA6400DBA2E6 /* String+Base64.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Base64.swift"; sourceTree = ""; }; - 5FCC4342212B3092009A9C58 /* QRScanViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QRScanViewController.swift; sourceTree = ""; }; - 5FCC4346212B3E2C009A9C58 /* Attribute.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Attribute.swift; sourceTree = ""; }; - 861983CAE8FDC13BC83E7E04 /* Pods_WireGuard.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_WireGuard.framework; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 4A4BACDF20B5F1BF00F12B28 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4ABFFEA3212D3C8300107136 /* Security.framework in Frameworks */, - 48CF751B34E9703133F1B1AF /* Pods_WireGuard.framework in Frameworks */, - 4A61D83520D98D25006C7A76 /* NetworkExtension.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4A4BACF320B5F1C100F12B28 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4A61D82320D98CE1006C7A76 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4AC5462F211643DE00749D21 /* NetworkExtension.framework in Frameworks */, - 4A0F8695215C0726002AEE4B /* libwg-go.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 4A4B1B912163D23C00DDA3BB /* CustomViews */ = { - isa = PBXGroup; - children = ( - 4A4B1B922163D24E00DDA3BB /* CopyableLabel.swift */, - ); - path = CustomViews; - sourceTree = ""; - }; - 4A4BACD920B5F1BF00F12B28 = { - isa = PBXGroup; - children = ( - 4AC086812120B9E600CEE5ED /* Shared */, - 4AD08FFE20DC4171000E9CF5 /* wireguard-go-bridge */, - 4A4BAD0720B5F4BC00F12B28 /* Resources */, - 4A4BACE420B5F1BF00F12B28 /* WireGuard */, - 4A4BACF920B5F1C100F12B28 /* WireGuardTests */, - 4A61D82720D98CE2006C7A76 /* WireGuardNetworkExtension */, - 4A4BACE320B5F1BF00F12B28 /* Products */, - 87B9E27C2D1820573644527C /* Pods */, - A447093459F091F4358E843F /* Frameworks */, - ); - sourceTree = ""; - }; - 4A4BACE320B5F1BF00F12B28 /* Products */ = { - isa = PBXGroup; - children = ( - 4A4BACE220B5F1BF00F12B28 /* WireGuard.app */, - 4A4BACF620B5F1C100F12B28 /* WireGuardTests.xctest */, - 4A61D82620D98CE1006C7A76 /* WireGuardNetworkExtension.appex */, - ); - name = Products; - sourceTree = ""; - }; - 4A4BACE420B5F1BF00F12B28 /* WireGuard */ = { - isa = PBXGroup; - children = ( - 4A4B1B912163D23C00DDA3BB /* CustomViews */, - 4ABFFEA1212D39CA00107136 /* Crypto */, - 4A61D83320D98D07006C7A76 /* WireGuard.entitlements */, - 4A4BAD1420B5F8C000F12B28 /* Models */, - 4A4BAD1120B5F7A000F12B28 /* ViewControllers */, - 4A4BAD0A20B5F65800F12B28 /* Coordinators */, - 5FA1D50E2124D7F200DBA2E6 /* Extensions */, - 4A4BACE520B5F1BF00F12B28 /* AppDelegate.swift */, - 4A4BACE920B5F1BF00F12B28 /* Main.storyboard */, - 4A4BACEC20B5F1C100F12B28 /* Assets.xcassets */, - 4A4BACEE20B5F1C100F12B28 /* LaunchScreen.storyboard */, - 4A4BACF120B5F1C100F12B28 /* Info.plist */, - 4ABFFE9D212D399F00107136 /* WireGuard-Bridging-Header.h */, - 4AEAC32A20F14BA9007B67AB /* Log.swift */, - ); - path = WireGuard; - sourceTree = ""; - }; - 4A4BACF920B5F1C100F12B28 /* WireGuardTests */ = { - isa = PBXGroup; - children = ( - 4A4BACFC20B5F1C100F12B28 /* Info.plist */, - 4A43515B21249E5700261999 /* ValidatorsTests.swift */, - ); - path = WireGuardTests; - sourceTree = ""; - }; - 4A4BAD0720B5F4BC00F12B28 /* Resources */ = { - isa = PBXGroup; - children = ( - 4A430E7F2139DC8F0078172C /* icon_20pt@3x.png */, - 4A430E812139DCCB0078172C /* icon_20pt.png */, - 4A430E832139DCFB0078172C /* icon_60pt@3x.png */, - 4A4BAD0520B5F4B500F12B28 /* Settings.bundle */, - ); - path = Resources; - sourceTree = ""; - }; - 4A4BAD0A20B5F65800F12B28 /* Coordinators */ = { - isa = PBXGroup; - children = ( - 4A4BAD0D20B5F6C300F12B28 /* Coordinator.swift */, - 4A4BAD0F20B5F6EC00F12B28 /* RootCoordinator.swift */, - 4A4BAD0B20B5F6AA00F12B28 /* AppCoordinator.swift */, - 4A8A229D215B793C00736141 /* AppCoordinator+TunnelInfoTableViewControllerDelegate.swift */, - 4A8A229B215B787E00736141 /* AppCoordinator+TunnelsTableViewControllerDelegate.swift */, - 4A8A2295215B77D300736141 /* AppCoordinator+QRScanViewControllerDelegate.swift */, - 4A8A2297215B780600736141 /* AppCoordinator+SettingsTableViewControllerDelegate.swift */, - 4A8A2299215B782D00736141 /* AppCoordinator+TunnelConfigurationTableViewControllerDelegate.swift */, - ); - path = Coordinators; - sourceTree = ""; - }; - 4A4BAD1120B5F7A000F12B28 /* ViewControllers */ = { - isa = PBXGroup; - children = ( - 4A4BAD1220B5F82400F12B28 /* Identifyable.swift */, - 4A8AABD720B6A79100B6D8C1 /* UITableView+WireGuard.swift */, - 4A4BACE720B5F1BF00F12B28 /* TunnelsTableViewController.swift */, - 4ABF718D214D8B0300A1E0BF /* TunnelInfoTableViewController.swift */, - 4A4BA6D720B73CBA00223AB8 /* TunnelConfigurationTableViewController.swift */, - 5FCC4342212B3092009A9C58 /* QRScanViewController.swift */, - 4AFB99C32150545500A745DA /* SetttingsTableViewController.swift */, - ); - path = ViewControllers; - sourceTree = ""; - }; - 4A4BAD1420B5F8C000F12B28 /* Models */ = { - isa = PBXGroup; - children = ( - 4A4BAD1D20B6026900F12B28 /* Peer+CoreDataClass.swift */, - 4A4BAD1C20B6026900F12B28 /* Peer+CoreDataProperties.swift */, - 5FA1D4CA21249F7D00DBA2E6 /* Peer+Extension.swift */, - 4A4BAD1F20B6026900F12B28 /* Interface+CoreDataClass.swift */, - 4A4BAD1E20B6026900F12B28 /* Interface+CoreDataProperties.swift */, - 5FA1D4CC2124A05C00DBA2E6 /* Interface+Extension.swift */, - 4A4BAD1820B5F8FF00F12B28 /* Tunnel+CoreDataClass.swift */, - 4A4BAD1920B5F8FF00F12B28 /* Tunnel+CoreDataProperties.swift */, - 4AC5462D2116306F00749D21 /* Tunnel+Extension.swift */, - 4A4BAD1520B5F8DE00F12B28 /* WireGuard.xcdatamodeld */, - 5FCC4346212B3E2C009A9C58 /* Attribute.swift */, - ); - path = Models; - sourceTree = ""; - }; - 4A61D82720D98CE2006C7A76 /* WireGuardNetworkExtension */ = { - isa = PBXGroup; - children = ( - 4A61D82820D98CE2006C7A76 /* PacketTunnelProvider.swift */, - 4A61D82A20D98CE2006C7A76 /* Info.plist */, - 4A61D82B20D98CE2006C7A76 /* WireGuardNetworkExtension.entitlements */, - 4AD095C920DC42CD000E9CF5 /* WireGuardNetworkExtension-Bridging-Header.h */, - 4AEAC32820F14B3B007B67AB /* Log.swift */, - ); - path = WireGuardNetworkExtension; - sourceTree = ""; - }; - 4ABFFEA1212D39CA00107136 /* Crypto */ = { - isa = PBXGroup; - children = ( - 4ABFFE9F212D39A000107136 /* x25519.c */, - 4ABFFE9E212D39A000107136 /* x25519.h */, - ); - path = Crypto; - sourceTree = ""; - }; - 4AC086812120B9E600CEE5ED /* Shared */ = { - isa = PBXGroup; - children = ( - 4AC086822120B9F900CEE5ED /* ProviderConfigurationKeys.swift */, - 4A4351582124956200261999 /* Validators.swift */, - 4A8A229F215B821A00736141 /* ExtensionMessage.swift */, - ); - path = Shared; - sourceTree = ""; - }; - 4AD08FFE20DC4171000E9CF5 /* wireguard-go-bridge */ = { - isa = PBXGroup; - children = ( - 4A8A22A7215BC6A800736141 /* Makefile */, - 4A0F8694215C0726002AEE4B /* libwg-go.a */, - 4AD0900720DC4171000E9CF5 /* wireguard.h */, - ); - path = "wireguard-go-bridge"; - sourceTree = ""; - }; - 5FA1D50E2124D7F200DBA2E6 /* Extensions */ = { - isa = PBXGroup; - children = ( - 5FA1D50F2124D80C00DBA2E6 /* String+Arrays.swift */, - 5FA1D5112124DA6400DBA2E6 /* String+Base64.swift */, - ); - path = Extensions; - sourceTree = ""; - }; - 87B9E27C2D1820573644527C /* Pods */ = { - isa = PBXGroup; - children = ( - 25E2BE31A33C8CCE6E79B6EF /* Pods-WireGuard.debug.xcconfig */, - 0CE52E030FAA93F3BF5747B2 /* Pods-WireGuard.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; - A447093459F091F4358E843F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 4ABFFEA2212D3C8300107136 /* Security.framework */, - 4A61D83420D98D25006C7A76 /* NetworkExtension.framework */, - 861983CAE8FDC13BC83E7E04 /* Pods_WireGuard.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXLegacyTarget section */ - 4A8A22A8215BC9B200736141 /* WireGuardGoBridge */ = { - isa = PBXLegacyTarget; - buildArgumentsString = "$(ACTION)"; - buildConfigurationList = 4A8A22A9215BC9B200736141 /* Build configuration list for PBXLegacyTarget "WireGuardGoBridge" */; - buildPhases = ( - ); - buildToolPath = make; - buildWorkingDirectory = "$(PROJECT_DIR)/wireguard-go-bridge"; - dependencies = ( - ); - name = WireGuardGoBridge; - passBuildSettingsInEnvironment = 1; - productName = WireGuardGoBridge; - }; -/* End PBXLegacyTarget section */ - -/* Begin PBXNativeTarget section */ - 4A4BACE120B5F1BF00F12B28 /* WireGuard */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4A4BACFF20B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "WireGuard" */; - buildPhases = ( - C9A2E84E53AF419288C5C4BE /* [CP] Check Pods Manifest.lock */, - 4A4BAD0820B5F53900F12B28 /* Swiftlint */, - 4A4BACDE20B5F1BF00F12B28 /* Sources */, - 4A4BACDF20B5F1BF00F12B28 /* Frameworks */, - 4A4BACE020B5F1BF00F12B28 /* Resources */, - 4A7CE90F2163EE6000D60BD7 /* Set wireguard go version */, - 4A4BAD0920B5F56200F12B28 /* Set build number */, - 6F743EFD0F63EA8C605CE349 /* [CP] Embed Pods Frameworks */, - 4A61D83220D98CE2006C7A76 /* Embed App Extensions */, - ); - buildRules = ( - ); - dependencies = ( - 4A61D82D20D98CE2006C7A76 /* PBXTargetDependency */, - ); - name = WireGuard; - productName = WireGuard; - productReference = 4A4BACE220B5F1BF00F12B28 /* WireGuard.app */; - productType = "com.apple.product-type.application"; - }; - 4A4BACF520B5F1C100F12B28 /* WireGuardTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4A4BAD0220B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "WireGuardTests" */; - buildPhases = ( - 4A4BACF220B5F1C100F12B28 /* Sources */, - 4A4BACF320B5F1C100F12B28 /* Frameworks */, - 4A4BACF420B5F1C100F12B28 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 4A4BACF820B5F1C100F12B28 /* PBXTargetDependency */, - ); - name = WireGuardTests; - productName = WireGuardTests; - productReference = 4A4BACF620B5F1C100F12B28 /* WireGuardTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - 4A61D82520D98CE1006C7A76 /* WireGuardNetworkExtension */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4A61D83120D98CE2006C7A76 /* Build configuration list for PBXNativeTarget "WireGuardNetworkExtension" */; - buildPhases = ( - 4A61D82220D98CE1006C7A76 /* Sources */, - 4A61D82320D98CE1006C7A76 /* Frameworks */, - 4A61D82420D98CE1006C7A76 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 4A8A22AE215C04B800736141 /* PBXTargetDependency */, - ); - name = WireGuardNetworkExtension; - productName = WireGuardNetworkExtension; - productReference = 4A61D82620D98CE1006C7A76 /* WireGuardNetworkExtension.appex */; - productType = "com.apple.product-type.app-extension"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 4A4BACDA20B5F1BF00F12B28 /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 0940; - LastUpgradeCheck = 0930; - ORGANIZATIONNAME = "WireGuard LLC"; - TargetAttributes = { - 4A4BACE120B5F1BF00F12B28 = { - CreatedOnToolsVersion = 9.3.1; - LastSwiftMigration = 1000; - SystemCapabilities = { - com.apple.ApplicationGroups.iOS = { - enabled = 1; - }; - com.apple.Keychain = { - enabled = 1; - }; - com.apple.NetworkExtensions.iOS = { - enabled = 1; - }; - }; - }; - 4A4BACF520B5F1C100F12B28 = { - CreatedOnToolsVersion = 9.3.1; - LastSwiftMigration = 1000; - TestTargetID = 4A4BACE120B5F1BF00F12B28; - }; - 4A61D82520D98CE1006C7A76 = { - CreatedOnToolsVersion = 9.4.1; - LastSwiftMigration = 0940; - SystemCapabilities = { - com.apple.ApplicationGroups.iOS = { - enabled = 1; - }; - com.apple.Keychain = { - enabled = 1; - }; - com.apple.NetworkExtensions.iOS = { - enabled = 1; - }; - }; - }; - 4A8A22A8215BC9B200736141 = { - CreatedOnToolsVersion = 10.0; - }; - }; - }; - buildConfigurationList = 4A4BACDD20B5F1BF00F12B28 /* Build configuration list for PBXProject "WireGuard" */; - compatibilityVersion = "Xcode 9.3"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 4A4BACD920B5F1BF00F12B28; - productRefGroup = 4A4BACE320B5F1BF00F12B28 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 4A4BACE120B5F1BF00F12B28 /* WireGuard */, - 4A4BACF520B5F1C100F12B28 /* WireGuardTests */, - 4A61D82520D98CE1006C7A76 /* WireGuardNetworkExtension */, - 4A8A22A8215BC9B200736141 /* WireGuardGoBridge */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 4A4BACE020B5F1BF00F12B28 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4A4BAD0620B5F4B500F12B28 /* Settings.bundle in Resources */, - 4A4BACF020B5F1C100F12B28 /* LaunchScreen.storyboard in Resources */, - 4A430E842139DCFB0078172C /* icon_60pt@3x.png in Resources */, - 4A430E802139DC8F0078172C /* icon_20pt@3x.png in Resources */, - 4A4BACED20B5F1C100F12B28 /* Assets.xcassets in Resources */, - 4A4BACEB20B5F1BF00F12B28 /* Main.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4A4BACF420B5F1C100F12B28 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4A61D82420D98CE1006C7A76 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 4A4BAD0820B5F53900F12B28 /* Swiftlint */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = Swiftlint; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "${PODS_ROOT}/SwiftLint/swiftlint autocorrect\n${PODS_ROOT}/SwiftLint/swiftlint"; - }; - 4A4BAD0920B5F56200F12B28 /* Set build number */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Set build number"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "$SRCROOT/Scripts/set_build_number.sh\n"; - }; - 4A7CE90F2163EE6000D60BD7 /* Set wireguard go version */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - name = "Set wireguard go version"; - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "$SRCROOT/Scripts/extract_wireguard_go_version.sh\n"; - }; - 6F743EFD0F63EA8C605CE349 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-WireGuard/Pods-WireGuard-frameworks.sh", - "${BUILT_PRODUCTS_DIR}/BNRCoreDataStack/BNRCoreDataStack.framework", - "${BUILT_PRODUCTS_DIR}/Disk/Disk.framework", - "${BUILT_PRODUCTS_DIR}/PromiseKit/PromiseKit.framework", - "${BUILT_PRODUCTS_DIR}/ZIPFoundation/ZIPFoundation.framework", - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BNRCoreDataStack.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Disk.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PromiseKit.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ZIPFoundation.framework", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-WireGuard/Pods-WireGuard-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - C9A2E84E53AF419288C5C4BE /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-WireGuard-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 4A4BACDE20B5F1BF00F12B28 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4A4B1B932163D24E00DDA3BB /* CopyableLabel.swift in Sources */, - 4A8A229A215B782E00736141 /* AppCoordinator+TunnelConfigurationTableViewControllerDelegate.swift in Sources */, - 4A8A22A0215B821A00736141 /* ExtensionMessage.swift in Sources */, - 4A4BAD0C20B5F6AA00F12B28 /* AppCoordinator.swift in Sources */, - 4A4BAD2220B6026900F12B28 /* Interface+CoreDataProperties.swift in Sources */, - 4A8A2298215B780600736141 /* AppCoordinator+SettingsTableViewControllerDelegate.swift in Sources */, - 4AEAC32B20F14BA9007B67AB /* Log.swift in Sources */, - 4A8A229E215B793C00736141 /* AppCoordinator+TunnelInfoTableViewControllerDelegate.swift in Sources */, - 4A4BAD1320B5F82400F12B28 /* Identifyable.swift in Sources */, - 4A4BAD1720B5F8DE00F12B28 /* WireGuard.xcdatamodeld in Sources */, - 5FCC4347212B3E2C009A9C58 /* Attribute.swift in Sources */, - 4A4BAD1A20B5F8FF00F12B28 /* Tunnel+CoreDataClass.swift in Sources */, - 4A4BACE820B5F1BF00F12B28 /* TunnelsTableViewController.swift in Sources */, - 4A4BAD1020B5F6EC00F12B28 /* RootCoordinator.swift in Sources */, - 4A8A2296215B77D300736141 /* AppCoordinator+QRScanViewControllerDelegate.swift in Sources */, - 4A4351592124956200261999 /* Validators.swift in Sources */, - 4A8A229C215B787E00736141 /* AppCoordinator+TunnelsTableViewControllerDelegate.swift in Sources */, - 5FA1D4CB21249F7D00DBA2E6 /* Peer+Extension.swift in Sources */, - 5FA1D5122124DA6400DBA2E6 /* String+Base64.swift in Sources */, - 4AC5462E2116306F00749D21 /* Tunnel+Extension.swift in Sources */, - 4AFB99C42150545500A745DA /* SetttingsTableViewController.swift in Sources */, - 5FCC4343212B3092009A9C58 /* QRScanViewController.swift in Sources */, - 4ABF718E214D8B0300A1E0BF /* TunnelInfoTableViewController.swift in Sources */, - 4A4BAD0E20B5F6C300F12B28 /* Coordinator.swift in Sources */, - 4ABFFEA0212D39A000107136 /* x25519.c in Sources */, - 4A4BA6D820B73CBA00223AB8 /* TunnelConfigurationTableViewController.swift in Sources */, - 4A4BAD2020B6026900F12B28 /* Peer+CoreDataProperties.swift in Sources */, - 5FA1D4CD2124A05C00DBA2E6 /* Interface+Extension.swift in Sources */, - 4A4BAD2320B6026900F12B28 /* Interface+CoreDataClass.swift in Sources */, - 4AC086832120B9F900CEE5ED /* ProviderConfigurationKeys.swift in Sources */, - 4A8AABD820B6A79100B6D8C1 /* UITableView+WireGuard.swift in Sources */, - 5FA1D5102124D80C00DBA2E6 /* String+Arrays.swift in Sources */, - 4A4BAD2120B6026900F12B28 /* Peer+CoreDataClass.swift in Sources */, - 4A4BAD1B20B5F8FF00F12B28 /* Tunnel+CoreDataProperties.swift in Sources */, - 4A4BACE620B5F1BF00F12B28 /* AppDelegate.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4A4BACF220B5F1C100F12B28 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4A43515C21249E5700261999 /* ValidatorsTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4A61D82220D98CE1006C7A76 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4AC086852120BCB500CEE5ED /* ProviderConfigurationKeys.swift in Sources */, - 4AC086862120BD5800CEE5ED /* PacketTunnelProvider.swift in Sources */, - 4A43515A2124956200261999 /* Validators.swift in Sources */, - 4AADEA2B212616F7008C24FD /* String+Arrays.swift in Sources */, - 4AEAC32920F14B3B007B67AB /* Log.swift in Sources */, - 4A8A22A1215B823100736141 /* ExtensionMessage.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 4A4BACF820B5F1C100F12B28 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 4A4BACE120B5F1BF00F12B28 /* WireGuard */; - targetProxy = 4A4BACF720B5F1C100F12B28 /* PBXContainerItemProxy */; - }; - 4A61D82D20D98CE2006C7A76 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 4A61D82520D98CE1006C7A76 /* WireGuardNetworkExtension */; - targetProxy = 4A61D82C20D98CE2006C7A76 /* PBXContainerItemProxy */; - }; - 4A8A22AE215C04B800736141 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 4A8A22A8215BC9B200736141 /* WireGuardGoBridge */; - targetProxy = 4A8A22AD215C04B800736141 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 4A4BACE920B5F1BF00F12B28 /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 4A4BACEA20B5F1BF00F12B28 /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - 4A4BACEE20B5F1C100F12B28 /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 4A4BACEF20B5F1C100F12B28 /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 4A4BACFD20B5F1C100F12B28 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 10.3; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4A4BACFE20B5F1C100F12B28 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 10.3; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 4A4BAD0020B5F1C100F12B28 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 25E2BE31A33C8CCE6E79B6EF /* Pods-WireGuard.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = WireGuard/WireGuard.entitlements; - CODE_SIGN_IDENTITY = "iPhone Developer"; - CODE_SIGN_STYLE = Manual; - DEVELOPMENT_TEAM = L82V4Y2P3C; - INFOPLIST_FILE = WireGuard/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/wireguard-go-bridge", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = "WireGuard Development"; - SWIFT_OBJC_BRIDGING_HEADER = "WireGuard/WireGuard-Bridging-Header.h"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.2; - }; - name = Debug; - }; - 4A4BAD0120B5F1C100F12B28 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0CE52E030FAA93F3BF5747B2 /* Pods-WireGuard.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = WireGuard/WireGuard.entitlements; - CODE_SIGN_IDENTITY = "iPhone Developer"; - CODE_SIGN_STYLE = Manual; - DEVELOPMENT_TEAM = L82V4Y2P3C; - INFOPLIST_FILE = WireGuard/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/wireguard-go-bridge", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = "WireGuard Development"; - SWIFT_OBJC_BRIDGING_HEADER = "WireGuard/WireGuard-Bridging-Header.h"; - SWIFT_VERSION = 4.2; - }; - name = Release; - }; - 4A4BAD0320B5F1C100F12B28 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - BUNDLE_LOADER = "$(TEST_HOST)"; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = L82V4Y2P3C; - INFOPLIST_FILE = WireGuardTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuardTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/WireGuard.app/WireGuard"; - }; - name = Debug; - }; - 4A4BAD0420B5F1C100F12B28 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - BUNDLE_LOADER = "$(TEST_HOST)"; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = L82V4Y2P3C; - INFOPLIST_FILE = WireGuardTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuardTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/WireGuard.app/WireGuard"; - }; - name = Release; - }; - 4A61D82F20D98CE2006C7A76 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements; - CODE_SIGN_IDENTITY = "iPhone Developer"; - CODE_SIGN_STYLE = Manual; - DEVELOPMENT_TEAM = L82V4Y2P3C; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = WireGuardNetworkExtension/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@executable_path/../../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.wireguard.ios.network-extension"; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = "WireGuard Network Extension Development"; - SKIP_INSTALL = YES; - SWIFT_OBJC_BRIDGING_HEADER = "WireGuardNetworkExtension/WireGuardNetworkExtension-Bridging-Header.h"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.2; - }; - name = Debug; - }; - 4A61D83020D98CE2006C7A76 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements; - CODE_SIGN_IDENTITY = "iPhone Developer"; - CODE_SIGN_STYLE = Manual; - DEVELOPMENT_TEAM = L82V4Y2P3C; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = WireGuardNetworkExtension/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@executable_path/../../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.wireguard.ios.network-extension"; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = "WireGuard Network Extension Development"; - SKIP_INSTALL = YES; - SWIFT_OBJC_BRIDGING_HEADER = "WireGuardNetworkExtension/WireGuardNetworkExtension-Bridging-Header.h"; - SWIFT_VERSION = 4.2; - }; - name = Release; - }; - 4A8A22AA215BC9B200736141 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - }; - name = Debug; - }; - 4A8A22AB215BC9B200736141 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 4A4BACDD20B5F1BF00F12B28 /* Build configuration list for PBXProject "WireGuard" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4A4BACFD20B5F1C100F12B28 /* Debug */, - 4A4BACFE20B5F1C100F12B28 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4A4BACFF20B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "WireGuard" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4A4BAD0020B5F1C100F12B28 /* Debug */, - 4A4BAD0120B5F1C100F12B28 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4A4BAD0220B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "WireGuardTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4A4BAD0320B5F1C100F12B28 /* Debug */, - 4A4BAD0420B5F1C100F12B28 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4A61D83120D98CE2006C7A76 /* Build configuration list for PBXNativeTarget "WireGuardNetworkExtension" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4A61D82F20D98CE2006C7A76 /* Debug */, - 4A61D83020D98CE2006C7A76 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4A8A22A9215BC9B200736141 /* Build configuration list for PBXLegacyTarget "WireGuardGoBridge" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4A8A22AA215BC9B200736141 /* Debug */, - 4A8A22AB215BC9B200736141 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - -/* Begin XCVersionGroup section */ - 4A4BAD1520B5F8DE00F12B28 /* WireGuard.xcdatamodeld */ = { - isa = XCVersionGroup; - children = ( - 4A4BAD1620B5F8DE00F12B28 /* WireGuard.xcdatamodel */, - ); - currentVersion = 4A4BAD1620B5F8DE00F12B28 /* WireGuard.xcdatamodel */; - path = WireGuard.xcdatamodeld; - sourceTree = ""; - versionGroupType = wrapper.xcdatamodel; - }; -/* End XCVersionGroup section */ - }; - rootObject = 4A4BACDA20B5F1BF00F12B28 /* Project object */; -} diff --git a/WireGuard.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/WireGuard.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index adb47a3..0000000 --- a/WireGuard.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/WireGuard.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/WireGuard.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/WireGuard.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/WireGuard.xcworkspace/contents.xcworkspacedata b/WireGuard.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index e9d7180..0000000 --- a/WireGuard.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/WireGuard.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/WireGuard.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/WireGuard.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - -