Skip to content

Commit

Permalink
Merge pull request #1 from MalagaMobile/enable_mac_local_signing
Browse files Browse the repository at this point in the history
Enable running the demo locally on the Mac
  • Loading branch information
danielsaidi committed Apr 4, 2022
2 parents 58b66af + 40108e7 commit 9082011
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Demo/Demo.xcodeproj/project.pbxproj
Expand Up @@ -400,6 +400,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
Expand Down Expand Up @@ -429,6 +430,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
Expand Down

0 comments on commit 9082011

Please sign in to comment.