-
Notifications
You must be signed in to change notification settings - Fork 514
PHASE macOS xcode13.0 beta4
Manuel de la Pena edited this page Aug 5, 2021
·
2 revisions
#PHASE.framework https://github.com/xamarin/xamarin-macios/pull/12098
diff -ruN /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEEngine.h /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEEngine.h
--- /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEEngine.h 2021-07-13 00:42:34.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEEngine.h 2021-07-22 14:34:16.000000000 -0400
@@ -101,7 +101,7 @@
@property defaultMedium
@abstract The default medium in the engine.
@discussion
- The default value is PHASEMediumPresetDefault.
+ The default value is PHASEMediumPresetAir.
*/
@property(nonatomic, strong) PHASEMedium* defaultMedium;
diff -ruN /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEMaterial.h /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEMaterial.h
--- /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEMaterial.h 2021-07-10 09:48:13.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEMaterial.h 2021-07-22 14:34:16.000000000 -0400
@@ -21,12 +21,10 @@
@abstract Material preset
*/
typedef NS_ENUM(NSInteger, PHASEMaterialPreset) {
- PHASEMaterialPresetDefault = 'mDef',
PHASEMaterialPresetCardboard = 'mCrd',
PHASEMaterialPresetGlass = 'mGls',
- PHASEMaterialPresetBrickwork = 'mBrk',
+ PHASEMaterialPresetBrick = 'mBrk',
PHASEMaterialPresetConcrete = 'mCcr',
- PHASEMaterialPresetGypsumBoard = 'mGyp',
PHASEMaterialPresetDrywall = 'mDrw',
PHASEMaterialPresetWood = 'mWud',
};
diff -ruN /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEMedium.h /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEMedium.h
--- /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEMedium.h 2021-07-10 09:48:13.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEMedium.h 2021-07-22 14:34:17.000000000 -0400
@@ -19,8 +19,7 @@
@abstract Medium preset
*/
typedef NS_ENUM(NSInteger, PHASEMediumPreset) {
- PHASEMediumPresetDefault = 'mdDf',
- PHASEMediumPresetRoomAir = 'mdRA',
+ PHASEMediumPresetAir = 'mdAr',
}
NS_SWIFT_NAME(PHASEMedium.Preset);
diff -ruN /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEObject.h /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEObject.h
--- /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEObject.h 2021-07-10 09:48:12.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEObject.h 2021-07-22 14:34:16.000000000 -0400
@@ -50,8 +50,7 @@
@method removeChild:
@abstract Remove a child from this object.
*/
-- (void)removeChild:(PHASEObject*)child
-NS_SWIFT_NAME(removeChild(child:));
+- (void)removeChild:(PHASEObject*)child;
/*!
@method removeChildren
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status