File tree Expand file tree Collapse file tree
Example/Example.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ import Foundation
1717
1818public 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}
Original file line number Diff line number Diff line change 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 >
4042 <string >NSPrivacyAccessedAPICategoryUserDefaults</string >
4143 </dict >
4244 </array >
43- <key >NSPrivacyTracking</key >
44- <string >NO</string >
4545</dict >
4646</plist >
You can’t perform that action at this time.
0 commit comments