Browse Source

Build TienPhongFarm v1.0.0+2

master
daivph 5 years ago
parent
commit
c757280353
3 changed files with 7 additions and 7 deletions
  1. +1
    -1
      ios/Flutter/.last_build_id
  2. +3
    -3
      ios/Runner.xcodeproj/project.pbxproj
  3. +3
    -3
      ios/Runner/Info.plist

+ 1
- 1
ios/Flutter/.last_build_id View File

@@ -1 +1 @@
256048b5f2de139c42fadf38202f819b
7c3be5aca7ff709c59cdc638def905a4

+ 3
- 3
ios/Runner.xcodeproj/project.pbxproj View File

@@ -374,7 +374,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = C3DTD2JH94;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
@@ -517,7 +517,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = C3DTD2JH94;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
@@ -552,7 +552,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = C3DTD2JH94;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (

+ 3
- 3
ios/Runner/Info.plist View File

@@ -25,11 +25,11 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>Camera permission is required for barcode scanning.</string>
<string>Ứng dụng Tiên Phong Farm cần truy cập camera để chụp hình hoạt động canh tác và quét mã vạch</string>
<key>NSMicrophoneUsageDescription</key>
<string>Use for record videos</string>
<string>Ứng dụng Tiên Phong Farm cần quay video để sử dụng cho hoạt động canh tác</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Get image for upload to server</string>
<string>Ứng dụng Tiên Phong Farm cần truy cập thư viện ảnh để sử dụng cho các hoạt động canh tác.</string>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>

Loading…
Cancel
Save