I’m looking to move some of my Xojo console projects from 2019r1.1 to 2026r1.1
One thing I have noticed is that when I build these projects with 2026r1.1, the compiler is creating an Info.Plist file outside of the Builds folder.
Does anybody have an idea on why this would be happening?
For reference, this is what is in the file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleExecutable</key>
<string>myapp</string>
<key>CFBundleName</key>
<string>myapp</string>
<key>CFBundleIdentifier</key>
<string>com.companyltd.myapp</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleVersion</key>
<string>2026.3.0.3.0</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>NSHumanReadableCopyright</key>
<string>2026.3.0</string>
<key>CFBundleShortVersionString</key>
<string>2026.3.0</string>
<key>CFBundleIconFile</key>
<string>App</string>
<key>LSMinimumSystemVersion</key>
<string>11.0</string>
<key>NSHighResolutionCapable</key><false/>
<key>DTSDKBuild</key>
<string>25A352</string>
<key>NSRequiresAquaSystemAppearance</key><true/>
<key>CFBundleSupportedPlatforms</key><array><string>MacOSX</string></array>
</dict>
</plist>