Skip to content

Commit

Permalink
build: Fix macOS use with Carthage by working around wrong build paths
Browse files Browse the repository at this point in the history
FB7365403
  • Loading branch information
kattrali committed Oct 10, 2019
1 parent 4441fea commit 3d7d490
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Configurations/Config.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,9 @@ ENABLE_BITCODE[sdk=iphonesimulator*] = YES
ENABLE_BITCODE[sdk=iphone*] = YES
ENABLE_BITCODE[sdk=appletvsimulator*] = YES
ENABLE_BITCODE[sdk=appletv*] = YES


// Unset this property to work around an issue where the build paths generated
// by `xcodebuild -showBuildSettings` are wrong when building the macOS variant
// of a universal framework. (FB7365403)
EFFECTIVE_PLATFORM_NAME =

0 comments on commit 3d7d490

Please sign in to comment.