-
Notifications
You must be signed in to change notification settings - Fork 514
PHASE macOS xcode14.0 rc
Israel Soto edited this page Sep 7, 2022
·
1 revision
#PHASE.framework
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEObject.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEObject.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEObject.h 2022-08-05 12:41:37.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASEObject.h 2022-08-03 21:07:20.000000000 -0500
@@ -40,7 +40,7 @@
@param child
The child object
@param error
- Returns an error if the child already has a parent.
+ Returns an error if the child already has a parent different from this object.
@return
YES for success
*/
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASESpatialPipeline.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASESpatialPipeline.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASESpatialPipeline.h 2022-08-05 12:41:37.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASESpatialPipeline.h 2022-08-03 21:07:20.000000000 -0500
@@ -19,7 +19,7 @@
/*!
@constant PHASESpatialCategoryDirectPathTransmission
*/
-OS_EXPORT PHASESpatialCategory const PHASESpatialCategoryDirectPathTransmission;
+OS_EXPORT PHASESpatialCategory const PHASESpatialCategoryDirectPathTransmission;
/*!
@constant PHASEEarlyReflections
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASETypes.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASETypes.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASETypes.h 2022-08-01 10:47:39.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PHASE.framework/Headers/PHASETypes.h 2022-02-17 04:42:35.000000000 -0600
@@ -105,7 +105,6 @@
*/
typedef NS_ERROR_ENUM(PHASEErrorDomain, PHASEError) {
PHASEErrorInitializeFailed = 'PHEa',
- PHASEErrorInvalidObject = 'PHEb',
};
/*!
@@ -233,10 +232,6 @@
@constant PHASECurveTypeInverseSigmoid
An inverse sigmoid curve.
Also known as an inverse s-curve, quick at the ends and slow in the middle.
- @constant PHASECurveTypeHoldStartValue
- Holds the start value for the duration of the curve.
- @constant PHASECurveTypeJumpToEndValue
- Jumps to the end value and holds it for the duration of the curve.
*/
typedef NS_ENUM(NSInteger, PHASECurveType) {
PHASECurveTypeLinear = 'crLn',
@@ -248,8 +243,6 @@
PHASECurveTypeInverseSine = 'crIS',
PHASECurveTypeSigmoid = 'crSg',
PHASECurveTypeInverseSigmoid = 'crIG',
- PHASECurveTypeHoldStartValue = 'crHS',
- PHASECurveTypeJumpToEndValue = 'crJE',
};
/*!
- 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