- Visit and install mkcert: https://github.com/FiloSottile/mkcert
- nodejs app like example
- create security folder
| import Foundation | |
| // 1. Current Date | |
| let date = Date() | |
| // 2. Create Formatter | |
| let dateFormatter = DateFormatter() | |
| // 3. Display Date short format | |
| print("---") |
| import java.text.DateFormat; | |
| import java.text.SimpleDateFormat; | |
| import java.text.NumberFormat; | |
| import java.util.Date; | |
| import java.util.Locale; | |
| public class main { | |
| public static void main(String[] args){ | |
| // 1. Current Date | |
| Date date = new Date(); |
| function makePost(data){ | |
| var url = "/api/v1/posts" | |
| $.ajax({ | |
| type: "POST", | |
| url: url, | |
| data: { | |
| name: 'edu', | |
| age: '33' | |
| }, |
Faça o login no godaddy
No nome do seu dominio 'postare.com.br' clicar em DNS
Na teá dos registro dns escola a opção ADD
Define o Type: CNAME
Host: www
It is an intermittent bug in iResign which causes it to include entitlments.plist in application bundle. It is not even plist file but a dump of entitlements keys/values.
Here is a workaround, which SHOULD work:
Extract the ipa into a directory. Assuming your app is named as MyApp.ipa
$ mkdir extract
$ unzip -qo MyApp.ipa -d extract