Skip to content

Commit

Permalink
removed custom working directory and set to build and run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Commander Coder committed Jul 5, 2024
1 parent 9d9fdfa commit aaa9fa2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions XCode/Project/BeebEm.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1332,12 +1332,12 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BeebEm/BeebEm.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"BeebEm/Preview Content\"";
DEVELOPMENT_TEAM = C9ND6EMJ4W;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -1369,12 +1369,12 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BeebEm/BeebEm.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"BeebEm/Preview Content\"";
DEVELOPMENT_TEAM = C9ND6EMJ4W;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "YES"
useCustomWorkingDirectory = "NO"
customWorkingDirectory = "/Users/coder/Desktop/Emulator Projects/BBC/beebemtemp"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "NO"
Expand All @@ -56,7 +56,7 @@
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "YES"
useCustomWorkingDirectory = "NO"
customWorkingDirectory = "/Users/coder/Desktop/Emulator Projects/BBC/beebemtemp"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
Expand Down

0 comments on commit aaa9fa2

Please sign in to comment.