Skip to content

Instantly share code, notes, and snippets.

View marcoslopes's full-sized avatar

Marcos Antonio Lopes marcoslopes

  • Brisbane, Australia
  • 04:05 (UTC +10:00)
View GitHub Profile
@marcoslopes
marcoslopes / How to convert *app to *ipa
Created March 26, 2025 00:28 — forked from bananita/How to convert *app to *ipa
How to convert *app to *ipa
1. Create a folder called Payload
2. Place the .app folder inside of that
3. Zip up the Payload folder using normal compression
4. Then rename the file with a .ipa extension
@marcoslopes
marcoslopes / appsyncDirectives.graphql
Created June 23, 2025 13:28 — forked from revmischa/appsyncDirectives.graphql
AWS AppSync GraphQL scalars and directives
# AWS AppSync GQL directives
#
## Scalars come from here:
# https://raw.githubusercontent.com/aws-amplify/amplify-cli/master/packages/amplify-graphql-types-generator/awsAppSyncDirectives.graphql
# https://docs.aws.amazon.com/appsync/latest/devguide/scalars.html
#
## Directives came from a GitHub issue here:
# https://github.com/apollographql/eslint-plugin-graphql/issues/263
## And comparing with the JSON output of
# https://docs.aws.amazon.com/appsync/latest/APIReference/API_GetIntrospectionSchema.html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script src="https://raw.githubusercontent.com/knsv/mermaid/master/dist/mermaid.full.js"></script>
<link rel="stylesheet" href="seq.css"/>
<script>
var mermaid_config = {
startOnLoad:true