Skip to content

Commit 795dc26

Browse files
author
Vladislav Grigoryev
committed
Update version.
1 parent 6f61aed commit 795dc26

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Example/Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
"$(inherited)",
562562
"@executable_path/Frameworks",
563563
);
564-
MARKETING_VERSION = 2.8.0;
564+
MARKETING_VERSION = 2.9.0;
565565
PRODUCT_BUNDLE_IDENTIFIER = "gora.studio.SCNRecorder.Example.${DEVELOPMENT_TEAM}";
566566
PRODUCT_NAME = "$(TARGET_NAME)";
567567
SWIFT_OBJC_BRIDGING_HEADER = "Source/Example-Bridging-Header.h";
@@ -586,7 +586,7 @@
586586
"$(inherited)",
587587
"@executable_path/Frameworks",
588588
);
589-
MARKETING_VERSION = 2.8.0;
589+
MARKETING_VERSION = 2.9.0;
590590
PRODUCT_BUNDLE_IDENTIFIER = "gora.studio.SCNRecorder.Example.${DEVELOPMENT_TEAM}";
591591
PRODUCT_NAME = "$(TARGET_NAME)";
592592
SWIFT_OBJC_BRIDGING_HEADER = "Source/Example-Bridging-Header.h";

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- MTDMulticastDelegate (1.0.1)
3-
- SCNRecorder (2.8.1):
3+
- SCNRecorder (2.9.0):
44
- MTDMulticastDelegate
55
- SnapKit (5.7.1)
66

@@ -19,7 +19,7 @@ EXTERNAL SOURCES:
1919

2020
SPEC CHECKSUMS:
2121
MTDMulticastDelegate: dcedff914c281710e3faa64b79ff775741f25b4b
22-
SCNRecorder: a42867f4907e6920fe18949063f75d2c3c085d43
22+
SCNRecorder: cad6d2f1d7420db813e0d426515dbed9cbd87571
2323
SnapKit: d612e99e678a2d3b95bf60b0705ed0a35c03484a
2424

2525
PODFILE CHECKSUM: 6cdab886091e4aeb20218508030c8f0592e2ce55

Example/Pods/Local Podspecs/SCNRecorder.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/SCNRecorder/SCNRecorder-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Starting version 2.2.0 SCNRecorder supports Metal only.
2424
### CocoaPods
2525

2626
```ruby
27-
pod 'SCNRecorder', '~> 2.7'
27+
pod 'SCNRecorder', '~> 2.9'
2828
```
2929

3030
### Carthage

SCNRecorder.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SCNRecorder'
3-
s.version = '2.8.1'
3+
s.version = '2.9.0'
44
s.summary = 'A lags-free recorder of ARKit and SceneKit for iOS in Swift'
55
s.homepage = 'https://github.com/gorastudio/SCNRecorder'
66
s.license = { :type => 'MIT', :file => 'LICENSE.md' }

0 commit comments

Comments
 (0)