Hi, is there any info about when you may have (a beta version of) V4CC for Apple Silicon (universal binary) available?
Thanks
Frank
/usr/bin/codesign --timestamp -f -s 'Developer ID Application: Beatrix Willius (72695Z3887)' /Users/beatrixwillius/Desktop/My\ Application.app/Contents/Frameworks/*
/Users/beatrixwillius/Desktop/My Application.app/Contents/Frameworks/SQLiteDatabase.dylib: replacing existing signature
/Users/beatrixwillius/Desktop/My Application.app/Contents/Frameworks/XojoFramework.framework: replacing existing signature
/Users/beatrixwillius/Desktop/My Application.app/Contents/Frameworks/v4rb_cocoa_64.dylib: replacing existing signature
/Users/beatrixwillius/Desktop/My Application.app/Contents/Frameworks/vcomponents_x64: bundle format unrecognized, invalid, or unsuitable
// LOCAL MODE:
if( gClient = false ) then
Valentina.Init( mCacheSize )
if Valentina.CacheSize = 0 then
MsgBox "Valentina was not initialized!"
end if
end if
MessageBox "Will init Valentina"
// CLIENT MODE
if (gClient = true) then
Valentina.Init(100 * 1024 * 1024, "", "")
Valentina.YieldMode = False
end if
Messagebox "Valentina inited"
// -------------------------------------
// Set debug level for Valentina plugin logs.
Valentina.DebugLevel = EVDebugLevel.kLogParams
MessageBox "Log params set"
codesign -vvvv "MyApplication.app"
ls -l "http://MyApplication.app/Contents/MacOS/"
ls -Rl "My Application.app" > permissions_report.txt
open "MyApplication.app"