Skip to content

Releases: YusukeHosonuma/SwiftUI-Simulator

1.6.0

05 May 04:09
3ffe47b
Compare
Choose a tag to compare

New feature of UserDefaults browser

  • Support AppGroup (UserDefaults(suiteName: "xxx"))
  • Support editing and export data.

image

Full Changelog: 1.5.0...1.6.0

1.5.0

01 May 02:56
4b202b9
Compare
Choose a tag to compare

Feature: UserDefaults browser ( #42 #43 #45 )

image

1.4.0

28 Apr 08:13
1fe3fe4
Compare
Choose a tag to compare
  • Add user custom debug menu. ( #38 )
  • Add built-in modifier that display filename. ( #39 #41 )

image
image

1.3.0

21 Apr 20:15
cdcbeb3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.3.0

1.2.0

18 Apr 09:19
9cbc5e2
Compare
Choose a tag to compare
  • Support TimeZone. ( #30 )
  • Add example project. ( #29 )

1.1.0

17 Apr 21:53
Compare
Choose a tag to compare
  • Support iPhone simulator and device. ( #24 )
  • Add default scale screen. (#25 )
  • Some improvements.

1.0.0

14 Apr 23:19
0f2d0cb
Compare
Choose a tag to compare
Merge pull request #23 from YusukeHosonuma/fix-some

Fix some