Skip to content

Commit

Permalink
Remove UIRequiredDeviceCapabilities
Browse files Browse the repository at this point in the history
Removed 64 bit device required so it
will build for 32 bit iPhones.
  • Loading branch information
Kamin, Grant authored and Kamin, Grant committed Oct 9, 2018
1 parent e258f42 commit 2a5595c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/AwaitKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,5 @@
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>arm64</string>
</array>
</dict>
</plist>

0 comments on commit 2a5595c

Please sign in to comment.