Skip to content

Commit

Permalink
- arch 64 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
erpankajpatel committed Jan 5, 2022
1 parent c0a7ed6 commit 964277f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions PhylloConnect.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>PhylloConnect.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</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_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>PhylloConnect.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</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.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Assets.car</key>
<data>
PaJH3RsQZSkK2Xw31ahGYxG1WCU=
HgcBYYrpUbwC++x2MjLM4dyf9NY=
</data>
<key>Headers/PhylloConnect-Swift.h</key>
<data>
Expand Down Expand Up @@ -331,7 +331,7 @@
<dict>
<key>hash2</key>
<data>
xVmOdxXKxQ47eyIh3EdejWDl8Sc/KNHyig/HIxPu6bQ=
Vty1jEt9TTOyQA+xhWQ8SWq+FNZud+Jm1vUZ/FMzkDk=
</data>
</dict>
<key>Headers/PhylloConnect-Swift.h</key>
Expand Down

0 comments on commit 964277f

Please sign in to comment.