Skip to content

Commit

Permalink
Develop (#43)
Browse files Browse the repository at this point in the history
* Add Platform and minor bug fixes

* Add RoundedRectangleCorner for macOS, update filed position and etc

* Adopt Swift 6

* Add HUD autoHide and format

* Update MacOS styles

* Fix fontStyle

* Fix watchOS field

* Renamed colors

* Delete deprecated HUD and Row
  • Loading branch information
aromanov91 authored Nov 9, 2024
1 parent 84cd160 commit f90326a
Show file tree
Hide file tree
Showing 114 changed files with 1,258 additions and 2,213 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
strategy:
matrix:
destination:
- platform=iOS Simulator,name=iPhone 16,OS=18.0
- platform=watchOS Simulator,name=Apple Watch SE (40mm) (2nd generation),OS=11.0
- platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=18.0
- platform=iOS Simulator,name=iPhone 16,OS=18.1
- platform=watchOS Simulator,name=Apple Watch SE (40mm) (2nd generation),OS=11.1
- platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=18.1
- platform=macOS,arch=arm64
with:
package: OversizeUI
Expand All @@ -33,8 +33,8 @@ jobs:
strategy:
matrix:
destination:
- platform=iOS Simulator,name=iPhone 16 Pro,OS=18.0
- platform=iOS Simulator,name=iPad (10th generation),OS=18.0
- platform=iOS Simulator,name=iPhone 16 Pro,OS=18.1
- platform=iOS Simulator,name=iPad (10th generation),OS=18.1
with:
path: Example/Example
scheme: Example (iOS)
Expand All @@ -58,8 +58,8 @@ jobs:
strategy:
matrix:
destination:
- platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=18.0
- platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=18.0
- platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=18.1
- platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=18.1
with:
path: Example/Example
scheme: Example (tvOS)
Expand All @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
destination:
- platform=watchOS Simulator,name=Apple Watch SE (40mm) (2nd generation),OS=11.0
- platform=watchOS Simulator,name=Apple Watch SE (40mm) (2nd generation),OS=11.1
with:
path: Example/Example
scheme: Example (watchOS)
Expand Down
6 changes: 5 additions & 1 deletion Example/Example WatchKit App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CLKComplicationPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).ComplicationController</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>WKWatchKitApp</key>
<key>WKApplication</key>
<true/>
<key>WKWatchOnly</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit f90326a

Please sign in to comment.