Revision: 29695
http://sourceforge.net/p/bibdesk/svn/29695
Author: hofman
Date: 2025-10-10 15:54:05 +0000 (Fri, 10 Oct 2025)
Log Message:
-----------
don't use 'and' in method name
Modified Paths:
--------------
trunk/bibdesk/BDSKSharingClient.m
Modified: trunk/bibdesk/BDSKSharingClient.m
===================================================================
--- trunk/bibdesk/BDSKSharingClient.m 2025-10-10 15:47:42 UTC (rev 29694)
+++ trunk/bibdesk/BDSKSharingClient.m 2025-10-10 15:54:05 UTC (rev 29695)
@@ -63,7 +63,7 @@
NSString *errorMessage;
}
-- (instancetype)initWithClient:(BDSKSharingClient *)aClient
andService:(NSNetService *)aService NS_DESIGNATED_INITIALIZER;
+- (instancetype)initWithClient:(BDSKSharingClient *)aClient
service:(NSNetService *)aService NS_DESIGNATED_INITIALIZER;
- (instancetype)init NS_UNAVAILABLE;
@property (readonly) BOOL needsAuthentication;
@@ -103,7 +103,7 @@
archivedMacros = nil;
needsUpdate = YES;
retrieving = NO;
- asyncClient = [[BDSKAsyncSharingClient alloc] initWithClient:self
andService:aService];
+ asyncClient = [[BDSKAsyncSharingClient alloc] initWithClient:self
service:aService];
}
return self;
}
@@ -168,7 +168,7 @@
// Note we should always support -invalidate, as this can be called when we're
not accepted
+ (NSString *)supportedClientProtocolVersion { return @"1"; }
-- (instancetype)initWithClient:(BDSKSharingClient *)aClient
andService:(NSNetService *)aService;
+- (instancetype)initWithClient:(BDSKSharingClient *)aClient
service:(NSNetService *)aService;
{
self = [super init];
if (self) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit