Skip to content

Commit

Permalink
Releasing 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rover Release Bot 🤖 committed Apr 30, 2024
1 parent a43de71 commit e89c92c
Show file tree
Hide file tree
Showing 55 changed files with 591 additions and 471 deletions.
14 changes: 0 additions & 14 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
4FBB82D628FF56F80052F3D9 /* RoverAdSupport in Frameworks */ = {isa = PBXBuildFile; productRef = 4FBB82D528FF56F80052F3D9 /* RoverAdSupport */; };
4FBB82D828FF56F80052F3D9 /* RoverAppExtensions in Frameworks */ = {isa = PBXBuildFile; productRef = 4FBB82D728FF56F80052F3D9 /* RoverAppExtensions */; };
4FBB82DA28FF56F80052F3D9 /* RoverBluetooth in Frameworks */ = {isa = PBXBuildFile; productRef = 4FBB82D928FF56F80052F3D9 /* RoverBluetooth */; };
4FBB82DC28FF56F80052F3D9 /* RoverData in Frameworks */ = {isa = PBXBuildFile; productRef = 4FBB82DB28FF56F80052F3D9 /* RoverData */; };
4FBB82DE28FF56F80052F3D9 /* RoverDebug in Frameworks */ = {isa = PBXBuildFile; productRef = 4FBB82DD28FF56F80052F3D9 /* RoverDebug */; };
4FBB82E028FF56F80052F3D9 /* RoverExperiences in Frameworks */ = {isa = PBXBuildFile; productRef = 4FBB82DF28FF56F80052F3D9 /* RoverExperiences */; };
Expand Down Expand Up @@ -74,12 +72,10 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
4FBB82D628FF56F80052F3D9 /* RoverAdSupport in Frameworks */,
4FBB82E628FF56F90052F3D9 /* RoverNotifications in Frameworks */,
4FBB82E228FF56F90052F3D9 /* RoverFoundation in Frameworks */,
4FBB82EC28FF56F90052F3D9 /* RoverUI in Frameworks */,
4FBB82DC28FF56F80052F3D9 /* RoverData in Frameworks */,
4FBB82DA28FF56F80052F3D9 /* RoverBluetooth in Frameworks */,
4FBB82E428FF56F90052F3D9 /* RoverLocation in Frameworks */,
4FBB82DE28FF56F80052F3D9 /* RoverDebug in Frameworks */,
4FBB82D828FF56F80052F3D9 /* RoverAppExtensions in Frameworks */,
Expand Down Expand Up @@ -178,9 +174,7 @@
);
name = Example;
packageProductDependencies = (
4FBB82D528FF56F80052F3D9 /* RoverAdSupport */,
4FBB82D728FF56F80052F3D9 /* RoverAppExtensions */,
4FBB82D928FF56F80052F3D9 /* RoverBluetooth */,
4FBB82DB28FF56F80052F3D9 /* RoverData */,
4FBB82DD28FF56F80052F3D9 /* RoverDebug */,
4FBB82DF28FF56F80052F3D9 /* RoverExperiences */,
Expand Down Expand Up @@ -571,18 +565,10 @@
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
4FBB82D528FF56F80052F3D9 /* RoverAdSupport */ = {
isa = XCSwiftPackageProductDependency;
productName = RoverAdSupport;
};
4FBB82D728FF56F80052F3D9 /* RoverAppExtensions */ = {
isa = XCSwiftPackageProductDependency;
productName = RoverAppExtensions;
};
4FBB82D928FF56F80052F3D9 /* RoverBluetooth */ = {
isa = XCSwiftPackageProductDependency;
productName = RoverBluetooth;
};
4FBB82DB28FF56F80052F3D9 /* RoverData */ = {
isa = XCSwiftPackageProductDependency;
productName = RoverData;
Expand Down
2 changes: 0 additions & 2 deletions Example/Example/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import RoverFoundation
import RoverData
import RoverLocation
import RoverAdSupport
import RoverTelephony
import RoverTicketmaster
import RoverUI
Expand All @@ -43,7 +42,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
NotificationsAssembler(appGroup: "group.io.rover.Example"), // Used to share `UserDefaults` data between the main app target and the notification service extension.
LocationAssembler(),
DebugAssembler(),
AdSupportAssembler(),
TelephonyAssembler(),
TicketmasterAssembler(),

Expand Down
33 changes: 11 additions & 22 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
{
"object": {
"pins": [
{
"package": "Mocker",
"repositoryURL": "https://github.com/WeTransfer/Mocker",
"state": {
"branch": null,
"revision": "4384e015cae4916a6828252467a4437173c7ae17",
"version": "3.0.1"
}
},
{
"package": "ZIPFoundation",
"repositoryURL": "https://github.com/weichsel/ZIPFoundation",
"state": {
"branch": null,
"revision": "43ec568034b3731101dbf7670765d671c30f54f3",
"version": "0.9.16"
}
"pins" : [
{
"identity" : "zipfoundation",
"kind" : "remoteSourceControl",
"location" : "https://github.com/weichsel/ZIPFoundation",
"state" : {
"revision" : "02b6abe5f6eef7e3cbd5f247c5cc24e246efcfe0",
"version" : "0.9.19"
}
]
},
"version": 1
}
],
"version" : 2
}
46 changes: 20 additions & 26 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down Expand Up @@ -27,18 +27,12 @@ let package = Package(
.library(
name: "RoverLocation",
targets: ["RoverLocation"]),
.library(
name: "RoverBluetooth",
targets: ["RoverBluetooth"]),
.library(
name: "RoverDebug",
targets: ["RoverDebug"]),
.library(
name: "RoverTelephony",
targets: ["RoverTelephony"]),
.library(
name: "RoverAdSupport",
targets: ["RoverAdSupport"]),
.library(
name: "RoverTicketmaster",
targets: ["RoverTicketmaster"]),
Expand All @@ -50,63 +44,63 @@ let package = Package(
targets: ["RoverAppExtensions"]),
],
dependencies: [
.package(url: "https://github.com/WeTransfer/Mocker", .upToNextMajor(from: "3.0.1")),
.package(url:"https://github.com/weichsel/ZIPFoundation", .upToNextMinor(from: "0.9.16"))
.package(url:"https://github.com/weichsel/ZIPFoundation", .upToNextMinor(from: "0.9.19"))
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "RoverFoundation",
dependencies: [],
path: "Sources/Foundation"),
path: "Sources/Foundation",
resources: [.copy("Resources/PrivacyInfo.xcprivacy")]),
.target(
name: "RoverData",
dependencies: ["RoverFoundation"],
path: "Sources/Data"),
path: "Sources/Data",
resources: [.copy("Resources/PrivacyInfo.xcprivacy")]),
.target(
name: "RoverUI",
dependencies: ["RoverData"],
path: "Sources/UI"),
.target(
name: "RoverAdSupport",
dependencies: ["RoverData"],
path: "Sources/AdSupport"),
path: "Sources/UI",
resources: [.copy("Resources/PrivacyInfo.xcprivacy")]),
.target(
name: "RoverAppExtensions",
dependencies: ["RoverFoundation"],
path: "Sources/AppExtensions"),
.target(
name: "RoverBluetooth",
dependencies: ["RoverData"],
path: "Sources/Bluetooth"),
.target(
name: "RoverDebug",
dependencies: ["RoverUI"],
path: "Sources/Debug"),
.target(
name: "RoverExperiences",
dependencies: ["RoverUI", "RoverFoundation", "RoverData", "ZIPFoundation"],
path: "Sources/Experiences"),
path: "Sources/Experiences",
resources: [.copy("Resources/PrivacyInfo.xcprivacy")]),
.target(
name: "RoverLocation",
dependencies: ["RoverData"],
path: "Sources/Location"),
path: "Sources/Location",
resources: [.copy("Resources/PrivacyInfo.xcprivacy")]),
.target(
name: "RoverNotifications",
dependencies: ["RoverData", "RoverUI"],
path: "Sources/Notifications"),
path: "Sources/Notifications",
resources: [.copy("Resources/PrivacyInfo.xcprivacy")]),
.target(
name: "RoverTelephony",
dependencies: ["RoverData"],
path: "Sources/Telephony"),
path: "Sources/Telephony",
resources: [.copy("Resources/PrivacyInfo.xcprivacy")]),
.target(
name: "RoverTicketmaster",
dependencies: ["RoverData"],
path: "Sources/Ticketmaster"),
path: "Sources/Ticketmaster",
resources: [.copy("Resources/PrivacyInfo.xcprivacy")]),
.target(
name: "RoverSeatGeek",
dependencies: ["RoverData"],
path: "Sources/SeatGeek")
path: "Sources/SeatGeek",
resources: [.copy("Resources/PrivacyInfo.xcprivacy")]),
]
)
29 changes: 0 additions & 29 deletions Sources/AdSupport/AdSupportAssembler.swift

This file was deleted.

36 changes: 0 additions & 36 deletions Sources/AdSupport/AdSupportManager.swift

This file was deleted.

32 changes: 0 additions & 32 deletions Sources/Bluetooth/BluetoothAssembler.swift

This file was deleted.

43 changes: 0 additions & 43 deletions Sources/Bluetooth/BluetoothManager.swift

This file was deleted.

Loading

0 comments on commit e89c92c

Please sign in to comment.