|
@@ -11,7 +11,7 @@
|
|
|
4A426DE4275484DF00B3733B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4A426DE2275484DF00B3733B /* Main.storyboard */; };
|
|
|
4A426DE6275484E000B3733B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4A426DE5275484E000B3733B /* Assets.xcassets */; };
|
|
|
4A426DE9275484E000B3733B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4A426DE7275484E000B3733B /* LaunchScreen.storyboard */; };
|
|
|
- 4A426DF22754A1E300B3733B /* BFTabbarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DF12754A1E300B3733B /* BFTabbarController.swift */; };
|
|
|
+ 4A426DF22754A1E300B3733B /* INTabbarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DF12754A1E300B3733B /* INTabbarController.swift */; };
|
|
|
4A426DF52754A27D00B3733B /* INRecorderController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DF42754A27D00B3733B /* INRecorderController.swift */; };
|
|
|
4A426DFA2754A47700B3733B /* INPhotoVideosController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DF92754A47700B3733B /* INPhotoVideosController.swift */; };
|
|
|
4A426DFC2754A4B200B3733B /* INIntrocudeController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DFB2754A4B200B3733B /* INIntrocudeController.swift */; };
|
|
@@ -28,7 +28,7 @@
|
|
|
4A426DE5275484E000B3733B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
4A426DE8275484E000B3733B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
4A426DEA275484E000B3733B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
- 4A426DF12754A1E300B3733B /* BFTabbarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BFTabbarController.swift; sourceTree = "<group>"; };
|
|
|
+ 4A426DF12754A1E300B3733B /* INTabbarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = INTabbarController.swift; sourceTree = "<group>"; };
|
|
|
4A426DF42754A27D00B3733B /* INRecorderController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = INRecorderController.swift; sourceTree = "<group>"; };
|
|
|
4A426DF92754A47700B3733B /* INPhotoVideosController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = INPhotoVideosController.swift; sourceTree = "<group>"; };
|
|
|
4A426DFB2754A4B200B3733B /* INIntrocudeController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = INIntrocudeController.swift; sourceTree = "<group>"; };
|
|
@@ -93,7 +93,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
4A426DDC275484DF00B3733B /* AppDelegate.swift */,
|
|
|
- 4A426DF12754A1E300B3733B /* BFTabbarController.swift */,
|
|
|
+ 4A426DF12754A1E300B3733B /* INTabbarController.swift */,
|
|
|
);
|
|
|
path = Aarchitecture;
|
|
|
sourceTree = "<group>";
|
|
@@ -270,7 +270,7 @@
|
|
|
4A426DF52754A27D00B3733B /* INRecorderController.swift in Sources */,
|
|
|
4A426DFE2754A4F600B3733B /* INVideoExportController.swift in Sources */,
|
|
|
4A426DFC2754A4B200B3733B /* INIntrocudeController.swift in Sources */,
|
|
|
- 4A426DF22754A1E300B3733B /* BFTabbarController.swift in Sources */,
|
|
|
+ 4A426DF22754A1E300B3733B /* INTabbarController.swift in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
@@ -424,9 +424,14 @@
|
|
|
ENABLE_BITCODE = NO;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_FILE = Introduce/Info.plist;
|
|
|
+ INFOPLIST_KEY_CFBundleDisplayName = "开讲";
|
|
|
+ INFOPLIST_KEY_NSMicrophoneUsageDescription = "请点击允许以便录制声音";
|
|
|
+ INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "请允许访问相册以便保存视频";
|
|
|
+ INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "请允许访问相册以便选择视频";
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
|
INFOPLIST_KEY_UIMainStoryboardFile = Main;
|
|
|
+ INFOPLIST_KEY_UIStatusBarHidden = YES;
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
@@ -435,7 +440,7 @@
|
|
|
"@executable_path/Frameworks",
|
|
|
);
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.Introduce;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.introduce;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
SWIFT_VERSION = 5.0;
|
|
@@ -455,9 +460,14 @@
|
|
|
ENABLE_BITCODE = NO;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_FILE = Introduce/Info.plist;
|
|
|
+ INFOPLIST_KEY_CFBundleDisplayName = "开讲";
|
|
|
+ INFOPLIST_KEY_NSMicrophoneUsageDescription = "请点击允许以便录制声音";
|
|
|
+ INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "请允许访问相册以便保存视频";
|
|
|
+ INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "请允许访问相册以便选择视频";
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
|
INFOPLIST_KEY_UIMainStoryboardFile = Main;
|
|
|
+ INFOPLIST_KEY_UIStatusBarHidden = YES;
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
@@ -466,7 +476,7 @@
|
|
|
"@executable_path/Frameworks",
|
|
|
);
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.Introduce;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.introduce;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
SWIFT_VERSION = 5.0;
|