Skip to content

Commit 3560940

Browse files
committed
Bump up version.
1 parent 790cdd5 commit 3560940

File tree

8 files changed

+538
-513
lines changed

8 files changed

+538
-513
lines changed

Example/Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@
560560
"$(inherited)",
561561
"@executable_path/Frameworks",
562562
);
563-
MARKETING_VERSION = 2.5.0;
563+
MARKETING_VERSION = 2.6.0;
564564
PRODUCT_BUNDLE_IDENTIFIER = "gora.studio.SCNRecorder.Example.${DEVELOPMENT_TEAM}";
565565
PRODUCT_NAME = "$(TARGET_NAME)";
566566
SWIFT_OBJC_BRIDGING_HEADER = "Source/Example-Bridging-Header.h";
@@ -585,7 +585,7 @@
585585
"$(inherited)",
586586
"@executable_path/Frameworks",
587587
);
588-
MARKETING_VERSION = 2.5.0;
588+
MARKETING_VERSION = 2.6.0;
589589
PRODUCT_BUNDLE_IDENTIFIER = "gora.studio.SCNRecorder.Example.${DEVELOPMENT_TEAM}";
590590
PRODUCT_NAME = "$(TARGET_NAME)";
591591
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,5 +1,5 @@
11
PODS:
2-
- SCNRecorder (2.5.1)
2+
- SCNRecorder (2.6.0)
33
- SnapKit (5.0.1)
44

55
DEPENDENCIES:
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
SCNRecorder: b446114276ca77d0b247836b28c3b9ae80b2cb08
18+
SCNRecorder: f73f8fcf890a0595081d09b9074ed7fbd9df84cb
1919
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
2020

2121
PODFILE CHECKSUM: a402c811b8b6a231a13402257d93acd3b67abb0d

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/Pods.xcodeproj/project.pbxproj

Lines changed: 526 additions & 501 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.

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.5.1'
3+
s.version = '2.6.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' }

SCNRecorder.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@
10401040
"@executable_path/Frameworks",
10411041
"@loader_path/Frameworks",
10421042
);
1043-
MARKETING_VERSION = 2.5.1;
1043+
MARKETING_VERSION = 2.6.0;
10441044
MODULEMAP_FILE = SCNRecorder.modulemap;
10451045
PRODUCT_BUNDLE_IDENTIFIER = gora.studio.SCNRecorder;
10461046
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -1070,7 +1070,7 @@
10701070
"@executable_path/Frameworks",
10711071
"@loader_path/Frameworks",
10721072
);
1073-
MARKETING_VERSION = 2.5.1;
1073+
MARKETING_VERSION = 2.6.0;
10741074
MODULEMAP_FILE = SCNRecorder.modulemap;
10751075
PRODUCT_BUNDLE_IDENTIFIER = gora.studio.SCNRecorder;
10761076
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";

0 commit comments

Comments
 (0)