Skip to content

Commit

Permalink
Version 0.7.0 (10)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianAtNacamar committed May 10, 2021
1 parent 2798b68 commit 5dfcaf3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Of course you can choose your own connected device as well.
The scheme 'app-example-iosUITests' contains some test classes. Select the scheme, change to the 'Test navigator' tab and run one of the tests.

- 'UseYbridPlayerTests' is a tutorial. It explains how to use YbridPlayerSDK.
- 'YbridPlayerTests' covers the basic use cases. Run it to make sure everything works fine.
- 'YbridPlayerTests' covers the very basic use cases.
- 'PlayerToggleStressTests' takes about 7 Minutes. It toggles play and stop in decreasing time intervalls. It's purpose is to demonstrate robustness and watch memory usage.

You can run tests on connected devices as well.
Expand All @@ -26,15 +26,15 @@ You can run tests on connected devices as well.


# Update the player-sdk
If you want to update to the latest version of ```player-sdk-swift``` you need cocoapod installed. Execute
If you want to update to the latest version of ```YbridPlayerSDK``` you need CocoaPod installed. Execute
```shell
pod update
```
on a terminal in the project's directory.


# Known issues
Since the update on macOS BigSur (and still in Version 11.2.1) there is a problem running the player with simulators on versions smaller than iOS 14. The problem is already reported on https://developer.apple.com/forums/thread/667921?login=true&page=1#650224022. I hope the issue will be fixed by apple...
Since the update on macOS BigSur (and still in Version 11.3.1) there is a problem running the player with simulators on versions smaller than iOS 14. The problem is already reported on https://developer.apple.com/forums/thread/667921?login=true&page=1#650224022. I hope the issue will be fixed by apple...

# Further documentation
See [player-sdk-swift](https://github.com/ybrid/player-sdk-swift)
Expand Down
8 changes: 4 additions & 4 deletions app-example-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_TEAM = J327NUG776;
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -548,7 +548,7 @@
);
LIBRARY_SEARCH_PATHS = "";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 0.6.0;
MARKETING_VERSION = 0.7.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand Down Expand Up @@ -580,7 +580,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_TEAM = J327NUG776;
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -595,7 +595,7 @@
);
LIBRARY_SEARCH_PATHS = "";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 0.6.0;
MARKETING_VERSION = 0.7.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand Down

0 comments on commit 5dfcaf3

Please sign in to comment.