Skip to content

Commit

Permalink
Merge pull request #632 from Adamant-im/fix/vulns-and-other-things
Browse files Browse the repository at this point in the history
Fix/vulns and other things
  • Loading branch information
RealGoodProgrammer authored Jun 10, 2024
2 parents 5219a49 + 7706427 commit 7ad5d4b
Show file tree
Hide file tree
Showing 5 changed files with 706 additions and 267 deletions.
2 changes: 2 additions & 0 deletions build/osx/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
</dict>
</plist>
8 changes: 4 additions & 4 deletions capacitor.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CapacitorConfig } from '@capacitor/cli';
import { CapacitorConfig } from '@capacitor/cli'

const config: CapacitorConfig = {
appId: 'im.adamant.adamantmessengerpwa',
Expand All @@ -9,9 +9,9 @@ const config: CapacitorConfig = {
},
plugins: {
SplashScreen: {
androidScaleType: "CENTER_CROP", // fix logo stretching
androidScaleType: 'CENTER_CROP' // fix logo stretching
}
}
};
}

export default config;
export default config
Loading

0 comments on commit 7ad5d4b

Please sign in to comment.