Skip to content

Commit 6097b2e

Browse files
feat: added missing dependencies
1 parent 61af9dd commit 6097b2e

File tree

181 files changed

+84718
-49155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+84718
-49155
lines changed

DependencyList.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Test SDK Package Dependencies
22
### Immediate dependencies
3-
* AppShellWidgetInterface (20.7.0)
3+
* AppShellWidgetInterface (20.7.0) - no IntuitDataLayer dependency
44
* AFMobileContextInterface (1.0.0)
55
* AFMobileAuthenticationInterface (1.2.0)
66
* AFMobileAnalyticsInterface (1.0.0)
@@ -14,12 +14,14 @@
1414
* AFMobileLoggingInterface (1.0.0)
1515
* AFMobileABTestingInterface(2.0.0)
1616
* AFMobileDeepLinkInterface (1.0.0)
17-
* AFMobileIntuitDataLayerInterface (1.0.0)
17+
* AFMobileIntuitDataLayerInterface (1.0.0) - no Apollo/AppShellDataLayer dependency
1818
* AFMobileNetworkInterface (1.0.0)
1919
* AFMobilePerformanceInterface (1.2.1)
2020
* AFMobilePubSubInterface (2.1.0)
2121
* AFMobileSmartLookInterface (2.5.0)
2222
* AFMobileSubscriptionInterface (1.0.0)
2323
* EventCollectionStandard (5.0.1)
24+
* BillingiOSInterface (5.1.0)
25+
* MobileEventsControllerInterface (5.7.0)
2426

2527
*Note: packaged and compliled using Xcode 15.x and Swift 5.9. Not backwards compatible to older versions because of restrictions from macOS Sonoma and Xcode 15.*
Binary file not shown.

Frameworks/AFMobileIntuitDataLayerInterface.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
<key>DebugSymbolsPath</key>
1111
<string>dSYMs</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64_x86_64-simulator</string>
13+
<string>ios-arm64</string>
1414
<key>LibraryPath</key>
1515
<string>AFMobileIntuitDataLayerInterface.framework</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19-
<string>x86_64</string>
2019
</array>
2120
<key>SupportedPlatform</key>
2221
<string>ios</string>
23-
<key>SupportedPlatformVariant</key>
24-
<string>simulator</string>
2522
</dict>
2623
<dict>
2724
<key>BinaryPath</key>
2825
<string>AFMobileIntuitDataLayerInterface.framework/AFMobileIntuitDataLayerInterface</string>
2926
<key>DebugSymbolsPath</key>
3027
<string>dSYMs</string>
3128
<key>LibraryIdentifier</key>
32-
<string>ios-arm64</string>
29+
<string>ios-arm64_x86_64-simulator</string>
3330
<key>LibraryPath</key>
3431
<string>AFMobileIntuitDataLayerInterface.framework</string>
3532
<key>SupportedArchitectures</key>
3633
<array>
3734
<string>arm64</string>
35+
<string>x86_64</string>
3836
</array>
3937
<key>SupportedPlatform</key>
4038
<string>ios</string>
39+
<key>SupportedPlatformVariant</key>
40+
<string>simulator</string>
4141
</dict>
4242
</array>
4343
<key>CFBundlePackageType</key>
Binary file not shown.

0 commit comments

Comments
 (0)