Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CoreMotion] Updates for Xcode14.0.0 #15977

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b0203d7
Revert "[BackgroundAssets] Add new framework from Xcode1 4 beta 4. (#…
dalexsoto Sep 7, 2022
d428810
[xcode14] Bump to Xcode 14 RC
dalexsoto Sep 8, 2022
66fbeef
Fix intro tests
dalexsoto Sep 8, 2022
9a6cae9
Merge remote-tracking branch 'xamarin/xcode14' into xcode14-rc-bump
dalexsoto Sep 8, 2022
c7c2ed0
Remove not needed BackgroundAssets.todo
dalexsoto Sep 9, 2022
1102c78
[devops] Work around the fact that macOS is disabled in this branch.
rolfbjarne Sep 9, 2022
031410f
[devops] More fixes for missing (as expected) Xamarin.Mac.
rolfbjarne Sep 9, 2022
e70d077
[devops] Only add platforms we're building for into WorkloadRollback.…
rolfbjarne Sep 9, 2022
eba9544
Xcode 14 RC 1 requires macOS 12.5.
rolfbjarne Sep 9, 2022
7435d8a
[devops] Fix typo in bash script.
rolfbjarne Sep 12, 2022
2ef695d
[devops] Don't create legacy iOS/Mac symlinks unless legacy build is …
rolfbjarne Sep 12, 2022
77dd98c
Merge remote-tracking branch 'origin/xcode14' into xcode14-rc-bump
rolfbjarne Sep 12, 2022
00b3705
Merge branch 'xcode14' into xcode14-rc-bump
dalexsoto Sep 13, 2022
4c90a7f
Bump to stable Xcode 14
dalexsoto Sep 13, 2022
1d38f94
[devops] Fix parsing WorkloadRollback.json.
rolfbjarne Sep 13, 2022
6f8d821
[devops] Fix json syntax.
rolfbjarne Sep 13, 2022
bb9eb0a
Fix xtro.
rolfbjarne Sep 13, 2022
6df6207
[tests] Ignore tests that require platforms not included in the curre…
rolfbjarne Sep 15, 2022
a2f89bd
Merge remote-tracking branch 'origin/xcode14' into xcode14-rc-bump
rolfbjarne Sep 15, 2022
c629dd8
[xcode14] Bump to Xcode 14 (#15898)
rolfbjarne Sep 15, 2022
4918e08
Xcode 14 rc updates
Sep 15, 2022
3b65e24
Merge remote-tracking branch 'xamarin/xcode14' into Xcode14-CoreMotio…
Sep 15, 2022
b9508e7
use empty interface
Sep 15, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions Make.config
Expand Up @@ -194,8 +194,8 @@ MACCATALYST_NUGET_VERSION_FULL=$(MACCATALYST_NUGET_VERSION_NO_METADATA)+$(NUGET_

# Xcode version should have both a major and a minor version (even if the minor version is 0)
XCODE_VERSION=14.0
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_14_beta_6.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode_14.0.0-beta6.app/Contents/Developer
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_14.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode_14.0.0.app/Contents/Developer
XCODE_PRODUCT_BUILD_VERSION:=$(shell /usr/libexec/PlistBuddy -c 'Print :ProductBuildVersion' $(XCODE_DEVELOPER_ROOT)/../version.plist 2>/dev/null || echo " $(shell tput setaf 1 2>/dev/null)The required Xcode ($(XCODE_VERSION)) is not installed in $(basename $(basename $(XCODE_DEVELOPER_ROOT)))$(shell tput sgr0 2>/dev/null)" >&2)

# Tell both Xcode and our build logic which Xcode we're using.
Expand Down Expand Up @@ -230,7 +230,7 @@ MAX_SHARPIE_VERSION=3.5.99
MIN_SHARPIE_URL=https://download.visualstudio.microsoft.com/download/pr/7336f72c-57aa-4e46-9936-cce4d1975ba9/b33be8b36a22c2cfbcbe5680f14e0901/objectivesharpie-3.5.61.pkg

# Minimum OSX versions for building XI/XM
MIN_OSX_BUILD_VERSION=12.0
MIN_OSX_BUILD_VERSION=12.5
# Minimum OSX version for executing XI/XM tooling.
MIN_OSX_VERSION_FOR_IOS=10.11
MIN_OSX_VERSION_FOR_MAC=10.11
Expand Down Expand Up @@ -276,10 +276,10 @@ MIN_TVOS_SIMULATOR_VERSION=12.4
EXTRA_SIMULATORS=com.apple.pkg.iPhoneSimulatorSDK12_4 com.apple.pkg.AppleTVSimulatorSDK12_4 com.apple.pkg.WatchSimulatorSDK6_0

INCLUDE_IOS=1
INCLUDE_MAC=1
#INCLUDE_MAC=1
INCLUDE_WATCH=1
INCLUDE_TVOS=1
INCLUDE_MACCATALYST=1
#INCLUDE_MACCATALYST=1
INCLUDE_DEVICE=1
INCLUDE_DOTNET_WATCHOS=
INCLUDE_XAMARIN_LEGACY=1
Expand Down
10 changes: 5 additions & 5 deletions Make.versions
Expand Up @@ -48,7 +48,7 @@
# line changed in git).
#

IOS_PACKAGE_VERSION=15.99.0.$(IOS_COMMIT_DISTANCE)
IOS_PACKAGE_VERSION=16.0.0.$(IOS_COMMIT_DISTANCE)
MAC_PACKAGE_VERSION=8.99.0.$(MAC_COMMIT_DISTANCE)

#
Expand All @@ -69,8 +69,8 @@ MAC_PACKAGE_VERSION=8.99.0.$(MAC_COMMIT_DISTANCE)
IOS_NUGET_OS_VERSION=16.0
TVOS_NUGET_OS_VERSION=16.0
WATCHOS_NUGET_OS_VERSION=9.0
MACOS_NUGET_OS_VERSION=13.0
MACCATALYST_NUGET_OS_VERSION=16.0
MACOS_NUGET_OS_VERSION=12.3
MACCATALYST_NUGET_OS_VERSION=15.4


# Defines the default platform version if it's not specified in the TFM. The default should not change for a given .NET version:
Expand All @@ -83,5 +83,5 @@ MACCATALYST_NUGET_OS_VERSION=16.0
DEFAULT_TARGET_PLATFORM_VERSION_IOS=16.0
DEFAULT_TARGET_PLATFORM_VERSION_TVOS=16.0
DEFAULT_TARGET_PLATFORM_VERSION_WATCHOS=9.0
DEFAULT_TARGET_PLATFORM_VERSION_MACOS=13.0
DEFAULT_TARGET_PLATFORM_VERSION_MACCATALYST=16.0
DEFAULT_TARGET_PLATFORM_VERSION_MACOS=12.3
DEFAULT_TARGET_PLATFORM_VERSION_MACCATALYST=15.4
6 changes: 3 additions & 3 deletions Versions-ios.plist.in
Expand Up @@ -126,7 +126,7 @@
<string>15.0</string>
<string>15.2</string>
<string>15.4</string>
<string>16.0</string>
<!-- <string>16.0</string> -->
</array>
</dict>
<key>MacCatalystVersionMap</key>
Expand Down Expand Up @@ -155,8 +155,8 @@
<string>12.1</string>
<key>15.4</key>
<string>12.3</string>
<key>16.0</key>
<string>13.0</string>
<!-- <key>16.0</key>
<string>13.0</string> -->
</dict>
<key>RecommendedXcodeVersion</key>
<string>@XCODE_VERSION@</string>
Expand Down
2 changes: 1 addition & 1 deletion Versions-mac.plist.in
Expand Up @@ -25,7 +25,7 @@
<string>12.0</string>
<string>12.1</string>
<string>12.3</string>
<string>13.0</string>
<!-- <string>13.0</string> -->
</array>
</dict>
<key>RecommendedXcodeVersion</key>
Expand Down
185 changes: 0 additions & 185 deletions src/backgroundassets.cs

This file was deleted.