Skip to content

Commit c9976c0

Browse files
committed
dropped support for older OS versions
1 parent b98630f commit c9976c0

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
tag 1.0.6
2+
--------------------------------
3+
- dropped support for older OS versions, required minimum of macOS 10.14 and iOS 12
4+
15
tag 1.0.5
26
--------------------------------
37
- upgrade FFmpeg to 7.1.3

FSPlayer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ targets:
55
FSPlayer-macOS:
66
platform: macOS
77
type: framework
8-
deploymentTarget: 10.11
8+
deploymentTarget: 10.14
99
preBuildScripts:
1010
- script: cd ${MY_PROJECT_DIR}/ijkmedia/ijkplayer;sh version.sh ./ ijkversion.h
1111
name: ijkversion.h

examples/macos/FSPlayerMacDemo.xcodeproj/project.pbxproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -700,9 +700,8 @@
700700
"$(inherited)",
701701
"@executable_path/../Frameworks",
702702
);
703-
MACOSX_DEPLOYMENT_TARGET = 10.12;
703+
MACOSX_DEPLOYMENT_TARGET = 10.14;
704704
MARKETING_VERSION = 0.10.2;
705-
ONLY_ACTIVE_ARCH = NO;
706705
PRODUCT_BUNDLE_IDENTIFIER = "cn.debugly.FSPlayerMacDemo.${DEVELOPMENT_TEAM}";
707706
PRODUCT_NAME = "$(TARGET_NAME)";
708707
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -729,7 +728,7 @@
729728
"$(inherited)",
730729
"@executable_path/../Frameworks",
731730
);
732-
MACOSX_DEPLOYMENT_TARGET = 10.12;
731+
MACOSX_DEPLOYMENT_TARGET = 10.14;
733732
MARKETING_VERSION = 0.10.2;
734733
PRODUCT_BUNDLE_IDENTIFIER = "cn.debugly.FSPlayerMacDemo.${DEVELOPMENT_TEAM}";
735734
PRODUCT_NAME = "$(TARGET_NAME)";

ijkmedia/wrapper/apple/FSPlayerKit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndef FSPlayerKit_h
2424
#define FSPlayerKit_h
2525

26-
26+
#import <TargetConditionals.h>
2727
#if TARGET_OS_IOS || TARGET_OS_TV
2828
#import <UIKit/UIKit.h>
2929
#else

0 commit comments

Comments
 (0)