Browse Source

svideo changes

master
marcoschmickler 1 week ago
parent
commit
68ff1531d8
  1. 18
      kplayer.xcodeproj/project.pbxproj

18
kplayer.xcodeproj/project.pbxproj

@ -88,6 +88,12 @@
C91E058D2795AC5C0003AB79 /* KSnapshot+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = C91E05872795AC5C0003AB79 /* KSnapshot+CoreDataClass.swift */; };
C91E058E2795AC5C0003AB79 /* KSnapshot+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = C91E05882795AC5C0003AB79 /* KSnapshot+CoreDataProperties.swift */; };
C92A39432EE783930013E899 /* FaceManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C92A39422EE7838B0013E899 /* FaceManager.swift */; };
C97FE5882FDDE15B0089D241 /* PlayerInteractionMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = C97FE5872FDDE15B0089D241 /* PlayerInteractionMode.swift */; };
C97FE5892FDDE15B0089D241 /* PlayerInteractionMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = C97FE5872FDDE15B0089D241 /* PlayerInteractionMode.swift */; };
C97FE58C2FDDE6C20089D241 /* svideohelp.md in Resources */ = {isa = PBXBuildFile; fileRef = C97FE58A2FDDE6C20089D241 /* svideohelp.md */; };
C97FE58D2FDDE6C20089D241 /* SVideoHelpView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C97FE58B2FDDE6C20089D241 /* SVideoHelpView.swift */; };
C97FE58E2FDDE6C20089D241 /* SVideoHelpView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C97FE58B2FDDE6C20089D241 /* SVideoHelpView.swift */; };
C97FE58F2FDDE6C20089D241 /* svideohelp.md in Resources */ = {isa = PBXBuildFile; fileRef = C97FE58A2FDDE6C20089D241 /* svideohelp.md */; };
C98AF5D51B124D6A00D196CC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C98AF5D41B124D6A00D196CC /* AppDelegate.swift */; };
C98AF5D81B124D6A00D196CC /* kplayer.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = C98AF5D61B124D6A00D196CC /* kplayer.xcdatamodeld */; };
C98AF5DF1B124D6A00D196CC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C98AF5DD1B124D6A00D196CC /* Main.storyboard */; };
@ -191,6 +197,9 @@
C91E05872795AC5C0003AB79 /* KSnapshot+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "KSnapshot+CoreDataClass.swift"; sourceTree = "<group>"; };
C91E05882795AC5C0003AB79 /* KSnapshot+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "KSnapshot+CoreDataProperties.swift"; sourceTree = "<group>"; };
C92A39422EE7838B0013E899 /* FaceManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FaceManager.swift; sourceTree = "<group>"; };
C97FE5872FDDE15B0089D241 /* PlayerInteractionMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerInteractionMode.swift; sourceTree = "<group>"; };
C97FE58A2FDDE6C20089D241 /* svideohelp.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = svideohelp.md; sourceTree = "<group>"; };
C97FE58B2FDDE6C20089D241 /* SVideoHelpView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SVideoHelpView.swift; sourceTree = "<group>"; };
C98AF5CF1B124D6A00D196CC /* kplayer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = kplayer.app; sourceTree = BUILT_PRODUCTS_DIR; };
C98AF5D31B124D6A00D196CC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C98AF5D41B124D6A00D196CC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@ -339,6 +348,9 @@
1C736F3946A38499113D351A /* video */ = {
isa = PBXGroup;
children = (
C97FE58A2FDDE6C20089D241 /* svideohelp.md */,
C97FE58B2FDDE6C20089D241 /* SVideoHelpView.swift */,
C97FE5872FDDE15B0089D241 /* PlayerInteractionMode.swift */,
1C736EEC570C71AAC50F2E95 /* SVideoModel.swift */,
1C73621E431C9BEC1440B936 /* SVideoPlayer.swift */,
1C73675F8DDFA82DEADB542E /* VideoPlayerView.swift */,
@ -545,6 +557,7 @@
1C73696E4C0353053BF98031 /* links.html in Resources */,
1C736FAE5D3E5D3BA3C1FAE5 /* links.html in Resources */,
1C736FB6920008B2603D3415 /* openapi.json in Resources */,
C97FE58C2FDDE6C20089D241 /* svideohelp.md in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -552,6 +565,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C97FE58F2FDDE6C20089D241 /* svideohelp.md in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -613,6 +627,7 @@
1C736F6A223D4ADB2E1BA733 /* ItemCell.swift in Sources */,
1C7369ABC44CFB530EA71FB6 /* HeaderCell.swift in Sources */,
1C736D24B49451141CD4B64D /* DetailViewController.swift in Sources */,
C97FE5892FDDE15B0089D241 /* PlayerInteractionMode.swift in Sources */,
1C73631EACF56BABD3B2BCFB /* LayoutTools.swift in Sources */,
1C73654C9EA6D255CFC039C5 /* NetworkHelper.swift in Sources */,
1C73640D928DE56D35175D39 /* UploadOperation.swift in Sources */,
@ -667,6 +682,7 @@
1C7369C0A66A8F8CB0E54460 /* WebView.swift in Sources */,
1C736C00693A05747578DF87 /* grabber.js in Sources */,
1C73620BC7F5A1F35FFFF9FC /* SPhotoView.swift in Sources */,
C97FE58D2FDDE6C20089D241 /* SVideoHelpView.swift in Sources */,
1C736BEC4C4263EF6A89E9E3 /* SPhotoModel.swift in Sources */,
1C7368DBC47F0CC152504141 /* SPhotoScrubber.swift in Sources */,
1C736C76C1D80B649474F0A5 /* SPhotoAlbumView.swift in Sources */,
@ -691,6 +707,8 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C97FE58E2FDDE6C20089D241 /* SVideoHelpView.swift in Sources */,
C97FE5882FDDE15B0089D241 /* PlayerInteractionMode.swift in Sources */,
C98AF5F01B124D6A00D196CC /* kplayerTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;

Loading…
Cancel
Save