Skip to content

Commit

Permalink
ios 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Dec 5, 2018
1 parent d75a230 commit b390353
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>io.flutter.embedded_views_preview</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
Expand All @@ -19,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.5</string>
<string>1.1.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>15</string>
<string>16</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down Expand Up @@ -60,5 +58,7 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>io.flutter.embedded_views_preview</key>
<true/>
</dict>
</plist>
14 changes: 7 additions & 7 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
name: analyzer
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.33.3+2"
version: "0.33.6"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -70,14 +70,14 @@ packages:
name: build_runner_core
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.1.0"
version: "1.1.1"
built_collection:
dependency: transitive
description:
name: built_collection
url: "https://pub.flutter-io.cn"
source: hosted
version: "4.0.0"
version: "4.1.0"
built_value:
dependency: transitive
description:
Expand Down Expand Up @@ -262,7 +262,7 @@ packages:
name: front_end
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.1.6+5"
version: "0.1.6+8"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -353,7 +353,7 @@ packages:
name: kernel
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.3.6+5"
version: "0.3.6+8"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -659,7 +659,7 @@ packages:
name: test
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.5.1"
version: "1.5.1+1"
test_api:
dependency: transitive
description:
Expand All @@ -673,7 +673,7 @@ packages:
name: test_core
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.2.0"
version: "0.2.0+1"
timing:
dependency: transitive
description:
Expand Down

0 comments on commit b390353

Please sign in to comment.