Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #1

Open
wants to merge 227 commits into
base: swift5Merge
Choose a base branch
from
Open

Master #1

wants to merge 227 commits into from

Conversation

johnrechd
Copy link

Updating for swift 5 compatibility.

Stunner and others added 30 commits September 19, 2017 21:59
With ARKit 1.5 introduced in iOS 11.3 a new case was added to the
enumeration ARCamera.TrackingState.Reason called .relocalizing.

This new case not present in the switch statement causes the
project to fail during building.
Added .DS_Store to gitignore & added newline to end of file.
Fix a switch statement not being exhaustive after ARKit 1.5 update
And rebuilds `sceneContainsNodeWithTag` on the `findNodes` method
Add a tag to LocationNode base class and ability to find nodes w/specific tags in a scene
adding swift markdown syntax
...and Cocoapods materials.

If we were using Cocoapods for more than logging in the demo app I might think differently about this, but it and Cocoa Lumberjack are an overly heavyweight solution for a dozen logging statements for a demo.
Update Podspec to version 1.0.3
Adds a very basic set of Swiftlint rules, and makes sure that the project and demo app follow them. More details on Swiftlint are available at https://github.com/realm/SwiftLint
* Move project source into a framework target
* Share the framework target so that Carthage can build it
* Update Podspec to point to the new source location
* Change access levels of a handful of types, properties, and methods to make sure the project works successfully as a framework
* Modify the demo app to import the new framework
Added method to remove all nodes on the scene
Give callers from outside of the module readonly access to the `SceneLocationView`'s `locationNodes`.
Allows readonly access to the SceneLocationView's nodes
calculating metersToLongitude is wrong because it depends on latitude!
* Fix Swiftlint violations
* Add a couple simple tests
Pilot-Marc and others added 29 commits November 23, 2019 21:28
CALayer node with dynamic time stamp
Clean up noise in Cocoapods setup. Update Pods.xcodeproj to recommended settings.
This reverts commit daefdad.
A few more geodesy tests and comments
Fix minor error with placement of route steps
Bump version number to 1.3.0 in ARCL-Info.plist and changelog
Updated ARCL version to 1.3.0
@johnrechd johnrechd changed the base branch from master to swift5Merge August 18, 2020 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet