Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,304 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
C39B4D0E1683559F002F6691 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C39B4D0D1683559F002F6691 /* Cocoa.framework */; };
C39B4D181683559F002F6691 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C39B4D161683559F002F6691 /* InfoPlist.strings */; };
C39B4D1A1683559F002F6691 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C39B4D191683559F002F6691 /* main.m */; };
C39B4D1E168355A0002F6691 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = C39B4D1C168355A0002F6691 /* Credits.rtf */; };
C39B4D21168355A0002F6691 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C39B4D20168355A0002F6691 /* AppDelegate.m */; };
C39B4D24168355A1002F6691 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = C39B4D22168355A1002F6691 /* MainMenu.xib */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
C39B4D091683559F002F6691 /* Just Another Simple Renamer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Just Another Simple Renamer.app"; sourceTree = BUILT_PRODUCTS_DIR; };
C39B4D0D1683559F002F6691 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
C39B4D101683559F002F6691 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
C39B4D111683559F002F6691 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
C39B4D121683559F002F6691 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
C39B4D151683559F002F6691 /* Just Another Simple Renamer-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Just Another Simple Renamer-Info.plist"; sourceTree = "<group>"; };
C39B4D171683559F002F6691 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
C39B4D191683559F002F6691 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
C39B4D1B1683559F002F6691 /* Just Another Simple Renamer-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Just Another Simple Renamer-Prefix.pch"; sourceTree = "<group>"; };
C39B4D1D168355A0002F6691 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
C39B4D1F168355A0002F6691 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
C39B4D20168355A0002F6691 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
C39B4D23168355A1002F6691 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
C39B4D061683559F002F6691 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C39B4D0E1683559F002F6691 /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
C39B4CFE1683559E002F6691 = {
isa = PBXGroup;
children = (
C39B4D131683559F002F6691 /* Just Another Simple Renamer */,
C39B4D0C1683559F002F6691 /* Frameworks */,
C39B4D0A1683559F002F6691 /* Products */,
);
sourceTree = "<group>";
};
C39B4D0A1683559F002F6691 /* Products */ = {
isa = PBXGroup;
children = (
C39B4D091683559F002F6691 /* Just Another Simple Renamer.app */,
);
name = Products;
sourceTree = "<group>";
};
C39B4D0C1683559F002F6691 /* Frameworks */ = {
isa = PBXGroup;
children = (
C39B4D0D1683559F002F6691 /* Cocoa.framework */,
C39B4D0F1683559F002F6691 /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
C39B4D0F1683559F002F6691 /* Other Frameworks */ = {
isa = PBXGroup;
children = (
C39B4D101683559F002F6691 /* AppKit.framework */,
C39B4D111683559F002F6691 /* CoreData.framework */,
C39B4D121683559F002F6691 /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
C39B4D131683559F002F6691 /* Just Another Simple Renamer */ = {
isa = PBXGroup;
children = (
C39B4D1F168355A0002F6691 /* AppDelegate.h */,
C39B4D20168355A0002F6691 /* AppDelegate.m */,
C39B4D22168355A1002F6691 /* MainMenu.xib */,
C39B4D141683559F002F6691 /* Supporting Files */,
);
path = "Just Another Simple Renamer";
sourceTree = "<group>";
};
C39B4D141683559F002F6691 /* Supporting Files */ = {
isa = PBXGroup;
children = (
C39B4D151683559F002F6691 /* Just Another Simple Renamer-Info.plist */,
C39B4D161683559F002F6691 /* InfoPlist.strings */,
C39B4D191683559F002F6691 /* main.m */,
C39B4D1B1683559F002F6691 /* Just Another Simple Renamer-Prefix.pch */,
C39B4D1C168355A0002F6691 /* Credits.rtf */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
C39B4D081683559F002F6691 /* Just Another Simple Renamer */ = {
isa = PBXNativeTarget;
buildConfigurationList = C39B4D27168355A1002F6691 /* Build configuration list for PBXNativeTarget "Just Another Simple Renamer" */;
buildPhases = (
C39B4D051683559F002F6691 /* Sources */,
C39B4D061683559F002F6691 /* Frameworks */,
C39B4D071683559F002F6691 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Just Another Simple Renamer";
productName = "Just Another Simple Renamer";
productReference = C39B4D091683559F002F6691 /* Just Another Simple Renamer.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
C39B4D001683559E002F6691 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0450;
ORGANIZATIONNAME = Nope;
};
buildConfigurationList = C39B4D031683559E002F6691 /* Build configuration list for PBXProject "Just Another Simple Renamer" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = C39B4CFE1683559E002F6691;
productRefGroup = C39B4D0A1683559F002F6691 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
C39B4D081683559F002F6691 /* Just Another Simple Renamer */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
C39B4D071683559F002F6691 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C39B4D181683559F002F6691 /* InfoPlist.strings in Resources */,
C39B4D1E168355A0002F6691 /* Credits.rtf in Resources */,
C39B4D24168355A1002F6691 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
C39B4D051683559F002F6691 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C39B4D1A1683559F002F6691 /* main.m in Sources */,
C39B4D21168355A0002F6691 /* AppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
C39B4D161683559F002F6691 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
C39B4D171683559F002F6691 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
C39B4D1C168355A0002F6691 /* Credits.rtf */ = {
isa = PBXVariantGroup;
children = (
C39B4D1D168355A0002F6691 /* en */,
);
name = Credits.rtf;
sourceTree = "<group>";
};
C39B4D22168355A1002F6691 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
C39B4D23168355A1002F6691 /* en */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
C39B4D25168355A1002F6691 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.8;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
C39B4D26168355A1002F6691 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.8;
SDKROOT = macosx;
};
name = Release;
};
C39B4D28168355A1002F6691 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Just Another Simple Renamer/Just Another Simple Renamer-Prefix.pch";
INFOPLIST_FILE = "Just Another Simple Renamer/Just Another Simple Renamer-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
C39B4D29168355A1002F6691 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Just Another Simple Renamer/Just Another Simple Renamer-Prefix.pch";
INFOPLIST_FILE = "Just Another Simple Renamer/Just Another Simple Renamer-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
C39B4D031683559E002F6691 /* Build configuration list for PBXProject "Just Another Simple Renamer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C39B4D25168355A1002F6691 /* Debug */,
C39B4D26168355A1002F6691 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C39B4D27168355A1002F6691 /* Build configuration list for PBXNativeTarget "Just Another Simple Renamer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C39B4D28168355A1002F6691 /* Debug */,
C39B4D29168355A1002F6691 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = C39B4D001683559E002F6691 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
<true/>
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
<false/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "1.0">
</Bucket>
Loading