Skip to content

Commit

Permalink
Reenabled ppc build, updated copyright infos (it's 2012 by now), bump…
Browse files Browse the repository at this point in the history
…ed version to 1.3.1
  • Loading branch information
znek committed Feb 19, 2012
1 parent 54a2b60 commit 9a0c5c6
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 15 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2012-02-19 Marcus Mueller <znek@mulle-kybernetik.com>

* v1.3.1

* iTunesFS.xcodeproj: reenabled ppc for Release builds, as ppc also
returned in OSXFUSE 2.3.9 user libraries (which we link against and
hence need ppc in order to support ppc binaries).

2011-09-23 Marcus Mueller <znek@mulle-kybernetik.com>

* v1.3.0
Expand Down
8 changes: 4 additions & 4 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleGetInfoString</key>
<string>iTunesFS version 1.3.0, Copyright 2007-2011 Mulle kybernetiK.</string>
<string>iTunesFS version 1.3.1, Copyright 2007-2012 Mulle kybernetiK.</string>
<key>CFBundleIconFile</key>
<string>iTunesFS</string>
<key>CFBundleIdentifier</key>
Expand All @@ -19,17 +19,17 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSUIElement</key>
<string>1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2007-2011 Mulle kybernetiK.</string>
<string>Copyright 2007-2012 Mulle kybernetiK.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MAJOR_VERSION=1
MINOR_VERSION=3
SUBMINOR_VERSION=0
SUBMINOR_VERSION=1
19 changes: 10 additions & 9 deletions iTunesFS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 44;
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -352,8 +352,11 @@
/* Begin PBXProject section */
08FB7793FE84155DC02AAC07 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0420;
};
buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "iTunesFS" */;
compatibilityVersion = "Xcode 3.0";
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
Expand Down Expand Up @@ -492,7 +495,6 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.5;
OTHER_CFLAGS = "-D_FILE_OFFSET_BITS=64";
PREBINDING = NO;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
VALID_ARCHS = "i386 ppc";
};
Expand All @@ -501,7 +503,10 @@
1DEB927A08733DD40010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = i386;
ARCHS = (
i386,
ppc,
);
GCC_C_LANGUAGE_STANDARD = c99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_MODEL_TUNING = G5;
Expand All @@ -511,9 +516,8 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.5;
OTHER_CFLAGS = "-D_FILE_OFFSET_BITS=64";
PREBINDING = NO;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
VALID_ARCHS = i386;
VALID_ARCHS = "i386 ppc";
};
name = Release;
};
Expand Down Expand Up @@ -544,7 +548,6 @@
DEPLOYMENT_POSTPROCESSING = YES;
DSTROOT = /;
FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -568,7 +571,6 @@
DEPLOYMENT_POSTPROCESSING = NO;
DSTROOT = /;
FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -601,7 +603,6 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.5;
OTHER_CFLAGS = "-D_FILE_OFFSET_BITS=64";
PREBINDING = NO;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
VALID_ARCHS = "i386 ppc";
};
Expand Down
2 changes: 1 addition & 1 deletion iTunesFSInfo.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
NSHumanReadableCopyright = "Copyright 2007-2011 Mulle kybernetiK.";
NSHumanReadableCopyright = "Copyright 2007-2012 Mulle kybernetiK.";
NSUserDefaults = {
FUSEMountName = "iTunesFS";
FUSEMountPath = "/tmp/iTunesFS";
Expand Down

0 comments on commit 9a0c5c6

Please sign in to comment.