Skip to content

Commit

Permalink
refactor: correctly append to build settings from pods
Browse files Browse the repository at this point in the history
  • Loading branch information
lwouis committed Feb 24, 2020
1 parent 943b0ec commit fe3077c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ SWIFT_VERSION = 4.2
INFOPLIST_FILE = Info.plist
CODE_SIGN_ENTITLEMENTS = alt_tab_macos.entitlements
IDEDerivedDataPathOverride = DerivedData
FRAMEWORK_SEARCH_PATHS = $(inherited) /System/Library/PrivateFrameworks // for SkyLight.framework
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks // for accessing swift dylibs at runtime
FRAMEWORK_SEARCH_PATHS[config=*] = $(inherited) /System/Library/PrivateFrameworks // for SkyLight.framework
ENABLE_HARDENED_RUNTIME = YES // for notarization
OTHER_CODE_SIGN_FLAGS = --timestamp --deep --options runtime // for notarization

0 comments on commit fe3077c

Please sign in to comment.