-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0954499
commit 766a692
Showing
6 changed files
with
12 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[submodule "Submodules/kickflip-ios-sdk"] | ||
path = Submodules/kickflip-ios-sdk | ||
url = [email protected]:Kickflip/kickflip-ios-sdk.git | ||
[submodule "Submodules/OWS3Client"] | ||
path = Submodules/OWS3Client | ||
url = [email protected]:OpenWatch/OWS3Client.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ Grab the source code, and then update the dependencies. | |
$ git clone [email protected]:Kickflip/kickflip-ios-example.git | ||
$ cd kickflip-ios-example | ||
$ git submodule update --init | ||
$ pod | ||
$ pod install | ||
|
||
If you would like to make modifications to the core SDK, you can integrate the SDK as a submodule as well (check the `Podfile` for more info). | ||
|
||
|
Submodule OWS3Client
deleted from
f5a573
Submodule kickflip-ios-sdk
updated
6 files
+2 −2 | Kickflip.podspec | |
+1 −1 | Kickflip/API/KFAPIClient.m | |
+1 −1 | Kickflip/Inputs/KFRecorder.m | |
+2 −1 | Kickflip/Outputs/Muxers/HLS/KFHLSUploader.h | |
+143 −91 | Kickflip/Outputs/Muxers/HLS/KFHLSUploader.m | |
+1 −1 | README.md |