Skip to content

Commit

Permalink
Fix project (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Mar 8, 2023
1 parent 366479b commit dd7757c
Show file tree
Hide file tree
Showing 648 changed files with 49 additions and 14,516 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/Release.yml

This file was deleted.

29 changes: 4 additions & 25 deletions .github/workflows/checks.yml
Expand Up @@ -12,10 +12,8 @@ jobs:
with:
xcode-version: "14.2"
- uses: actions/checkout@v2
- name: Pod install
run: pod install
- name: Build demo app
run: xcodebuild -scheme SwiftUIDemo -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' -derivedDataPath ./DerivedData | xcpretty
run: xcodebuild -project ./Dev/Brightroom.xcodeproj -scheme SwiftUIDemo -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' | xcpretty

demo:
runs-on: macos-12
Expand All @@ -25,21 +23,8 @@ jobs:
with:
xcode-version: "14.2"
- uses: actions/checkout@v2
- name: Pod install
run: pod install
- name: Build demo app
run: xcodebuild -scheme Demo -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' -derivedDataPath ./DerivedData | xcpretty

pod-lint:
runs-on: macos-12

steps:
- uses: maxim-lobanov/setup-xcode@v1.1
with:
xcode-version: "14.2"
- uses: actions/checkout@v2
- name: CocoaPods Lint
run: pod lib lint --allow-warnings
run: xcodebuild -project ./Dev/Brightroom.xcodeproj -scheme Demo -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' | xcpretty

test:
runs-on: macos-12
Expand All @@ -52,13 +37,7 @@ jobs:
with:
submodules: true
- name: Test
run: xcodebuild -scheme BrightroomEngineTests -resultBundlePath results/BrightroomEngineTests.xcresult test -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' -derivedDataPath ./DerivedData | xcpretty

- uses: kishikawakatsumi/xcresulttool@v1
with:
path: |
results/BrightroomEngineTests.xcresult
if: success() || failure()
run: xcodebuild -project ./Dev/Brightroom.xcodeproj -scheme BrightroomEngineTests test -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' | xcpretty

swiftpm:
runs-on: macos-12
Expand All @@ -69,4 +48,4 @@ jobs:
xcode-version: "14.2"
- uses: actions/checkout@v2
- name: Build
run: xcodebuild -scheme BrightroomUI -sdk iphoneos | xcpretty
run: xcodebuild -scheme BrightroomUI -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' | xcpretty
38 changes: 0 additions & 38 deletions Brightroom.podspec

This file was deleted.

Expand Up @@ -587,7 +587,7 @@
4B36195526107ADB00877B21 /* path-data */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; path = "path-data"; sourceTree = "<group>"; };
4B4103572611EAA80061A218 /* ImitationTinderViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImitationTinderViewController.swift; sourceTree = "<group>"; };
4B41035F2611EAB20061A218 /* DemoImitationsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DemoImitationsViewController.swift; sourceTree = "<group>"; };
4B487E7528EECDCF0026A8CF /* Package */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Package; sourceTree = "<group>"; };
4B524FE229B8F6A600C1A416 /* Brightroom */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Brightroom; path = ..; sourceTree = "<group>"; };
4B58E888260F0DEA004A834F /* DemoPreviewViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DemoPreviewViewController.swift; sourceTree = "<group>"; };
4B600B20216B7C9C001E1456 /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
4B600B22216B7C9C001E1456 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1126,6 +1126,14 @@
path = Imitations;
sourceTree = "<group>";
};
4B524FE129B8F6A600C1A416 /* Packages */ = {
isa = PBXGroup;
children = (
4B524FE229B8F6A600C1A416 /* Brightroom */,
);
name = Packages;
sourceTree = "<group>";
};
4B58DF5E2606047400D85F97 /* Contents */ = {
isa = PBXGroup;
children = (
Expand All @@ -1149,7 +1157,7 @@
4B600AF3216B7A94001E1456 = {
isa = PBXGroup;
children = (
4B487E7528EECDCF0026A8CF /* Package */,
4B524FE129B8F6A600C1A416 /* Packages */,
4BE9B3D1260BA72D000A3D09 /* Bundle */,
4B6A5F5B2179D43A004D68DC /* Sources */,
4BDEE0A625F8CF6800FA22CB /* Tests */,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes

0 comments on commit dd7757c

Please sign in to comment.