Skip to content

Commit

Permalink
Bump up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
v-grigoriev committed May 3, 2021
1 parent 790cdd5 commit 3560940
Show file tree
Hide file tree
Showing 8 changed files with 538 additions and 513 deletions.
4 changes: 2 additions & 2 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.5.0;
MARKETING_VERSION = 2.6.0;
PRODUCT_BUNDLE_IDENTIFIER = "gora.studio.SCNRecorder.Example.${DEVELOPMENT_TEAM}";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Source/Example-Bridging-Header.h";
Expand All @@ -585,7 +585,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.5.0;
MARKETING_VERSION = 2.6.0;
PRODUCT_BUNDLE_IDENTIFIER = "gora.studio.SCNRecorder.Example.${DEVELOPMENT_TEAM}";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Source/Example-Bridging-Header.h";
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- SCNRecorder (2.5.1)
- SCNRecorder (2.6.0)
- SnapKit (5.0.1)

DEPENDENCIES:
Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
SCNRecorder: b446114276ca77d0b247836b28c3b9ae80b2cb08
SCNRecorder: f73f8fcf890a0595081d09b9074ed7fbd9df84cb
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb

PODFILE CHECKSUM: a402c811b8b6a231a13402257d93acd3b67abb0d
Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/SCNRecorder.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,027 changes: 526 additions & 501 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SCNRecorder.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SCNRecorder'
s.version = '2.5.1'
s.version = '2.6.0'
s.summary = 'A lags-free recorder of ARKit and SceneKit for iOS in Swift'
s.homepage = 'https://github.com/gorastudio/SCNRecorder'
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand Down
4 changes: 2 additions & 2 deletions SCNRecorder.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.5.1;
MARKETING_VERSION = 2.6.0;
MODULEMAP_FILE = SCNRecorder.modulemap;
PRODUCT_BUNDLE_IDENTIFIER = gora.studio.SCNRecorder;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -1070,7 +1070,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.5.1;
MARKETING_VERSION = 2.6.0;
MODULEMAP_FILE = SCNRecorder.modulemap;
PRODUCT_BUNDLE_IDENTIFIER = gora.studio.SCNRecorder;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down

0 comments on commit 3560940

Please sign in to comment.