iOS8での通知関連の変更について, WWDC2014, また以後公開されているリファレンスによる情報をまとめた.
iOS8から変わる点はおおきくわけると以下の3つになる.
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| # | |
| # ------------------------------------------ | |
| # CLOUDWATCH LOGS AGENT CONFIGURATION FILE | |
| # ------------------------------------------ | |
| # | |
| # --- DESCRIPTION --- | |
| # This file is used by the CloudWatch Logs Agent to specify what log data to send to the service and how. | |
| # You can modify this file at any time to add, remove or change configuration. | |
| # | |
| # NOTE: A running agent must be stopped and restarted for configuration changes to take effect. |
iOS8での通知関連の変更について, WWDC2014, また以後公開されているリファレンスによる情報をまとめた.
iOS8から変わる点はおおきくわけると以下の3つになる.
| # 少し凝った zshrc | |
| ######################################## | |
| # 環境変数 | |
| export LANG=ja_JP.UTF-8 | |
| # 色を使用出来るようにする | |
| autoload -Uz colors | |
| colors |