Skip to content

Commit 025c5a3

Browse files
committed
Merge branch 'release/3.9.1'
2 parents 8f0e629 + feb7070 commit 025c5a3

File tree

20 files changed

+41
-33
lines changed

20 files changed

+41
-33
lines changed

Example/Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499
"@executable_path/Frameworks",
500500
"@executable_path/../../Frameworks",
501501
);
502-
MARKETING_VERSION = 3.9.0;
502+
MARKETING_VERSION = 3.9.1;
503503
PRODUCT_BUNDLE_IDENTIFIER = io.rover.Example.NotificationService;
504504
PRODUCT_NAME = "$(TARGET_NAME)";
505505
SKIP_INSTALL = YES;
@@ -521,7 +521,7 @@
521521
"@executable_path/Frameworks",
522522
"@executable_path/../../Frameworks",
523523
);
524-
MARKETING_VERSION = 3.9.0;
524+
MARKETING_VERSION = 3.9.1;
525525
PRODUCT_BUNDLE_IDENTIFIER = io.rover.Example.NotificationService;
526526
PRODUCT_NAME = "$(TARGET_NAME)";
527527
SKIP_INSTALL = YES;

Example/Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.9.0</string>
18+
<string>3.9.1</string>
1919
<key>CFBundleURLTypes</key>
2020
<array>
2121
<dict>

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ The simplest approach is to specify `Rover` as a dependency of your app's target
3636

3737
```ruby
3838
target 'MyAppTarget' do
39-
pod 'RoverCampaigns', '~> 3.9.0'
39+
pod 'RoverCampaigns', '~> 3.9.1'
4040
end
4141
```
4242

4343
Alternatively you can specify the exact set of subspecs you want to include.
4444

4545
```ruby
4646
target 'MyAppTarget' do
47-
pod 'RoverCampaigns/Foundation', '~> 3.9.0'
48-
pod 'RoverCampaigns/Data', '~> 3.9.0'
49-
pod 'RoverCampaigns/UI', '~> 3.9.0'
50-
pod 'RoverCampaigns/Notifications', '~> 3.9.0'
51-
pod 'RoverCampaigns/Location', '~> 3.9.0'
52-
pod 'RoverCampaigns/Debug', '~> 3.9.0'
47+
pod 'RoverCampaigns/Foundation', '~> 3.9.1'
48+
pod 'RoverCampaigns/Data', '~> 3.9.1'
49+
pod 'RoverCampaigns/UI', '~> 3.9.1'
50+
pod 'RoverCampaigns/Notifications', '~> 3.9.1'
51+
pod 'RoverCampaigns/Location', '~> 3.9.1'
52+
pod 'RoverCampaigns/Debug', '~> 3.9.1'
5353
end
5454
```
5555

RoverAppExtensions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RoverAppExtensions"
3-
s.version = "3.9.0"
3+
s.version = "3.9.1"
44
s.summary = "Rover Campaigns iOS App Extensions"
55
s.homepage = "https://www.rover.io"
66
s.license = "Apache License, Version 2.0"

RoverCampaigns.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RoverCampaigns"
3-
s.version = "3.9.0"
3+
s.version = "3.9.1"
44
s.summary = "iOS framework for the Rover Campaigns app"
55
s.homepage = "https://www.rover.io"
66
s.license = "Apache License, Version 2.0"

Sources/AdSupport/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.9.0</string>
18+
<string>3.9.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

Sources/AppExtensions/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.9.0</string>
18+
<string>3.9.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Sources/Bluetooth/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.9.0</string>
18+
<string>3.9.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Sources/Data/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.9.0</string>
18+
<string>3.9.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Sources/Debug/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.9.0</string>
18+
<string>3.9.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Sources/Experiences/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.9.0</string>
18+
<string>3.9.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

Sources/Foundation/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.9.0</string>
18+
<string>3.9.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Sources/Foundation/Meta.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
import Foundation
1010

1111
public enum Meta {
12-
public static let SDKVersion: String = "3.9.0"
12+
public static let SDKVersion: String = "3.9.1"
1313
}

Sources/Location/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.9.0</string>
18+
<string>3.9.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Sources/Location/Model/Beacon.swift

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@ import RoverData
1515
#endif
1616

