MASTG-TOOL-0135 PlistBuddy
Plist ファイルの表示
/usr/libexec/PlistBuddy -c "Print" Info.plist
Dict {
DTXcode = 0821
DTSDKName = iphoneos10.2
CFBundleName = UnCrackable Level 1
UILaunchStoryboardName = LaunchScreen
CFBundleIcons~ipad = Dict {
CFBundlePrimaryIcon = Dict {
CFBundleIconFiles = Array {
AppIcon-120x20
AppIcon-129x29
AppIcon-140x40
AppIcon-157x57
AppIcon-160x60
AppIcon-150x50
AppIcon-172x72
AppIcon-176x76
AppIcon-183.5x83.5
}
}
}
DTSDKBuild = 14C89
CFBundleDevelopmentRegion = en
CFBundleVersion = 1
BuildMachineOSBuild = 15G1212
DTPlatformName = iphoneos
CFBundleShortVersionString = 1.0
UIMainStoryboardFile = Main
CFBundleSupportedPlatforms = Array {
iPhoneOS
}
CFBundlePackageType = APPL
CFBundleInfoDictionaryVersion = 6.0
UIRequiredDeviceCapabilities = Array {
armv7
}
CFBundleExecutable = UnCrackable Level 1
DTCompiler = com.apple.compilers.llvm.clang.1_0
UISupportedInterfaceOrientations~ipad = Array {
UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight
}
CFBundleIdentifier = sg.vp.UnCrackable1
MinimumOSVersion = 8.0
DTXcodeBuild = 8C1002
DTPlatformVersion = 10.2
LSRequiresIPhoneOS = true
UISupportedInterfaceOrientations = Array {
UIInterfaceOrientationPortrait
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight
}
CFBundleDisplayName = UnCrackable1
CFBundleIcons = Dict {
CFBundlePrimaryIcon = Dict {
CFBundleIconFiles = Array {
AppIcon-120x20
AppIcon-129x29
AppIcon-140x40
AppIcon-157x57
AppIcon-160x60
}
}
}
UIDeviceFamily = Array {
1
2
}
DTPlatformBuild = 14C89
}Plist の値の変更
Plist の値の追加と削除
Last updated