Skip to content

Commit 2a637a6

Browse files
authored
Merge pull request #1768 from firebase/nc/legacy-schemes
feat: Remove legacy ObjC schemes
2 parents 4a10ef2 + 5381323 commit 2a637a6

File tree

95 files changed

+134
-6053
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+134
-6053
lines changed

.github/workflows/inappmessaging.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
DIR: inappmessaging
3838
OS: iOS
3939
DEVICE: iPhone 16
40-
TEST: true
40+
TEST: false
4141
steps:
4242
- name: Checkout
4343
uses: actions/checkout@master
@@ -46,10 +46,6 @@ jobs:
4646
cd inappmessaging
4747
gem install xcpretty
4848
../scripts/install_prereqs/inappmessaging.sh
49-
- name: Build ObjC
50-
run: ./scripts/test.sh
51-
env:
52-
SCHEME: InAppMessagingExample
5349
- name: Build Swift
5450
run: ./scripts/test.sh
5551
env:

.github/workflows/installations.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,3 @@ jobs:
5050
run: ./scripts/test.sh
5151
env:
5252
SCHEME: InstallationsExampleSwift
53-
- name: Build Swift
54-
run: ./scripts/test.sh
55-
env:
56-
SCHEME: InstallationsExample

.github/workflows/messaging.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,7 @@ jobs:
4646
cd messaging
4747
gem install xcpretty
4848
../scripts/install_prereqs/messaging.sh
49-
- name: Build ObjC
49+
- name: Build
5050
run: ./scripts/test.sh
5151
env:
5252
SCHEME: MessagingExample
53-
- name: Build Swift
54-
run: ./scripts/test.sh
55-
env:
56-
SCHEME: MessagingExampleSwift

database/DatabaseExample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 564 deletions
Large diffs are not rendered by default.

database/DatabaseExample.xcodeproj/xcshareddata/xcschemes/DatabaseExample.xcscheme

Lines changed: 0 additions & 107 deletions
This file was deleted.

database/DatabaseExample/AppDelegate.h

Lines changed: 0 additions & 23 deletions
This file was deleted.

database/DatabaseExample/AppDelegate.m

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)