-
Notifications
You must be signed in to change notification settings - Fork 9
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
Your Name
committed
Apr 29, 2021
1 parent
3f8f44b
commit 0a52b00
Showing
32 changed files
with
1,347 additions
and
36 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
Binary file modified
BIN
-536 Bytes
(99%)
...xcodeproj/project.xcworkspace/xcuserdata/irons.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
Encoder Demo.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+22.1 KB
Encoder Demo.xcworkspace/xcuserdata/irons.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = "H264-RTSP-Server-iOS" | ||
spec.version = "1.1.0" | ||
spec.summary = "Make your iPhone be a RTSP IPCamera!" | ||
spec.description = "Make your iPhone be a RTSP IPCamera!" | ||
spec.homepage = "https://github.com/irons163/H264-RTSP-Server-iOS.git" | ||
spec.license = "MIT" | ||
spec.author = "irons163" | ||
spec.platform = :ios, "9.0" | ||
spec.source = { :git => "https://github.com/irons163/H264-RTSP-Server-iOS.git", :tag => spec.version.to_s } | ||
spec.source_files = "H264-RTSP-Server-iOS/Classes/**/*.{h,m,mm,cpp,xib}" | ||
spec.frameworks = "AVFoundation", "CoreVideo" | ||
end |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'Encoder Demo' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for Encoder Demo | ||
pod 'H264-RTSP-Server-iOS', :path => 'H264-RTSP-Server-iOS/H264-RTSP-Server-iOS.podspec' | ||
end |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
PODS: | ||
- H264-RTSP-Server-iOS (1.1.0) | ||
|
||
DEPENDENCIES: | ||
- H264-RTSP-Server-iOS (from `H264-RTSP-Server-iOS/H264-RTSP-Server-iOS.podspec`) | ||
|
||
EXTERNAL SOURCES: | ||
H264-RTSP-Server-iOS: | ||
:path: H264-RTSP-Server-iOS/H264-RTSP-Server-iOS.podspec | ||
|
||
SPEC CHECKSUMS: | ||
H264-RTSP-Server-iOS: 4d439525cbdaa03c3fae58d14e3d0a37ca8a2dd0 | ||
|
||
PODFILE CHECKSUM: 182413516bbfa917392ab2467544ab735b6591cf | ||
|
||
COCOAPODS: 1.8.4 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.