Skip to content

Commit aeae764

Browse files
authored
Merge pull request #25 from gorastudio/develop
Release 2.5.0
2 parents fbd3e0b + 78bccc2 commit aeae764

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1702
-711
lines changed

.swiftlint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ disabled_rules:
22
- identifier_name
33
- statement_position
44
- nesting
5+
- trailing_comma
56
included:
6-
- Source
7+
- Sources
78
- Example/Source
89
reporter: "xcode"
910

Example/Example.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -401,11 +401,11 @@
401401
BE4C34712237C827007AE1EE /* AppDelegate.swift in Sources */,
402402
BE4C34902237CA8E007AE1EE /* PhotoPreviewController.swift in Sources */,
403403
D512FDF22566846B00933885 /* ViewController.swift in Sources */,
404+
D512FDEE2566803000933885 /* Weakify.swift in Sources */,
404405
D512FDF02566804100933885 /* Weakifiable.swift in Sources */,
405406
D5C7240D25652BD6006A1168 /* MetalShaders.metal in Sources */,
406407
D54B203E25654ECB00482B84 /* ControlsViewController.swift in Sources */,
407408
D5EE33EC257105070056085A /* RealityKitViewController.swift in Sources */,
408-
D512FDEE2566803000933885 /* Weakify.swift in Sources */,
409409
D5C724062565167F006A1168 /* MetalViewController.swift in Sources */,
410410
D54B204125654EDF00482B84 /* ControlsView.swift in Sources */,
411411
D5C7240A25651F79006A1168 /* SquadRenderer.swift in Sources */,
@@ -554,12 +554,12 @@
554554
CODE_SIGN_STYLE = Automatic;
555555
DEVELOPMENT_TEAM = 5S8646274U;
556556
INFOPLIST_FILE = Source/Info.plist;
557-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
557+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
558558
LD_RUNPATH_SEARCH_PATHS = (
559559
"$(inherited)",
560560
"@executable_path/Frameworks",
561561
);
562-
MARKETING_VERSION = 2.4.0;
562+
MARKETING_VERSION = 2.5.0;
563563
PRODUCT_BUNDLE_IDENTIFIER = "gora.studio.SCNRecorder.Example.${DEVELOPMENT_TEAM}";
564564
PRODUCT_NAME = "$(TARGET_NAME)";
565565
SWIFT_OBJC_BRIDGING_HEADER = "Source/Example-Bridging-Header.h";
@@ -578,12 +578,12 @@
578578
CODE_SIGN_STYLE = Automatic;
579579
DEVELOPMENT_TEAM = 5S8646274U;
580580
INFOPLIST_FILE = Source/Info.plist;
581-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
581+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
582582
LD_RUNPATH_SEARCH_PATHS = (
583583
"$(inherited)",
584584
"@executable_path/Frameworks",
585585
);
586-
MARKETING_VERSION = 2.4.0;
586+
MARKETING_VERSION = 2.5.0;
587587
PRODUCT_BUNDLE_IDENTIFIER = "gora.studio.SCNRecorder.Example.${DEVELOPMENT_TEAM}";
588588
PRODUCT_NAME = "$(TARGET_NAME)";
589589
SWIFT_OBJC_BRIDGING_HEADER = "Source/Example-Bridging-Header.h";

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '12.0'
1+
platform :ios, '13.0'
22

33
use_frameworks!
44

Example/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- SCNRecorder (2.4.0)
2+
- SCNRecorder (2.5.0)
33
- SnapKit (5.0.1)
44

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

1717
SPEC CHECKSUMS:
18-
SCNRecorder: 7ce645592160100f707b15187587348d7538ec71
18+
SCNRecorder: 87469846988b24e3b9f28aa501e2133f5edd6d7b
1919
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
2020

21-
PODFILE CHECKSUM: 796a489113adff96d8ae345cac2cf7ee7d1551b2
21+
PODFILE CHECKSUM: a402c811b8b6a231a13402257d93acd3b67abb0d
2222

23-
COCOAPODS: 1.10.0
23+
COCOAPODS: 1.10.1

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

Lines changed: 6 additions & 6 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: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)