Skip to content

Commit 84318c6

Browse files
author
Nirali Shah
committed
included YPVideoCompressionVC.storyboard in build phase
1 parent 7078615 commit 84318c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

YPImagePicker.xcodeproj/project.pbxproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@
287287
AA69BCF122E601D100FBB925 /* YPDeviceOrientationHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YPDeviceOrientationHelper.swift; sourceTree = "<group>"; };
288288
BEED427CB4F6E5B8C20B6F13 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; };
289289
C86AD83F28F3D2E500E2EB89 /* YPVideoCompressionVC.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = YPVideoCompressionVC.storyboard; sourceTree = "<group>"; };
290+
C8B2F8282910E48900849806 /* YPVideoCompressionVC.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = YPVideoCompressionVC.storyboard; path = Source/Filters/Video/YPVideoCompressionVC.storyboard; sourceTree = "<group>"; };
290291
C8F28E7128F34E5800E9290E /* YPVideoCompressionVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YPVideoCompressionVC.swift; sourceTree = "<group>"; };
291292
DC3DAC4526C6FCAA007FD95A /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/YPImagePickerLocalizable.strings; sourceTree = "<group>"; };
292293
E3E492BB2169012B002BA807 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/YPImagePickerLocalizable.strings; sourceTree = "<group>"; };
@@ -370,6 +371,7 @@
370371
52412A891CA6114A0073C4BE = {
371372
isa = PBXGroup;
372373
children = (
374+
C8B2F8282910E48900849806 /* YPVideoCompressionVC.storyboard */,
373375
EB84ADD522F35506003667B5 /* YPImagePicker.podspec */,
374376
EBA37B1426F737CE005DAAD4 /* Podfile */,
375377
EBDDF0E62787069E00A372FD /* Package.swift */,
@@ -788,9 +790,9 @@
788790
isa = PBXResourcesBuildPhase;
789791
buildActionMask = 2147483647;
790792
files = (
793+
C86AD84128F3D2E500E2EB89 /* YPVideoCompressionVC.storyboard in Resources */,
791794
8458057421819B95004F241C /* YPImagePickerLocalizable.strings in Resources */,
792795
99C6D6B91F1FB5C100711DB2 /* Assets.xcassets in Resources */,
793-
C86AD84128F3D2E500E2EB89 /* YPVideoCompressionVC.storyboard in Resources */,
794796
99C6D6BD1F1FB5C100711DB2 /* YPLibraryView.xib in Resources */,
795797
);
796798
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)