Skip to content

Commit

Permalink
fix entitlements for M1 (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault authored May 10, 2023
1 parent 13a3c54 commit b8b9764
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions apps/desktop/electron/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
</dict>
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion apps/desktop/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export class AppComponent implements OnInit {
private user: UserService,
private sdk: SDKService,
private router: Router,
private cdr: ChangeDetectorRef,
private tracking: STFTrackingService,
private cdr: ChangeDetectorRef,
) {
this.initTranslate(undefined);
this.user.userPrefs.subscribe((prefs) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuclia",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",
"author": "Nuclia.cloud",
"description": "Nuclia frontend apps and libs",
Expand Down

0 comments on commit b8b9764

Please sign in to comment.