forked from trent_larson/crowd-funder-for-time-pwa
fix: Fix logging methods for iOS build.
This commit is contained in:
@@ -173,20 +173,20 @@ check_ios_resources() {
|
||||
|
||||
# Check for required assets
|
||||
if [ ! -f "assets/icon.png" ]; then
|
||||
log_warning "App icon not found at assets/icon.png"
|
||||
log_warn "App icon not found at assets/icon.png"
|
||||
fi
|
||||
|
||||
if [ ! -f "assets/splash.png" ]; then
|
||||
log_warning "Splash screen not found at assets/splash.png"
|
||||
log_warn "Splash screen not found at assets/splash.png"
|
||||
fi
|
||||
|
||||
# Check for iOS-specific files
|
||||
if [ ! -f "ios/App/App/Info.plist" ]; then
|
||||
log_warning "Info.plist not found"
|
||||
log_warn "Info.plist not found"
|
||||
fi
|
||||
|
||||
if [ ! -f "ios/App/App/AppDelegate.swift" ]; then
|
||||
log_warning "AppDelegate.swift not found"
|
||||
log_warn "AppDelegate.swift not found"
|
||||
fi
|
||||
|
||||
log_success "iOS resource check completed"
|
||||
|
||||
Reference in New Issue
Block a user