diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj
index 306be212..b9dff94f 100644
--- a/ios/Runner.xcodeproj/project.pbxproj
+++ b/ios/Runner.xcodeproj/project.pbxproj
@@ -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",
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index a1204bea..fda37f20 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -29,20 +29,10 @@
CFBundleTypeRole
Editor
CFBundleURLName
-
+ com.nkust.ap.flutter
CFBundleURLSchemes
- fb
-
-
-
- CFBundleTypeRole
- Viewer
- CFBundleURLName
-
- CFBundleURLSchemes
-
- fb-messenger
+ nkustap
@@ -64,10 +54,8 @@
LSApplicationQueriesSchemes
- fbapi
- fb-messenger-share-api
- fbauth2
- fbshareextension
+ fb
+ fb-messenger
LSRequiresIPhoneOS
diff --git a/pubspec.yaml b/pubspec.yaml
index e57a2a16..2f32b05d 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -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"