Skip to content

Commit b13a44f

Browse files
committed
remove duplicate framework
1 parent c1947aa commit b13a44f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Coder Desktop/project.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,16 @@ targets:
154154
DSTROOT: $(LOCAL_APPS_DIR)/Coder
155155
INSTALL_PATH: /
156156
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"
157162
dependencies:
158163
- target: CoderSDK
159-
embed: true
164+
embed: false # Loaded from SE bundle
160165
- target: VPNLib
161-
embed: true
166+
embed: false # Loaded from SE bundle
162167
- target: VPN
163168
embed: without-signing # Embed without signing.
164169
- package: FluidMenuBarExtra
@@ -233,8 +238,10 @@ targets:
233238
# Empty outside of release builds
234239
PROVISIONING_PROFILE_SPECIFIER: ${EXT_PROVISIONING_PROFILE_ID}
235240
dependencies:
241+
# The app loads the framework embedded here too
236242
- target: VPNLib
237243
embed: true
244+
# The app loads the framework embedded here too
238245
- target: CoderSDK
239246
embed: true
240247
- sdk: NetworkExtension.framework

0 commit comments

Comments
 (0)