Skip to content

Commit a478170

Browse files
committed
Fix DNS proxy system extension archive name
1 parent 80b8d21 commit a478170

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
dist/
44
.DS_Store
55
*.xcuserdata/
6+
*.xcuserdatad/
7+
*.xcuserstate
68
DerivedData/
79
*.zip
810
*.dmg

Locale.xcodeproj/project.pbxproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
50A000000000000000000003 /* libLocaleShared.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 90F000000000000000000002 /* libLocaleShared.a */; };
3636
50A000000000000000000004 /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50F000000000000000000001 /* NetworkExtension.framework */; };
3737
50A000000000000000000005 /* libLocaleShared.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 90F000000000000000000002 /* libLocaleShared.a */; };
38-
60A000000000000000000001 /* LocaleDNSProxy.systemextension in Embed System Extensions */ = {isa = PBXBuildFile; fileRef = 90F000000000000000000003 /* LocaleDNSProxy.systemextension */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
38+
60A000000000000000000001 /* dev.offyotto.Locale.LocaleDNSProxy.systemextension in Embed System Extensions */ = {isa = PBXBuildFile; fileRef = 90F000000000000000000003 /* dev.offyotto.Locale.LocaleDNSProxy.systemextension */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
3939
/* End PBXBuildFile section */
4040

4141
/* Begin PBXContainerItemProxy section */
@@ -69,7 +69,7 @@
6969
dstPath = "$(CONTENTS_FOLDER_PATH)/Library/SystemExtensions";
7070
dstSubfolderSpec = 16;
7171
files = (
72-
60A000000000000000000001 /* LocaleDNSProxy.systemextension in Embed System Extensions */,
72+
60A000000000000000000001 /* dev.offyotto.Locale.LocaleDNSProxy.systemextension in Embed System Extensions */,
7373
);
7474
name = "Embed System Extensions";
7575
runOnlyForDeploymentPostprocessing = 0;
@@ -108,7 +108,7 @@
108108
50F000000000000000000002 /* SystemExtensions.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemExtensions.framework; path = System/Library/Frameworks/SystemExtensions.framework; sourceTree = SDKROOT; };
109109
90F000000000000000000001 /* Locale.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Locale.app; sourceTree = BUILT_PRODUCTS_DIR; };
110110
90F000000000000000000002 /* libLocaleShared.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libLocaleShared.a; sourceTree = BUILT_PRODUCTS_DIR; };
111-
90F000000000000000000003 /* LocaleDNSProxy.systemextension */ = {isa = PBXFileReference; explicitFileType = wrapper.system-extension; includeInIndex = 0; path = LocaleDNSProxy.systemextension; sourceTree = BUILT_PRODUCTS_DIR; };
111+
90F000000000000000000003 /* dev.offyotto.Locale.LocaleDNSProxy.systemextension */ = {isa = PBXFileReference; explicitFileType = wrapper.system-extension; includeInIndex = 0; path = dev.offyotto.Locale.LocaleDNSProxy.systemextension; sourceTree = BUILT_PRODUCTS_DIR; };
112112
/* End PBXFileReference section */
113113

114114
/* Begin PBXFrameworksBuildPhase section */
@@ -149,7 +149,7 @@
149149
children = (
150150
90F000000000000000000001 /* Locale.app */,
151151
90F000000000000000000002 /* libLocaleShared.a */,
152-
90F000000000000000000003 /* LocaleDNSProxy.systemextension */,
152+
90F000000000000000000003 /* dev.offyotto.Locale.LocaleDNSProxy.systemextension */,
153153
);
154154
name = Products;
155155
sourceTree = "<group>";
@@ -280,7 +280,7 @@
280280
);
281281
name = LocaleDNSProxy;
282282
productName = LocaleDNSProxy;
283-
productReference = 90F000000000000000000003 /* LocaleDNSProxy.systemextension */;
283+
productReference = 90F000000000000000000003 /* dev.offyotto.Locale.LocaleDNSProxy.systemextension */;
284284
productType = "com.apple.product-type.system-extension";
285285
};
286286
/* End PBXNativeTarget section */
@@ -611,6 +611,7 @@
611611
PROVISIONING_PROFILE_SPECIFIER = "";
612612
SKIP_INSTALL = YES;
613613
SWIFT_VERSION = 5.0;
614+
WRAPPER_NAME = dev.offyotto.Locale.LocaleDNSProxy.systemextension;
614615
WRAPPER_EXTENSION = systemextension;
615616
};
616617
name = Debug;
@@ -637,6 +638,7 @@
637638
PROVISIONING_PROFILE_SPECIFIER = "";
638639
SKIP_INSTALL = YES;
639640
SWIFT_VERSION = 5.0;
641+
WRAPPER_NAME = dev.offyotto.Locale.LocaleDNSProxy.systemextension;
640642
WRAPPER_EXTENSION = systemextension;
641643
};
642644
name = Release;

0 commit comments

Comments
 (0)