Shin Yamamoto
afcf1ced36
ci: support xcode 15.0.1
2023-11-18 11:51:15 +09:00
Shin Yamamoto
62364eb6d5
Update the minimum deployment target to 11.0
2023-09-06 21:57:23 +09:00
Shin Yamamoto
d28c939a4c
Fix active compilation conditinos in unit testing
2023-09-01 21:11:51 +09:00
Shin Yamamoto
2618f49556
Add GestureTests
2023-08-11 15:01:25 +09:00
Shin Yamamoto
328116600f
Update the minimum deployment target to iOS 11.0 on the Unit test target
2023-08-11 15:01:25 +09:00
Shin Yamamoto
bbdf3e7c6f
Update the logging impl using unified logging system for Xcode 15
...
The Logging API document says that `os_log` is one of the legacy logging
symbols. However, this library needs to be supported below iOS 14 so
`log(level:_:)` cannot be used.
2023-07-19 22:16:43 +09:00
Shin Yamamoto
0a5bc19d0f
Remove the host app for the unit testing
2023-06-03 10:12:13 +09:00
Shin Yamamoto
2205d1186d
Enable to restrict the content size in FloatingPanelAdaptiveLayoutAnchor ( #518 )
...
* Introduce FloatingPanelLayoutContentBoundingGuide property for FloatingPanelAdaptiveLayoutAnchor
* Revise doc comments
* Clean up code
* Update the minimum deployment target of Samples app to iOS 11
2023-01-15 10:30:25 +09:00
ll_shioi_atsumori
6235a19588
workaround: add libswiftCoreGraphics.tbd to some sample apps ( #567 )
...
This fixed the following error occurs and crashes when running an app built with xcode14 on iOS11.
```
dyld: Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib
Referenced from: /private/var/containers/Bundle/Application/0B28F8D6-D8CE-400B-98B7-052EAD3FB923/xxxxxx.app/Frameworks/FloatingPanel.framework/FloatingPanel
Reason: image not found
```
These are the related forum threads.
- https://developer.apple.com/forums/thread/714629
- https://developer.apple.com/forums/thread/714795
Co-authored-by: atsunori.shioi <astunori.shioi@play.jp >
2022-10-10 11:01:11 +09:00
Shin Yamamoto
3bb9c4fd0f
Apply a part of build settings recommended by Xcode 13
2021-10-30 11:19:52 +09:00
Shin Yamamoto
2ecdbbae52
Add the documentation catalog
2021-10-11 16:33:16 +09:00
Shin Yamamoto
15709f62f8
Remove 'UI' prefix from UIExtensions
2021-04-24 09:38:13 +09:00
Shin Yamamoto
9168236534
Improve the function rounding a dimension by a display scale
2021-04-24 09:37:58 +09:00
Shin Yamamoto
0a0f00172d
Add FloatingPanelAdaptiveLayoutAnchor ( #390 )
...
* Rename PassThroughView to PassthroughView
* Refactor LayoutAnchor initializer
* Add FloatignPanelAdaptiveLayoutAnchor
* Add samples for FloatingPanelAdaptiveLayoutAnchor
* Revise updateStaticConstraint
2020-12-01 19:33:19 +09:00
Shin Yamamoto
968cb47163
Remove an unnecessary file
2020-07-11 13:15:33 +09:00
Shin Yamamoto
14fad8b745
Add Layout{Anchoring,References} and Position
2020-07-11 13:00:15 +09:00
Shin Yamamoto
cfa4047adf
Add State.swift
2020-07-11 13:00:15 +09:00
Shin Yamamoto
5df377e43d
Change the file order
2020-07-11 13:00:15 +09:00
Shin Yamamoto
02af74894a
Rename Tests
2020-07-11 13:00:15 +09:00
Shin Yamamoto
8533ecfcdf
Simplify file and object names
2020-07-11 13:00:15 +09:00
Shin Yamamoto
6d37df16b2
Reorganize the project structure
2020-07-11 13:00:15 +09:00