[TIMOB-6285] iOS: Localization strings settings are not managed when building from Xcode
| GitHub Issue | n/a | 
|---|---|
| Type | Bug | 
| Priority | High | 
| Status | Closed | 
| Resolution | Fixed | 
| Resolution Date | 2012-01-09T14:27:40.000+0000 | 
| Affected Version/s | Release 1.8.0, Release 1.7.6 | 
| Fix Version/s | Sprint 2011-47, Release 1.7.6, Release 1.8.0.1 | 
| Components | iOS | 
| Labels | module_transport, qe-testadded | 
| Reporter | Federico Casali | 
| Assignee | Vishal Duggal | 
| Created | 2011-11-22T16:11:12.000+0000 | 
| Updated | 2014-06-19T12:44:23.000+0000 | 
Description
	Localization strings settings are not imported and managed opening and building the project in Xcode.
Steps to reproduce:
1. Create a new project on TiStudio and set a  localization file inside i18n/en folder:
		
		
		Name! 
		 
		
2. In app.js, set a localized label text: see http://pastie.org/2906301
	
3. Build from Studio, then open the project with Xcode (for example, for setting a minimum deployment target)
Result: 'Name!' text label is correctly displayed. Project is correctly opened in Xcode
4. Build from Xcode.
Result: project is built and run, but label displayed is 'Label_name'
 
Pull pending #770
Merged by bhamon
Closing bug. Verified fix on: OS: Mac OS X Lion Titanium Studio, build: 1.0.7.201112060130 SDK build: 1.8.0.1.v20111205164258 Devices: iOS Simulator 4.3, ipod 3rd Gen (4.0.2), iphone 4S (5.0.1), ipad 2 (4.3.5) xcode: 4.2
Re-closing after merge to 1_7_X.
Reopening/closing to add/remove labels