Skip to content

Commit

Permalink
Enabled support for ARMv7 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Dec 22, 2016
1 parent dab4d2f commit fc2b913
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Blink.xcodeproj/project.pbxproj
Expand Up @@ -1516,7 +1516,7 @@
PROVISIONING_PROFILE = "";
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = arm64;
VALID_ARCHS = "armv7 arm64";
};
name = Debug;
};
Expand Down Expand Up @@ -1551,7 +1551,7 @@
PROVISIONING_PROFILE = "";
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = arm64;
VALID_ARCHS = "armv7 arm64";
};
name = Release;
};
Expand Down
6 changes: 3 additions & 3 deletions Blink/Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.021</string>
<string>3.021.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>58</string>
<string>59</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIBackgroundModes</key>
Expand All @@ -35,7 +35,7 @@
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>arm64</string>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
Expand Down

0 comments on commit fc2b913

Please sign in to comment.