Skip to content

Commit

Permalink
Renamed repos/packages to be consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddsouthenbentley committed Sep 8, 2021
1 parent 60f9372 commit e4ca1a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
// .package(url: "https://github.com/iTwin/itwin-mobile-ios-package", from: "2.16.3"),
// .package(url: "https://github.com/iTwin/mobile-ios-package", from: "2.16.3"),
.package(name: "itwin-mobile-ios", url: "https://github.com/toddsouthenbentley/itwin-iostest", from: "0.0.9"),
.package(url: "https://github.com/mxcl/PromiseKit", from: "6.15.3"),
.package(name: "PMKFoundation", url: "https://github.com/PromiseKit/Foundation.git", from: "3.0.0"),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# itwin-mobile-sdk
# iTwin mobile-sdk

Copyright © Bentley Systems, Incorporated. All rights reserved. See [LICENSE.md](./LICENSE.md) for license terms and full copyright notice.

Expand Down
4 changes: 2 additions & 2 deletions itwin-mobile-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
spec.name = "itwin-mobile-sdk"
spec.version = "0.0.9"
spec.summary = "iTwin Mobile SDK"
spec.homepage = "https://github.com/iTwin/itwin-mobile-sdk"
spec.homepage = "https://github.com/iTwin/mobile-sdk"
spec.license = { :type => "MIT", :file => "LICENSE.md" }
spec.author = "Bentley Systems Inc."
spec.platform = :ios
Expand All @@ -17,5 +17,5 @@ Pod::Spec.new do |spec|
spec.dependency "PromiseKit/CoreLocation", "~> 6.0"
spec.dependency "PromiseKit/Foundation", "~> 6.0"
spec.dependency "ReachabilitySwift"
spec.dependency "itwin-mobile-ios-package"
spec.dependency "mobile-ios-package"
end

0 comments on commit e4ca1a9

Please sign in to comment.