From 5611b1df2956c5576b94df7e6d088ad5c24f45d6 Mon Sep 17 00:00:00 2001 From: Zeus Date: Fri, 20 Jan 2023 19:59:05 +0100 Subject: [PATCH] Remove c:\dev\... link --- Demos/ALFacebookLogin/_source/ALFacebookLogin.dproj | 4 ++-- Demos/ALFirebaseMessaging/_source/ALFirebaseMessaging.dproj | 2 -- .../Client/_source/ALLiveVideoChatClient.dproj | 2 -- Tools/DProjVersioning/_Source/DProjVersioning.dproj | 1 - Tools/UnitNormalizer/_Source/UnitNormalizer.dproj | 1 - 5 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Demos/ALFacebookLogin/_source/ALFacebookLogin.dproj b/Demos/ALFacebookLogin/_source/ALFacebookLogin.dproj index c2544fcc6..628a0a0b1 100644 --- a/Demos/ALFacebookLogin/_source/ALFacebookLogin.dproj +++ b/Demos/ALFacebookLogin/_source/ALFacebookLogin.dproj @@ -233,7 +233,7 @@ $(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_83.5x83.5.png $(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_167x167.png -w -ObjC -rpath /usr/lib/swift - C:\Dev\MagicFoundation\Alcinoe\Libraries\ios\facebook\FBSDKLoginKit.xcframework\ios-arm64;C:\Dev\MagicFoundation\Alcinoe\Libraries\ios\facebook\FBSDKShareKit.xcframework\ios-arm64;C:\Dev\MagicFoundation\Alcinoe\Libraries\ios\facebook\FBSDKCoreKit_Basics.xcframework\ios-arm64;C:\Dev\MagicFoundation\Alcinoe\Libraries\ios\facebook\FBSDKCoreKit.xcframework\ios-arm64;C:\Dev\MagicFoundation\Alcinoe\Libraries\ios\facebook\FBAEMKit.xcframework\ios-arm64;$(DCC_FrameworkPath) + ..\..\..\Libraries\ios\facebook\FBSDKLoginKit.xcframework\ios-arm64;..\..\..\Libraries\ios\facebook\FBSDKShareKit.xcframework\ios-arm64;..\..\..\Libraries\ios\facebook\FBSDKCoreKit_Basics.xcframework\ios-arm64;..\..\..\Libraries\ios\facebook\FBSDKCoreKit.xcframework\ios-arm64;..\..\..\Libraries\ios\facebook\FBAEMKit.xcframework\ios-arm64;$(DCC_FrameworkPath) $(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2x.png $(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImageDark_2x.png $(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_3x.png @@ -262,7 +262,7 @@ $(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_83.5x83.5.png $(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_167x167.png -w -bequiet -ObjC - C:\Dev\MagicFoundation\Alcinoe\Libraries\ios\facebook\FBSDKLoginKit.xcframework\ios-arm64;C:\Dev\MagicFoundation\Alcinoe\Libraries\ios\facebook\FBSDKShareKit.xcframework\ios-arm64;C:\Dev\MagicFoundation\Alcinoe\Libraries\ios\facebook\FBSDKCoreKit_Basics.xcframework\ios-arm64;C:\Dev\MagicFoundation\Alcinoe\Libraries\ios\facebook\FBSDKCoreKit.xcframework\ios-arm64;C:\Dev\MagicFoundation\Alcinoe\Libraries\ios\facebook\FBAEMKit.xcframework\ios-arm64;$(DCC_FrameworkPath) + ..\..\..\Libraries\ios\facebook\FBSDKLoginKit.xcframework\ios-arm64;..\..\..\Libraries\ios\facebook\FBSDKShareKit.xcframework\ios-arm64;..\..\..\Libraries\ios\facebook\FBSDKCoreKit_Basics.xcframework\ios-arm64;..\..\..\Libraries\ios\facebook\FBSDKCoreKit.xcframework\ios-arm64;..\..\..\Libraries\ios\facebook\FBAEMKit.xcframework\ios-arm64;$(DCC_FrameworkPath) $(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2x.png $(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImageDark_2x.png $(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_3x.png diff --git a/Demos/ALFirebaseMessaging/_source/ALFirebaseMessaging.dproj b/Demos/ALFirebaseMessaging/_source/ALFirebaseMessaging.dproj index 171ea056b..3aa14cfc0 100644 --- a/Demos/ALFirebaseMessaging/_source/ALFirebaseMessaging.dproj +++ b/Demos/ALFirebaseMessaging/_source/ALFirebaseMessaging.dproj @@ -343,14 +343,12 @@ true iPhoneAndiPad com.ALFirebaseMessaging.app - C:\Dev\MagicFoundation\Alcinoe\Source\;$(Debugger_DebugSourcePath) CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=com.ALFirebaseMessaging.app;CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone & iPad;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSCameraUsageDescription=The reason for accessing the camera;CFBundleShortVersionString=1.0.0;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSFaceIDUsageDescription=The reason for accessing the face id;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing bluetooth;NSBluetoothPeripheralUsageDescription=The reason for accessing bluetooth peripherals;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSMotionUsageDescription=The reason for accessing the accelerometer;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple's speech recognition servers true true iPhoneAndiPad - C:\Dev\MagicFoundation\Alcinoe\Source\;$(Debugger_DebugSourcePath);$(Debugger_DebugSourcePath) true diff --git a/Demos/ALLiveVideoChat/Client/_source/ALLiveVideoChatClient.dproj b/Demos/ALLiveVideoChat/Client/_source/ALLiveVideoChatClient.dproj index 14bd6ce86..b689cc6f1 100644 --- a/Demos/ALLiveVideoChat/Client/_source/ALLiveVideoChatClient.dproj +++ b/Demos/ALLiveVideoChat/Client/_source/ALLiveVideoChatClient.dproj @@ -364,13 +364,11 @@ true iPhoneAndiPad $(MSBuildProjectName) - C:\Dev\MagicFoundation\Alcinoe\Demos\ALLiveVideoChat\client\_source\Embarcadero\tokyo\;$(Debugger_DebugSourcePath) true true iPhoneAndiPad - C:\Dev\MagicFoundation\Alcinoe\Demos\ALLiveVideoChat\client\_source\Embarcadero\tokyo\;$(Debugger_DebugSourcePath);$(Debugger_DebugSourcePath) true diff --git a/Tools/DProjVersioning/_Source/DProjVersioning.dproj b/Tools/DProjVersioning/_Source/DProjVersioning.dproj index aef66d59a..1aebd3fda 100644 --- a/Tools/DProjVersioning/_Source/DProjVersioning.dproj +++ b/Tools/DProjVersioning/_Source/DProjVersioning.dproj @@ -212,7 +212,6 @@ false (None) - C:\Dev\MagicFoundation\Alcinoe\Tools\DProjVersioning\sample.dproj incMajorMinorPatchVersion 3 2 10 false none diff --git a/Tools/UnitNormalizer/_Source/UnitNormalizer.dproj b/Tools/UnitNormalizer/_Source/UnitNormalizer.dproj index fb588c3b5..5e44a9922 100644 --- a/Tools/UnitNormalizer/_Source/UnitNormalizer.dproj +++ b/Tools/UnitNormalizer/_Source/UnitNormalizer.dproj @@ -193,7 +193,6 @@ false (None) - C:\Dev\MagicFoundation\Alcinoe false none