84 Commits

Author SHA1 Message Date
Ramy Majouji
1211aa6b1a Update deployment targets to latest (#47)
* Update deployment targets

* Update README.md
2023-06-08 09:07:27 -07:00
Jordan Singer
2ec112db3d Merge pull request #44 from jordansinger/macos-dev-target-big-sur
Update macOS deployment target to 11.0
2020-11-18 16:32:00 -05:00
Ramy Majouji
ab7e222648 Update macOS deployment target to 11.0
- Update the default deployment target for macOS to 11.0 now that the Big Sur general release is available.
2020-11-16 17:28:58 -05:00
Ramy Majouji
bbdab42662 Update code signing settings
Per Xcode’s automatic suggestion
2020-11-13 11:26:38 -05:00
Jordan Singer
bc969a28a0 Merge pull request #42 from FradSer/master
fix: SignInWithAppleButton error
2020-11-01 13:42:12 -05:00
Frad LEE
2a6f4d473f fix: SignInWithAppleButton error
`SignInWithAppleButton` has moved from `SwiftUI` to `AuthenticationServices` since Xcode 12.0 beta 6
2020-10-16 15:05:21 +08:00
Steffen Kötte
956bc67818 Improve tap gesture
- Remove unneccessary state variable
- clarify text
2020-08-18 23:46:49 -07:00
Thomas Braun
7992384d15 Added Button Modifiers Sheet and Widget
* Added Widget
* Fixed tvOS not compiling
* Added Button Modifiers Sheet
  Ability to view sheet in button section that displays all the modifiers 
  on a button and their impact on the buttons when they are changed
2020-08-18 23:38:12 -07:00
Aaryan Kothari
4f4dad4b7d Add Gestures (#39)
Gestures included:
-  Tap Gesture
-  Drag Gesture
-  LongPress Gesture
2020-07-29 22:19:13 -07:00
Jordan Singer
e72df9ea78 Merge pull request #38 from jordansinger/bundle-identifiers
Update bundle ID's for testflight
2020-07-24 14:58:08 -04:00
Ramy Majouji
268fb7e8a1 Optimize PNGs (lossless)
- Optimize PNGs with ImageOptim to reduce bundle and repo size (~550 KB saved)
2020-07-24 14:14:55 -04:00
Jordan Singer
3cb474b7d3 Update Apple Watch icon 2020-07-24 12:50:08 -04:00
Jordan Singer
c6b257bdd8 Update bundle ID's for testflight 2020-07-24 12:16:32 -04:00
Jordan Singer
86ac1ff0e6 Merge pull request #37 from Nef10/menu-ios
Show menu on iOS
2020-07-24 11:44:00 -04:00
Jordan Singer
18dff65f98 Merge pull request #35 from Nef10/redacted
Add example for redacted text
2020-07-24 11:43:13 -04:00
Jordan Singer
192ac02549 Merge pull request #34 from Nef10/map
Add a map
2020-07-24 11:42:47 -04:00
Steffen Kötte
38d087f0a5 Show menu on iOS
fixes #36
2020-07-23 20:09:01 -07:00
Steffen Kötte
3f66cdd6df Add example for redacted text 2020-07-22 22:23:56 -07:00
Steffen Kötte
0294c24906 Add a map
Somehow it crashes for me on the watch, so I excluded this for now
2020-07-22 18:22:29 -07:00
Mic Pringle
ef406f7561 Fix the mismatched case of the image name. Changed the name of the image, since just changing the case of the 'i' in the asset catalog didn't show up in git. (#33) 2020-07-13 12:12:24 -04:00
David Rhys White
da66c2fc25 Remove tvOS deleted files whose references have been removed from XCode (#32)
Ah, good catch. Thank you!
2020-07-13 07:51:04 -04:00
Jordan Singer
7ec2a686f8 Update README with multiplatform image 2020-07-12 11:30:52 -04:00
Jordan Singer
ec907bb37f Update Mac and TV icons (#27) 2020-07-12 11:17:26 -04:00
Jordan Singer
d5b65b655c Merge pull request #24 from majouji/add-top-shelf-images
tvOS: Add Sample Top Shelf Images
2020-07-12 06:06:33 -04:00
Ramy Majouji
ce69fe74b5 Merge pull request #25 from Nef10/context-menu-tvos
Enable context menu on tvOS
2020-07-11 23:38:41 -04:00
Steffen Kötte
5de37bcda8 Enable context menu on tvOS 2020-07-11 20:19:47 -07:00
Ramy Majouji
2ded75d460 Add sample top shelf images 2020-07-11 23:16:24 -04:00
Jordan Singer
b82b119c54 Merge pull request #23 from Nef10/context-menu-mac
Enable context menu on macOS
2020-07-11 23:10:34 -04:00
Jordan Singer
1da4381eb4 Merge pull request #22 from majouji/add-tvos-app
SwiftUI Kit, on the tube!
2020-07-11 23:10:04 -04:00
Ramy Majouji
c0d98c25f4 Exclude Mac from action sheet 2020-07-11 22:56:09 -04:00
Ramy Majouji
2d857dbddb Update README.md 2020-07-11 22:51:29 -04:00
Steffen Kötte
e09b5f4a74 Enable context menu on macOS
It's supported, so why don't show it :)
2020-07-11 19:50:36 -07:00
Ramy Majouji
d1c972308d Remove watchOS Extension asset catalog 2020-07-11 22:40:52 -04:00
Ramy Majouji
805dcfa8df Remove extraneous Assets catalog 2020-07-11 22:37:30 -04:00
Ramy Majouji
7c8212d0bb Rename folder to "tvOS"
- Rename folder to tvOS
- Update Build Settings paths to reroute to new folder
2020-07-11 22:34:21 -04:00
Ramy Majouji
da78fe3e68 Create tvOS app + remove unsuporrted elements 2020-07-11 22:32:29 -04:00
Jordan Singer
a3ea804f2e Merge pull request #21 from majouji/clean-up-file-structure
Simplify Folder Structure
2020-07-11 22:08:05 -04:00
Ramy Majouji
875047fddc Clean up file structure 2020-07-11 21:30:46 -04:00
Jordan Singer
b7ccef86fb Merge pull request #20 from SpencerLynn/mac-os-scroll-view-padding
macOS Content View Padding Enhancement
2020-07-11 20:02:35 -04:00
Spencer Lynn
7891f1bc66 Moving padding on the mac to the content in the scroll view, which will let the scroll bar be up against the edge of the window, rather than be inset 2020-07-11 15:58:07 -07:00
Jordan Singer
edf65a4674 Merge pull request #18 from jordansinger/07-11-updates
Updates for watchOS
2020-07-11 17:26:13 -04:00
Jordan Singer
4a3a187199 Merge pull request #19 from Clarko/menu
Menu and ContextMenu
2020-07-11 17:25:25 -04:00
Chris Clark
9c110feeaf Menu and ContextMenu 2020-07-11 14:18:22 -07:00
Jordan Singer
0c97555cec Add Gauge and CircularProgressViewStyle for watchOS 2020-07-11 17:02:29 -04:00
Jordan Singer
cb74d5e5bd hide Link from watchOS 2020-07-11 16:54:12 -04:00
Jordan Singer
490a8fb79b Fix missing #endif build error 2020-07-11 16:45:07 -04:00
Jordan Singer
fdd0de259d Merge pull request #8 from majouji/add-watch-app
Add watchOS app + other improvements
2020-07-11 16:39:50 -04:00
Ramy Majouji
b041633d68 Merge branch 'master' into add-watch-app 2020-07-11 16:30:13 -04:00
Jordan Singer
2a92abeff9 Merge pull request #17 from Clarko/picker
Picker: wheel style & radio group style
2020-07-11 16:29:09 -04:00
Ramy Majouji
9acfac0640 Merge branch 'master' into add-watch-app 2020-07-11 16:29:03 -04:00