Skip to content

Commit

Permalink
build: Consolidate projects into one
Browse files Browse the repository at this point in the history
Fixes an issue mentioned in #418 where the Bugsnag project would build
multiple times, once for each architecture.
  • Loading branch information
kattrali committed Oct 10, 2019
1 parent d65082b commit efb15b9
Show file tree
Hide file tree
Showing 29 changed files with 168 additions and 3,032 deletions.

Large diffs are not rendered by default.

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=-scheme Bugsnag -derivedDataPath build

ifeq ($(PLATFORM),OSX)
SDK?=macosx
Expand Down
1,180 changes: 0 additions & 1,180 deletions OSX/Bugsnag.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

99 changes: 0 additions & 99 deletions OSX/Bugsnag.xcodeproj/xcshareddata/xcschemes/Bugsnag.xcscheme

This file was deleted.

28 changes: 0 additions & 28 deletions OSX/Info.plist

This file was deleted.

10 changes: 0 additions & 10 deletions OSX/module.modulemap

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ - (void)validateDeviceDict:(NSDictionary *)device {
XCTAssertNotNil(device);
XCTAssertNotNil(device[@"locale"]);
XCTAssertNotNil(device[@"freeDisk"]);
#if TARGET_OS_IPHONE || TARGET_OS_TV
XCTAssertNotNil(device[@"simulator"]);
#endif
}

- (void)testDeviceFreeSpaceShouldBeLargeNumber {
Expand Down
File renamed without changes.
File renamed without changes.
26 changes: 0 additions & 26 deletions iOS/Bugsnag copy-Info.plist

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions iOS/TestsInfo.plist

This file was deleted.

File renamed without changes.
Loading

0 comments on commit efb15b9

Please sign in to comment.