Skip to content

Commit

Permalink
Merge pull request #12 from Shmoopi/master
Browse files Browse the repository at this point in the history
Bringing iReSign up to date!
  • Loading branch information
maciekish committed Mar 11, 2014
2 parents 962e57c + 27cc168 commit f1b617d
Show file tree
Hide file tree
Showing 30 changed files with 704 additions and 1,645 deletions.
18 changes: 0 additions & 18 deletions .gitignore

This file was deleted.

15 changes: 15 additions & 0 deletions README.md
@@ -0,0 +1,15 @@
iReSign
=======

iReSign allows iDevice app bundles (.ipa) files to be signed or resigned with a digital certificate from Apple for distribution. This tool is aimed at enterprises users, for enterprise deployment, when the person signing the app is different than the person(s) developing it.

How to use
=======

iReSign allows you to re-sign any unencrypted ipa-file with any certificate for which you hold the corresponding private key.

1. Drag your unsigned .ipa file to the top box, or use the browse button.

2. Enter your full certificate name from Keychain Access, for example "iPhone Developer: Firstname Lastname (XXXXXXXXXX)" in the bottom box.

3. Click ReSign! and wait. The resigned file will be saved in the same folder as the original file.
1,214 changes: 0 additions & 1,214 deletions en.lproj/MainMenu.xib

This file was deleted.

16 changes: 8 additions & 8 deletions iReSign.app/Contents/Info.plist
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>12F37</string>
<string>13A598</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -19,29 +19,29 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2</string>
<string>1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>5A1412</string>
<string>5A3005</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>12D75</string>
<string>13A595</string>
<key>DTSDKName</key>
<string>macosx10.8</string>
<string>macosx10.9</string>
<key>DTXcode</key>
<string>0500</string>
<string>0502</string>
<key>DTXcodeBuild</key>
<string>5A1412</string>
<string>5A3005</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>10.5</string>
<string>10.6.8</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
Binary file modified iReSign.app/Contents/MacOS/iReSign
Binary file not shown.
Empty file modified iReSign.app/Contents/Resources/Icon.icns 100644 → 100755
Empty file.
Empty file modified iReSign.app/Contents/Resources/ResourceRules.plist 100644 → 100755
Empty file.
Binary file modified iReSign.app/Contents/Resources/en.lproj/MainMenu.nib
Binary file not shown.
0 Icon.icns → iReSign/Icon.icns 100644 → 100755
File renamed without changes.
Empty file modified iReSign/en.lproj/InfoPlist.strings 100644 → 100755
Empty file.

0 comments on commit f1b617d

Please sign in to comment.