diff --git a/NoCameraSound/NoCameraSound.xcodeproj/project.pbxproj b/NoCameraSound/NoCameraSound.xcodeproj/project.pbxproj index 170c4a6..886f147 100644 --- a/NoCameraSound/NoCameraSound.xcodeproj/project.pbxproj +++ b/NoCameraSound/NoCameraSound.xcodeproj/project.pbxproj @@ -28,6 +28,7 @@ 3D16394A295C4ABF006D31D8 /* vm_unaligned_copy_switch_race.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vm_unaligned_copy_switch_race.c; sourceTree = ""; }; 3D163954295C7029006D31D8 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = ""; }; 3D163958295C7810006D31D8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 3D2342AC295FFFE600A6E40D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -169,6 +170,7 @@ isa = PBXVariantGroup; children = ( 3D163954295C7029006D31D8 /* ja */, + 3D2342AC295FFFE600A6E40D /* en */, ); name = Localizable.strings; sourceTree = ""; @@ -314,7 +316,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 5.0; + MARKETING_VERSION = 5.1; PRODUCT_BUNDLE_IDENTIFIER = "com.straight-tamago.NoCameraSound"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -349,7 +351,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 5.0; + MARKETING_VERSION = 5.1; PRODUCT_BUNDLE_IDENTIFIER = "com.straight-tamago.NoCameraSound"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; diff --git a/NoCameraSound/NoCameraSound.xcodeproj/project.xcworkspace/xcuserdata/mini.xcuserdatad/UserInterfaceState.xcuserstate b/NoCameraSound/NoCameraSound.xcodeproj/project.xcworkspace/xcuserdata/mini.xcuserdatad/UserInterfaceState.xcuserstate index a9ddd97..2d624f7 100644 Binary files a/NoCameraSound/NoCameraSound.xcodeproj/project.xcworkspace/xcuserdata/mini.xcuserdatad/UserInterfaceState.xcuserstate and b/NoCameraSound/NoCameraSound.xcodeproj/project.xcworkspace/xcuserdata/mini.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/NoCameraSound/NoCameraSound/ContentView.swift b/NoCameraSound/NoCameraSound/ContentView.swift index cb2080b..62b684c 100644 --- a/NoCameraSound/NoCameraSound/ContentView.swift +++ b/NoCameraSound/NoCameraSound/ContentView.swift @@ -2,7 +2,7 @@ // ContentView.swift // NoCameraSound // -// Created by すとれーとたまご★ on 2022/12/28. +// Created by straight-tamago★ on 2022/12/28. // import SwiftUI @@ -160,13 +160,11 @@ struct ContentView: View { Spacer() if IsSucceeded(TargetFilePath: "file://"+item.path) == true { Text( - String(IsSucceeded(TargetFilePath: "file://"+item.path)) - .replacingOccurrences(of: "true", with: "OFF") + String("OFF") ).foregroundColor(.green) }else { Text( - String(IsSucceeded(TargetFilePath: "file://"+item.path)) - .replacingOccurrences(of: "false", with: "ON") + String("ON") ).foregroundColor(.red) } } diff --git a/NoCameraSound/NoCameraSound/NoCameraSound.swift b/NoCameraSound/NoCameraSound/NoCameraSound.swift index dfe0285..f04b8d4 100644 --- a/NoCameraSound/NoCameraSound/NoCameraSound.swift +++ b/NoCameraSound/NoCameraSound/NoCameraSound.swift @@ -2,7 +2,7 @@ // OverwriteFontImpl.swift // NoCameraSound // -// Created by すとれーとたまご★ on 2022/12/28. +// Created by straight-tamago★ on 2022/12/28. // import UIKit diff --git a/NoCameraSound/NoCameraSound/NoCameraSoundApp.swift b/NoCameraSound/NoCameraSound/NoCameraSoundApp.swift index ccd2129..65bf5df 100644 --- a/NoCameraSound/NoCameraSound/NoCameraSoundApp.swift +++ b/NoCameraSound/NoCameraSound/NoCameraSoundApp.swift @@ -2,7 +2,7 @@ // NoCameraSoundApp.swift // NoCameraSound // -// Created by すとれーとたまご★ on 2022/12/28. +// Created by straight-tamago★ on 2022/12/28. // import SwiftUI diff --git a/NoCameraSound/NoCameraSound/en.lproj/Localizable.strings b/NoCameraSound/NoCameraSound/en.lproj/Localizable.strings new file mode 100644 index 0000000..1dd29b2 --- /dev/null +++ b/NoCameraSound/NoCameraSound/en.lproj/Localizable.strings @@ -0,0 +1,13 @@ +/* + Localizable.strings + NoCameraSound + + Created by straight-tamago★ on 2022/12/28. + +*/ + +"by straight-tamago" = "by straight-tamago"; +"Auto run when the app starts (Status: " = "Auto run when the app starts (Status: "; +"Rerun" = "Rerun"; +"View Log (Status: " = "View Log (Status: "; +"Not compatible with ios14" = "Not compatible with ios14"; diff --git a/NoCameraSound/NoCameraSound/ja.lproj/Localizable.strings b/NoCameraSound/NoCameraSound/ja.lproj/Localizable.strings index 644f324..f43b059 100644 --- a/NoCameraSound/NoCameraSound/ja.lproj/Localizable.strings +++ b/NoCameraSound/NoCameraSound/ja.lproj/Localizable.strings @@ -2,7 +2,7 @@ Localizable.strings NoCameraSound - Created by すとれーとたまご★ on 2022/12/28. + Created by straight-tamago★ on 2022/12/28. */