-
Notifications
You must be signed in to change notification settings - Fork 520
NetworkExtension macOS xcode16.0 b4
Alex Soto edited this page Aug 7, 2024
·
2 revisions
#NetworkExtension.framework
diff -ruN /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NEVPNProtocolIKEv2.h /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NEVPNProtocolIKEv2.h
--- /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NEVPNProtocolIKEv2.h 2024-07-02 00:54:07
+++ /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NEVPNProtocolIKEv2.h 2024-07-12 00:47:49
@@ -183,7 +183,7 @@
/*!
* @method initWithIdentifier:keychainReference:
* @discussion Initialize a newly-allocated NEVPNIKEv2PPKConfiguration object.
- * @param identifier The identifer for the PPK.
+ * @param identifier The identifier for the PPK.
* @param keychainReference A persistent reference to a keychain item of class kSecClassGenericPassword containing the PPK.
*/
- (instancetype)initWithIdentifier:(NSString *)identifier keychainReference:(NSData *)keychainReference;