Skip to content

Commit f1b617d

Browse files
committed
Merge pull request maciekish#12 from Shmoopi/master
Bringing iReSign up to date!
2 parents 962e57c + 27cc168 commit f1b617d

30 files changed

+704
-1645
lines changed

.gitignore

Lines changed: 0 additions & 18 deletions
This file was deleted.

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
iReSign
2+
=======
3+
4+
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.
5+
6+
How to use
7+
=======
8+
9+
iReSign allows you to re-sign any unencrypted ipa-file with any certificate for which you hold the corresponding private key.
10+
11+
1. Drag your unsigned .ipa file to the top box, or use the browse button.
12+
13+
2. Enter your full certificate name from Keychain Access, for example "iPhone Developer: Firstname Lastname (XXXXXXXXXX)" in the bottom box.
14+
15+
3. Click ReSign! and wait. The resigned file will be saved in the same folder as the original file.

en.lproj/MainMenu.xib

Lines changed: 0 additions & 1214 deletions
This file was deleted.

iReSign.app/Contents/Info.plist

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>12F37</string>
6+
<string>13A598</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -19,29 +19,29 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.2</string>
22+
<string>1.3</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
2626
<string>1.0</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>5A1412</string>
30+
<string>5A3005</string>
3131
<key>DTPlatformVersion</key>
3232
<string>GM</string>
3333
<key>DTSDKBuild</key>
34-
<string>12D75</string>
34+
<string>13A595</string>
3535
<key>DTSDKName</key>
36-
<string>macosx10.8</string>
36+
<string>macosx10.9</string>
3737
<key>DTXcode</key>
38-
<string>0500</string>
38+
<string>0502</string>
3939
<key>DTXcodeBuild</key>
40-
<string>5A1412</string>
40+
<string>5A3005</string>
4141
<key>LSApplicationCategoryType</key>
4242
<string>public.app-category.developer-tools</string>
4343
<key>LSMinimumSystemVersion</key>
44-
<string>10.5</string>
44+
<string>10.6.8</string>
4545
<key>NSMainNibFile</key>
4646
<string>MainMenu</string>
4747
<key>NSPrincipalClass</key>

iReSign.app/Contents/MacOS/iReSign

5.49 KB
Binary file not shown.

iReSign.app/Contents/Resources/Icon.icns

100644100755
File mode changed.

iReSign.app/Contents/Resources/ResourceRules.plist

100644100755
File mode changed.
Binary file not shown.
File renamed without changes.

iReSign/en.lproj/InfoPlist.strings

100644100755
File mode changed.

0 commit comments

Comments
 (0)