Skip to content

Commit

Permalink
Fix iOS URLSchemes error and update to v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Apr 4, 2019
1 parent 3ea4f97 commit 4ce5eff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
2 changes: 1 addition & 1 deletion ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
"${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
"${PODS_ROOT}/../.symlinks/flutter/ios-release/Flutter.framework",
"${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
"${BUILT_PRODUCTS_DIR}/Protobuf/Protobuf.framework",
"${BUILT_PRODUCTS_DIR}/Reachability/Reachability.framework",
Expand Down
20 changes: 4 additions & 16 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,10 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string></string>
<string>com.nkust.ap.flutter</string>
<key>CFBundleURLSchemes</key>
<array>
<string>fb</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLName</key>
<string></string>
<key>CFBundleURLSchemes</key>
<array>
<string>fb-messenger</string>
<string>nkustap</string>
</array>
</dict>
</array>
Expand All @@ -64,10 +54,8 @@
</dict>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>fbapi</string>
<string>fb-messenger-share-api</string>
<string>fbauth2</string>
<string>fbshareextension</string>
<string>fb</string>
<string>fb-messenger</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nkust_ap
description: A new Flutter application.

version: 3.1.6+30106
version: 3.1.7+30107

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit 4ce5eff

Please sign in to comment.