Skip to content

Instantly share code, notes, and snippets.

View Siemian's full-sized avatar
:shipit:
💪🏻

Marcin Siemaszko Siemian

:shipit:
💪🏻
View GitHub Profile
@Siemian
Siemian / UIView+Constraints.swift
Last active August 11, 2022 20:52
UIView extension for creating NSLayoutConstraints
//
// UIView+Constraints.swift
// CiLabs
//
// Copyright © 2019 Netguru.co. All rights reserved.
//
import UIKit
typealias Constraint = (_ layoutView: UIView) -> NSLayoutConstraint
<html>
<head>
</head>
<body>
{{#users}}
<h1>Hello {{name}}</h1>
{{/users}}
</body>
</html>
<html>
<head>
</head>
<body>
<h1>Hello</h1>
</body>
</html>
#!/bin/bash
cd /***
APP="input.ipa"
IPA="output.ipa"
TEMP_IPA_BUILT="***"
unzip ${APP}
APP="Payload/aplikacja.app"
echo "+ Packaging ${APP} into ${IPA}"