Skip to content

Commit

Permalink
Updated product name
Browse files Browse the repository at this point in the history
  • Loading branch information
Almer Lucke committed Sep 11, 2015
1 parent fb4e3e6 commit 4084761
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions FCGenstrings.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
CBED22241BA2D9FF0089A0DF /* FCGenstrings */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = FCGenstrings; sourceTree = BUILT_PRODUCTS_DIR; };
CBED22241BA2D9FF0089A0DF /* fcgenstrings */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = fcgenstrings; sourceTree = BUILT_PRODUCTS_DIR; };
CBED22271BA2D9FF0089A0DF /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
CBED222F1BA2DA630089A0DF /* FCGenstrings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FCGenstrings.h; sourceTree = "<group>"; };
CBED22301BA2DA630089A0DF /* FCGenstrings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FCGenstrings.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -52,7 +52,7 @@
CBED22251BA2D9FF0089A0DF /* Products */ = {
isa = PBXGroup;
children = (
CBED22241BA2D9FF0089A0DF /* FCGenstrings */,
CBED22241BA2D9FF0089A0DF /* fcgenstrings */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -93,7 +93,7 @@
);
name = fcgenstrings;
productName = FCGenstrings;
productReference = CBED22241BA2D9FF0089A0DF /* FCGenstrings */;
productReference = CBED22241BA2D9FF0089A0DF /* fcgenstrings */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
Expand Down Expand Up @@ -250,6 +250,7 @@
CBED222D1BA2D9FF0089A0DF /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down

0 comments on commit 4084761

Please sign in to comment.