Skip to content

Commit

Permalink
ios 10 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
shprink committed Sep 18, 2016
1 parent cf7a306 commit 5ed3c54
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ If your device is connected and in USB mode you will see your application that y
* iOS Simulator
* Provisioning profile

### iOS10

Also you will need to Assign Your App to a Team: `Project > General > Signing > Select your team ID in the dropdown`

You will also need to disabled bitcode (see iOS9)

### iOS9

Also you will need to disabled bitcode: `Project > Build Settings > Build Options > Enable Bitcode = No`
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
* [CONFIG] There is no more dev/prod distinction, WPHC turn debug OFF when building the prod app automatically.
* [ABOUT] The About feature has been removed. You can use Pages to achieve the same purpose.

<a name="2.0.0-beta12"></a>
### 2.0.0-beta12 (2016-09-18)

* [BUG] Display category/tag title instead of slug <https://github.com/shprink/wordpress-hybrid-client/issues/59>
* [BUG] Fix Russian/Chinese author title encoding
* [BUG] Removing Native transitions
* iOS 10 ready. See notes on BUILD.md

<a name="2.0.0-beta11"></a>
### 2.0.0-beta11 (2016-09-04)

Expand Down
2 changes: 1 addition & 1 deletion lib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<meta http-equiv="Content-Security-Policy" content="default-src * 'self' data:; img-src * 'self' 'unsafe-inline' 'unsafe-eval' data: blob: filesystem:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'">
<meta http-equiv="Content-Security-Policy" content="default-src * gap://ready file:; img-src * 'self' 'unsafe-inline' 'unsafe-eval' data: blob: filesystem:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'">

<title>{%=o.htmlWebpackPlugin.options.pkg.title %}</title>
<script>
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"highlight.js": "^8.9.0",
"imagesloaded": "^3.1.8",
"imgcache.js": "^1.0.0",
"ionic-native-transitions": "v1.0.0-rc5",
"ionic-angular": "~1.3.1",
"lodash": "^3.9.3",
"moment": "^2.9.0",
Expand Down

0 comments on commit 5ed3c54

Please sign in to comment.