|
@@ -11,6 +11,7 @@
|
|
415C49D22763022900814766 /* Resources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 415C49D12763022900814766 /* Resources.bundle */; };
|
|
415C49D22763022900814766 /* Resources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 415C49D12763022900814766 /* Resources.bundle */; };
|
|
41A112792766E12C0093BBF0 /* PQConfig.plist in Resources */ = {isa = PBXBuildFile; fileRef = 41A112782766E12C0093BBF0 /* PQConfig.plist */; };
|
|
41A112792766E12C0093BBF0 /* PQConfig.plist in Resources */ = {isa = PBXBuildFile; fileRef = 41A112782766E12C0093BBF0 /* PQConfig.plist */; };
|
|
41AA02822795579600597954 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 41AA02842795579600597954 /* InfoPlist.strings */; };
|
|
41AA02822795579600597954 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 41AA02842795579600597954 /* InfoPlist.strings */; };
|
|
|
|
+ 41B61B2D279ED11200F2AC54 /* INRecorderSetting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41B61B2C279ED11200F2AC54 /* INRecorderSetting.swift */; };
|
|
4A426DDD275484DF00B3733B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DDC275484DF00B3733B /* AppDelegate.swift */; };
|
|
4A426DDD275484DF00B3733B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DDC275484DF00B3733B /* AppDelegate.swift */; };
|
|
4A426DE4275484DF00B3733B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4A426DE2275484DF00B3733B /* Main.storyboard */; };
|
|
4A426DE4275484DF00B3733B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4A426DE2275484DF00B3733B /* Main.storyboard */; };
|
|
4A426DE6275484E000B3733B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4A426DE5275484E000B3733B /* Assets.xcassets */; };
|
|
4A426DE6275484E000B3733B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4A426DE5275484E000B3733B /* Assets.xcassets */; };
|
|
@@ -43,6 +44,7 @@
|
|
41AA027F2795572300597954 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
|
|
41AA027F2795572300597954 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
|
|
41AA0286279557C300597954 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
|
|
41AA0286279557C300597954 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
|
|
41AA0287279557C300597954 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
|
|
41AA0287279557C300597954 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
|
|
|
|
+ 41B61B2C279ED11200F2AC54 /* INRecorderSetting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = INRecorderSetting.swift; sourceTree = "<group>"; };
|
|
4A426DD9275484DF00B3733B /* Introduce.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Introduce.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
4A426DD9275484DF00B3733B /* Introduce.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Introduce.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
4A426DDC275484DF00B3733B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
4A426DDC275484DF00B3733B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
4A426DE3275484DF00B3733B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
4A426DE3275484DF00B3733B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
@@ -129,6 +131,7 @@
|
|
4A426DFD2754A4F600B3733B /* INVideoExportController.swift */,
|
|
4A426DFD2754A4F600B3733B /* INVideoExportController.swift */,
|
|
2D80D52A2773528C00D24520 /* INAppConfigUtil.swift */,
|
|
2D80D52A2773528C00D24520 /* INAppConfigUtil.swift */,
|
|
2D80D52C27741AC100D24520 /* Introduce-Bridging-Header.h */,
|
|
2D80D52C27741AC100D24520 /* Introduce-Bridging-Header.h */,
|
|
|
|
+ 41B61B2C279ED11200F2AC54 /* INRecorderSetting.swift */,
|
|
);
|
|
);
|
|
path = Record;
|
|
path = Record;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -303,6 +306,7 @@
|
|
2D80D52B2773528C00D24520 /* INAppConfigUtil.swift in Sources */,
|
|
2D80D52B2773528C00D24520 /* INAppConfigUtil.swift in Sources */,
|
|
4A426DF52754A27D00B3733B /* INRecorderController.swift in Sources */,
|
|
4A426DF52754A27D00B3733B /* INRecorderController.swift in Sources */,
|
|
4A426DFE2754A4F600B3733B /* INVideoExportController.swift in Sources */,
|
|
4A426DFE2754A4F600B3733B /* INVideoExportController.swift in Sources */,
|
|
|
|
+ 41B61B2D279ED11200F2AC54 /* INRecorderSetting.swift in Sources */,
|
|
4A426DFC2754A4B200B3733B /* INIntroduceController.swift in Sources */,
|
|
4A426DFC2754A4B200B3733B /* INIntroduceController.swift in Sources */,
|
|
4A426DF22754A1E300B3733B /* INTabbarController.swift in Sources */,
|
|
4A426DF22754A1E300B3733B /* INTabbarController.swift in Sources */,
|
|
);
|
|
);
|
|
@@ -472,6 +476,7 @@
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = F6FE9FC563C2B8CC6005F8C8 /* Pods-Introduce.debug.xcconfig */;
|
|
baseConfigurationReference = F6FE9FC563C2B8CC6005F8C8 /* Pods-Introduce.debug.xcconfig */;
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
|
+ ARCHS = arm64;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "";
|
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "";
|
|
@@ -518,6 +523,7 @@
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 3051DB0957784182F3E1AAD3 /* Pods-Introduce.release.xcconfig */;
|
|
baseConfigurationReference = 3051DB0957784182F3E1AAD3 /* Pods-Introduce.release.xcconfig */;
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
|
+ ARCHS = arm64;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "";
|
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "";
|