File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
OptimizelySwiftSDK.xcodeproj Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 2149
2149
75C719BB25E4519B0084187E /* Optimizely.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Optimizely.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2150
2150
75C71C3825E45A2B0084187E /* WatchBackgroundNotifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchBackgroundNotifier.swift; sourceTree = "<group>"; };
2151
2151
84E7ABBA27D2A1F100447CAE /* ThreadSafeLogger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ThreadSafeLogger.swift; sourceTree = "<group>"; };
2152
+ 987F11D92AF3F56F0083D3F9 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
2152
2153
BD6485812491474500F30986 /* Optimizely.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Optimizely.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2153
2154
C78CAF572445AD8D009FE876 /* OptimizelyJSON.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OptimizelyJSON.swift; sourceTree = "<group>"; };
2154
2155
C78CAF652446DB91009FE876 /* OptimizelyClientTests_OptimizelyJSON.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OptimizelyClientTests_OptimizelyJSON.swift; sourceTree = "<group>"; };
2457
2458
children = (
2458
2459
6E75167A22C520D400B2B157 /* Optimizely.h */,
2459
2460
6E75167B22C520D400B2B157 /* Info.plist */,
2461
+ 987F11D92AF3F56F0083D3F9 /* PrivacyInfo.xcprivacy */,
2460
2462
);
2461
2463
path = "Supporting Files";
2462
2464
sourceTree = "<group>";
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >NSPrivacyAccessedAPITypes</key >
6
+ <array >
7
+ <dict >
8
+ <key >NSPrivacyAccessedAPITypeReasons</key >
9
+ <array >
10
+ <string >To store configuration and event data temporarily</string >
11
+ </array >
12
+ <key >NSPrivacyAccessedAPIType</key >
13
+ <string >NSPrivacyAccessedAPICategoryUserDefaults</string >
14
+ </dict >
15
+ </array >
16
+ </dict >
17
+ </plist >
You can’t perform that action at this time.
0 commit comments