|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; }; |
11 | 11 | 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; }; |
12 | | - 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; }; |
13 | 12 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; }; |
14 | 13 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; }; |
15 | 14 | 6CD6C9602E1054BBECA8FD84 /* Pods_LanguageManager_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD46D38A2A5295DF09847E0B /* Pods_LanguageManager_Example.framework */; }; |
| 15 | + D0617993239CEC89004C078C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D0617995239CEC89004C078C /* Main.storyboard */; }; |
16 | 16 | /* End PBXBuildFile section */ |
17 | 17 |
|
18 | 18 | /* Begin PBXFileReference section */ |
|
22 | 22 | 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
23 | 23 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
24 | 24 | 607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
25 | | - 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
26 | 25 | 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
27 | 26 | 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
28 | 27 | 7496790CF4DD475A4F4B15EF /* Pods-LanguageManager_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LanguageManager_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-LanguageManager_Example/Pods-LanguageManager_Example.debug.xcconfig"; sourceTree = "<group>"; }; |
|
31 | 30 | A10A64F5BFA783962B776733 /* Pods-LanguageManager_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LanguageManager_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-LanguageManager_Tests/Pods-LanguageManager_Tests.release.xcconfig"; sourceTree = "<group>"; }; |
32 | 31 | AD46D38A2A5295DF09847E0B /* Pods_LanguageManager_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LanguageManager_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
33 | 32 | C169E18BB2A07DFCAA99FA26 /* Pods_LanguageManager_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LanguageManager_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 33 | + D0617994239CEC89004C078C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
| 34 | + D0617996239CECB2004C078C /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Main.strings; sourceTree = "<group>"; }; |
| 35 | + D0617997239CECB2004C078C /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/LaunchScreen.strings; sourceTree = "<group>"; }; |
34 | 36 | E75469D9F09D9873B885F87F /* LanguageManager.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LanguageManager.podspec; path = ../LanguageManager.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; |
35 | 37 | /* End PBXFileReference section */ |
36 | 38 |
|
|
70 | 72 | children = ( |
71 | 73 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */, |
72 | 74 | 607FACD71AFB9204008FA782 /* ViewController.swift */, |
73 | | - 607FACD91AFB9204008FA782 /* Main.storyboard */, |
| 75 | + D0617995239CEC89004C078C /* Main.storyboard */, |
74 | 76 | 607FACDC1AFB9204008FA782 /* Images.xcassets */, |
75 | 77 | 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */, |
76 | 78 | 607FACD31AFB9204008FA782 /* Supporting Files */, |
|
160 | 162 | developmentRegion = English; |
161 | 163 | hasScannedForEncodings = 0; |
162 | 164 | knownRegions = ( |
163 | | - en, |
| 165 | + English, |
164 | 166 | Base, |
| 167 | + ar, |
165 | 168 | ); |
166 | 169 | mainGroup = 607FACC71AFB9204008FA782; |
167 | 170 | productRefGroup = 607FACD11AFB9204008FA782 /* Products */; |
|
178 | 181 | isa = PBXResourcesBuildPhase; |
179 | 182 | buildActionMask = 2147483647; |
180 | 183 | files = ( |
181 | | - 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */, |
| 184 | + D0617993239CEC89004C078C /* Main.storyboard in Resources */, |
182 | 185 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */, |
183 | 186 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */, |
184 | 187 | ); |
|
214 | 217 | buildActionMask = 2147483647; |
215 | 218 | files = ( |
216 | 219 | ); |
217 | | - inputFileListPaths = ( |
218 | | - ); |
219 | 220 | inputPaths = ( |
220 | | - "${SRCROOT}/Pods/Target Support Files/Pods-LanguageManager_Example/Pods-LanguageManager_Example-frameworks.sh", |
| 221 | + "${PODS_ROOT}/Target Support Files/Pods-LanguageManager_Example/Pods-LanguageManager_Example-frameworks.sh", |
221 | 222 | "${BUILT_PRODUCTS_DIR}/LanguageManager/LanguageManager.framework", |
222 | 223 | ); |
223 | 224 | name = "[CP] Embed Pods Frameworks"; |
224 | | - outputFileListPaths = ( |
225 | | - ); |
226 | 225 | outputPaths = ( |
227 | 226 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LanguageManager.framework", |
228 | 227 | ); |
229 | 228 | runOnlyForDeploymentPostprocessing = 0; |
230 | 229 | shellPath = /bin/sh; |
231 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LanguageManager_Example/Pods-LanguageManager_Example-frameworks.sh\"\n"; |
| 230 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LanguageManager_Example/Pods-LanguageManager_Example-frameworks.sh\"\n"; |
232 | 231 | showEnvVarsInLog = 0; |
233 | 232 | }; |
234 | 233 | /* End PBXShellScriptBuildPhase section */ |
|
246 | 245 | /* End PBXSourcesBuildPhase section */ |
247 | 246 |
|
248 | 247 | /* Begin PBXVariantGroup section */ |
249 | | - 607FACD91AFB9204008FA782 /* Main.storyboard */ = { |
| 248 | + 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */ = { |
250 | 249 | isa = PBXVariantGroup; |
251 | 250 | children = ( |
252 | | - 607FACDA1AFB9204008FA782 /* Base */, |
| 251 | + 607FACDF1AFB9204008FA782 /* Base */, |
| 252 | + D0617997239CECB2004C078C /* ar */, |
253 | 253 | ); |
254 | | - name = Main.storyboard; |
| 254 | + name = LaunchScreen.xib; |
255 | 255 | sourceTree = "<group>"; |
256 | 256 | }; |
257 | | - 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */ = { |
| 257 | + D0617995239CEC89004C078C /* Main.storyboard */ = { |
258 | 258 | isa = PBXVariantGroup; |
259 | 259 | children = ( |
260 | | - 607FACDF1AFB9204008FA782 /* Base */, |
| 260 | + D0617994239CEC89004C078C /* Base */, |
| 261 | + D0617996239CECB2004C078C /* ar */, |
261 | 262 | ); |
262 | | - name = LaunchScreen.xib; |
| 263 | + name = Main.storyboard; |
263 | 264 | sourceTree = "<group>"; |
264 | 265 | }; |
265 | 266 | /* End PBXVariantGroup section */ |
|
269 | 270 | isa = XCBuildConfiguration; |
270 | 271 | buildSettings = { |
271 | 272 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 273 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
272 | 274 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
273 | 275 | CLANG_CXX_LIBRARY = "libc++"; |
274 | 276 | CLANG_ENABLE_MODULES = YES; |
|
322 | 324 | isa = XCBuildConfiguration; |
323 | 325 | buildSettings = { |
324 | 326 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 327 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
325 | 328 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
326 | 329 | CLANG_CXX_LIBRARY = "libc++"; |
327 | 330 | CLANG_ENABLE_MODULES = YES; |
|
0 commit comments