Commit de37603
Add macOS Support and Extend Platform Coverage
Updated the build configuration to include support for macOS by setting appropriate deployment targets. Enhanced platform coverage by adding macOS targets to existing iOS, tvOS, and Kotlin opt-ins. Updated Gradle and library versions to their latest stable releases, ensuring compatibility with new platforms while leveraging recent improvements in dependencies.1 parent 8011f85 commit de37603
File tree
52 files changed
+120
-9
lines changed- firebase-analytics
- src
- appleMain/kotlin/dev/gitlive/firebase/analytics
- appleTest/kotlin/dev/gitlive/firebase/analytics
- firebase-app
- src/appleTest/kotlin/dev/gitlive/firebase
- firebase-common-internal
- firebase-common
- firebase-config
- src
- appleMain/kotlin/dev/gitlive/firebase/remoteconfig
- appleTest/kotlin/dev/gitlive/firebase/remoteconfig
- firebase-crashlytics
- src
- appleMain/kotlin/dev/gitlive/firebase/crashlytics
- appleTest/kotlin/dev/gitlive/firebase/crashlytics
- firebase-database
- firebase-firestore
- src
- appleMain/kotlin/dev/gitlive/firebase/firestore
- internal
- appleTest/kotlin/dev/gitlive/firebase/firestore
- firebase-functions
- src/appleMain/kotlin/dev/gitlive/firebase/functions
- firebase-installations
- src/appleMain/kotlin/dev/gitlive/firebase/installations
- firebase-messaging
- src
- appleMain/kotlin/dev/gitlive/firebase/messaging
- appleTest/kotlin/dev/gitlive/firebase/messaging
- firebase-perf
- src
- appleMain/kotlin/dev/gitlive/firebase/perf
- metrics
- appleTest/kotlin/dev/gitlive/firebase/perf
- firebase-storage
- src
- appleMain/kotlin/dev/gitlive/firebase/storage
- appleTest/kotlin/dev/gitlive/firebase/storage
- gradle
- test-utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+120
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
84 | 89 | | |
85 | 90 | | |
| 91 | + | |
| 92 | + | |
86 | 93 | | |
87 | 94 | | |
88 | 95 | | |
| |||
118 | 125 | | |
119 | 126 | | |
120 | 127 | | |
121 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
122 | 133 | | |
123 | 134 | | |
124 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| 94 | + | |
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
| |||
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| 133 | + | |
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
84 | 89 | | |
85 | 90 | | |
| 91 | + | |
| 92 | + | |
86 | 93 | | |
87 | 94 | | |
88 | 95 | | |
| |||
112 | 119 | | |
113 | 120 | | |
114 | 121 | | |
115 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
116 | 127 | | |
117 | 128 | | |
118 | 129 | | |
| |||
0 commit comments