Skip to content

Commit

Permalink
build: Remove now unneeded workspaces
Browse files Browse the repository at this point in the history
Also reduces confusion where Carthage may pick "OSX.xcworkspace" to
build for an iOS project
  • Loading branch information
kattrali committed Oct 10, 2019
1 parent 3d7d490 commit 0278d11
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 150 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PLATFORM?=iOS
OS?=latest
TEST_CONFIGURATION?=Debug
BUILD_FLAGS=-workspace $(PLATFORM).xcworkspace -scheme Bugsnag -derivedDataPath build
BUILD_FLAGS=-project $(PLATFORM)/Bugsnag.xcodeproj -scheme Bugsnag -derivedDataPath build

ifeq ($(PLATFORM),OSX)
SDK?=macosx
Expand Down
7 changes: 0 additions & 7 deletions OSX.xcworkspace/contents.xcworkspacedata

This file was deleted.

8 changes: 0 additions & 8 deletions OSX.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

This file was deleted.

37 changes: 0 additions & 37 deletions OSX.xcworkspace/xcshareddata/OSX.xcscmblueprint

This file was deleted.

7 changes: 0 additions & 7 deletions iOS.xcworkspace/contents.xcworkspacedata

This file was deleted.

8 changes: 0 additions & 8 deletions iOS.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

This file was deleted.

37 changes: 0 additions & 37 deletions iOS.xcworkspace/xcshareddata/iOS.xcscmblueprint

This file was deleted.

7 changes: 0 additions & 7 deletions tvOS.xcworkspace/contents.xcworkspacedata

This file was deleted.

8 changes: 0 additions & 8 deletions tvOS.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

This file was deleted.

30 changes: 0 additions & 30 deletions tvOS.xcworkspace/xcshareddata/tvOS.xcscmblueprint

This file was deleted.

0 comments on commit 0278d11

Please sign in to comment.