Browse Source

* default iOS deployment version for AArch64 is iOS 7

git-svn-id: trunk@29894 -
Jonas Maebe 10 years ago
parent
commit
665a5e509e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      compiler/options.pas

+ 5 - 0
compiler/options.pas

@@ -929,6 +929,11 @@ begin
         set_system_compvar('IPHONE_OS_VERSION_MIN_REQUIRED','30000');
         iPhoneOSVersionMin:='3.0';
       end;
+    system_aarch64_darwin:
+      begin
+        set_system_compvar('IPHONE_OS_VERSION_MIN_REQUIRED','70000');
+        iPhoneOSVersionMin:='7.0';
+      end
     else
       internalerror(2012031001);
   end;