Skip to content

Commit

Permalink
Fixed Developer ID
Browse files Browse the repository at this point in the history
Updated READMEs
  • Loading branch information
IngmarStein committed Aug 6, 2012
1 parent b206447 commit 0ca5139
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Monolingual/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Released under the GNU Public License.</string>
<key>SMPrivilegedExecutables</key>
<dict>
<key>net.sourceforge.MonolingualHelper</key>
<string>identifier net.sourceforge.MonolingualHelper and certificate leaf[subject.CN] = &quot;3rd Party Mac Developer Application: Business Solution Group&quot;</string>
<string>identifier net.sourceforge.MonolingualHelper and certificate leaf[subject.CN] = &quot;Developer ID Application: ti und m AG&quot;</string>
</dict>
<key>UTImportedTypeDeclarations</key>
<array/>
Expand Down
3 changes: 3 additions & 0 deletions Monolingual/Leggimi.rtfd/TXT.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ R. Puoi richiedere tu stesso l'aggiunta di nuove funzionalit\'e0 all'indirizzo {
\
D. Cosa c'\'e8 di nuovo in questa versione?\
\
Version 1.5.2\
- Corrected Developer ID for Gatekeeper.\
\
Version 1.5.1\
- Restored compatibility with Mac OS X 10.7.\
- Fixed a bug which prevented list entries to be (de-)selected.\
Expand Down
3 changes: 3 additions & 0 deletions Monolingual/Lies-mich.rtfd/TXT.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ A. Sie k\'f6nnen Ihre W\'fcnsche in die Feature-Liste auf {\field{\*\fldinst{HYP
\
F. Was ist neu in dieser Version?\
\
Version 1.5.2\
- Developer ID f\'fcr Gatekeeper korrigiert.\
\
Version 1.5.1\
- Kompatibilit\'e4t mit Mac OS X 10.7 wiederhergestellt.\
- Bugfix für Auswahllisten.\
Expand Down
3 changes: 3 additions & 0 deletions Monolingual/LisezMoi.rtfd/TXT.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ A. Vous pouvez envoyer vos demandes en allant sur {\field{\*\fldinst{HYPERLINK
\
Q. Historique des versions?\
\
Version 1.5.2\
- Corrected Developer ID for Gatekeeper.\
\
Version 1.5.1\
- Restored compatibility with Mac OS X 10.7.\
- Fixed a bug which prevented list entries to be (de-)selected.\
Expand Down
4 changes: 2 additions & 2 deletions Monolingual/Monolingual.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
CODE_SIGN_IDENTITY = "Developer ID Application: ti und m AG";
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
Expand All @@ -579,7 +579,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
CODE_SIGN_IDENTITY = "Developer ID Application: ti und m AG";
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand Down
2 changes: 1 addition & 1 deletion Monolingual/MonolingualHelper-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>1</string>
<key>SMAuthorizedClients</key>
<array>
<string>identifier net.sourceforge.Monolingual and certificate leaf[subject.CN] = &quot;3rd Party Mac Developer Application: Business Solution Group&quot;</string>
<string>identifier net.sourceforge.Monolingual and certificate leaf[subject.CN] = &quot;Developer ID Application: ti und m AG&quot;</string>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Monolingual/MyResponder.m
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ - (void) runDeleteHelperWithArgs:(xpc_object_t)arguments
SecRequirementRef requirement;
OSStatus stErr;

stErr = SecRequirementCreateWithString(CFSTR("identifier net.sourceforge.MonolingualHelper and certificate leaf[subject.CN] = \"3rd Party Mac Developer Application: Business Solution Group\"" ), kSecCSDefaultFlags, &requirement);
stErr = SecRequirementCreateWithString(CFSTR("identifier net.sourceforge.MonolingualHelper and certificate leaf[subject.CN] = \"Developer ID Application: ti und m AG\"" ), kSecCSDefaultFlags, &requirement);

if (stErr == noErr) {
SecStaticCodeRef staticCodeRef;
Expand Down
3 changes: 1 addition & 2 deletions Monolingual/README.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Changelog for Monolingual 1.5.2
===============================

* Restored compatibility with Mac OS X 10.7
* Fixed a bug which prevented list entries to be (de-)selected
* Corrected Developer ID for Gatekeeper
3 changes: 3 additions & 0 deletions Monolingual/README.rtfd/TXT.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ A. You can request the addition of a feature by going to {\field{\*\fldinst{HYP
\
Q. What's new in this version?\
\
Version 1.5.2\
- Corrected Developer ID for Gatekeeper.\
\
Version 1.5.1\
- Restored compatibility with Mac OS X 10.7.\
- Fixed a bug which prevented list entries to be (de-)selected.\
Expand Down

0 comments on commit 0ca5139

Please sign in to comment.