1212 A45286472DF2180400CAD647 /* AndroidEmulatorManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A45286482DF2180400CAD647 /* AndroidEmulatorManager.swift */; };
1313 A45286492DF2180400CAD647 /* StatusBarManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A452864A2DF2180400CAD647 /* StatusBarManager.swift */; };
1414 A452864B2DF2180400CAD647 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A452864C2DF2180400CAD647 /* Assets.xcassets */; };
15-
15+ A452864F2DF2180400CAD647 /* SettingsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A45286502DF2180400CAD647 /* SettingsManager.swift */; };
16+ A45286512DF2180400CAD647 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A45286522DF2180400CAD647 /* SettingsView.swift */; };
1617/* End PBXBuildFile section */
1718
1819/* Begin PBXFileReference section */
2324 A452864A2DF2180400CAD647 /* StatusBarManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StatusBarManager.swift; sourceTree = "<group>"; };
2425 A452864C2DF2180400CAD647 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2526 A452864E2DF2180500CAD647 /* avdmanager.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = avdmanager.entitlements; sourceTree = "<group>"; };
27+ A45286502DF2180400CAD647 /* SettingsManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsManager.swift; sourceTree = "<group>"; };
28+ A45286522DF2180400CAD647 /* SettingsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
2629/* End PBXFileReference section */
2730
2831/* Begin PBXFrameworksBuildPhase section */
5962 A45286462DF2180400CAD647 /* ContentView.swift */,
6063 A45286482DF2180400CAD647 /* AndroidEmulatorManager.swift */,
6164 A452864A2DF2180400CAD647 /* StatusBarManager.swift */,
65+ A45286502DF2180400CAD647 /* SettingsManager.swift */,
66+ A45286522DF2180400CAD647 /* SettingsView.swift */,
6267 A452864C2DF2180400CAD647 /* Assets.xcassets */,
6368 A452864E2DF2180500CAD647 /* avdmanager.entitlements */,
6469 );
138143 A45286452DF2180400CAD647 /* ContentView.swift in Sources */,
139144 A45286472DF2180400CAD647 /* AndroidEmulatorManager.swift in Sources */,
140145 A45286492DF2180400CAD647 /* StatusBarManager.swift in Sources */,
146+ A452864F2DF2180400CAD647 /* SettingsManager.swift in Sources */,
147+ A45286512DF2180400CAD647 /* SettingsView.swift in Sources */,
141148 );
142149 runOnlyForDeploymentPostprocessing = 0;
143150 };
268275 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
269276 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
270277 CODE_SIGN_ENTITLEMENTS = avdmanager/avdmanager.entitlements;
271- CODE_SIGN_STYLE = Automatic ;
278+ CODE_SIGN_STYLE = Manual ;
272279 COMBINE_HIDPI_IMAGES = YES;
273280 CURRENT_PROJECT_VERSION = 1;
274281 DEVELOPMENT_ASSET_PATHS = "";
275- DEVELOPMENT_TEAM = 6GSKHWTHQ7 ;
282+ DEVELOPMENT_TEAM = "" ;
276283 ENABLE_HARDENED_RUNTIME = YES;
277284 ENABLE_PREVIEWS = YES;
278285 GENERATE_INFOPLIST_FILE = YES;
286293 MARKETING_VERSION = 1.0;
287294 PRODUCT_BUNDLE_IDENTIFIER = com.prudhvi.avdmanager;
288295 PRODUCT_NAME = "$(TARGET_NAME)";
296+ PROVISIONING_PROFILE_SPECIFIER = "";
289297 SWIFT_EMIT_LOC_STRINGS = YES;
290298 SWIFT_VERSION = 5.0;
291299 };
297305 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
298306 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
299307 CODE_SIGN_ENTITLEMENTS = avdmanager/avdmanager.entitlements;
300- CODE_SIGN_STYLE = Automatic ;
308+ CODE_SIGN_STYLE = Manual ;
301309 COMBINE_HIDPI_IMAGES = YES;
302310 CURRENT_PROJECT_VERSION = 1;
303311 DEVELOPMENT_ASSET_PATHS = "";
304- DEVELOPMENT_TEAM = 6GSKHWTHQ7 ;
312+ DEVELOPMENT_TEAM = "" ;
305313 ENABLE_HARDENED_RUNTIME = YES;
306314 ENABLE_PREVIEWS = YES;
307315 GENERATE_INFOPLIST_FILE = YES;
315323 MARKETING_VERSION = 1.0;
316324 PRODUCT_BUNDLE_IDENTIFIER = com.prudhvi.avdmanager;
317325 PRODUCT_NAME = "$(TARGET_NAME)";
326+ PROVISIONING_PROFILE_SPECIFIER = "";
318327 SWIFT_EMIT_LOC_STRINGS = YES;
319328 SWIFT_VERSION = 5.0;
320329 };
344353/* End XCConfigurationList section */
345354 };
346355 rootObject = A45286382DF2180300CAD647 /* Project object */;
347- }
356+ }
0 commit comments