Skip to content

Commit 056cc64

Browse files
authored
XCode project ios : remove outdated localization settings (#6958)
#changelog #ios
1 parent d91ff01 commit 056cc64

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

addons/ofxiOS/src/app/ofAppiOSWindow.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ class ofiOSWindowSettings: public ofGLESWindowSettings{
103103
enableHardwareOrientationAnimation = false;
104104
enableSetupScreen = true;
105105
setupOrientation = OF_ORIENTATION_DEFAULT;
106-
windowControllerType = windowControllerType;
107106
colorType = ofxiOSRendererColorFormat::RGBA8888;
108107
depthType = ofxiOSRendererDepthFormat::DEPTH_NONE;
109108
stencilType = ofxiOSRendererStencilFormat::STENCIL_NONE;

libs/openFrameworksCompiled/project/ios/iOS+OFLib.xcodeproj/project.pbxproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,19 +1078,10 @@
10781078
<string>C01FCF4E08A954540054247B</string>
10791079
<key>compatibilityVersion</key>
10801080
<string>Xcode 3.2</string>
1081-
<key>developmentRegion</key>
1082-
<string>English</string>
10831081
<key>hasScannedForEncodings</key>
10841082
<string>1</string>
10851083
<key>isa</key>
10861084
<string>PBXProject</string>
1087-
<key>knownRegions</key>
1088-
<array>
1089-
<string>English</string>
1090-
<string>Japanese</string>
1091-
<string>French</string>
1092-
<string>German</string>
1093-
</array>
10941085
<key>mainGroup</key>
10951086
<string>29B97314FDCFA39411CA2CEA</string>
10961087
<key>projectDirPath</key>

scripts/templates/ios/emptyExample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -273,19 +273,10 @@
273273
<string>C01FCF4E08A954540054247B</string>
274274
<key>compatibilityVersion</key>
275275
<string>Xcode 3.2</string>
276-
<key>developmentRegion</key>
277-
<string>English</string>
278276
<key>hasScannedForEncodings</key>
279277
<string>1</string>
280278
<key>isa</key>
281279
<string>PBXProject</string>
282-
<key>knownRegions</key>
283-
<array>
284-
<string>English</string>
285-
<string>Japanese</string>
286-
<string>French</string>
287-
<string>German</string>
288-
</array>
289280
<key>mainGroup</key>
290281
<string>29B97314FDCFA39411CA2CEA</string>
291282
<key>projectDirPath</key>

0 commit comments

Comments
 (0)