|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + E53D1BBA1EFE5ABF00C6F0A1 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E53D1BB81EFE5ABF00C6F0A1 /* InfoPlist.strings */; }; |
| 11 | + E53D1BC41EFE5E9A00C6F0A1 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = E53D1BC21EFE5E9A00C6F0A1 /* Localizable.strings */; }; |
| 12 | + E53D1BC81EFE608B00C6F0A1 /* AccessibilityImageDescriptions.strings in Resources */ = {isa = PBXBuildFile; fileRef = E53D1BC61EFE608B00C6F0A1 /* AccessibilityImageDescriptions.strings */; }; |
10 | 13 | E5E515491EF943CD00D8CF93 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5E515481EF943CD00D8CF93 /* AppDelegate.swift */; };
|
11 | 14 | E5E5154B1EF943CD00D8CF93 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5E5154A1EF943CD00D8CF93 /* ViewController.swift */; };
|
12 | 15 | E5E5154D1EF943CD00D8CF93 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E5E5154C1EF943CD00D8CF93 /* Assets.xcassets */; };
|
|
15 | 18 | /* End PBXBuildFile section */
|
16 | 19 |
|
17 | 20 | /* Begin PBXFileReference section */
|
| 21 | + E53D1BB01EFE548400C6F0A1 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Main.strings; sourceTree = "<group>"; }; |
| 22 | + E53D1BB91EFE5ABF00C6F0A1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = "Display Menu/Base.lproj/InfoPlist.strings"; sourceTree = "<group>"; }; |
| 23 | + E53D1BBB1EFE5B5600C6F0A1 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = "Display Menu/pl.lproj/InfoPlist.strings"; sourceTree = "<group>"; }; |
| 24 | + E53D1BC31EFE5E9A00C6F0A1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 25 | + E53D1BC51EFE5EA100C6F0A1 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 26 | + E53D1BC71EFE608B00C6F0A1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/AccessibilityImageDescriptions.strings; sourceTree = "<group>"; }; |
| 27 | + E53D1BC91EFE609300C6F0A1 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/AccessibilityImageDescriptions.strings; sourceTree = "<group>"; }; |
18 | 28 | E5E515451EF943CD00D8CF93 /* Display Menu.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Display Menu.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
19 |
| - E5E515481EF943CD00D8CF93 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
| 29 | + E5E515481EF943CD00D8CF93 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
20 | 30 | E5E5154A1EF943CD00D8CF93 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
21 | 31 | E5E5154C1EF943CD00D8CF93 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
22 | 32 | E5E5154F1EF943CD00D8CF93 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
57 | 67 | E5E515481EF943CD00D8CF93 /* AppDelegate.swift */,
|
58 | 68 | E5E5154A1EF943CD00D8CF93 /* ViewController.swift */,
|
59 | 69 | E5E5154C1EF943CD00D8CF93 /* Assets.xcassets */,
|
| 70 | + E53D1BC61EFE608B00C6F0A1 /* AccessibilityImageDescriptions.strings */, |
| 71 | + E53D1BC21EFE5E9A00C6F0A1 /* Localizable.strings */, |
60 | 72 | E5E5154E1EF943CD00D8CF93 /* Main.storyboard */,
|
61 | 73 | E5E515511EF943CD00D8CF93 /* Info.plist */,
|
| 74 | + E53D1BB81EFE5ABF00C6F0A1 /* InfoPlist.strings */, |
62 | 75 | E5E515571EF96ACC00D8CF93 /* DisplayManager.swift */,
|
63 | 76 | );
|
64 | 77 | path = "Display Menu";
|
|
107 | 120 | knownRegions = (
|
108 | 121 | en,
|
109 | 122 | Base,
|
| 123 | + pl, |
110 | 124 | );
|
111 | 125 | mainGroup = E5E5153C1EF943CD00D8CF93;
|
112 | 126 | productRefGroup = E5E515461EF943CD00D8CF93 /* Products */;
|
|
124 | 138 | buildActionMask = 2147483647;
|
125 | 139 | files = (
|
126 | 140 | E5E5154D1EF943CD00D8CF93 /* Assets.xcassets in Resources */,
|
| 141 | + E53D1BC41EFE5E9A00C6F0A1 /* Localizable.strings in Resources */, |
| 142 | + E53D1BC81EFE608B00C6F0A1 /* AccessibilityImageDescriptions.strings in Resources */, |
| 143 | + E53D1BBA1EFE5ABF00C6F0A1 /* InfoPlist.strings in Resources */, |
127 | 144 | E5E515501EF943CD00D8CF93 /* Main.storyboard in Resources */,
|
128 | 145 | );
|
129 | 146 | runOnlyForDeploymentPostprocessing = 0;
|
|
144 | 161 | /* End PBXSourcesBuildPhase section */
|
145 | 162 |
|
146 | 163 | /* Begin PBXVariantGroup section */
|
| 164 | + E53D1BB81EFE5ABF00C6F0A1 /* InfoPlist.strings */ = { |
| 165 | + isa = PBXVariantGroup; |
| 166 | + children = ( |
| 167 | + E53D1BB91EFE5ABF00C6F0A1 /* Base */, |
| 168 | + E53D1BBB1EFE5B5600C6F0A1 /* pl */, |
| 169 | + ); |
| 170 | + name = InfoPlist.strings; |
| 171 | + path = ..; |
| 172 | + sourceTree = "<group>"; |
| 173 | + }; |
| 174 | + E53D1BC21EFE5E9A00C6F0A1 /* Localizable.strings */ = { |
| 175 | + isa = PBXVariantGroup; |
| 176 | + children = ( |
| 177 | + E53D1BC31EFE5E9A00C6F0A1 /* Base */, |
| 178 | + E53D1BC51EFE5EA100C6F0A1 /* pl */, |
| 179 | + ); |
| 180 | + name = Localizable.strings; |
| 181 | + sourceTree = "<group>"; |
| 182 | + }; |
| 183 | + E53D1BC61EFE608B00C6F0A1 /* AccessibilityImageDescriptions.strings */ = { |
| 184 | + isa = PBXVariantGroup; |
| 185 | + children = ( |
| 186 | + E53D1BC71EFE608B00C6F0A1 /* Base */, |
| 187 | + E53D1BC91EFE609300C6F0A1 /* pl */, |
| 188 | + ); |
| 189 | + name = AccessibilityImageDescriptions.strings; |
| 190 | + sourceTree = "<group>"; |
| 191 | + }; |
147 | 192 | E5E5154E1EF943CD00D8CF93 /* Main.storyboard */ = {
|
148 | 193 | isa = PBXVariantGroup;
|
149 | 194 | children = (
|
150 | 195 | E5E5154F1EF943CD00D8CF93 /* Base */,
|
| 196 | + E53D1BB01EFE548400C6F0A1 /* pl */, |
151 | 197 | );
|
152 | 198 | name = Main.storyboard;
|
153 | 199 | sourceTree = "<group>";
|
|
159 | 205 | isa = XCBuildConfiguration;
|
160 | 206 | buildSettings = {
|
161 | 207 | ALWAYS_SEARCH_USER_PATHS = NO;
|
| 208 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
162 | 209 | CLANG_ANALYZER_NONNULL = YES;
|
163 | 210 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
164 | 211 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
209 | 256 | isa = XCBuildConfiguration;
|
210 | 257 | buildSettings = {
|
211 | 258 | ALWAYS_SEARCH_USER_PATHS = NO;
|
| 259 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
212 | 260 | CLANG_ANALYZER_NONNULL = YES;
|
213 | 261 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
214 | 262 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
0 commit comments