Searched full:macos (Results 1 – 25 of 1069) sorted by relevance
12345678910>>...43
18 "macos": null null41 "macos": null null62 "macos": null null87 "macos": null null110 "macos": null null135 "macos": null null156 "macos": null null177 "macos": null null202 "macos": null null229 "macos": null null[all …]
10 The installer package built on the dmg is a macOS bundle format installer12 macOS systems; it is usable on macOS 10.6 and earlier systems.13 To be usable on newer versions of macOS, the bits in the bundle package14 must be assembled in a macOS flat installer package, using current15 versions of the pkgbuild and productbuild utilities. To pass macoS18 Starting with macOS 10.15 Catalina, Gatekeeper now also requires22 the macOS 10.9 SDK, mout now be signed with the codesign utility29 building on a newer version of macOS that will run on older versions31 Python C modules do not yet support runtime testing of macOS32 feature availability (for example, by using macOS AvailabilityMacros.h[all …]
12 import '../macos/build_macos.dart';17 /// A command to build a macOS desktop target through a build shell script.25 final String name = 'macos';32 DevelopmentArtifact.macOS,37 String get description => 'build the macOS desktop target.';45 throwToolExit('"build macos" is not currently supported.');48 throwToolExit('"build macos" only supported on macOS hosts.');50 if (!flutterProject.macos.existsSync()) {51 throwToolExit('No macOS desktop project configured.');
2 Python on macOS README10 This document provides a quick overview of some macOS specific features in13 macOS specific arguments to configure20 _`Building and using a framework-based Python on macOS` for more44 The optional argument specifies which macOS SDK should be used to perform the47 Line Tools developer directory will be used. See the macOS ``xcrun`` man page48 for more information. Current versions of macOS and Xcode no longer install53 and since macOS 10.14, no longer possible to force the installation of system63 as of macOS 10.15 Catalina, 32-bit execution is no longer supported by72 Building and using a universal binary of Python on macOS[all …]
15 running on classic MacOS. To build FreeType running on19 vanilla FreeType to fit classic MacOS.21 The information about MacOS specific API is written in55 classic MacOS, MacPython is available:89 m68k MacOS: System 6, with 32bit addressing94 CFM binary executable format for m68k MacOS:98 CFM binary executable format for ppc MacOS:99 System 7, MacOS 8, MacOS 9. So-called "Toolbox"103 CFM binary executable format for ppc MacOS:104 MacOS 9. Carbon API is used.[all …]
74 <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>84 <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>94 <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>104 <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>116 <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>136 <SETTING><NAME>Linker</NAME><VALUE>MacOS PPC Linker</VALUE></SETTING>142 <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>597 <!-- Settings for "MacOS Merge Panel" panel -->609 <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>734 <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>[all …]
54 testUsingContext('macOS build fails when there is no macos project', () async {58 const <String>['build', 'macos']65 testUsingContext('macOS build fails on non-macOS platform', () async {73 const <String>['build', 'macos']81 testUsingContext('macOS build invokes xcode build', () async {84 fs.directory('macos').createSync();94 '-workspace', flutterProject.macos.xcodeWorkspace.path,102 fs.file(fs.path.join('macos', 'Flutter', 'ephemeral', '.app_filename'))109 const <String>['build', 'macos', '--release']118 testUsingContext('Refuses to build for macOS when feature is disabled', () {[all …]
1 MACOS (not MACOS X)3 This is the first attempt at porting curl to MacOS.9 bringing some of the comforts of UNIX 98 to traditional MacOS.13 I have also written a few functions to help port Unix applications to MacOS.20 curl for MacOS requires using the CodeWarrior compiler from Metrowerks.29 In the 'curl/src/macos' directory, decode "curl.mcp.xml.sit.hqx" (This is a 31 From the CodeWarrior IDE, import 'curl/src/macos/curl.xml', adjust the access
49 Set Preferences of panel "Target Settings" to {Linker:"MacOS PPC Linker"}114 Set Preferences of panel "Target Settings" to {Linker:"MacOS PPC Linker"}133 …Add Files (cw_folder as string) & "Metrowerks CodeWarrior:MacOS Support:Libraries:Runtime:Runtime …135 …Add Files (cw_folder as string) & "Metrowerks CodeWarrior:MacOS Support:Libraries:MacOS Common:Int…136 …Add Files (cw_folder as string) & "Metrowerks CodeWarrior:MacOS Support:Libraries:MacOS Common:Mat…149 Set Preferences of panel "Target Settings" to {Linker:"MacOS PPC Linker"}168 …Add Files (cw_folder as string) & "Metrowerks CodeWarrior:MacOS Support:Libraries:Runtime:Runtime …170 …Add Files (cw_folder as string) & "Metrowerks CodeWarrior:MacOS Support:Libraries:MacOS Common:Int…171 …Add Files (cw_folder as string) & "Metrowerks CodeWarrior:MacOS Support:Libraries:MacOS Common:Mat…184 Set Preferences of panel "Target Settings" to {Linker:"MacOS PPC Linker"}[all …]
19 /// Builds the macOS project through xcodebuild.38 await processPodsIfNeeded(flutterProject.macos, getMacOSBuildDirectory(), buildInfo.mode);40 if (!flutterProject.macos.inputFileList.existsSync()) {41 flutterProject.macos.inputFileList.createSync(recursive: true);43 if (!flutterProject.macos.outputFileList.existsSync()) {44 flutterProject.macos.outputFileList.createSync(recursive: true);58 '-workspace', flutterProject.macos.xcodeWorkspace.path,67 'Building macOS application...',87 flutterUsage.sendTiming('build', 'xcode-macos', Duration(milliseconds: sw.elapsedMilliseconds));
14 /// Tests whether a [FileSystemEntity] is an macOS bundle directory21 /// Creates a new [MacOSApp] from a macOS project directory.44 /// Look up the executable name for a macOS application bundle.65 printError('Invalid prebuilt macOS app. Does not contain Info.plist.');72 printError('Invalid prebuilt macOS app. Info.plist does not contain bundle identifier');75 final String executable = fs.path.join(bundleDir.path, 'Contents', 'MacOS', executableName);77 printError('Could not find macOS binary at $executable');121 String get name => 'macOS';
15 import '../macos/application_package.dart';21 /// A device that represents a desktop MacOS target.24 'macOS',26 platformType: PlatformType.macos,64 String get name => 'macOS';142 return flutterProject.macos.existsSync();147 MacOSDevices() : super('macOS devices');
23 MockPlatform macos;28 notSupported = MockPlatform(linux: false, windows: false, macos: false);31 macos = MockPlatform(macos: true);52 test('Applies on macOS', () => testbed.run(() {58 Platform: () => macos,86 Platform: () => macos,97 this.macos = false,104 final bool macos;114 bool get isMacOS => macos;
16 import '../../macos/xcode.dart';21 const String _kOutputPrefix = '{PROJECT_DIR}/macos/Flutter/ephemeral/FlutterMacOS.framework';23 /// The copying logic for flutter assets in macOS.53 final String prefix = fs.path.join(flutterProject.macos.ephemeralDirectory.path,64 /// Copy the macOS framework to the correct copy dir by invoking 'cp -R'.80 Source.pattern('{FLUTTER_ROOT}/packages/flutter_tools/lib/src/build_system/targets/macos.dart'),113 final Directory targetDirectory = flutterProject.macos131 /// Create an App.framework for debug macOS targets.146 flutterProject.macos.ephemeralDirectory.path, 'App.framework', 'App'));161 '-o', 'macos/Flutter/ephemeral/App.framework/App',[all …]
14 macos-autotools,19 macos-cmake,20 macos-cmake-shared,45 - name: macos-autotools46 os: macos-latest97 - name: macos-cmake98 os: macos-latest108 - name: macos-cmake-shared109 os: macos-latest179 - name: Install MacOS dependencies[all …]
1 # Installation notes for macOS Catalina (v10.15)3 …ious versions of macOS to Catalina (10.15). It should be removed from the source repository when C…5 **Upgrading to macOS Catalina may cause normal `node-gyp` installations to fail.**7 ### Is my Mac running macOS Catalina?15 … you. Normal install docs for `node-gyp` on macOS can be found at https://github.com/nodejs/node-g…30 There are three ways to install the Xcode libraries `node-gyp` needs on macOS. People running Catal…66 …de" for your version of Catalina from developer.apple.com/download. As of MacOS 10.15.2, that's Co…
36 displayName: macOS CI Tests39 # bpo-39837: macOS tests on Azure Pipelines are disabled43 testRunTitle: '$(build.sourceBranchName)-macos'44 testRunPlatform: macos47 vmImage: macos-10.1450 - template: ./macos-steps.yml
34 displayName: macOS PR Tests37 # bpo-39837: macOS tests on Azure Pipelines are disabled41 testRunTitle: '$(system.pullRequest.TargetBranch)-macos'42 testRunPlatform: macos45 vmImage: macos-10.1448 - template: ./macos-steps.yml
84 test('flutter macOS desktop help string', () {85 …pFeature.generateHelpMessage(), 'Enable or disable Flutter for desktop on macOS. This setting will…192 /// Flutter macOS desktop.194 test('flutter macos desktop off by default on master', () => testbed.run(() {200 test('flutter macos desktop enabled with config on master', () => testbed.run(() {202 when<bool>(mockFlutterConfig.getValue('enable-macos-desktop')).thenReturn(true);207 test('flutter macos desktop enabled with environment variable on master', () => testbed.run(() {214 test('flutter macos desktop off by default on dev', () => testbed.run(() {220 test('flutter macos desktop not enabled with config on dev', () => testbed.run(() {222 when<bool>(mockFlutterConfig.getValue('flutter-desktop-macos')).thenReturn(true);[all …]
21 appBundleContentPath, 'MacOS', 'node');27 // ├── MacOS31 fs.mkdirSync(path.join(appBundleContentPath, 'MacOS'));33 fixtures.path('macos-app-sandbox', 'Info.plist'),44 'macos-app-sandbox', 'node_sandboxed.entitlements'),
181 - job: 'macOS'188 VM_IMAGE: 'macOS-10.15'193 VM_IMAGE: 'macOS-10.15'198 VM_IMAGE: 'macOS-10.15'203 VM_IMAGE: 'macOS-10.15'208 VM_IMAGE: 'macOS-10.15'213 VM_IMAGE: 'macOS-10.15'218 VM_IMAGE: 'macOS-10.14'223 VM_IMAGE: 'macOS-10.14'228 VM_IMAGE: 'macOS-10.14'[all …]
16 dnl Checks for special options needed on MacOS X.20 dnl Check for API introduced in MacOS X 10.2.32 …[Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation fram…34 dnl Check for API introduced in MacOS X 10.3.44 …[Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework.…