Skip to content

Commit 9c313cf

Browse files
author
Rover Release Bot 🤖
committed
Releasing 4.8.1
1 parent 8d4b3d7 commit 9c313cf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Example/Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
GCC_WARN_UNUSED_FUNCTION = YES;
383383
GCC_WARN_UNUSED_VARIABLE = YES;
384384
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
385-
MARKETING_VERSION = 4.7.0;
385+
MARKETING_VERSION = 4.8.1;
386386
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
387387
MTL_FAST_MATH = YES;
388388
ONLY_ACTIVE_ARCH = YES;
@@ -438,7 +438,7 @@
438438
GCC_WARN_UNUSED_FUNCTION = YES;
439439
GCC_WARN_UNUSED_VARIABLE = YES;
440440
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
441-
MARKETING_VERSION = 4.7.0;
441+
MARKETING_VERSION = 4.8.1;
442442
MTL_ENABLE_DEBUG_INFO = NO;
443443
MTL_FAST_MATH = YES;
444444
SDKROOT = iphoneos;

Sources/Foundation/Meta.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ import Foundation
1717

1818
public enum Meta {
1919
public static let APIVersion: Int = 2
20-
public static let SDKVersion: String = "4.8.0"
20+
public static let SDKVersion: String = "4.8.1"
2121
}

Sources/UI/Resources/PrivacyInfo.xcprivacy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>NSPrivacyTracking</key>
6+
<false/>
57
<key>NSPrivacyCollectedDataTypes</key>
68
<array>
79
<dict>
@@ -40,7 +42,5 @@
4042
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
4143
</dict>
4244
</array>
43-
<key>NSPrivacyTracking</key>
44-
<string>NO</string>
4545
</dict>
4646
</plist>

0 commit comments

Comments
 (0)