-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9082027
commit 1a7d138
Showing
11 changed files
with
328 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+27.5 KB
(260%)
Source/org.gpgtools.Libmacgpg.xpc/GSPaddle.framework/Versions/A/GSPaddle
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
Source/org.gpgtools.Libmacgpg.xpc/GSPaddle.framework/Versions/A/Headers/GSPaddleErrorCodes.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// | ||
// GSPaddleErrorCodes.h | ||
// GSPaddle | ||
// | ||
// Created by Lukas Pitschl on 27.09.18. | ||
// Copyright © 2018 Lukas Pitschl. All rights reserved. | ||
// | ||
|
||
#ifndef GSPaddleErrorCodes_h | ||
#define GSPaddleErrorCodes_h | ||
|
||
typedef enum { | ||
GSPaddleErrorCodeNetworkError = 99, | ||
GSPaddleErrorCodeActivationCodeNotFound = 100, | ||
GSPaddleErrorCodeActivationCodeAlreadyUsed = 104 | ||
} GSPaddleErrorCodes; | ||
|
||
#endif /* GSPaddleErrorCodes_h */ |
20 changes: 20 additions & 0 deletions
20
Source/org.gpgtools.Libmacgpg.xpc/GSPaddle.framework/Versions/A/Headers/PADApi+GSPaddle.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// | ||
// PADApi+GSPaddle.h | ||
// GSPaddle | ||
// | ||
// Created by Lukas Pitschl on 27.09.18. | ||
// Copyright © 2018 Lukas Pitschl. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
@interface PADApi_GSPaddle : NSObject | ||
|
||
@end | ||
|
||
@interface Paddle (GSPaddleMore) | ||
|
||
- (NSError *)activationErrorForActivationCode:(NSString *)activationCode; | ||
- (void)setActivationError:(NSError *)error forActivationCode:(NSString *)activationCode; | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
163 changes: 163 additions & 0 deletions
163
Source/org.gpgtools.Libmacgpg.xpc/GSPaddle.framework/Versions/A/_CodeSignature/CodeResources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>files</key> | ||
<dict> | ||
<key>Resources/Info.plist</key> | ||
<data> | ||
6Rq8gyvwJGgu6d+s0qoEM2vG/m8= | ||
</data> | ||
</dict> | ||
<key>files2</key> | ||
<dict> | ||
<key>Headers/GSPaddle.h</key> | ||
<dict> | ||
<key>hash2</key> | ||
<data> | ||
b2CD6bKLNtrgsQF9xzXcPgpPzdA6uENGu3CTaXJbiJE= | ||
</data> | ||
</dict> | ||
<key>Headers/GSPaddleErrorCodes.h</key> | ||
<dict> | ||
<key>hash2</key> | ||
<data> | ||
IzYJ7gTVtRFThhKibUhMMgvLKNqe7UbKs+lsfOYjq54= | ||
</data> | ||
</dict> | ||
<key>Headers/PADApi+GSPaddle.h</key> | ||
<dict> | ||
<key>hash2</key> | ||
<data> | ||
GA1q/vOJ5pIEcJKTKNdbwkVIlYXwwAKoAcPuTPufLgQ= | ||
</data> | ||
</dict> | ||
<key>Headers/Paddle+CustomBundleIdentifier.h</key> | ||
<dict> | ||
<key>hash2</key> | ||
<data> | ||
2y7lyvP3tidKNLwWVt7AkJsDleth6iu72yyjqktBqPo= | ||
</data> | ||
</dict> | ||
<key>Modules/module.modulemap</key> | ||
<dict> | ||
<key>hash2</key> | ||
<data> | ||
ZSOiL3zrBK9vfTgXpOCNX5zsZRA7fEBLCKP8L9LAQGI= | ||
</data> | ||
</dict> | ||
<key>Resources/Info.plist</key> | ||
<dict> | ||
<key>hash2</key> | ||
<data> | ||
bOd+8folBr1y6IRCZefTu9QysovrLJqH5kgwFuw/hmQ= | ||
</data> | ||
</dict> | ||
</dict> | ||
<key>rules</key> | ||
<dict> | ||
<key>^Resources/</key> | ||
<true/> | ||
<key>^Resources/.*\.lproj/</key> | ||
<dict> | ||
<key>optional</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1000</real> | ||
</dict> | ||
<key>^Resources/.*\.lproj/locversion.plist$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1100</real> | ||
</dict> | ||
<key>^Resources/Base\.lproj/</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>1010</real> | ||
</dict> | ||
<key>^version.plist$</key> | ||
<true/> | ||
</dict> | ||
<key>rules2</key> | ||
<dict> | ||
<key>.*\.dSYM($|/)</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>11</real> | ||
</dict> | ||
<key>^(.*/)?\.DS_Store$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>2000</real> | ||
</dict> | ||
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key> | ||
<dict> | ||
<key>nested</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>10</real> | ||
</dict> | ||
<key>^.*</key> | ||
<true/> | ||
<key>^Info\.plist$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^PkgInfo$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^Resources/</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^Resources/.*\.lproj/</key> | ||
<dict> | ||
<key>optional</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1000</real> | ||
</dict> | ||
<key>^Resources/.*\.lproj/locversion.plist$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1100</real> | ||
</dict> | ||
<key>^Resources/Base\.lproj/</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>1010</real> | ||
</dict> | ||
<key>^[^/]+$</key> | ||
<dict> | ||
<key>nested</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>10</real> | ||
</dict> | ||
<key>^embedded\.provisionprofile$</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^version\.plist$</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
Oops, something went wrong.