Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit ee9685f

Browse files
author
Chris Yang
authored
[connectivity] remove ios workspace setting for example app. (#2592)
1 parent 43d9b5a commit ee9685f

File tree

6 files changed

+10
-18
lines changed

6 files changed

+10
-18
lines changed

packages/connectivity/connectivity/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.8+2
2+
3+
* Remove hard coded ios workspace setting of the example app.
4+
15
## 0.4.8+1
26

37
* Make the pedantic dev_dependency explicit.

packages/connectivity/connectivity/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/connectivity/connectivity/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: connectivity
22
description: Flutter plugin for discovering the state of the network (WiFi &
33
mobile/cellular) connectivity on Android and iOS.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity
5-
version: 0.4.8+1
5+
version: 0.4.8+2
66

77
flutter:
88
plugin:

packages/connectivity/connectivity_macos/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0+2
2+
3+
* Remove hard coded ios workspace setting of the example app.
4+
15
## 0.1.0+1
26

37
* Make the pedantic dev_dependency explicit.

packages/connectivity/connectivity_macos/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/connectivity/connectivity_macos/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: connectivity_macos
22
description: macOS implementation of the connectivity plugin.
3-
version: 0.1.0+1
3+
version: 0.1.0+2
44
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_macos
55

66
flutter:

0 commit comments

Comments
 (0)