|
1148 | 1148 | 4B4BEC482A11B61F001D9AC5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4B4BEC342A11B509001D9AC5 /* Assets.xcassets */; };
|
1149 | 1149 | 4B4D603F2A0B290200BCD287 /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B4D603E2A0B290200BCD287 /* NetworkExtension.framework */; };
|
1150 | 1150 | 4B4D60892A0B2A1C00BCD287 /* NetworkProtectionUNNotificationsPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B4D60762A0B29FA00BCD287 /* NetworkProtectionUNNotificationsPresenter.swift */; };
|
1151 |
| - 4B4D609F2A0B2C7300BCD287 /* Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85799C1725DEBB3F0007EC87 /* Logging.swift */; }; |
1152 | 1151 | 4B4D60A02A0B2D5B00BCD287 /* Bundle+VPN.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B4D605E2A0B29FA00BCD287 /* Bundle+VPN.swift */; };
|
1153 | 1152 | 4B4D60A12A0B2D6100BCD287 /* NetworkProtectionOptionKeyExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B4D605F2A0B29FA00BCD287 /* NetworkProtectionOptionKeyExtension.swift */; };
|
1154 | 1153 | 4B4D60A52A0B2EC000BCD287 /* UserText+NetworkProtectionExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B4D607C2A0B29FA00BCD287 /* UserText+NetworkProtectionExtensions.swift */; };
|
|
1511 | 1510 | 7B00997D2B6508B700FE7C31 /* NetworkProtectionProxy in Frameworks */ = {isa = PBXBuildFile; productRef = 7B00997C2B6508B700FE7C31 /* NetworkProtectionProxy */; };
|
1512 | 1511 | 7B00997F2B6508C200FE7C31 /* NetworkProtectionProxy in Frameworks */ = {isa = PBXBuildFile; productRef = 7B00997E2B6508C200FE7C31 /* NetworkProtectionProxy */; };
|
1513 | 1512 | 7B0099822B65C6B300FE7C31 /* MacTransparentProxyProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B0099802B65C6B300FE7C31 /* MacTransparentProxyProvider.swift */; };
|
| 1513 | + 7B01AC6E2C36BB7E004FADC7 /* VPNLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B01AC6D2C36BB7E004FADC7 /* VPNLogger.swift */; }; |
| 1514 | + 7B01AC6F2C36BB7E004FADC7 /* VPNLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B01AC6D2C36BB7E004FADC7 /* VPNLogger.swift */; }; |
1514 | 1515 | 7B0694982B6E980F00FA4DBA /* VPNProxyLauncher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B0694972B6E980F00FA4DBA /* VPNProxyLauncher.swift */; };
|
1515 | 1516 | 7B09CBA92BA4BE8100CF245B /* NetworkProtectionPixelEventTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B09CBA72BA4BE7000CF245B /* NetworkProtectionPixelEventTests.swift */; };
|
1516 | 1517 | 7B09CBAA2BA4BE8200CF245B /* NetworkProtectionPixelEventTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B09CBA72BA4BE7000CF245B /* NetworkProtectionPixelEventTests.swift */; };
|
|
3428 | 3429 | 56D145F029E6F06D00E3488A /* MockBookmarkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockBookmarkManager.swift; sourceTree = "<group>"; };
|
3429 | 3430 | 56D6A3D529DB2BAB0055215A /* ContinueSetUpView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContinueSetUpView.swift; sourceTree = "<group>"; };
|
3430 | 3431 | 7B0099802B65C6B300FE7C31 /* MacTransparentProxyProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MacTransparentProxyProvider.swift; sourceTree = "<group>"; };
|
| 3432 | + 7B01AC6D2C36BB7E004FADC7 /* VPNLogger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VPNLogger.swift; sourceTree = "<group>"; }; |
3431 | 3433 | 7B05829D2A812AC000AC3F7C /* NetworkProtectionOnboardingMenu.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkProtectionOnboardingMenu.swift; sourceTree = "<group>"; };
|
3432 | 3434 | 7B0694972B6E980F00FA4DBA /* VPNProxyLauncher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VPNProxyLauncher.swift; sourceTree = "<group>"; };
|
3433 | 3435 | 7B09CBA72BA4BE7000CF245B /* NetworkProtectionPixelEventTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkProtectionPixelEventTests.swift; sourceTree = "<group>"; };
|
|
5311 | 5313 | EEF12E6D2A2111880023E6BF /* MacPacketTunnelProvider.swift */,
|
5312 | 5314 | 7B0099802B65C6B300FE7C31 /* MacTransparentProxyProvider.swift */,
|
5313 | 5315 | EE66418B2B9B1981005BCD17 /* NetworkProtectionTokenStore+SubscriptionTokenKeychainStorage.swift */,
|
| 5316 | + 7B01AC6D2C36BB7E004FADC7 /* VPNLogger.swift */, |
5314 | 5317 | );
|
5315 | 5318 | path = NetworkExtensionTargets;
|
5316 | 5319 | sourceTree = "<group>";
|
|
10868 | 10871 | 4B2D06322A11C1D300DE1F49 /* NSApplicationExtension.swift in Sources */,
|
10869 | 10872 | F1FDC93B2BF51F41006B1435 /* VPNSettings+Environment.swift in Sources */,
|
10870 | 10873 | 4BF0E50B2AD2552200FFEC9E /* NetworkProtectionPixelEvent.swift in Sources */,
|
| 10874 | + 7B01AC6F2C36BB7E004FADC7 /* VPNLogger.swift in Sources */, |
10871 | 10875 | 4B41EDA12B15437A001EEDF4 /* NetworkProtectionNotificationsPresenterFactory.swift in Sources */,
|
10872 | 10876 | 7B0099822B65C6B300FE7C31 /* MacTransparentProxyProvider.swift in Sources */,
|
10873 | 10877 | B65DA5F32A77D3C700CBEE8D /* UserDefaultsWrapper.swift in Sources */,
|
|
10982 | 10986 | buildActionMask = 2147483647;
|
10983 | 10987 | files = (
|
10984 | 10988 | 4B41EDA02B15437A001EEDF4 /* NetworkProtectionNotificationsPresenterFactory.swift in Sources */,
|
10985 |
| - 4B4D609F2A0B2C7300BCD287 /* Logging.swift in Sources */, |
10986 | 10989 | EE66418C2B9B1981005BCD17 /* NetworkProtectionTokenStore+SubscriptionTokenKeychainStorage.swift in Sources */,
|
10987 | 10990 | 7B7DFB202B7E736B009EA1A3 /* MacPacketTunnelProvider.swift in Sources */,
|
10988 | 10991 | F1DA51962BF6083700CF29FA /* PrivacyProPixel.swift in Sources */,
|
|
10996 | 10999 | 4B4D60A02A0B2D5B00BCD287 /* Bundle+VPN.swift in Sources */,
|
10997 | 11000 | 4B4D60AD2A0C807300BCD287 /* NSApplicationExtension.swift in Sources */,
|
10998 | 11001 | F1DA51922BF6081C00CF29FA /* AttributionPixelHandler.swift in Sources */,
|
| 11002 | + 7B01AC6E2C36BB7E004FADC7 /* VPNLogger.swift in Sources */, |
10999 | 11003 | 4B4D60A52A0B2EC000BCD287 /* UserText+NetworkProtectionExtensions.swift in Sources */,
|
11000 | 11004 | 4BF0E50C2AD2552300FFEC9E /* NetworkProtectionPixelEvent.swift in Sources */,
|
11001 | 11005 | B65DA5F22A77D3C600CBEE8D /* UserDefaultsWrapper.swift in Sources */,
|
|
13178 | 13182 | repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
|
13179 | 13183 | requirement = {
|
13180 | 13184 | kind = exactVersion;
|
13181 |
| - version = 165.0.0; |
| 13185 | + version = 165.0.1; |
13182 | 13186 | };
|
13183 | 13187 | };
|
13184 | 13188 | 9FF521422BAA8FF300B9819B /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
|
|
0 commit comments