Skip to content

Commit 8c5265d

Browse files
authored
_OBJC_CLASS_$_AVFoundationVideoPlayer fix (#8337)
1 parent b89282f commit 8c5265d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

libs/openFrameworksCompiled/project/ios/iOS+OFLib.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
/* Begin PBXBuildFile section */
1010
035324612BEFEF5D00B50A35 /* ofTimerFps.h in Headers */ = {isa = PBXBuildFile; fileRef = 0353245F2BEFEF5D00B50A35 /* ofTimerFps.h */; };
1111
035324622BEFEF5D00B50A35 /* ofTimerFps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 035324602BEFEF5D00B50A35 /* ofTimerFps.cpp */; };
12+
037DF6522D77C8CE00BFFD5D /* AVFoundationVideoPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 037DF6512D77C8CE00BFFD5D /* AVFoundationVideoPlayer.m */; };
13+
037DF6532D77C8CE00BFFD5D /* AVFoundationVideoPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 037DF6502D77C8CE00BFFD5D /* AVFoundationVideoPlayer.h */; };
1214
15594F0C15C55AC900727FF2 /* EAGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 15594F0515C55AC900727FF2 /* EAGLView.m */; };
1315
15594F0D15C55AC900727FF2 /* ES1Renderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 15594F0615C55AC900727FF2 /* ES1Renderer.m */; };
1416
15594F0E15C55AC900727FF2 /* ES2Renderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 15594F0715C55AC900727FF2 /* ES2Renderer.m */; };
@@ -250,6 +252,8 @@
250252
/* Begin PBXFileReference section */
251253
0353245F2BEFEF5D00B50A35 /* ofTimerFps.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofTimerFps.h; sourceTree = "<group>"; };
252254
035324602BEFEF5D00B50A35 /* ofTimerFps.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ofTimerFps.cpp; sourceTree = "<group>"; };
255+
037DF6502D77C8CE00BFFD5D /* AVFoundationVideoPlayer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AVFoundationVideoPlayer.h; sourceTree = "<group>"; };
256+
037DF6512D77C8CE00BFFD5D /* AVFoundationVideoPlayer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AVFoundationVideoPlayer.m; sourceTree = "<group>"; };
253257
15594F0515C55AC900727FF2 /* EAGLView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EAGLView.m; sourceTree = "<group>"; };
254258
15594F0615C55AC900727FF2 /* ES1Renderer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ES1Renderer.m; sourceTree = "<group>"; };
255259
15594F0715C55AC900727FF2 /* ES2Renderer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ES2Renderer.m; sourceTree = "<group>"; };
@@ -631,6 +635,8 @@
631635
children = (
632636
15594FA115C56BB700727FF2 /* AVFoundationVideoGrabber.h */,
633637
15594F9F15C56BB700727FF2 /* AVFoundationVideoGrabber.mm */,
638+
037DF6502D77C8CE00BFFD5D /* AVFoundationVideoPlayer.h */,
639+
037DF6512D77C8CE00BFFD5D /* AVFoundationVideoPlayer.m */,
634640
1594366315CF5F420087B684 /* ofxiOSVideoPlayer.h */,
635641
1594366115CF5F420087B684 /* ofxiOSVideoPlayer.mm */,
636642
1594366215CF5F420087B684 /* ofxiOSVideoGrabber.h */,
@@ -1112,6 +1118,7 @@
11121118
15594FC515C56D1E00727FF2 /* ofxiOSCoreLocation.h in Headers */,
11131119
15594FC615C56D1E00727FF2 /* ofxiOSExternalDisplay.h in Headers */,
11141120
15594FC715C56D1E00727FF2 /* ofxiOSExtras.h in Headers */,
1121+
037DF6532D77C8CE00BFFD5D /* AVFoundationVideoPlayer.h in Headers */,
11151122
15594FC815C56D1E00727FF2 /* ofxiOSImagePicker.h in Headers */,
11161123
15594FC915C56D1E00727FF2 /* ofxiOSKeyboard.h in Headers */,
11171124
15594FCA15C56D1E00727FF2 /* ofxiOSMapKit.h in Headers */,
@@ -1297,6 +1304,7 @@
12971304
678C3D26176F04F800D1CC68 /* ofxiOSSoundStreamDelegate.mm in Sources */,
12981305
678C3D28176F04F800D1CC68 /* SoundInputStream.m in Sources */,
12991306
678C3D2A176F04F800D1CC68 /* SoundOutputStream.m in Sources */,
1307+
037DF6522D77C8CE00BFFD5D /* AVFoundationVideoPlayer.m in Sources */,
13001308
678C3D2C176F04F800D1CC68 /* SoundStream.m in Sources */,
13011309
671C0AF51770246200DF03B3 /* AVSoundPlayer.m in Sources */,
13021310
671C0AF71770246200DF03B3 /* ofxiOSSoundPlayer.mm in Sources */,

0 commit comments

Comments
 (0)