Skip to content

Commit

Permalink
feat(ios): update Facebook iOS SDK to 17.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Nov 23, 2024
1 parent a8dbb49 commit 4cbf80e
Show file tree
Hide file tree
Showing 709 changed files with 237,671 additions and 118,297 deletions.
27 changes: 0 additions & 27 deletions ios/CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 14.0.0
version: 15.0.0
apiversion: 2
description: Use the native Facebook iOS SDK in Axway Titanium.
author: Mark Mokryn, Ng Chee Kiat and Hans Knoechel
Expand All @@ -14,6 +14,6 @@ name: titanium-facebook
moduleid: facebook
guid: e4f7ac61-1ee7-44c5-bc27-fa6876e2dce9
platform: iphone
minsdk: 9.2.0
minsdk: 11.0.0
mac: true
architectures: arm64 x86_64
20 changes: 16 additions & 4 deletions ios/platform/FBAEMKit.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>FBAEMKit.framework/FBAEMKit</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>FBAEMKit.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -17,9 +21,13 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>FBAEMKit.framework/FBAEMKit</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
Expand All @@ -32,8 +40,12 @@
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>FBAEMKit.framework/Versions/A/FBAEMKit</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>FBAEMKit.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -44,7 +56,7 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 4cbf80e

Please sign in to comment.