mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
When developing the macOS app, we always build the exact same version and build code for each build. ~~This _may_ be one reason why we constantly have to deactivate the extension before the new one will launch.~~ Edit: Just tested, and I can verify that this does fix the issue on dev builds, so no more having to uninstall the sysex between builds. Even if that's not the reason, this is a cleaner approach than building it in our prod-only scripts. --------- Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
1021 lines
48 KiB
Plaintext
1021 lines
48 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 56;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
05CF1CF1290B1CEE00CF4755 /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05D3BB1628FDBD8A00BC3727 /* NetworkExtension.framework */; };
|
|
05CF1D17290B1FE700CF4755 /* PacketTunnelProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05833DFA28F73B070008FAB0 /* PacketTunnelProvider.swift */; };
|
|
05D3BB2128FDE9C000BC3727 /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05D3BB1628FDBD8A00BC3727 /* NetworkExtension.framework */; };
|
|
6FE454F62A5BFB93006549B1 /* Adapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FE454EA2A5BFABA006549B1 /* Adapter.swift */; };
|
|
6FE455092A5D110D006549B1 /* CallbackHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FE455082A5D110D006549B1 /* CallbackHandler.swift */; };
|
|
6FE4550C2A5D111E006549B1 /* SwiftBridgeCore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FE4550B2A5D111D006549B1 /* SwiftBridgeCore.swift */; };
|
|
6FE4550F2A5D112C006549B1 /* connlib-client-apple.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FE4550E2A5D112C006549B1 /* connlib-client-apple.swift */; };
|
|
6FE93AFB2A738D7E002D278A /* NetworkSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FE93AFA2A738D7E002D278A /* NetworkSettings.swift */; };
|
|
794C38152970A2660029F38F /* FirezoneKit in Frameworks */ = {isa = PBXBuildFile; productRef = 794C38142970A2660029F38F /* FirezoneKit */; };
|
|
79756C6629704A7A0018E2D5 /* FirezoneKit in Frameworks */ = {isa = PBXBuildFile; productRef = 79756C6529704A7A0018E2D5 /* FirezoneKit */; };
|
|
8D4087D52D24653B005B2BAF /* Sentry in Frameworks */ = {isa = PBXBuildFile; productRef = 8D4087D42D24653B005B2BAF /* Sentry */; };
|
|
8D4087D92D246541005B2BAF /* Sentry in Frameworks */ = {isa = PBXBuildFile; productRef = 8D4087D82D246541005B2BAF /* Sentry */; };
|
|
8D4087DD2D246651005B2BAF /* Sentry in Frameworks */ = {isa = PBXBuildFile; productRef = 8D4087DC2D246651005B2BAF /* Sentry */; };
|
|
8D41B9A52D15DD6800D16065 /* TunnelLogArchive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D41B9A42D15DD6800D16065 /* TunnelLogArchive.swift */; };
|
|
8D41B9A62D15DD6800D16065 /* TunnelLogArchive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D41B9A42D15DD6800D16065 /* TunnelLogArchive.swift */; };
|
|
8D5047F82CE6AA22009802E9 /* FirezoneKit in Frameworks */ = {isa = PBXBuildFile; productRef = 8D5047F72CE6AA22009802E9 /* FirezoneKit */; };
|
|
8D5047FB2CE6AA37009802E9 /* FirezoneNetworkExtension-Bridging-Header.h in Sources */ = {isa = PBXBuildFile; fileRef = 6FE455112A5D13A2006549B1 /* FirezoneNetworkExtension-Bridging-Header.h */; };
|
|
8D5047FC2CE6AA47009802E9 /* CallbackHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FE455082A5D110D006549B1 /* CallbackHandler.swift */; };
|
|
8D5047FD2CE6AA47009802E9 /* connlib-client-apple.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FE4550E2A5D112C006549B1 /* connlib-client-apple.swift */; };
|
|
8D5047FE2CE6AA54009802E9 /* PacketTunnelProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05833DFA28F73B070008FAB0 /* PacketTunnelProvider.swift */; };
|
|
8D5047FF2CE6AA54009802E9 /* Adapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FE454EA2A5BFABA006549B1 /* Adapter.swift */; };
|
|
8D5048002CE6AA60009802E9 /* SystemConfigurationResolvers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D6939312BA2521A00AF4396 /* SystemConfigurationResolvers.swift */; };
|
|
8D5048012CE6AA60009802E9 /* NetworkSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FE93AFA2A738D7E002D278A /* NetworkSettings.swift */; };
|
|
8D5048042CE6B0AE009802E9 /* SwiftBridgeCore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FE4550B2A5D111D006549B1 /* SwiftBridgeCore.swift */; };
|
|
8D69392C2BA24FE600AF4396 /* BindResolvers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D69392B2BA24FE600AF4396 /* BindResolvers.swift */; };
|
|
8DC08BD72B297DB400675F46 /* FirezoneNetworkExtension-Bridging-Header.h in Sources */ = {isa = PBXBuildFile; fileRef = 6FE455112A5D13A2006549B1 /* FirezoneNetworkExtension-Bridging-Header.h */; };
|
|
8DC1699D2CFF77D1006801B5 /* dev.firezone.firezone.network-extension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 05CF1CF0290B1CEE00CF4755 /* dev.firezone.firezone.network-extension.appex */; platformFilter = ios; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
|
8DC169A02CFF77D1006801B5 /* dev.firezone.firezone.network-extension.systemextension in Embed System Extensions */ = {isa = PBXBuildFile; fileRef = 8D5047E32CE6A8F4009802E9 /* dev.firezone.firezone.network-extension.systemextension */; platformFilters = (macos, ); settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
|
8DC333F92D2FA85200E627D5 /* libresolv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DC333F72D2FA85200E627D5 /* libresolv.tbd */; };
|
|
8DC333FA2D2FA85200E627D5 /* libresolv.9.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DC333F82D2FA85200E627D5 /* libresolv.9.tbd */; };
|
|
8DC333FB2D2FA89100E627D5 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6FFECD5B2AD6998400E00273 /* SystemConfiguration.framework */; };
|
|
8DC9FB852CF5A738001BCE6A /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05D3BB1628FDBD8A00BC3727 /* NetworkExtension.framework */; };
|
|
8DCC021D28D512AC007E12D2 /* FirezoneApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DCC021C28D512AC007E12D2 /* FirezoneApp.swift */; };
|
|
8DCC022628D512AE007E12D2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8DCC022528D512AE007E12D2 /* Assets.xcassets */; };
|
|
8DCC022A28D512AE007E12D2 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8DCC022928D512AE007E12D2 /* Preview Assets.xcassets */; };
|
|
8DE452A82CE6C194004CEDF9 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5047E82CE6A8F4009802E9 /* main.swift */; };
|
|
8DFDEAC72D2CEBA500615095 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 8DA12C322BB7DA04007D91EB /* PrivacyInfo.xcprivacy */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
8DC1699E2CFF77D1006801B5 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 8DCC021128D512AC007E12D2 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 05CF1CEF290B1CEE00CF4755;
|
|
remoteInfo = FirezoneNetworkExtensioniOS;
|
|
};
|
|
8DC169A12CFF77D1006801B5 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 8DCC021128D512AC007E12D2 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 8D5047E22CE6A8F4009802E9;
|
|
remoteInfo = FirezoneNetworkExtensionmacOS;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
8DC169A32CFF77D1006801B5 /* Embed Foundation Extensions */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 13;
|
|
files = (
|
|
8DC1699D2CFF77D1006801B5 /* dev.firezone.firezone.network-extension.appex in Embed Foundation Extensions */,
|
|
);
|
|
name = "Embed Foundation Extensions";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
8DC169A42CFF77D1006801B5 /* Embed System Extensions */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "$(SYSTEM_EXTENSIONS_FOLDER_PATH)";
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
8DC169A02CFF77D1006801B5 /* dev.firezone.firezone.network-extension.systemextension in Embed System Extensions */,
|
|
);
|
|
name = "Embed System Extensions";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
05833DFA28F73B070008FAB0 /* PacketTunnelProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PacketTunnelProvider.swift; sourceTree = "<group>"; };
|
|
05CF1CF0290B1CEE00CF4755 /* dev.firezone.firezone.network-extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "dev.firezone.firezone.network-extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
05CF1CF6290B1CEE00CF4755 /* FirezoneNetworkExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = FirezoneNetworkExtension.entitlements; sourceTree = "<group>"; };
|
|
05D3BB1628FDBD8A00BC3727 /* NetworkExtension.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NetworkExtension.framework; path = System/Library/Frameworks/NetworkExtension.framework; sourceTree = SDKROOT; };
|
|
6FE454EA2A5BFABA006549B1 /* Adapter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Adapter.swift; sourceTree = "<group>"; };
|
|
6FE455082A5D110D006549B1 /* CallbackHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CallbackHandler.swift; sourceTree = "<group>"; };
|
|
6FE4550B2A5D111D006549B1 /* SwiftBridgeCore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SwiftBridgeCore.swift; path = Connlib/Generated/SwiftBridgeCore.swift; sourceTree = "<group>"; };
|
|
6FE4550E2A5D112C006549B1 /* connlib-client-apple.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "connlib-client-apple.swift"; path = "Connlib/Generated/connlib-client-apple/connlib-client-apple.swift"; sourceTree = "<group>"; };
|
|
6FE455112A5D13A2006549B1 /* FirezoneNetworkExtension-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "FirezoneNetworkExtension-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
6FE93AFA2A738D7E002D278A /* NetworkSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkSettings.swift; sourceTree = "<group>"; };
|
|
6FFECD5B2AD6998400E00273 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
|
|
8D1D405C2CFF6F5200E669F9 /* Firezone.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Firezone.entitlements; sourceTree = "<group>"; };
|
|
8D1D405D2CFF6F5D00E669F9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
8D41B9A42D15DD6800D16065 /* TunnelLogArchive.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunnelLogArchive.swift; sourceTree = "<group>"; };
|
|
8D5047E32CE6A8F4009802E9 /* dev.firezone.firezone.network-extension.systemextension */ = {isa = PBXFileReference; explicitFileType = "wrapper.system-extension"; includeInIndex = 0; path = "dev.firezone.firezone.network-extension.systemextension"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
8D5047E82CE6A8F4009802E9 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
|
|
8D69392B2BA24FE600AF4396 /* BindResolvers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BindResolvers.swift; sourceTree = "<group>"; };
|
|
8D6939312BA2521A00AF4396 /* SystemConfigurationResolvers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SystemConfigurationResolvers.swift; sourceTree = "<group>"; };
|
|
8DA12C322BB7DA04007D91EB /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
|
|
8DC08BCC2B296C5900675F46 /* libresolv.9.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.9.tbd; path = usr/lib/libresolv.9.tbd; sourceTree = SDKROOT; };
|
|
8DC08BD12B297B7B00675F46 /* libresolv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.tbd; path = usr/lib/libresolv.tbd; sourceTree = SDKROOT; };
|
|
8DC333F72D2FA85200E627D5 /* libresolv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.tbd; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/lib/libresolv.tbd; sourceTree = DEVELOPER_DIR; };
|
|
8DC333F82D2FA85200E627D5 /* libresolv.9.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.9.tbd; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/lib/libresolv.9.tbd; sourceTree = DEVELOPER_DIR; };
|
|
8DCC021928D512AC007E12D2 /* Firezone.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Firezone.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
8DCC021C28D512AC007E12D2 /* FirezoneApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirezoneApp.swift; sourceTree = "<group>"; };
|
|
8DCC022528D512AE007E12D2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
8DCC022928D512AE007E12D2 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
|
8DD2C4C3297B37BA00F984BF /* FirezoneKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = FirezoneKit; sourceTree = "<group>"; };
|
|
8DDD0E8B2ADC6657001FA7E9 /* config.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = config.xcconfig; path = xcconfig/config.xcconfig; sourceTree = "<group>"; };
|
|
8DE1077A2D2313EB00DB5A45 /* Info.iOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.iOS.plist; sourceTree = "<group>"; };
|
|
8DE1077B2D2313EB00DB5A45 /* Info.macOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.macOS.plist; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
05CF1CED290B1CEE00CF4755 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8DC333F92D2FA85200E627D5 /* libresolv.tbd in Frameworks */,
|
|
8DC333FA2D2FA85200E627D5 /* libresolv.9.tbd in Frameworks */,
|
|
8D4087D52D24653B005B2BAF /* Sentry in Frameworks */,
|
|
794C38152970A2660029F38F /* FirezoneKit in Frameworks */,
|
|
05CF1CF1290B1CEE00CF4755 /* NetworkExtension.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
8D5047E02CE6A8F4009802E9 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8DC333FB2D2FA89100E627D5 /* SystemConfiguration.framework in Frameworks */,
|
|
8D5047F82CE6AA22009802E9 /* FirezoneKit in Frameworks */,
|
|
8DC9FB852CF5A738001BCE6A /* NetworkExtension.framework in Frameworks */,
|
|
8D4087D92D246541005B2BAF /* Sentry in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
8DCC021628D512AC007E12D2 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
05D3BB2128FDE9C000BC3727 /* NetworkExtension.framework in Frameworks */,
|
|
79756C6629704A7A0018E2D5 /* FirezoneKit in Frameworks */,
|
|
8D4087DD2D246651005B2BAF /* Sentry in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
05833DF928F73B070008FAB0 /* FirezoneNetworkExtension */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8DE1077A2D2313EB00DB5A45 /* Info.iOS.plist */,
|
|
8DE1077B2D2313EB00DB5A45 /* Info.macOS.plist */,
|
|
8D6939312BA2521A00AF4396 /* SystemConfigurationResolvers.swift */,
|
|
8D69392B2BA24FE600AF4396 /* BindResolvers.swift */,
|
|
05CF1CF6290B1CEE00CF4755 /* FirezoneNetworkExtension.entitlements */,
|
|
8D5047E82CE6A8F4009802E9 /* main.swift */,
|
|
05833DFA28F73B070008FAB0 /* PacketTunnelProvider.swift */,
|
|
6FE454EA2A5BFABA006549B1 /* Adapter.swift */,
|
|
6FE93AFA2A738D7E002D278A /* NetworkSettings.swift */,
|
|
6FE455082A5D110D006549B1 /* CallbackHandler.swift */,
|
|
6FE4550B2A5D111D006549B1 /* SwiftBridgeCore.swift */,
|
|
8D41B9A42D15DD6800D16065 /* TunnelLogArchive.swift */,
|
|
6FE4550E2A5D112C006549B1 /* connlib-client-apple.swift */,
|
|
6FE455112A5D13A2006549B1 /* FirezoneNetworkExtension-Bridging-Header.h */,
|
|
);
|
|
path = FirezoneNetworkExtension;
|
|
sourceTree = "<group>";
|
|
};
|
|
05E1505F28FF398000170F82 /* Application */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8DCC021C28D512AC007E12D2 /* FirezoneApp.swift */,
|
|
);
|
|
path = Application;
|
|
sourceTree = "<group>";
|
|
};
|
|
8D3F90C328D64FAD00980124 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8DC08BD12B297B7B00675F46 /* libresolv.tbd */,
|
|
8DC08BCC2B296C5900675F46 /* libresolv.9.tbd */,
|
|
8DC333F72D2FA85200E627D5 /* libresolv.tbd */,
|
|
8DC333F82D2FA85200E627D5 /* libresolv.9.tbd */,
|
|
6FFECD5B2AD6998400E00273 /* SystemConfiguration.framework */,
|
|
05D3BB1628FDBD8A00BC3727 /* NetworkExtension.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
8DCC021028D512AC007E12D2 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8DA12C322BB7DA04007D91EB /* PrivacyInfo.xcprivacy */,
|
|
8DD2C4C2297B37BA00F984BF /* Packages */,
|
|
8DCC021B28D512AC007E12D2 /* Firezone */,
|
|
05833DF928F73B070008FAB0 /* FirezoneNetworkExtension */,
|
|
8DCC021A28D512AC007E12D2 /* Products */,
|
|
8D3F90C328D64FAD00980124 /* Frameworks */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
8DCC021A28D512AC007E12D2 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8DCC021928D512AC007E12D2 /* Firezone.app */,
|
|
05CF1CF0290B1CEE00CF4755 /* dev.firezone.firezone.network-extension.appex */,
|
|
8D5047E32CE6A8F4009802E9 /* dev.firezone.firezone.network-extension.systemextension */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
8DCC021B28D512AC007E12D2 /* Firezone */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8D1D405C2CFF6F5200E669F9 /* Firezone.entitlements */,
|
|
8D1D405D2CFF6F5D00E669F9 /* Info.plist */,
|
|
8DDD0E8B2ADC6657001FA7E9 /* config.xcconfig */,
|
|
05E1505F28FF398000170F82 /* Application */,
|
|
8DCC022528D512AE007E12D2 /* Assets.xcassets */,
|
|
8DCC022828D512AE007E12D2 /* Preview Content */,
|
|
);
|
|
path = Firezone;
|
|
sourceTree = "<group>";
|
|
};
|
|
8DCC022828D512AE007E12D2 /* Preview Content */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8DCC022928D512AE007E12D2 /* Preview Assets.xcassets */,
|
|
);
|
|
path = "Preview Content";
|
|
sourceTree = "<group>";
|
|
};
|
|
8DD2C4C2297B37BA00F984BF /* Packages */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8DD2C4C3297B37BA00F984BF /* FirezoneKit */,
|
|
);
|
|
name = Packages;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
05CF1CEF290B1CEE00CF4755 /* FirezoneNetworkExtensioniOS */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 05CF1CFA290B1CEE00CF4755 /* Build configuration list for PBXNativeTarget "FirezoneNetworkExtensioniOS" */;
|
|
buildPhases = (
|
|
8D8555832D0A7CBB00A1EA09 /* Build Connlib */,
|
|
05CF1CEC290B1CEE00CF4755 /* Sources */,
|
|
05CF1CED290B1CEE00CF4755 /* Frameworks */,
|
|
05CF1CEE290B1CEE00CF4755 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = FirezoneNetworkExtensioniOS;
|
|
packageProductDependencies = (
|
|
794C38142970A2660029F38F /* FirezoneKit */,
|
|
8D4087D42D24653B005B2BAF /* Sentry */,
|
|
);
|
|
productName = FirezoneNetworkExtensioniOS;
|
|
productReference = 05CF1CF0290B1CEE00CF4755 /* dev.firezone.firezone.network-extension.appex */;
|
|
productType = "com.apple.product-type.app-extension";
|
|
};
|
|
8D5047E22CE6A8F4009802E9 /* FirezoneNetworkExtensionmacOS */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 8D5047F02CE6A8F4009802E9 /* Build configuration list for PBXNativeTarget "FirezoneNetworkExtensionmacOS" */;
|
|
buildPhases = (
|
|
8D8555822D0A796100A1EA09 /* Build Connlib */,
|
|
8D5047DF2CE6A8F4009802E9 /* Sources */,
|
|
8D5047E02CE6A8F4009802E9 /* Frameworks */,
|
|
8D5047E12CE6A8F4009802E9 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = FirezoneNetworkExtensionmacOS;
|
|
packageProductDependencies = (
|
|
8D5047F72CE6AA22009802E9 /* FirezoneKit */,
|
|
8D4087D82D246541005B2BAF /* Sentry */,
|
|
);
|
|
productName = FirezoneNetworkExtensionStandalonemacOS;
|
|
productReference = 8D5047E32CE6A8F4009802E9 /* dev.firezone.firezone.network-extension.systemextension */;
|
|
productType = "com.apple.product-type.system-extension";
|
|
};
|
|
8DCC021828D512AC007E12D2 /* Firezone */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 8DCC024328D512AE007E12D2 /* Build configuration list for PBXNativeTarget "Firezone" */;
|
|
buildPhases = (
|
|
8D40C0B72DD1335C00ACF8D7 /* Generate build number */,
|
|
8DCC021528D512AC007E12D2 /* Sources */,
|
|
8D70FAE62D4971E900216473 /* SwiftLint */,
|
|
8DCC021628D512AC007E12D2 /* Frameworks */,
|
|
8DCC021728D512AC007E12D2 /* Resources */,
|
|
8DC169A32CFF77D1006801B5 /* Embed Foundation Extensions */,
|
|
8DC169A42CFF77D1006801B5 /* Embed System Extensions */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
8DC1699F2CFF77D1006801B5 /* PBXTargetDependency */,
|
|
8DC169A22CFF77D1006801B5 /* PBXTargetDependency */,
|
|
);
|
|
name = Firezone;
|
|
packageProductDependencies = (
|
|
79756C6529704A7A0018E2D5 /* FirezoneKit */,
|
|
8D4087DC2D246651005B2BAF /* Sentry */,
|
|
);
|
|
productName = Firezone;
|
|
productReference = 8DCC021928D512AC007E12D2 /* Firezone.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
8DCC021128D512AC007E12D2 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = 1;
|
|
LastSwiftUpdateCheck = 1610;
|
|
LastUpgradeCheck = 1620;
|
|
TargetAttributes = {
|
|
05CF1CEF290B1CEE00CF4755 = {
|
|
CreatedOnToolsVersion = 14.0.1;
|
|
LastSwiftMigration = 1430;
|
|
};
|
|
8D5047E22CE6A8F4009802E9 = {
|
|
CreatedOnToolsVersion = 16.1;
|
|
};
|
|
8DCC021828D512AC007E12D2 = {
|
|
CreatedOnToolsVersion = 14.0;
|
|
LastSwiftMigration = 1400;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 8DCC021428D512AC007E12D2 /* Build configuration list for PBXProject "Firezone" */;
|
|
compatibilityVersion = "Xcode 14.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 8DCC021028D512AC007E12D2;
|
|
packageReferences = (
|
|
8D4087C72D2464D6005B2BAF /* XCRemoteSwiftPackageReference "sentry-cocoa" */,
|
|
8D70FAE52D49714500216473 /* XCRemoteSwiftPackageReference "SwiftLintPlugins" */,
|
|
);
|
|
productRefGroup = 8DCC021A28D512AC007E12D2 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
8DCC021828D512AC007E12D2 /* Firezone */,
|
|
05CF1CEF290B1CEE00CF4755 /* FirezoneNetworkExtensioniOS */,
|
|
8D5047E22CE6A8F4009802E9 /* FirezoneNetworkExtensionmacOS */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
05CF1CEE290B1CEE00CF4755 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
8D5047E12CE6A8F4009802E9 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
8DCC021728D512AC007E12D2 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8DFDEAC72D2CEBA500615095 /* PrivacyInfo.xcprivacy in Resources */,
|
|
8DCC022A28D512AE007E12D2 /* Preview Assets.xcassets in Resources */,
|
|
8DCC022628D512AE007E12D2 /* Assets.xcassets in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
8D40C0B72DD1335C00ACF8D7 /* Generate build number */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
alwaysOutOfDate = 1;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputFileListPaths = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "Generate build number";
|
|
outputFileListPaths = (
|
|
);
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "# Set the project (build) version to the current epoch so that it monotonically increases\nseconds_since_epoch=$(date +%s)\necho \"CURRENT_PROJECT_VERSION = $seconds_since_epoch\" > Firezone/xcconfig/dynamic_build_number.xcconfig\n";
|
|
};
|
|
8D70FAE62D4971E900216473 /* SwiftLint */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
alwaysOutOfDate = 1;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputFileListPaths = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = SwiftLint;
|
|
outputFileListPaths = (
|
|
);
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "if [[ \"$(uname -m)\" == arm64 ]]\nthen\n export PATH=\"/opt/homebrew/bin:$PATH\"\nfi\n\nif command -v swiftlint >/dev/null 2>&1\nthen\n swiftlint --autocorrect\n swiftlint --strict\nelse\n echo \"warning: `swiftlint` command not found - See https://github.com/realm/SwiftLint#installation for installation instructions.\"\nfi\n";
|
|
};
|
|
8D8555822D0A796100A1EA09 /* Build Connlib */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
alwaysOutOfDate = 1;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputFileListPaths = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "Build Connlib";
|
|
outputFileListPaths = (
|
|
"$(SRCROOT)/FirezoneNetworkExtension/Connlib.xcfilelist",
|
|
);
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\ncd ../../rust/connlib/clients/apple\n./build-rust.sh\n";
|
|
};
|
|
8D8555832D0A7CBB00A1EA09 /* Build Connlib */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
alwaysOutOfDate = 1;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputFileListPaths = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "Build Connlib";
|
|
outputFileListPaths = (
|
|
"$(SRCROOT)/FirezoneNetworkExtension/Connlib.xcfilelist",
|
|
);
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "cd ../../rust/connlib/clients/apple\n./build-rust.sh\n";
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
05CF1CEC290B1CEE00CF4755 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8DC08BD72B297DB400675F46 /* FirezoneNetworkExtension-Bridging-Header.h in Sources */,
|
|
6FE455092A5D110D006549B1 /* CallbackHandler.swift in Sources */,
|
|
6FE4550F2A5D112C006549B1 /* connlib-client-apple.swift in Sources */,
|
|
8D41B9A52D15DD6800D16065 /* TunnelLogArchive.swift in Sources */,
|
|
05CF1D17290B1FE700CF4755 /* PacketTunnelProvider.swift in Sources */,
|
|
6FE454F62A5BFB93006549B1 /* Adapter.swift in Sources */,
|
|
6FE4550C2A5D111E006549B1 /* SwiftBridgeCore.swift in Sources */,
|
|
8D69392C2BA24FE600AF4396 /* BindResolvers.swift in Sources */,
|
|
6FE93AFB2A738D7E002D278A /* NetworkSettings.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
8D5047DF2CE6A8F4009802E9 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8D41B9A62D15DD6800D16065 /* TunnelLogArchive.swift in Sources */,
|
|
8DE452A82CE6C194004CEDF9 /* main.swift in Sources */,
|
|
8D5047FB2CE6AA37009802E9 /* FirezoneNetworkExtension-Bridging-Header.h in Sources */,
|
|
8D5048042CE6B0AE009802E9 /* SwiftBridgeCore.swift in Sources */,
|
|
8D5047FD2CE6AA47009802E9 /* connlib-client-apple.swift in Sources */,
|
|
8D5047FC2CE6AA47009802E9 /* CallbackHandler.swift in Sources */,
|
|
8D5047FE2CE6AA54009802E9 /* PacketTunnelProvider.swift in Sources */,
|
|
8D5048002CE6AA60009802E9 /* SystemConfigurationResolvers.swift in Sources */,
|
|
8D5048012CE6AA60009802E9 /* NetworkSettings.swift in Sources */,
|
|
8D5047FF2CE6AA54009802E9 /* Adapter.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
8DCC021528D512AC007E12D2 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8DCC021D28D512AC007E12D2 /* FirezoneApp.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
8DC1699F2CFF77D1006801B5 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
platformFilter = ios;
|
|
target = 05CF1CEF290B1CEE00CF4755 /* FirezoneNetworkExtensioniOS */;
|
|
targetProxy = 8DC1699E2CFF77D1006801B5 /* PBXContainerItemProxy */;
|
|
};
|
|
8DC169A22CFF77D1006801B5 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
platformFilters = (
|
|
macos,
|
|
);
|
|
target = 8D5047E22CE6A8F4009802E9 /* FirezoneNetworkExtensionmacOS */;
|
|
targetProxy = 8DC169A12CFF77D1006801B5 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
05CF1CFB290B1CEE00CF4755 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_ENTITLEMENTS = FirezoneNetworkExtension/FirezoneNetworkExtension.entitlements;
|
|
CODE_SIGN_IDENTITY = "$(inherited)";
|
|
CODE_SIGN_STYLE = "$(inherited)";
|
|
CURRENT_PROJECT_VERSION = "$(inherited)";
|
|
DEVELOPMENT_TEAM = "$(inherited)";
|
|
FRAMEWORK_SEARCH_PATHS = "";
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_FILE = FirezoneNetworkExtension/Info.iOS.plist;
|
|
INFOPLIST_KEY_CFBundleDisplayName = FirezoneNetworkExtension;
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
|
INFOPLIST_KEY_NSSystemExtensionUsageDescription = "Firezone tunnel service";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
"@executable_path/../../Frameworks",
|
|
);
|
|
"LIBRARY_SEARCH_PATHS[sdk=iphoneos*]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-ios/debug";
|
|
MACOSX_DEPLOYMENT_TARGET = 12.4;
|
|
MARKETING_VERSION = 1.4.15;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
OTHER_LDFLAGS = "-lconnlib";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
|
PRODUCT_NAME = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "$(NE_PROFILE_ID)";
|
|
SDKROOT = iphoneos;
|
|
SKIP_INSTALL = YES;
|
|
SUPPORTED_PLATFORMS = iphoneos;
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "FirezoneNetworkExtension/FirezoneNetworkExtension-Bridging-Header.h";
|
|
SWIFT_OBJC_INTERFACE_HEADER_NAME = "";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TVOS_DEPLOYMENT_TARGET = "";
|
|
WATCHOS_DEPLOYMENT_TARGET = "";
|
|
};
|
|
name = Debug;
|
|
};
|
|
05CF1CFC290B1CEE00CF4755 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_ENTITLEMENTS = FirezoneNetworkExtension/FirezoneNetworkExtension.entitlements;
|
|
CODE_SIGN_IDENTITY = "$(inherited)";
|
|
CODE_SIGN_STYLE = "$(inherited)";
|
|
CURRENT_PROJECT_VERSION = "$(inherited)";
|
|
DEVELOPMENT_TEAM = "$(inherited)";
|
|
FRAMEWORK_SEARCH_PATHS = "";
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_FILE = FirezoneNetworkExtension/Info.iOS.plist;
|
|
INFOPLIST_KEY_CFBundleDisplayName = FirezoneNetworkExtension;
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
|
INFOPLIST_KEY_NSSystemExtensionUsageDescription = "Firezone tunnel service";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
"@executable_path/../../Frameworks",
|
|
);
|
|
"LIBRARY_SEARCH_PATHS[sdk=iphoneos*]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-ios/release";
|
|
MACOSX_DEPLOYMENT_TARGET = 12.4;
|
|
MARKETING_VERSION = 1.4.15;
|
|
OTHER_LDFLAGS = "-lconnlib";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
|
PRODUCT_NAME = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "$(NE_PROFILE_ID)";
|
|
SDKROOT = iphoneos;
|
|
SKIP_INSTALL = YES;
|
|
SUPPORTED_PLATFORMS = iphoneos;
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "FirezoneNetworkExtension/FirezoneNetworkExtension-Bridging-Header.h";
|
|
SWIFT_OBJC_INTERFACE_HEADER_NAME = "";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TVOS_DEPLOYMENT_TARGET = "";
|
|
VALIDATE_PRODUCT = YES;
|
|
WATCHOS_DEPLOYMENT_TARGET = "";
|
|
};
|
|
name = Release;
|
|
};
|
|
8D5047F12CE6A8F4009802E9 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_ENTITLEMENTS = FirezoneNetworkExtension/FirezoneNetworkExtension.entitlements;
|
|
CODE_SIGN_IDENTITY = "$(inherited)";
|
|
CODE_SIGN_STYLE = "$(inherited)";
|
|
CURRENT_PROJECT_VERSION = "$(inherited)";
|
|
DEVELOPMENT_TEAM = "$(inherited)";
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_FILE = FirezoneNetworkExtension/Info.macOS.plist;
|
|
INFOPLIST_KEY_CFBundleDisplayName = FirezoneNetworkExtension;
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
|
IPHONEOS_DEPLOYMENT_TARGET = "";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
"@executable_path/../../../../Frameworks",
|
|
);
|
|
"LIBRARY_SEARCH_PATHS[arch=arm64]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-darwin/debug";
|
|
"LIBRARY_SEARCH_PATHS[arch=arm64e]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-darwin/debug";
|
|
"LIBRARY_SEARCH_PATHS[arch=x86_64]" = "$(CONNLIB_TARGET_DIR)/x86_64-apple-darwin/debug";
|
|
MARKETING_VERSION = 1.4.15;
|
|
OTHER_LDFLAGS = "-lconnlib";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
|
PRODUCT_NAME = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "$(NE_PROFILE_ID)";
|
|
SDKROOT = macosx;
|
|
SKIP_INSTALL = YES;
|
|
SUPPORTED_PLATFORMS = macosx;
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "FirezoneNetworkExtension/FirezoneNetworkExtension-Bridging-Header.h";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
8D5047F22CE6A8F4009802E9 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_ENTITLEMENTS = FirezoneNetworkExtension/FirezoneNetworkExtension.entitlements;
|
|
CODE_SIGN_IDENTITY = "$(inherited)";
|
|
CODE_SIGN_STYLE = "$(inherited)";
|
|
CURRENT_PROJECT_VERSION = "$(inherited)";
|
|
DEAD_CODE_STRIPPING = YES;
|
|
DEVELOPMENT_TEAM = "$(inherited)";
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_FILE = FirezoneNetworkExtension/Info.macOS.plist;
|
|
INFOPLIST_KEY_CFBundleDisplayName = FirezoneNetworkExtension;
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
|
IPHONEOS_DEPLOYMENT_TARGET = "";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
"@executable_path/../../../../Frameworks",
|
|
);
|
|
"LIBRARY_SEARCH_PATHS[arch=arm64]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-darwin/release";
|
|
"LIBRARY_SEARCH_PATHS[arch=arm64e]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-darwin/release";
|
|
"LIBRARY_SEARCH_PATHS[arch=x86_64]" = "$(CONNLIB_TARGET_DIR)/x86_64-apple-darwin/release";
|
|
MARKETING_VERSION = 1.4.15;
|
|
OTHER_LDFLAGS = "-lconnlib";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
|
PRODUCT_NAME = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "$(NE_PROFILE_ID)";
|
|
SDKROOT = macosx;
|
|
SKIP_INSTALL = YES;
|
|
SUPPORTED_PLATFORMS = macosx;
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "FirezoneNetworkExtension/FirezoneNetworkExtension-Bridging-Header.h";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
8DCC024128D512AE007E12D2 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 8DDD0E8B2ADC6657001FA7E9 /* config.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
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;
|
|
CONNLIB_SOURCE_DIR = "$(PROJECT_DIR)/../../rust/connlib/clients/apple";
|
|
CONNLIB_TARGET_DIR = "$(PROJECT_DIR)/../../rust/target";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEAD_CODE_STRIPPING = YES;
|
|
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_TREAT_WARNINGS_AS_ERRORS = 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 = 15.6;
|
|
MACOSX_DEPLOYMENT_TARGET = 12.4;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SUPPORTED_PLATFORMS = "macosx iphoneos";
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
8DCC024228D512AE007E12D2 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 8DDD0E8B2ADC6657001FA7E9 /* config.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
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;
|
|
CONNLIB_SOURCE_DIR = "$(PROJECT_DIR)/../../rust/connlib/clients/apple";
|
|
CONNLIB_TARGET_DIR = "$(PROJECT_DIR)/../../rust/target";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEAD_CODE_STRIPPING = YES;
|
|
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_TREAT_WARNINGS_AS_ERRORS = 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 = 15.6;
|
|
MACOSX_DEPLOYMENT_TARGET = 12.4;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SUPPORTED_PLATFORMS = "macosx iphoneos";
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
8DCC024428D512AE007E12D2 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_ENTITLEMENTS = Firezone/Firezone.entitlements;
|
|
CODE_SIGN_IDENTITY = "$(inherited)";
|
|
CODE_SIGN_STYLE = "$(inherited)";
|
|
CURRENT_PROJECT_VERSION = "$(inherited)";
|
|
DEAD_CODE_STRIPPING = YES;
|
|
DEVELOPMENT_TEAM = "$(inherited)";
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
ENABLE_PREVIEWS = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_FILE = Firezone/Info.plist;
|
|
INFOPLIST_KEY_CFBundleDisplayName = Firezone;
|
|
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
|
|
INFOPLIST_KEY_LSUIElement = YES;
|
|
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
|
|
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
|
|
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
|
MACOSX_DEPLOYMENT_TARGET = 12.4;
|
|
MARKETING_VERSION = 1.4.15;
|
|
OTHER_LDFLAGS = "";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "$(APP_PROFILE_ID)";
|
|
SDKROOT = auto;
|
|
SUPPORTED_PLATFORMS = "iphoneos macosx";
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_INSTALL_MODULE = YES;
|
|
SWIFT_INSTALL_OBJC_HEADER = NO;
|
|
SWIFT_OBJC_INTERFACE_HEADER_NAME = "";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TVOS_DEPLOYMENT_TARGET = "";
|
|
WATCHOS_DEPLOYMENT_TARGET = "";
|
|
};
|
|
name = Debug;
|
|
};
|
|
8DCC024528D512AE007E12D2 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_ENTITLEMENTS = Firezone/Firezone.entitlements;
|
|
CODE_SIGN_IDENTITY = "$(inherited)";
|
|
CODE_SIGN_STYLE = "$(inherited)";
|
|
CURRENT_PROJECT_VERSION = "$(inherited)";
|
|
DEAD_CODE_STRIPPING = YES;
|
|
DEFINES_MODULE = NO;
|
|
DEVELOPMENT_ASSET_PATHS = "\"Firezone/Preview Content\"";
|
|
DEVELOPMENT_TEAM = "$(inherited)";
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
ENABLE_PREVIEWS = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_FILE = Firezone/Info.plist;
|
|
INFOPLIST_KEY_CFBundleDisplayName = Firezone;
|
|
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
|
|
INFOPLIST_KEY_LSUIElement = YES;
|
|
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
|
|
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
|
|
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
|
MACOSX_DEPLOYMENT_TARGET = 12.4;
|
|
MARKETING_VERSION = 1.4.15;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited)";
|
|
PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "$(APP_PROFILE_ID)";
|
|
SDKROOT = auto;
|
|
SUPPORTED_PLATFORMS = "iphoneos macosx";
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_INSTALL_MODULE = NO;
|
|
SWIFT_INSTALL_OBJC_HEADER = NO;
|
|
SWIFT_OBJC_INTERFACE_HEADER_NAME = "";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TVOS_DEPLOYMENT_TARGET = "";
|
|
WATCHOS_DEPLOYMENT_TARGET = "";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
05CF1CFA290B1CEE00CF4755 /* Build configuration list for PBXNativeTarget "FirezoneNetworkExtensioniOS" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
05CF1CFB290B1CEE00CF4755 /* Debug */,
|
|
05CF1CFC290B1CEE00CF4755 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
8D5047F02CE6A8F4009802E9 /* Build configuration list for PBXNativeTarget "FirezoneNetworkExtensionmacOS" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
8D5047F12CE6A8F4009802E9 /* Debug */,
|
|
8D5047F22CE6A8F4009802E9 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
8DCC021428D512AC007E12D2 /* Build configuration list for PBXProject "Firezone" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
8DCC024128D512AE007E12D2 /* Debug */,
|
|
8DCC024228D512AE007E12D2 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
8DCC024328D512AE007E12D2 /* Build configuration list for PBXNativeTarget "Firezone" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
8DCC024428D512AE007E12D2 /* Debug */,
|
|
8DCC024528D512AE007E12D2 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
|
|
/* Begin XCRemoteSwiftPackageReference section */
|
|
8D4087C72D2464D6005B2BAF /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/getsentry/sentry-cocoa";
|
|
requirement = {
|
|
kind = upToNextMajorVersion;
|
|
minimumVersion = 8.42.1;
|
|
};
|
|
};
|
|
8D70FAE52D49714500216473 /* XCRemoteSwiftPackageReference "SwiftLintPlugins" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/SimplyDanny/SwiftLintPlugins";
|
|
requirement = {
|
|
kind = upToNextMajorVersion;
|
|
minimumVersion = 0.58.2;
|
|
};
|
|
};
|
|
/* End XCRemoteSwiftPackageReference section */
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
794C38142970A2660029F38F /* FirezoneKit */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
productName = FirezoneKit;
|
|
};
|
|
79756C6529704A7A0018E2D5 /* FirezoneKit */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
productName = FirezoneKit;
|
|
};
|
|
8D4087D42D24653B005B2BAF /* Sentry */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 8D4087C72D2464D6005B2BAF /* XCRemoteSwiftPackageReference "sentry-cocoa" */;
|
|
productName = Sentry;
|
|
};
|
|
8D4087D82D246541005B2BAF /* Sentry */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 8D4087C72D2464D6005B2BAF /* XCRemoteSwiftPackageReference "sentry-cocoa" */;
|
|
productName = Sentry;
|
|
};
|
|
8D4087DC2D246651005B2BAF /* Sentry */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 8D4087C72D2464D6005B2BAF /* XCRemoteSwiftPackageReference "sentry-cocoa" */;
|
|
productName = Sentry;
|
|
};
|
|
8D5047F72CE6AA22009802E9 /* FirezoneKit */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
productName = FirezoneKit;
|
|
};
|
|
/* End XCSwiftPackageProductDependency section */
|
|
};
|
|
rootObject = 8DCC021128D512AC007E12D2 /* Project object */;
|
|
}
|