Compare commits

...

2 Commits

Author SHA1 Message Date
Jeremy Rand ada501ae13 Update build number. 2022-04-04 17:22:11 -04:00
Jeremy Rand b9dc17aef4 Actively disconnect when the GSView goes away. 2022-03-27 23:43:16 -04:00
2 changed files with 3 additions and 1 deletions

View File

@ -90,6 +90,8 @@ struct GSView: View {
}
.alert(item: $connection.errorMessage) { errorMessage in
Alert(title:Text(errorMessage.title), message: Text(errorMessage.message))
}.onDisappear {
connection.disconnect()
}
Text(connection.textHeard)

View File

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>780</string>
<string>787</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSRequiresIPhoneOS</key>