feat(ios): share extension ile Ratebubble iOS istemcisini ekle ve paylaşım akışını düzelt
This commit is contained in:
13
ios/scripts/bootstrap.sh
Executable file
13
ios/scripts/bootstrap.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
if ! command -v xcodegen >/dev/null 2>&1; then
|
||||
echo "xcodegen bulunamadı. Kurulum: brew install xcodegen"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
xcodegen generate
|
||||
|
||||
echo "Tamamlandı: ios/Ratebubble.xcodeproj oluşturuldu."
|
||||
Reference in New Issue
Block a user