File tree 4 files changed +41
-2
lines changed
4 files changed +41
-2
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,6 @@ QueueITLib.xcworkspace
4
4
builds
5
5
xcuserdata /
6
6
/.idea
7
+ build
8
+ QueueITLibSwift.xcframework.zip
9
+ .DS_Store
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 >NSPrivacyCollectedDataTypes</key >
6
+ <array >
7
+ <dict >
8
+ <key >NSPrivacyCollectedDataType</key >
9
+ <string >NSPrivacyCollectedDataTypeOtherDataTypes</string >
10
+ <key >NSPrivacyCollectedDataTypeLinked</key >
11
+ <false />
12
+ <key >NSPrivacyCollectedDataTypeTracking</key >
13
+ <false />
14
+ <key >NSPrivacyCollectedDataTypePurposes</key >
15
+ <array >
16
+ <string >NSPrivacyCollectedDataTypePurposeAppFunctionality</string >
17
+ </array >
18
+ </dict >
19
+ <dict >
20
+ <key >NSPrivacyCollectedDataType</key >
21
+ <string >NSPrivacyCollectedDataTypeDeviceID</string >
22
+ <key >NSPrivacyCollectedDataTypeLinked</key >
23
+ <false />
24
+ <key >NSPrivacyCollectedDataTypeTracking</key >
25
+ <false />
26
+ <key >NSPrivacyCollectedDataTypePurposes</key >
27
+ <array >
28
+ <string >NSPrivacyCollectedDataTypePurposeAppFunctionality</string >
29
+ </array >
30
+ </dict >
31
+ </array >
32
+ <key >NSPrivacyTracking</key >
33
+ <false />
34
+ </dict >
35
+ </plist >
Original file line number Diff line number Diff line change 3
3
4
4
#define QueueCloseUrl @"queueit://close"
5
5
#define QueueRestartSessionUrl @"queueit://restartSession"
6
- #define SDKVersion @"iOS-3.4.0 ";
6
+ #define SDKVersion @"iOS-3.4.1 ";
7
7
8
8
#endif
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ s.homepage = "https://github.com/queueit/ios-webui-sdk"
6
6
s . license = 'MIT'
7
7
s . authors = { 'Queue-It' => 'https://queue-it.com' }
8
8
s . platform = :ios , '9.3'
9
- s . source = { :git => 'https://github.com/queueit/ios-webui-sdk.git' , :tag => '3.4.0 ' }
9
+ s . source = { :git => 'https://github.com/queueit/ios-webui-sdk.git' , :tag => '3.4.1 ' }
10
10
s . requires_arc = true
11
11
s . source_files = "QueueITLib/*.{h,m}"
12
+ s . resource_bundles = { 'QueueITLibrary' => [ 'QueueITLib/PrivacyInfo.xcprivacy' ] }
12
13
end
You can’t perform that action at this time.
0 commit comments