# xcdev config # Purpose: local project defaults used by `xcdev build` / `xcdev run`. # This file is safe to edit by hand. # Project settings IOS_PROJECT="MetaLoft.xcodeproj" IOS_SCHEME="MetaLoft" IOS_CONFIGURATION="Debug" IOS_ENABLE_DEBUG_DYLIB="NO" IOS_BUNDLE_ID="com.example.yourapp" IOS_OPEN_SIMULATOR="YES" # Keep Xcode's Swift macro validation enabled by default. # Set to YES only after reviewing and trusting the macros used by the project. IOS_SKIP_MACRO_VALIDATION="NO" # Profile settings IOS_PROFILE_DEFAULT="sim" IOS_PROFILE_SIM_MODE="sim" IOS_PROFILE_SIM_TARGET="iPhone" IOS_PROFILE_REAL_MODE="real" IOS_PROFILE_REAL_TARGET=".*" # Optional custom profile examples: # IOS_PROFILE_AIR_MODE="sim" # IOS_PROFILE_AIR_TARGET="iPhone Air"