Skip to content

Commit f0638ad

Browse files
test fix for mac-vfs
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 83cb2f1 commit f0638ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/gui/macOS/fileprovidersocketserver_mac.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
QString fileProviderSocketPath()
1818
{
19-
NSString *appGroupId = [NSString stringWithFormat:@"%@.%@", @DEVELOPMENT_TEAM, @APPLICATION_REV_DOMAIN];
19+
NSString *appGroupId = [NSString stringWithFormat:@"%@.%@", @"@DEVELOPMENT_TEAM@", @APPLICATION_REV_DOMAIN];
2020
NSURL *container = [[NSFileManager defaultManager] containerURLForSecurityApplicationGroupIdentifier:appGroupId];
2121
NSURL *socket = [container URLByAppendingPathComponent:@"fps" isDirectory:false];
2222

src/gui/socketapi/socketapi_mac.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
QString socketApiSocketPath()
1515
{
16-
NSString *appGroupId = [NSString stringWithFormat:@"%@.%@", @DEVELOPMENT_TEAM, @APPLICATION_REV_DOMAIN];
16+
NSString *appGroupId = [NSString stringWithFormat:@"%@.%@", @"@DEVELOPMENT_TEAM@", @APPLICATION_REV_DOMAIN];
1717
NSURL *container = [[NSFileManager defaultManager] containerURLForSecurityApplicationGroupIdentifier:appGroupId];
1818
NSURL *socket = [container URLByAppendingPathComponent:@"s" isDirectory:false];
1919

0 commit comments

Comments
 (0)