1717
public final class Beacon: NSManagedObject {
18-
@nonobjc
18+
@nonobjc @available(*, deprecated, message: "Please use Beacon.beaconFetchRequest() instead.")
1919
public class func fetchRequest() -> NSFetchRequest<Beacon> {
2020
return NSFetchRequest<Beacon>(entityName: "Beacon")
2121
}
2222

23+
public class func beaconFetchRequest() -> NSFetchRequest<Beacon> {
24+
return NSFetchRequest<Beacon>(entityName: "Beacon")
25+
}
26+
2327
@NSManaged public internal(set) var id: String
2428
@NSManaged public internal(set) var name: String
2529
@NSManaged public internal(set) var uuid: UUID
@@ -93,7 +97,7 @@ extension Beacon {
9397

9498
extension Beacon {
9599
public static func fetchAll(in context: NSManagedObjectContext) -> Set<Beacon> {
96-
let fetchRequest: NSFetchRequest<Beacon> = Beacon.fetchRequest()
100+
let fetchRequest: NSFetchRequest<Beacon> = Beacon.beaconFetchRequest()
97101
let beacons: [Beacon]
98102

99103
do {
@@ -107,7 +111,7 @@ extension Beacon {
107111
}
108112

109113
public static func fetchAll(matchingRegionIdentifiers regionIdentifiers: Set<String>, in context: NSManagedObjectContext) -> Set<Beacon> {
110-
let fetchRequest: NSFetchRequest<Beacon> = Beacon.fetchRequest()
114+
let fetchRequest: NSFetchRequest<Beacon> = Beacon.beaconFetchRequest()
111115
fetchRequest.predicate = NSPredicate(format: "regionIdentifier IN %@", regionIdentifiers)
112116

113117
do {
@@ -120,7 +124,7 @@ extension Beacon {
120124
}
121125

122126
public static func deleteAll(in context: NSManagedObjectContext) {
123-
let fetchRequest: NSFetchRequest<NSFetchRequestResult> = Beacon.fetchRequest() as! NSFetchRequest<NSFetchRequestResult>
127+
let fetchRequest: NSFetchRequest<NSFetchRequestResult> = Beacon.beaconFetchRequest() as! NSFetchRequest<NSFetchRequestResult>
124128
let deleteRequest = NSBatchDeleteRequest(fetchRequest: fetchRequest)
125129
do {
126130
try context.execute(deleteRequest)

Sources/Location/Model/Geofence.swift

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@ import RoverData
1515
#endif
1616

1717
public final class Geofence: NSManagedObject {
18-
@nonobjc
18+
@nonobjc @available(*, deprecated, message: "Please use Geofence.geofenceFetchRequest() instead.")
1919
public class func fetchRequest() -> NSFetchRequest<Geofence> {
2020
return NSFetchRequest<Geofence>(entityName: "Geofence")
2121
}
2222

23+
public class func geofenceFetchRequest() -> NSFetchRequest<Geofence> {
24+
return NSFetchRequest<Geofence>(entityName: "Geofence")
25+
}
26+
2327
@NSManaged public internal(set) var id: String
2428
@NSManaged public internal(set) var name: String
2529
@NSManaged public internal(set) var latitude: Double
@@ -99,7 +103,7 @@ extension Geofence {
99103

100104
extension Geofence {
101105
public static func fetchAll(in context: NSManagedObjectContext) -> Set<Geofence> {
102-
let fetchRequest: NSFetchRequest<Geofence> = Geofence.fetchRequest()
106+
let fetchRequest: NSFetchRequest<Geofence> = Geofence.geofenceFetchRequest()
103107
let geofences: [Geofence]
104108

105109
do {
@@ -124,7 +128,7 @@ extension Geofence {
124128
}
125129

126130
public static func fetch(regionIdentifier: String, in context: NSManagedObjectContext) -> Geofence? {
127-
let fetchRequest: NSFetchRequest<Geofence> = Geofence.fetchRequest()
131+
let fetchRequest: NSFetchRequest<Geofence> = Geofence.geofenceFetchRequest()
128132
let predicate = NSPredicate(format: "regionIdentifier == %@", regionIdentifier)
129133
fetchRequest.predicate = predicate
130134

@@ -157,7 +161,7 @@ extension Geofence {
157161
}
158162

159163
public static func deleteAll(in context: NSManagedObjectContext) {
160-
let fetchRequest: NSFetchRequest<NSFetchRequestResult> = Geofence.fetchRequest() as! NSFetchRequest<NSFetchRequestResult>
164+
let fetchRequest: NSFetchRequest<NSFetchRequestResult> = Geofence.geofenceFetchRequest() as! NSFetchRequest<NSFetchRequestResult>
161165
let deleteRequest = NSBatchDeleteRequest(fetchRequest: fetchRequest)
162166
do {
163167
try context.execute(deleteRequest)

Sources/Notifications/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.9.0</string>
18+
<string>3.9.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Sources/Telephony/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.9.0</string>
18+
<string>3.9.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

Sources/Ticketmaster/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.9.0</string>
18+
<string>3.9.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Sources/UI/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.9.0</string>
18+
<string>3.9.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)