➔ 基于xcodebuild的iOS自动化打包实现
| 1 minute read
macOS & Xcode 由于iOS系统的特殊性,要实现自动打包的前提是你得有一台运行macOS的苹果电脑,至于是白苹果还是黑苹果都无所谓。 这里我们使用macO
更多 >>
➔ How to send a JSON data to the server with curl post
| 1 minute read
Just use the -H and –data params when you request:
curl -X POST -H 'Content-Type: application/json' 'https://ww.googleapis.com/***' --data '{"token":"[CUSTOM_TOKEN]","otherKey":"otherValue"}'
➔ iOS Review Reject
| 1 minute read
ERROR ITMS-90096: Your binary is not optimized for iPhone 5 ERROR ITMS-90096: “Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image referenced in the Info.plist under UILaunchImages with a UILaunchImageSize value set to {320, 568}. Launch images must be PNG files and located at the top-level of your bundle,
更多 >>
➔ Phalcon Autocomplete for ZendStudio 13.6
| 1 minute read
Since Phalcon is a module that is loaded in memory and always available, there is no way for an IDE such as ZendStudio to interrogate the sources of the framework and offer autocomplete features for namespaces, classes, methods etc.
To work around this issue, the Phalcon team has been generating IDS stubs that can be used with such IDEs.
You can now find these stubs in Packagist: https://packagist.org/packages/phalcon/ide-stubs
Git for example Clone the Phalcon IDE Stubs repository in any location of your choosing.
更多 >>
➔ APNs - iOS Remote Push Notification Tool for macOS
| 1 minute read
OwnProvider - A simple macOS tool application for Apple’s Developer to test Apple Push Notification Service(APNs)
Developers can push remote notification from their macOS without a server end.
Features:
Based on the Apple’s newest .p8 certificate. Based on JWT authentication. Communicating with APNs via HTTP2 Protocol. Push message to Development/Production environment with the same .p8 certificate. Custom JSON payloads. Your can install from Mac App Store by search the “OwnProvider”:
➔ PhoneCell
| 1 minute read
PhoneCell is a popular iOS app for CPU & Memory & Storage Usage tracks the battery level and storage space of your device and display the graph with battery level and storage space you have used.
The graph and the estimates are displayed in the Today View of the Notification Center as well as in the app.
The Widget in the Today View is not displayed by default. You will have to add it with a few simple steps.
更多 >>
➔ Fetus Movent - 胎动计数器
| 1 minute read
Baby is a born count down and kicks monitor.
The easy and fast way to count down baby born and baby quickening(fetus movement) monitor.
Wow! Mom Let’s be ready for your baby.
➔ Hugo Theme - Niello
| 1 minute read
Diello is a new dark mode theme for Hugo. 尝试为Hugo开发一个黑色的主题,也算为开源事业做点贡献哈哈。 主题雏形已完成并可以使用,目前只开发了Homepage主页和
更多 >>
➔ Macos Review Issues
| 1 minute read
Binary Rejected Guideline 2.1 - Performance
We discovered one or more bugs in your app when reviewed on Mac running macOS 10.14.2.
Specifically, the user receives an error occurs when attempting to push a notification.
根据StackOverflow搜索到的解决方案如下:
The Problem is that after the Application is minimized by pressing the x button, there is no way for the user to open it again from the dock.
One way to fix this is to just terminate the Application when the x button is clicked.
更多 >>
➔ Let's Encrypt泛域名证书申请
| 2 minute read
acme.sh实现了acme协议,可以从let’s encrypt方便的生成免费https证书,最主要因为let’s e
更多 >>