From ed76a719a55d8c75ea402ea54b05fb3540652301 Mon Sep 17 00:00:00 2001 From: Andreas Buff Date: Fri, 16 Jul 2021 13:02:00 +0200 Subject: [PATCH] MacOSAdapter up & running --- .../project.pbxproj | 38 ------------------- build-macOSAdapter.sh | 4 +- 2 files changed, 2 insertions(+), 40 deletions(-) diff --git a/CommonPEPDependencies/CommonPEPDependencies.xcodeproj/project.pbxproj b/CommonPEPDependencies/CommonPEPDependencies.xcodeproj/project.pbxproj index ecf1365..c650676 100644 --- a/CommonPEPDependencies/CommonPEPDependencies.xcodeproj/project.pbxproj +++ b/CommonPEPDependencies/CommonPEPDependencies.xcodeproj/project.pbxproj @@ -196,16 +196,6 @@ name = "build-downloadclient-dependencies_macOS"; productName = "build-pEpMIME-dependencies"; }; - 1585F01526A1964100B822E1 /* build-macOSAdapter-dependencies_macOS */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 1585F01C26A1964100B822E1 /* Build configuration list for PBXAggregateTarget "build-macOSAdapter-dependencies_macOS" */; - buildPhases = ( - ); - dependencies = ( - ); - name = "build-macOSAdapter-dependencies_macOS"; - productName = "build-pEpMIME-dependencies"; - }; /* End PBXAggregateTarget section */ /* Begin PBXContainerItemProxy section */ @@ -374,7 +364,6 @@ 1585EE1C269DCEB300B822E1 /* build-libetpan-dependencies_macOS */, 1585EE16269DCEA600B822E1 /* build-pEpMIME-dependencies_macOS */, 1585EFAF26A178FE00B822E1 /* build-downloadclient-dependencies_macOS */, - 1585F01526A1964100B822E1 /* build-macOSAdapter-dependencies_macOS */, 1585EEFC26A0432A00B822E1 /* CLEAN_ALL */, 1585EF0526A0479800B822E1 /* build_sequoia_iOS */, ); @@ -1015,24 +1004,6 @@ }; name = Release; }; - 1585F01D26A1964100B822E1 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = NQLYU6MGPN; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - 1585F01E26A1964100B822E1 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = NQLYU6MGPN; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -1189,15 +1160,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1585F01C26A1964100B822E1 /* Build configuration list for PBXAggregateTarget "build-macOSAdapter-dependencies_macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1585F01D26A1964100B822E1 /* Debug */, - 1585F01E26A1964100B822E1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; /* End XCConfigurationList section */ }; rootObject = 1585EE0B269DC6DD00B822E1 /* Project object */; diff --git a/build-macOSAdapter.sh b/build-macOSAdapter.sh index 1ac71fb..a40a19d 100644 --- a/build-macOSAdapter.sh +++ b/build-macOSAdapter.sh @@ -15,8 +15,8 @@ if [ "${CONFIG}" = "" ]; then CONFIG="RELEASE" fi -MACOSADAPTER_VERSION=$(sh get-pEp-version.sh "MAC_OS_ADAPTER_VERSION") -DOWNLOADCLIENT_VERSION=$(sh get-pEp-version.sh "DOWNLOADCLIENT_VERSION") +MACOSADAPTER_VERSION=$(sh "${SCRIPT_DIR}/get-pEp-version.sh" "MAC_OS_ADAPTER_VERSION") +DOWNLOADCLIENT_VERSION=$(sh "${SCRIPT_DIR}/get-pEp-version.sh" "DOWNLOADCLIENT_VERSION") # Get Absolute Paths & Setup