Skip to content

Commit

Permalink
Bump to up 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Apr 30, 2019
1 parent f0f9042 commit b03f5ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Platforms/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.11.0</string>
<string>0.11.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Platforms/macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.11.0</string>
<string>0.11.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Platforms/tvOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.11.0</string>
<string>0.11.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

def import_pods
pod 'HaishinKit', '~> 0.11.0'
pod 'HaishinKit', '~> 0.11.1'
end

target 'Your Target' do
Expand All @@ -83,7 +83,7 @@ end
```
### Carthage
```
github "shogo4405/HaishinKit.swift" ~> 0.11.0
github "shogo4405/HaishinKit.swift" ~> 0.11.1
```

## License
Expand Down Expand Up @@ -168,6 +168,7 @@ rtmpStream.captureSettings = [
"sessionPreset": AVCaptureSession.Preset.medium.rawValue, // input video width/height
"continuousAutofocus": false, // use camera autofocus mode
"continuousExposure": false, // use camera exposure mode
// "preferredVideoStabilizationMode": AVCaptureVideoStabilizationMode.auto.rawValue
]
rtmpStream.audioSettings = [
"muted": false, // mute audio
Expand Down

0 comments on commit b03f5ad

Please sign in to comment.