Skip to content

Commit 526c693

Browse files
mbarberomknauer
authored andcommitted
Bug 550997 - Add requirements to enable macos notarization
Change-Id: Ie498f55c41e7a90efa123d389d2f2e6ea970edba Signed-off-by: Mikaël Barbero <mikael.barbero@eclipse-foundation.org>
1 parent 366004b commit 526c693

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.security.cs.allow-jit</key>
6+
<true/>
7+
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
8+
<true/>
9+
<key>com.apple.security.cs.disable-executable-page-protection</key>
10+
<true/>
11+
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
12+
<true/>
13+
<key>com.apple.security.cs.disable-library-validation</key>
14+
<true/>
15+
<key>com.apple.security.cs.debugger</key>
16+
<true/>
17+
</dict>
18+
</plist>

releng/org.eclipse.epp.config/parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<tycho.version>1.3.0</tycho.version>
2828
<tycho.extras.version>${tycho.version}</tycho.extras.version>
2929
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git</tycho.scmUrl>
30-
<cbi.version>1.1.5</cbi.version>
30+
<cbi.version>1.1.8-SNAPSHOT</cbi.version>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
3333
<build>${maven.build.timestamp}</build>

releng/org.eclipse.epp.config/parent/product/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@
135135
<fileName>Eclipse.app</fileName>
136136
</fileNames>
137137
<timeoutMillis>300000</timeoutMillis> <!-- 5 min -->
138+
<signerUrl>http://172.30.206.146:8282/macosx-signing-service/1.0.1-SNAPSHOT</signerUrl>
139+
<entitlements>${project.basedir}/../releng/macos/product.entitlements</entitlements>
138140
</configuration>
139141
</execution>
140142
</executions>

0 commit comments

Comments
 (0)