Skip to content

Commit

Permalink
Strings format updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavyaroslav committed Feb 10, 2025
1 parent 3d0aa0b commit 9b52d55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_openvpnadapter_apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Configure amnezia.xcconfig
run: |
WORKINGDIR=$(pwd)
echo "Configuring amnezia.xcconfig..."
echo "Configuring amnezia.xcconfig"
cat << EOF > $WORKINGDIR/OpenVPNAdapter/Configuration/amnezia.xcconfig
PROJECT_TEMP_DIR = $WORKINGDIR/OpenVPNAdapter/build/OpenVPNAdapter.build
CONFIGURATION_BUILD_DIR = $WORKINGDIR/OpenVPNAdapter/build/Release-macos
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Build OpenVPNAdapter for macOS
run: |
echo "Building OpenVPNAdapter for macOS..."
echo "Building OpenVPNAdapter for macOS"
xcrun xcodebuild \
-project OpenVPNAdapter/OpenVPNAdapter.xcodeproj \
-xcconfig OpenVPNAdapter/Configuration/amnezia.xcconfig \
Expand All @@ -54,7 +54,7 @@ jobs:
run: |
export WORKINGDIR=`pwd`
if [ -d "$WORKINGDIR/OpenVPNAdapter/build/Release-macos/OpenVPNAdapter.framework" ]; then
echo "Generating checksums for OpenVPNAdapter.framework..."
echo "Generating checksums for OpenVPNAdapter.framework"
find $WORKINGDIR/OpenVPNAdapter/build/Release-macos \
-type f \
-exec sh -c 'openssl dgst -sha256 -r "$1" > "$1.sha256"' _ {} \;
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Configure amnezia.xcconfig
run: |
WORKINGDIR=$(pwd)
echo "Configuring amnezia.xcconfig..."
echo "Configuring amnezia.xcconfig"
cat << EOF > $WORKINGDIR/OpenVPNAdapter/Configuration/amnezia.xcconfig
PROJECT_TEMP_DIR = $WORKINGDIR/OpenVPNAdapter/build/OpenVPNAdapter.build
CONFIGURATION_BUILD_DIR = $WORKINGDIR/OpenVPNAdapter/build/Release-iphoneos
Expand All @@ -103,7 +103,7 @@ jobs:
- name: Build OpenVPNAdapter for iOS
run: |
echo "Building OpenVPNAdapter for iOS..."
echo "Building OpenVPNAdapter for iOS"
xcrun xcodebuild \
-project OpenVPNAdapter/OpenVPNAdapter.xcodeproj \
-xcconfig OpenVPNAdapter/Configuration/amnezia.xcconfig \
Expand All @@ -116,7 +116,7 @@ jobs:
run: |
export WORKINGDIR=`pwd`
if [ -d "$WORKINGDIR/OpenVPNAdapter/build/Release-iphoneos/OpenVPNAdapter.framework" ]; then
echo "Generating checksums for OpenVPNAdapter.framework..."
echo "Generating checksums for OpenVPNAdapter.framework"
find $WORKINGDIR/OpenVPNAdapter/build/Release-iphoneos \
-type f \
-exec sh -c 'openssl dgst -sha256 -r "$1" > "$1.sha256"' _ {} \;
Expand Down

0 comments on commit 9b52d55

Please sign in to comment.