Skip to content

Commit

Permalink
Xcode project file: fix user data directory name
Browse files Browse the repository at this point in the history
It was accidentally set to ~/Library/Application Support/Wesnoth_1.13
in commit 3d906be.
  • Loading branch information
mattsc committed Oct 27, 2014
1 parent e71d6b6 commit 3b457ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Expand Up @@ -826,7 +826,7 @@
B5FCE9371104C2A50081F1DF /* toggle_panel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5FCE9091104C2A50081F1DF /* toggle_panel.cpp */; };
B5FCE9391104C2A50081F1DF /* vertical_scrollbar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5FCE90D1104C2A50081F1DF /* vertical_scrollbar.cpp */; };
B5FCE93A1104C2A50081F1DF /* window.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5FCE90F1104C2A50081F1DF /* window.cpp */; };
EC0B004E19FDB834002F5AD6 /* filesystem_boost.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC0B004C19FDB834002F5AD6 /* filesystem_boost.cpp */; settings = {COMPILER_FLAGS = "-DPREFERENCES_DIR='\"Library/Application Support/Wesnoth_1.13\"' -DHAS_RELATIVE_LOCALEDIR"; }; };
EC0B004E19FDB834002F5AD6 /* filesystem_boost.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC0B004C19FDB834002F5AD6 /* filesystem_boost.cpp */; settings = {COMPILER_FLAGS = "-DPREFERENCES_DIR='\"Library/Application Support/Wesnoth_1.12\"' -DHAS_RELATIVE_LOCALEDIR"; }; };
EC0B004F19FDB834002F5AD6 /* filesystem_boost.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC0B004C19FDB834002F5AD6 /* filesystem_boost.cpp */; };
EC0B005019FDB834002F5AD6 /* gettext_boost.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC0B004D19FDB834002F5AD6 /* gettext_boost.cpp */; };
EC0B005119FDB834002F5AD6 /* gettext_boost.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC0B004D19FDB834002F5AD6 /* gettext_boost.cpp */; };
Expand Down

0 comments on commit 3b457ab

Please sign in to comment.