mirror of
https://github.com/yattee/yattee.git
synced 2026-05-13 02:45:03 +00:00
Remove YatteeShareExtension from scheme top-level build entries
Scheme-level build entries bypass the pbxproj target-dependency platformFilter, so tvOS archives tried to build the iOS-only ShareExtension and failed with "No profiles for *.ShareExtension". The extension is still built on iOS via the Yattee target's platform-filtered dependency and embed phase, matching how YatteeTopShelf is wired for tvOS.
This commit is contained in:
@@ -21,20 +21,6 @@
|
||||
ReferencedContainer = "container:Yattee.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "37BA19AA2EE4EB7F001D7B0F"
|
||||
BuildableName = "YatteeShareExtension.appex"
|
||||
BlueprintName = "YatteeShareExtension"
|
||||
ReferencedContainer = "container:Yattee.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
|
||||
Reference in New Issue
Block a user