Skip to content

Commit

Permalink
Renamed to LiteRoute
Browse files Browse the repository at this point in the history
  • Loading branch information
SpectralDragon committed Apr 8, 2020
1 parent eb9ecc7 commit 46e69bd
Show file tree
Hide file tree
Showing 31 changed files with 163 additions and 897 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
build/
DerivedData/

# Xcode
*.xcworkspace

## Various settings
*.pbxuser
!default.pbxuser
Expand Down Expand Up @@ -37,14 +40,17 @@ vendor/
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
#Pods/
Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

#Carthage/Build
Carthage/Build

# Swift Package Manager
.swiftpm/

# fastlane
#
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: objective-c
osx_image: xcode9.3
osx_image: xcode10.1
branches:
only:
- master
env:
global:
- WORKSPACE=LightRoute.xcworkspace
- IOS_FRAMEWORK_SCHEME="LightRoute-iOS"
- WORKSPACE=LiteRoute.xcworkspace
- IOS_FRAMEWORK_SCHEME="LiteRoute-iOS"
- EXAMPLE_SCHEME="iOS Example"
matrix:
- DESTINATION="OS=11.3,name=iPhone X" SCHEME="$IOS_FRAMEWORK_SCHEME" RUN_TESTS="YES" BUILD_EXAMPLE="YES" POD_LINT="YES"
Expand Down
23 changes: 22 additions & 1 deletion Bridging.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,28 @@
// Bridging.swift
// LiteRoute
//
// Created by v.prusakov on 4/8/20.
// Copyright © 2016-2020 Vladislav Prusakov <[email protected]>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
//

import Foundation

@available(*, deprecated, message: "This API was renamed when LightRoute was renamed to LiteRoute")
public typealias LightRouteError = LiteRouteError
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Copyright (c) 2016-2017 Vladislav Prusakov <hipsterknights@gmail.com>
Copyright (c) 2016-2020 Vladislav Prusakov <spectraldragonchannel@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
22 changes: 0 additions & 22 deletions LightRoute-iOS-Tests/Info.plist

This file was deleted.

35 changes: 0 additions & 35 deletions LightRoute-iOS-Tests/LightRoute_iOS_Tests.swift

This file was deleted.

24 changes: 0 additions & 24 deletions LightRoute-iOS/Info.plist

This file was deleted.

36 changes: 0 additions & 36 deletions LightRoute-iOS/LightRoute.h

This file was deleted.

18 changes: 0 additions & 18 deletions LightRoute.podspec

This file was deleted.

Loading

0 comments on commit 46e69bd

Please sign in to comment.