-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Purchase Connector to support AppsFlyer SDK 6.14.2
* Prepare for Apple April update and bump minimumDeploymentTarget + upgrade xcode build tools * Add PrivacyManifest.xcprivacy file + fix for CocoaPods static targets.
- Loading branch information
1 parent
e8487eb
commit ab55f3d
Showing
46 changed files
with
275 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+767 Bytes
Dynamic/PurchaseConnector.xcframework/ios-arm64/PurchaseConnector.framework/Info.plist
Binary file not shown.
File renamed without changes.
45 changes: 45 additions & 0 deletions
45
...PurchaseConnector.xcframework/ios-arm64/PurchaseConnector.framework/PrivacyInfo.xcprivacy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>NSPrivacyAccessedAPITypes</key> | ||
<array> | ||
<dict> | ||
<key>NSPrivacyAccessedAPIType</key> | ||
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string> | ||
<key>NSPrivacyAccessedAPITypeReasons</key> | ||
<array> | ||
<string>C617.1</string> | ||
</array> | ||
</dict> | ||
<dict> | ||
<key>NSPrivacyAccessedAPIType</key> | ||
<string>NSPrivacyAccessedAPICategoryUserDefaults</string> | ||
<key>NSPrivacyAccessedAPITypeReasons</key> | ||
<array> | ||
<string>CA92.1</string> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>NSPrivacyCollectedDataTypes</key> | ||
<array> | ||
<dict> | ||
<key>NSPrivacyCollectedDataTypeLinked</key> | ||
<false/> | ||
<key>NSPrivacyCollectedDataType</key> | ||
<string>NSPrivacyCollectedDataTypePurchaseHistory</string> | ||
<key>NSPrivacyCollectedDataTypeTracking</key> | ||
<false/> | ||
<key>NSPrivacyCollectedDataTypePurposes</key> | ||
<array> | ||
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string> | ||
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>NSPrivacyTracking</key> | ||
<false/> | ||
<key>NSPrivacyTrackingDomains</key> | ||
<array/> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+146 KB
...mic/PurchaseConnector.xcframework/ios-arm64/PurchaseConnector.framework/PurchaseConnector
Binary file not shown.
Binary file removed
BIN
-719 Bytes
Dynamic/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/Info.plist
Binary file not shown.
Binary file removed
BIN
-1.23 MB
...rchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/PurchaseConnector
Binary file not shown.
Binary file removed
BIN
-1.96 MB
...xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/PurchaseConnector
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+746 Bytes
...or/PurchaseConnector.framework/Info.plist → ...or/PurchaseConnector.framework/Info.plist
Binary file not shown.
File renamed without changes.
45 changes: 45 additions & 0 deletions
45
....xcframework/ios-arm64_x86_64-simulator/PurchaseConnector.framework/PrivacyInfo.xcprivacy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>NSPrivacyAccessedAPITypes</key> | ||
<array> | ||
<dict> | ||
<key>NSPrivacyAccessedAPIType</key> | ||
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string> | ||
<key>NSPrivacyAccessedAPITypeReasons</key> | ||
<array> | ||
<string>C617.1</string> | ||
</array> | ||
</dict> | ||
<dict> | ||
<key>NSPrivacyAccessedAPIType</key> | ||
<string>NSPrivacyAccessedAPICategoryUserDefaults</string> | ||
<key>NSPrivacyAccessedAPITypeReasons</key> | ||
<array> | ||
<string>CA92.1</string> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>NSPrivacyCollectedDataTypes</key> | ||
<array> | ||
<dict> | ||
<key>NSPrivacyCollectedDataTypeLinked</key> | ||
<false/> | ||
<key>NSPrivacyCollectedDataType</key> | ||
<string>NSPrivacyCollectedDataTypePurchaseHistory</string> | ||
<key>NSPrivacyCollectedDataTypeTracking</key> | ||
<false/> | ||
<key>NSPrivacyCollectedDataTypePurposes</key> | ||
<array> | ||
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string> | ||
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>NSPrivacyTracking</key> | ||
<false/> | ||
<key>NSPrivacyTrackingDomains</key> | ||
<array/> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+309 KB
...ctor.xcframework/ios-arm64_x86_64-simulator/PurchaseConnector.framework/PurchaseConnector
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+799 Bytes
PurchaseConnector.xcframework/ios-arm64/PurchaseConnector.framework/Info.plist
Binary file not shown.
File renamed without changes.
45 changes: 45 additions & 0 deletions
45
PurchaseConnector.xcframework/ios-arm64/PurchaseConnector.framework/PrivacyInfo.xcprivacy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>NSPrivacyAccessedAPITypes</key> | ||
<array> | ||
<dict> | ||
<key>NSPrivacyAccessedAPIType</key> | ||
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string> | ||
<key>NSPrivacyAccessedAPITypeReasons</key> | ||
<array> | ||
<string>C617.1</string> | ||
</array> | ||
</dict> | ||
<dict> | ||
<key>NSPrivacyAccessedAPIType</key> | ||
<string>NSPrivacyAccessedAPICategoryUserDefaults</string> | ||
<key>NSPrivacyAccessedAPITypeReasons</key> | ||
<array> | ||
<string>CA92.1</string> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>NSPrivacyCollectedDataTypes</key> | ||
<array> | ||
<dict> | ||
<key>NSPrivacyCollectedDataTypeLinked</key> | ||
<false/> | ||
<key>NSPrivacyCollectedDataType</key> | ||
<string>NSPrivacyCollectedDataTypePurchaseHistory</string> | ||
<key>NSPrivacyCollectedDataTypeTracking</key> | ||
<false/> | ||
<key>NSPrivacyCollectedDataTypePurposes</key> | ||
<array> | ||
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string> | ||
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>NSPrivacyTracking</key> | ||
<false/> | ||
<key>NSPrivacyTrackingDomains</key> | ||
<array/> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+298 KB
PurchaseConnector.xcframework/ios-arm64/PurchaseConnector.framework/PurchaseConnector
Binary file not shown.
Binary file removed
BIN
-750 Bytes
PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/Info.plist
Binary file not shown.
Binary file removed
BIN
-303 KB
PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/PurchaseConnector
Binary file not shown.
Binary file removed
BIN
-777 Bytes
...nector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/Info.plist
Binary file not shown.
Binary file removed
BIN
-466 KB
...xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/PurchaseConnector
Binary file not shown.
Binary file removed
BIN
-154 Bytes
.../ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file removed
BIN
-202 Bytes
...arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeRequirements-1
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+779 Bytes
...seConnector.xcframework/ios-arm64_x86_64-simulator/PurchaseConnector.framework/Info.plist
Binary file not shown.
File renamed without changes.
45 changes: 45 additions & 0 deletions
45
....xcframework/ios-arm64_x86_64-simulator/PurchaseConnector.framework/PrivacyInfo.xcprivacy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>NSPrivacyAccessedAPITypes</key> | ||
<array> | ||
<dict> | ||
<key>NSPrivacyAccessedAPIType</key> | ||
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string> | ||
<key>NSPrivacyAccessedAPITypeReasons</key> | ||
<array> | ||
<string>C617.1</string> | ||
</array> | ||
</dict> | ||
<dict> | ||
<key>NSPrivacyAccessedAPIType</key> | ||
<string>NSPrivacyAccessedAPICategoryUserDefaults</string> | ||
<key>NSPrivacyAccessedAPITypeReasons</key> | ||
<array> | ||
<string>CA92.1</string> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>NSPrivacyCollectedDataTypes</key> | ||
<array> | ||
<dict> | ||
<key>NSPrivacyCollectedDataTypeLinked</key> | ||
<false/> | ||
<key>NSPrivacyCollectedDataType</key> | ||
<string>NSPrivacyCollectedDataTypePurchaseHistory</string> | ||
<key>NSPrivacyCollectedDataTypeTracking</key> | ||
<false/> | ||
<key>NSPrivacyCollectedDataTypePurposes</key> | ||
<array> | ||
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string> | ||
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>NSPrivacyTracking</key> | ||
<false/> | ||
<key>NSPrivacyTrackingDomains</key> | ||
<array/> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+596 KB
...ctor.xcframework/ios-arm64_x86_64-simulator/PurchaseConnector.framework/PurchaseConnector
Binary file not shown.
Binary file added
BIN
+222 Bytes
...ework/ios-arm64_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeDirectory
Binary file not shown.
File renamed without changes.
Binary file added
BIN
+282 Bytes
.../ios-arm64_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeRequirements-1
Binary file not shown.
Oops, something went wrong.