Commit 0a9c6ced5747d9f87ee7ff3f735ec4132174021c
1 parent
84656a6e
ios version 1.8.2 build 29
Showing
2 changed files
with
13 additions
and
7 deletions
ios/Runner.xcodeproj/project.pbxproj
| ... | ... | @@ -2335,7 +2335,7 @@ |
| 2335 | 2335 | CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
| 2336 | 2336 | CODE_SIGN_IDENTITY = "Apple Development"; |
| 2337 | 2337 | CODE_SIGN_STYLE = Automatic; |
| 2338 | - CURRENT_PROJECT_VERSION = 26; | |
| 2338 | + CURRENT_PROJECT_VERSION = 29; | |
| 2339 | 2339 | DEVELOPMENT_TEAM = 6H784N43ZN; |
| 2340 | 2340 | ENABLE_BITCODE = NO; |
| 2341 | 2341 | INFOPLIST_FILE = Runner/Info.plist; |
| ... | ... | @@ -2344,7 +2344,7 @@ |
| 2344 | 2344 | "$(inherited)", |
| 2345 | 2345 | "@executable_path/Frameworks", |
| 2346 | 2346 | ); |
| 2347 | - MARKETING_VERSION = 1.8.0; | |
| 2347 | + MARKETING_VERSION = 1.8.2; | |
| 2348 | 2348 | OTHER_CFLAGS = ( |
| 2349 | 2349 | "-DNDEBUG", |
| 2350 | 2350 | "'-std=gnu99'", |
| ... | ... | @@ -2677,7 +2677,7 @@ |
| 2677 | 2677 | CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
| 2678 | 2678 | CODE_SIGN_IDENTITY = "Apple Development"; |
| 2679 | 2679 | CODE_SIGN_STYLE = Automatic; |
| 2680 | - CURRENT_PROJECT_VERSION = 26; | |
| 2680 | + CURRENT_PROJECT_VERSION = 29; | |
| 2681 | 2681 | DEVELOPMENT_TEAM = 6H784N43ZN; |
| 2682 | 2682 | ENABLE_BITCODE = NO; |
| 2683 | 2683 | HEADER_SEARCH_PATHS = ( |
| ... | ... | @@ -2708,7 +2708,7 @@ |
| 2708 | 2708 | "$(inherited)", |
| 2709 | 2709 | "@executable_path/Frameworks", |
| 2710 | 2710 | ); |
| 2711 | - MARKETING_VERSION = 1.8.0; | |
| 2711 | + MARKETING_VERSION = 1.8.2; | |
| 2712 | 2712 | ONLY_ACTIVE_ARCH = NO; |
| 2713 | 2713 | OTHER_CFLAGS = "'-std=gnu99'"; |
| 2714 | 2714 | OTHER_CPLUSPLUSFLAGS = "'-std=c++11'"; |
| ... | ... | @@ -2880,7 +2880,7 @@ |
| 2880 | 2880 | CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
| 2881 | 2881 | CODE_SIGN_IDENTITY = "Apple Development"; |
| 2882 | 2882 | CODE_SIGN_STYLE = Automatic; |
| 2883 | - CURRENT_PROJECT_VERSION = 26; | |
| 2883 | + CURRENT_PROJECT_VERSION = 29; | |
| 2884 | 2884 | DEVELOPMENT_TEAM = 6H784N43ZN; |
| 2885 | 2885 | ENABLE_BITCODE = NO; |
| 2886 | 2886 | INFOPLIST_FILE = Runner/Info.plist; |
| ... | ... | @@ -2889,7 +2889,7 @@ |
| 2889 | 2889 | "$(inherited)", |
| 2890 | 2890 | "@executable_path/Frameworks", |
| 2891 | 2891 | ); |
| 2892 | - MARKETING_VERSION = 1.8.0; | |
| 2892 | + MARKETING_VERSION = 1.8.2; | |
| 2893 | 2893 | OTHER_CFLAGS = ( |
| 2894 | 2894 | "-DNDEBUG", |
| 2895 | 2895 | "'-std=gnu99'", | ... | ... |
ios/Runner/Info.plist
| ... | ... | @@ -58,7 +58,7 @@ |
| 58 | 58 | <key>CFBundleVersion</key> |
| 59 | 59 | <string>$(CURRENT_PROJECT_VERSION)</string> |
| 60 | 60 | <key>LSApplicationCategoryType</key> |
| 61 | - <string/> | |
| 61 | + <string></string> | |
| 62 | 62 | <key>LSApplicationQueriesSchemes</key> |
| 63 | 63 | <array> |
| 64 | 64 | <string>tel</string> |
| ... | ... | @@ -79,8 +79,14 @@ |
| 79 | 79 | <key>NSAllowsArbitraryLoadsInWebContent</key> |
| 80 | 80 | <true/> |
| 81 | 81 | </dict> |
| 82 | + <key>NSBonjourServices</key> | |
| 83 | + <array> | |
| 84 | + <string>_leboremote._tcp</string> | |
| 85 | + </array> | |
| 82 | 86 | <key>NSCameraUsageDescription</key> |
| 83 | 87 | <string>需要访问相机,完成修改头像功能</string> |
| 88 | + <key>NSLocalNetworkUsageDescription</key> | |
| 89 | + <string>此App将可发现和连接到您所用网络上的设备</string> | |
| 84 | 90 | <key>NSMicrophoneUsageDescription</key> |
| 85 | 91 | <string>需要获取录音,完成上课功能</string> |
| 86 | 92 | <key>NSPhotoLibraryUsageDescription</key> | ... | ... |