From 029f71e17ff85e892477a140368c05f5df78dc68 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 8 Oct 2018 18:13:50 +0200 Subject: Fix missing nib file from bd8933f4a930150cc0f9fa8f5f8d5a2c21df96c7 I accidentally deleted the nib file when disabling internationalisation. When prompted, I had selected the "Move to Trash" option instead of the "Move to English" option, thinking that the non-defined files would get moved and the English one would remain. Not so. This restores the nib file. --- Word Count.xcodeproj/project.pbxproj | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'Word Count.xcodeproj') diff --git a/Word Count.xcodeproj/project.pbxproj b/Word Count.xcodeproj/project.pbxproj index 08bf265..9d13826 100644 --- a/Word Count.xcodeproj/project.pbxproj +++ b/Word Count.xcodeproj/project.pbxproj @@ -10,6 +10,7 @@ D1CDDCEA216BA28500F66C15 /* AppleScriptObjC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1CDDCE9216BA28500F66C15 /* AppleScriptObjC.framework */; }; D1CDDCED216BA28500F66C15 /* AppDelegate.applescript in Sources */ = {isa = PBXBuildFile; fileRef = D1CDDCEC216BA28500F66C15 /* AppDelegate.applescript */; }; D1CDDCEF216BA28500F66C15 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D1CDDCEE216BA28500F66C15 /* Assets.xcassets */; }; + D1CDDCF2216BA28500F66C15 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D1CDDCF0216BA28500F66C15 /* MainMenu.xib */; }; D1CDDCF5216BA28500F66C15 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D1CDDCF4216BA28500F66C15 /* main.m */; }; /* End PBXBuildFile section */ @@ -20,6 +21,7 @@ D1CDDCEE216BA28500F66C15 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; D1CDDCF3216BA28500F66C15 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; D1CDDCF4216BA28500F66C15 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + D1CDDCFB216BB9B000F66C15 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -64,6 +66,7 @@ children = ( D1CDDCEC216BA28500F66C15 /* AppDelegate.applescript */, D1CDDCEE216BA28500F66C15 /* Assets.xcassets */, + D1CDDCF0216BA28500F66C15 /* MainMenu.xib */, D1CDDCF3216BA28500F66C15 /* Info.plist */, D1CDDCF4216BA28500F66C15 /* main.m */, ); @@ -128,6 +131,7 @@ buildActionMask = 2147483647; files = ( D1CDDCEF216BA28500F66C15 /* Assets.xcassets in Resources */, + D1CDDCF2216BA28500F66C15 /* MainMenu.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -145,6 +149,17 @@ }; /* End PBXSourcesBuildPhase section */ +/* Begin PBXVariantGroup section */ + D1CDDCF0216BA28500F66C15 /* MainMenu.xib */ = { + isa = PBXVariantGroup; + children = ( + D1CDDCFB216BB9B000F66C15 /* en */, + ); + name = MainMenu.xib; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + /* Begin XCBuildConfiguration section */ D1CDDCF6216BA28500F66C15 /* Debug */ = { isa = XCBuildConfiguration; @@ -257,7 +272,6 @@ COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = "Word Count/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.6; PRODUCT_BUNDLE_IDENTIFIER = "com.teddywing.Word-Count"; PRODUCT_NAME = "$(TARGET_NAME)"; }; @@ -271,7 +285,6 @@ COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = "Word Count/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.6; PRODUCT_BUNDLE_IDENTIFIER = "com.teddywing.Word-Count"; PRODUCT_NAME = "$(TARGET_NAME)"; }; -- cgit v1.2.3