Skip to content

Commit

Permalink
set option DCC_GenerateOSXUniversalBinaryFile for MacOS-X ARM64 targe…
Browse files Browse the repository at this point in the history
…t to make universal binary for Intel and ARM CPUs
  • Loading branch information
[email protected] authored and [email protected] committed May 30, 2022
1 parent ce3467f commit 21b25d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions App/READCOM_App.deployproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<DeviceId Condition="'$(Platform)'=='Android64'"/>
<DeviceId Condition="'$(Platform)'=='iOSDevice64'"/>
</PropertyGroup>
<PropertyGroup>
<OSX64_OutputDir Condition="'$(Platform)'=='OSXARM64'">OSX64\Release\</OSX64_OutputDir>
</PropertyGroup>
<ItemGroup Condition="'$(Platform)'=='OSX64'">
<DeployFile Include="OSX64\Debug\READCOM_App.info.plist" Condition="'$(Config)'=='Debug'">
<RemoteDir>READCOM_App.app\Contents\</RemoteDir>
Expand Down
1 change: 1 addition & 0 deletions App/READCOM_App.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@
<Icon_MainIcon>READCOM_App\LaunchGen\Icon_MainIcon.ico</Icon_MainIcon>
<VerInfo_Keys>CFBundleName=READCOM_App;CFBundleDisplayName=READ-COM: Reading Communities;CFBundleIdentifier=com.zoomicon.readcom.app;CFBundleVersion=0.5.13;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities;NSLocationUsageDescription=The reason for accessing the location information of the user;NSContactsUsageDescription=The reason for accessing the contacts;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSCameraUsageDescription=The reason for accessing the camera;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSMotionUsageDescription=The reason for accessing the accelerometer;NSDesktopFolderUsageDescription=The reason for accessing the Desktop folder;NSDocumentsFolderUsageDescription=The reason for accessing the Documents folder;NSDownloadsFolderUsageDescription=The reason for accessing the Downloads folder;NSNetworkVolumesUsageDescription=The reason for accessing files on a network volume;NSRemovableVolumesUsageDescription=The reason for accessing files on a removable volume;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple&apos;s speech recognition servers</VerInfo_Keys>
<Icns_MainIcns>READCOM_App_Icns.icns</Icns_MainIcns>
<DCC_GenerateOSXUniversalBinaryFile>true</DCC_GenerateOSXUniversalBinaryFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
Expand Down

0 comments on commit 21b25d4

Please sign in to comment.