|
@@ -18,6 +18,7 @@
|
|
|
4A426DFA2754A47700B3733B /* INPhotoVideosController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DF92754A47700B3733B /* INPhotoVideosController.swift */; };
|
|
|
4A426DFC2754A4B200B3733B /* INIntroduceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DFB2754A4B200B3733B /* INIntroduceController.swift */; };
|
|
|
4A426DFE2754A4F600B3733B /* INVideoExportController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DFD2754A4F600B3733B /* INVideoExportController.swift */; };
|
|
|
+ 4AFE6042277DCF500068BB5F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4AFE6040277DCF500068BB5F /* LaunchScreen.storyboard */; };
|
|
|
BFC6C47BC8163110D4E205C0 /* Pods_Introduce.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3D67E85C017389B87957100F /* Pods_Introduce.framework */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
@@ -38,6 +39,7 @@
|
|
|
4A426DF92754A47700B3733B /* INPhotoVideosController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = INPhotoVideosController.swift; sourceTree = "<group>"; };
|
|
|
4A426DFB2754A4B200B3733B /* INIntroduceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = INIntroduceController.swift; sourceTree = "<group>"; };
|
|
|
4A426DFD2754A4F600B3733B /* INVideoExportController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = INVideoExportController.swift; sourceTree = "<group>"; };
|
|
|
+ 4AFE6041277DCF500068BB5F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
F6FE9FC563C2B8CC6005F8C8 /* Pods-Introduce.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Introduce.debug.xcconfig"; path = "Target Support Files/Pods-Introduce/Pods-Introduce.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
@@ -87,6 +89,7 @@
|
|
|
4A426DF72754A2EE00B3733B /* Message */,
|
|
|
4A426DF32754A26600B3733B /* Record */,
|
|
|
4A426DE2275484DF00B3733B /* Main.storyboard */,
|
|
|
+ 4AFE6040277DCF500068BB5F /* LaunchScreen.storyboard */,
|
|
|
4A426DE5275484E000B3733B /* Assets.xcassets */,
|
|
|
41A112782766E12C0093BBF0 /* PQConfig.plist */,
|
|
|
415C49D12763022900814766 /* Resources.bundle */,
|
|
@@ -206,6 +209,7 @@
|
|
|
41A112792766E12C0093BBF0 /* PQConfig.plist in Resources */,
|
|
|
4A426DE6275484E000B3733B /* Assets.xcassets in Resources */,
|
|
|
4A426DE4275484DF00B3733B /* Main.storyboard in Resources */,
|
|
|
+ 4AFE6042277DCF500068BB5F /* LaunchScreen.storyboard in Resources */,
|
|
|
415C49D22763022900814766 /* Resources.bundle in Resources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -297,6 +301,14 @@
|
|
|
name = Main.storyboard;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 4AFE6040277DCF500068BB5F /* LaunchScreen.storyboard */ = {
|
|
|
+ isa = PBXVariantGroup;
|
|
|
+ children = (
|
|
|
+ 4AFE6041277DCF500068BB5F /* Base */,
|
|
|
+ );
|
|
|
+ name = LaunchScreen.storyboard;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
/* End PBXVariantGroup section */
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|