| website | https://r4dixx.com |
| woopzi | https://woopzi.me |
| website | https://r4dixx.com |
| woopzi | https://woopzi.me |
woopzi 1.3.0 is out.
Main change: You can now edit right after posting!
Short window. Fix your mistake. Then it becomes permanent.
Also:
– smoother scrolling
– more stable sorting
– many fixes
Next: search, labels, personalization, and more!
As always, feedback is welcome :)
Enjoy!
- name: 👷 Build iOS App
timeout-minutes: 45
shell: bash
run: |
echo "📦 Building iOS with BUILD_TYPE='$BUILD_TYPE'"
set -euo pipefail
PROJECT_PATH="apps/ios/woopzi.xcodeproj"
xcodebuild -project "$PROJECT_PATH" \
-scheme "$BUILD_TYPE" \
-configuration "$BUILD_TYPE" \
-destination generic/platform=iOS \
build \
CODE_SIGNING_ALLOWED=NO