Skip to content

Instantly share code, notes, and snippets.

View mandel-macaque's full-sized avatar
🖥️
Coding

Manuel de la Pena mandel-macaque

🖥️
Coding
View GitHub Profile
13:57:22.7022880 2019-12-23 19:57:36.834 introspection[957:2396724] [Runner executing: Run Everything]
13:57:22.7022940 2019-12-23 19:57:36.834 introspection[957:2396724] [MonoTouch Version: 13.15.1]
13:57:22.7023000 2019-12-23 19:57:36.835 introspection[957:2396724] [Assembly: Xamarin.iOS.dll (32 bits)]
13:57:22.7023060 2019-12-23 19:57:36.835 introspection[957:2396724] [GC: sgen]
13:57:22.7023110 2019-12-23 19:57:36.836 introspection[957:2396724] [iPad: iPhone OS v9.3.5]
13:57:22.7023160 2019-12-23 19:57:36.842 introspection[957:2396724] [Device Name: Manuel de la Pena Saenz’s iPad]
13:57:22.7024070 2019-12-23 19:57:36.854 introspection[957:2396724] [Device UDID: FFFFFFFF71AE1FDBF5F640A09E27FA4EC50AC49B]
13:57:22.7799450 2019-12-23 19:57:36.931 introspection[957:2396724] [Device Locale: en_ES]
13:57:22.7956030 2019-12-23 19:57:36.947 introspection[957:2396724] [Device Date/Time: 12/23/2019 7:56:21 PM]
13:57:22.8029340 2019-12-23 19:57:36.954 introspection[957:2396724] [Bundle: com.xamarin.introspection]
=== Visual Studio Community 2019 for Mac ===
Version 8.1 (build 2742)
Installation UUID: 912a9409-fa05-474e-8a36-9e455e6ac530
GTK+ 2.24.23 (Raleigh theme)
Xamarin.Mac 5.6.0.25 (d16-0 / 50f75273)
Package version: 606000128
=== Mono Framework MDK ===
If x == y then x - y == 0.
If x < y then x - y < 0
If x > y then x - y > 0
So we want to see if we can convert the 3 conditions described in the 3 bullet-points above into 3 single output values needed for your cmp function:
int cmp( int x, int y ) {
return -1 if x < y
return 0 if x == y
return 1 if x > y
}
ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSBluetoothAlwaysUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Starting Spring 2019, all apps submitted to the App Store that access user data are required to include a purpose string. If you're using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. You can contact the developer of the library or SDK and request they release a version of their code that doesn't contain the APIs. Learn more (https://developer.apple.com/documentation/uikit/core_app/protecting_the_user_s_privacy).
diff --git a/src/CoreHaptics/Enums.cs b/src/CoreHaptics/Enums.cs
new file mode 100644
index 000000000..ad79f9bb2
--- /dev/null
+++ b/src/CoreHaptics/Enums.cs
@@ -0,0 +1,144 @@
+//
+// CoreHaptics C# bindings
+//
+// Authors:
This file has been truncated, but you can view the full file.
13:51:51.6533670 Making all in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/mmptest/regression
13:51:51.7036440 TargetFrameworkFallbackSearchPaths=/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/_mac-build/Library/Frameworks/Mono.framework/External/xbuild-frameworks MSBuildExtensionsPathFallbackPathsOverride=/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/_mac-build/Library/Frameworks/Mono.framework/External/xbuild make all
13:51:52.1242940 /Applications/Xcode102.app/Contents/Developer/usr/bin/make clean
13:51:52.2940720 /Applications/Xcode102.app/Contents/Developer/usr/bin/make build
13:51:52.3000490 clang dylib/src.c -odylib/libTest.dylib -arch i386 -arch x86_64 -shared
13:51:52.4690790 ld: warning: The i386 architecture is deprecated for macOS (remove from the Xcode build setting: ARCHS)
13:51:52.4809180 ld: warning: ignoring file /Applications/Xcode102.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd
bcl-test/generated
├── bcl-test/generated/BCL\ tests\ group\ 1
│   ├── bcl-test/generated/BCL\ tests\ group\ 1/ios
│   │   ├── bcl-test/generated/BCL\ tests\ group\ 1/ios/Assets.xcassets
│   │   │   ├── bcl-test/generated/BCL\ tests\ group\ 1/ios/Assets.xcassets/AppIcon.appiconset
│   │   │   │   └── bcl-test/generated/BCL\ tests\ group\ 1/ios/Assets.xcassets/AppIcon.appiconset/Contents.json
│   │   │   └── bcl-test/generated/BCL\ tests\ group\ 1/ios/Assets.xcassets/Contents.json
│   │   ├── bcl-test/generated/BCL\ tests\ group\ 1/ios/BCL\ tests\ group\ 1.csproj
│   │   ├── bcl-test/generated/BCL\ tests\ group\ 1/ios/Info.plist
│   │   └── bcl-test/generated/BCL\ tests\ group\ 1/ios/RegisterType.cs
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
<ProjectTypeGuids>{A9A6EAC2-568B-4F3E-869D-32CBBA122DF2};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{34A6793F-37B2-4A7F-9286-7BDF52F412F3}</ProjectGuid>
<OutputType>Library</OutputType>
// Auto-generated from generator.cs, do not edit
//
// We keep references to objects, so warning 414 is expected
#pragma warning disable 414
using System;
using System.Drawing;
using System.Diagnostics;
using System.ComponentModel;
=== Visual Studio Enterprise 2019 for Mac ===
Version 8.1.5 (build 9)
Installation UUID: 8d12e55e-3489-463f-ac52-8cb4573c5a81
GTK+ 2.24.23 (Raleigh theme)
Xamarin.Mac 5.6.0.25 (d16-0 / 50f75273)
Package version: 600000296
=== Mono Framework MDK ===