diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/ports/aqua/terminal-notifier/Portfile ./Portfile
old
|
new
|
|
4 | 4 | PortGroup github 1.0 |
5 | 5 | PortGroup xcode 1.0 |
6 | 6 | |
7 | | github.setup alloy terminal-notifier 1.4.2 |
| 7 | github.setup alloy terminal-notifier 1.5.1 v |
8 | 8 | categories aqua |
9 | 9 | platforms darwin |
10 | 10 | license MIT |
… |
… |
|
23 | 23 | } |
24 | 24 | } |
25 | 25 | |
26 | | checksums rmd160 6b19283737767afc75f01c3863fce539f2d69bf7 \ |
27 | | sha256 32827a6a685bd2b5f7923522fdf364b5743940a4bbf8814ae638e7247f45cde3 |
| 26 | checksums rmd160 328b19859ea7a70cab401c13796f7f80ea46f6ad \ |
| 27 | sha256 7ebc3c9483f7697e2bb57c2eceafd1fa9d20f0b735434a2876716f95987270e0 |
28 | 28 | |
29 | 29 | post-extract { |
30 | 30 | # This icon is a copy from Apple and is protected by copyright. Delete this |
diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/ports/aqua/terminal-notifier/files/patch-pbxproj.diff ./files/patch-pbxproj.diff
old
|
new
|
|
32 | 32 | ); |
33 | 33 | runOnlyForDeploymentPostprocessing = 0; |
34 | 34 | }; |
35 | | @@ -261,7 +257,7 @@ |
36 | | 5199793315B1F92B003AFC57 /* Debug */ = { |
37 | | isa = XCBuildConfiguration; |
38 | | buildSettings = { |
39 | | - CODE_SIGN_IDENTITY = "Developer ID Application: Fingertips B.V."; |
40 | | + CODE_SIGN_IDENTITY = ""; |
41 | | COMBINE_HIDPI_IMAGES = YES; |
42 | | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
43 | | GCC_PREFIX_HEADER = "Terminal Notifier/Terminal Notifier-Prefix.pch"; |
44 | | @@ -275,7 +271,7 @@ |
45 | | 5199793415B1F92B003AFC57 /* Release */ = { |
46 | | isa = XCBuildConfiguration; |
47 | | buildSettings = { |
48 | | - CODE_SIGN_IDENTITY = "Developer ID Application: Fingertips B.V."; |
49 | | + CODE_SIGN_IDENTITY = ""; |
50 | | COMBINE_HIDPI_IMAGES = YES; |
51 | | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
52 | | GCC_PREFIX_HEADER = "Terminal Notifier/Terminal Notifier-Prefix.pch"; |