File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -154,11 +154,16 @@ targets:
154
154
DSTROOT : $(LOCAL_APPS_DIR)/Coder
155
155
INSTALL_PATH : /
156
156
SKIP_INSTALL : NO
157
+ LD_RUNPATH_SEARCH_PATHS :
158
+ # Load frameworks from the SE bundle.
159
+ - " @executable_path/../../Contents/Library/SystemExtensions/com.coder.Coder-Desktop.VPN.systemextension/Contents/Frameworks"
160
+ - " @executable_path/../Frameworks"
161
+ - " @loader_path/Frameworks"
157
162
dependencies :
158
163
- target : CoderSDK
159
- embed : true
164
+ embed : false # Loaded from SE bundle
160
165
- target : VPNLib
161
- embed : true
166
+ embed : false # Loaded from SE bundle
162
167
- target : VPN
163
168
embed : without-signing # Embed without signing.
164
169
- package : FluidMenuBarExtra
@@ -233,8 +238,10 @@ targets:
233
238
# Empty outside of release builds
234
239
PROVISIONING_PROFILE_SPECIFIER : ${EXT_PROVISIONING_PROFILE_ID}
235
240
dependencies :
241
+ # The app loads the framework embedded here too
236
242
- target : VPNLib
237
243
embed : true
244
+ # The app loads the framework embedded here too
238
245
- target : CoderSDK
239
246
embed : true
240
247
- sdk : NetworkExtension.framework
You can’t perform that action at this time.
0 commit comments