Skip to content

Instantly share code, notes, and snippets.

@chaitanyagupta
chaitanyagupta / re-sign-ios-app.md
Last active November 5, 2024 10:25
How to re-sign an iOS app with another developer account

WARNING These steps are probably out dated and will not work.

To re-sign an iOS app with another developer account, ensure that the following are in place first.

  1. Distribution certificate of the other developer account
  2. A provisioning profile from the other developer account

Note that the Apple requires bundle IDs to be globally unique, even across accounts. So a bundle ID i.e. CFBundleIdentifier from one account can't be used in a different account, even though the team id/prefix would be different.

Ensure that the new distribution certificate is in your keychain and the new provisioning profile on your disk.

@patrykgruszka
patrykgruszka / chosen-bootstrap-theme.less
Last active December 15, 2015 13:30 — forked from koenpunt/chosen-bootstrap.css
Bootstrap 3 theme for chosen - less
select.form-control + .chosen-container {
&.chosen-container-single .chosen-single {
.form-control();
vertical-align: middle;
div {
top: 50%;
margin-top: -12px;
color: #000;
}
abbr {
"""
Generate release notes from a GitHub milestone.
Forked from here: https://gist.github.com/unbracketed/3380407
"""
MILESTONE_ID = 22 # The ID of the milestone (not the title) - get this from the query string
GITHUB_USER = '' # Your username
GITHUB_PASSWORD = '' # Your password
REPO = 'OctopusDeploy/Issues' # Format is username/repo