Skip to content

Commit

Permalink
增加抖音本地团购
Browse files Browse the repository at this point in the history
  • Loading branch information
kathy1003 committed May 28, 2024
1 parent c5d73df commit 8224209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ post_install do |installer|
# dart: PermissionGroup. photos
'PERMISSION_PHOTOS=1',
'PERMISSION_PHOTOS_ADD_ONLY=1',
'PERMISSION_LOCATION=1',
]
if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle"
target.build_configurations.each do |config|
Expand Down
4 changes: 3 additions & 1 deletion ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSLocationAlwaysUsageDescription</key>
<string>您没有开启定位权限,开启后可用于查看附近团购商品</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Need location when in use</string>
<string>您没有开启定位权限,开启后可用于查看附近团购商品</string>
<key>NSCameraUsageDescription</key>
<string>您没有开启相机权限,开启后可用于设置头像、人脸识别</string>
<key>NSPhotoLibraryAddUsageDescription</key>
Expand Down

0 comments on commit 8224209

Please sign in to comment.