info plist多语言
This commit is contained in:
parent
4a56383eb9
commit
fd9ca4db41
@ -36,6 +36,7 @@
|
||||
00B946252B67B7DE00DA668F /* CCSpatialPlayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00B946242B67B7DE00DA668F /* CCSpatialPlayView.swift */; };
|
||||
00BD87862BDE595F0014E8B3 /* CCSpatialPhotoDisplayEx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00BD87852BDE595F0014E8B3 /* CCSpatialPhotoDisplayEx.swift */; };
|
||||
00BD87972BE10B800014E8B3 /* DisplayLinkProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00BD87962BE10B800014E8B3 /* DisplayLinkProxy.swift */; };
|
||||
00BD879A2BE86A470014E8B3 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 00BD879C2BE86A470014E8B3 /* InfoPlist.strings */; };
|
||||
00C665732BAA81F900C309C3 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 00C665722BAA81F900C309C3 /* GoogleService-Info.plist */; };
|
||||
00C665792BAA94EA00C309C3 /* CopyCrashHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C665772BAA941E00C309C3 /* CopyCrashHandler.swift */; };
|
||||
00D33BF42B998BF700604A44 /* SpatialImageConvertor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D33BF32B998BF700604A44 /* SpatialImageConvertor.swift */; };
|
||||
@ -151,6 +152,8 @@
|
||||
00B946242B67B7DE00DA668F /* CCSpatialPlayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CCSpatialPlayView.swift; sourceTree = "<group>"; };
|
||||
00BD87852BDE595F0014E8B3 /* CCSpatialPhotoDisplayEx.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CCSpatialPhotoDisplayEx.swift; sourceTree = "<group>"; };
|
||||
00BD87962BE10B800014E8B3 /* DisplayLinkProxy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DisplayLinkProxy.swift; sourceTree = "<group>"; };
|
||||
00BD879B2BE86A470014E8B3 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
00BD879D2BE86A490014E8B3 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
|
||||
00C665722BAA81F900C309C3 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
|
||||
00C665772BAA941E00C309C3 /* CopyCrashHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CopyCrashHandler.swift; sourceTree = "<group>"; };
|
||||
00D33BF32B998BF700604A44 /* SpatialImageConvertor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpatialImageConvertor.swift; sourceTree = "<group>"; };
|
||||
@ -516,6 +519,7 @@
|
||||
00290D1E2BC9125700B5244E /* remote_config_defaults.plist */,
|
||||
AF2120982B4E7F1C00400B7F /* LaunchScreen.storyboard */,
|
||||
AF21209B2B4E7F1C00400B7F /* Info.plist */,
|
||||
00BD879C2BE86A470014E8B3 /* InfoPlist.strings */,
|
||||
00EB2D012BA2D14700924D84 /* Localizable.strings */,
|
||||
);
|
||||
path = SwiftProject;
|
||||
@ -729,6 +733,7 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
00290D1F2BC9125700B5244E /* remote_config_defaults.plist in Resources */,
|
||||
00BD879A2BE86A470014E8B3 /* InfoPlist.strings in Resources */,
|
||||
00EB2D022BA2D15700924D84 /* Localizable.strings in Resources */,
|
||||
AF21209A2B4E7F1C00400B7F /* LaunchScreen.storyboard in Resources */,
|
||||
AF2120972B4E7F1C00400B7F /* Assets.xcassets in Resources */,
|
||||
@ -904,6 +909,15 @@
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
00BD879C2BE86A470014E8B3 /* InfoPlist.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
00BD879B2BE86A470014E8B3 /* en */,
|
||||
00BD879D2BE86A490014E8B3 /* zh-Hans */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
00EB2D012BA2D14700924D84 /* Localizable.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
@ -1056,7 +1070,7 @@
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1.0;
|
||||
CURRENT_PROJECT_VERSION = 1.1;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
DEVELOPMENT_TEAM = 8DQD6BV6H9;
|
||||
ENABLE_APP_SANDBOX = NO;
|
||||
@ -1109,7 +1123,7 @@
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1.0;
|
||||
CURRENT_PROJECT_VERSION = 1.1;
|
||||
DEVELOPMENT_TEAM = 8DQD6BV6H9;
|
||||
ENABLE_APP_SANDBOX = NO;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
|
||||
Binary file not shown.
5
SwiftProject/SwiftProject/en.lproj/InfoPlist.strings
Normal file
5
SwiftProject/SwiftProject/en.lproj/InfoPlist.strings
Normal file
@ -0,0 +1,5 @@
|
||||
"NSPhotoLibraryAddUsageDescription" = "We need access to your photo library for media space transcoding";
|
||||
"NSPhotoLibraryUsageDescription" = "We need access to your photo library for media space transcoding";
|
||||
"NSMicrophoneUsageDescription" = "We need access to your microphone for shooting spatial videos";
|
||||
"NSCameraUsageDescription" = "We need access to your camera for shooting spatial videos and images";
|
||||
|
||||
@ -0,0 +1,4 @@
|
||||
"NSPhotoLibraryAddUsageDescription" = "我们需要访问您的相册,以便您能够从相册中选择照片、视频进行媒体空间转码";
|
||||
"NSPhotoLibraryUsageDescription" = "我们需要访问您的相册,以便您能够从相册中选择照片、视频进行媒体空间转码";
|
||||
"NSMicrophoneUsageDescription" = "我们需要访问您的麦克风,以便能够正常的拍摄录制空间视频";
|
||||
"NSCameraUsageDescription" = "我们需要访问您的相机,以便能够正常拍摄录制空间视频及空间图片";
|
||||
Loading…
Reference in New Issue
Block a user