Skip to content

Commit

Permalink
undo localization changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gokuma committed Sep 11, 2024
1 parent 63ba4a3 commit 96cc527
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
10 changes: 6 additions & 4 deletions app-ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,11 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Preview Content\"";
DEVELOPMENT_TEAM = DFY27HWN2G;
DEVELOPMENT_TEAM = E7SFJFYT3N;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "DroidKaigi2024App-Info.plist";
INFOPLIST_KEY_NSCalendarsUsageDescription = "Use for adding events to your calendar";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
Expand All @@ -360,7 +361,7 @@
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 14.4;
MARKETING_VERSION = 0.0.1;
PRODUCT_BUNDLE_IDENTIFIER = io.github.droidkaigi.DroidKaigi2024.Release;
PRODUCT_BUNDLE_IDENTIFIER = com.gokumagai.DroidKaigi2024.Release;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand All @@ -380,10 +381,11 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Preview Content\"";
DEVELOPMENT_TEAM = DFY27HWN2G;
DEVELOPMENT_TEAM = E7SFJFYT3N;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "DroidKaigi2024App-Info.plist";
INFOPLIST_KEY_NSCalendarsUsageDescription = "Use for adding events to your calendar";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
Expand All @@ -400,7 +402,7 @@
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 14.4;
MARKETING_VERSION = 0.0.1;
PRODUCT_BUNDLE_IDENTIFIER = io.github.droidkaigi.DroidKaigi2024.Release;
PRODUCT_BUNDLE_IDENTIFIER = com.gokumagai.DroidKaigi2024.Release;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
6 changes: 2 additions & 4 deletions app-ios/App/DroidKaigi2024App-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>ja</string>
</array>
<key>NSCalendarsUsageDescription</key>
<string>Use for adding events to your calendar</string>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"sourceLanguage" : "en",
"strings" : {
"%lld" : {

},
"Contributor" : {
"localizations" : {
"en" : {
Expand Down Expand Up @@ -54,4 +51,4 @@
}
},
"version" : "1.0"
}
}

0 comments on commit 96cc527

Please sign in to comment.