Skip to content

Commit

Permalink
Replaced OpenSSL.xcframework with OpenSSL static library in device an…
Browse files Browse the repository at this point in the history
…d simulator version and added linking depending on the currently build arch.
  • Loading branch information
mno-danskebank committed Jan 23, 2021
1 parent d30995e commit f9e0580
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 153 deletions.
14 changes: 7 additions & 7 deletions sdk/iOS/2.3.0/MobilePayManager.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>MobilePayManager.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>MobilePayManager.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@
<dict>
<key>files</key>
<dict>
<key>Frameworks/OpenSSL.framework/Info.plist</key>
<data>
Jw3BhKlKMWVczndBFxVgNzN/9m8=
</data>
<key>Frameworks/OpenSSL.framework/OpenSSL</key>
<data>
u7ASMeNMBP7ah2M19c3sBMcZQys=
</data>
<key>Frameworks/OpenSSL.framework/_CodeSignature/CodeResources</key>
<data>
oBuuF04NKg7/XVAmm+4LP/kU9RM=
</data>
<key>Headers/MobilePayCancelledPayment.h</key>
<data>
bfbpsq49YILDe5hUBx5vku4TRG8=
Expand Down Expand Up @@ -47,39 +35,6 @@
</dict>
<key>files2</key>
<dict>
<key>Frameworks/OpenSSL.framework/Info.plist</key>
<dict>
<key>hash</key>
<data>
Jw3BhKlKMWVczndBFxVgNzN/9m8=
</data>
<key>hash2</key>
<data>
Cg4LHhn9R1yC4GhZXL2rEuyptb8KAfcMNlA/LrhdHbU=
</data>
</dict>
<key>Frameworks/OpenSSL.framework/OpenSSL</key>
<dict>
<key>hash</key>
<data>
u7ASMeNMBP7ah2M19c3sBMcZQys=
</data>
<key>hash2</key>
<data>
lMdlVTDZrPdMDCoq0gheDr9m+W5wo17fhhpS7KhgJ9M=
</data>
</dict>
<key>Frameworks/OpenSSL.framework/_CodeSignature/CodeResources</key>
<dict>
<key>hash</key>
<data>
oBuuF04NKg7/XVAmm+4LP/kU9RM=
</data>
<key>hash2</key>
<data>
m04961uQj9PwcRwXYEUI8JfYoNqz+FFyorHlptvGp5Y=
</data>
</dict>
<key>Headers/MobilePayCancelledPayment.h</key>
<dict>
<key>hash</key>
Expand Down

0 comments on commit f9e0580

Please sign in to comment.