Skip to content

Commit 21b25d4

Browse files
birbilis@zoomicon.combirbilis@zoomicon.com
birbilis@zoomicon.com
authored and
birbilis@zoomicon.com
committed
set option DCC_GenerateOSXUniversalBinaryFile for MacOS-X ARM64 target to make universal binary for Intel and ARM CPUs
1 parent ce3467f commit 21b25d4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

App/READCOM_App.deployproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<DeviceId Condition="'$(Platform)'=='Android64'"/>
99
<DeviceId Condition="'$(Platform)'=='iOSDevice64'"/>
1010
</PropertyGroup>
11+
<PropertyGroup>
12+
<OSX64_OutputDir Condition="'$(Platform)'=='OSXARM64'">OSX64\Release\</OSX64_OutputDir>
13+
</PropertyGroup>
1114
<ItemGroup Condition="'$(Platform)'=='OSX64'">
1215
<DeployFile Include="OSX64\Debug\READCOM_App.info.plist" Condition="'$(Config)'=='Debug'">
1316
<RemoteDir>READCOM_App.app\Contents\</RemoteDir>

App/READCOM_App.dproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@
439439
<Icon_MainIcon>READCOM_App\LaunchGen\Icon_MainIcon.ico</Icon_MainIcon>
440440
<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>
441441
<Icns_MainIcns>READCOM_App_Icns.icns</Icns_MainIcns>
442+
<DCC_GenerateOSXUniversalBinaryFile>true</DCC_GenerateOSXUniversalBinaryFile>
442443
</PropertyGroup>
443444
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
444445
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>

0 commit comments

Comments
 (0)