Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Wardle committed May 4, 2016
1 parent 63876e8 commit 89a8b80
Show file tree
Hide file tree
Showing 6 changed files with 1,181 additions and 0 deletions.
266 changes: 266 additions & 0 deletions fromAppStore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,266 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
7D3E40741CD56354002B0997 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D3E40731CD56354002B0997 /* main.m */; };
7D3E407B1CD563F8002B0997 /* AppReceipt.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D3E407A1CD563F8002B0997 /* AppReceipt.m */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
7D3E406E1CD56354002B0997 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
7D3E40701CD56354002B0997 /* fromAppStore */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = fromAppStore; sourceTree = BUILT_PRODUCTS_DIR; };
7D3E40731CD56354002B0997 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
7D3E407A1CD563F8002B0997 /* AppReceipt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppReceipt.m; sourceTree = "<group>"; };
7D3E407C1CD5640E002B0997 /* AppReceipt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppReceipt.h; sourceTree = "<group>"; };
7D3E408A1CD738B5002B0997 /* main.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = main.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
7D3E406D1CD56354002B0997 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
7D3E40671CD56354002B0997 = {
isa = PBXGroup;
children = (
7D3E40721CD56354002B0997 /* fromAppStore */,
7D3E40711CD56354002B0997 /* Products */,
);
sourceTree = "<group>";
};
7D3E40711CD56354002B0997 /* Products */ = {
isa = PBXGroup;
children = (
7D3E40701CD56354002B0997 /* fromAppStore */,
);
name = Products;
sourceTree = "<group>";
};
7D3E40721CD56354002B0997 /* fromAppStore */ = {
isa = PBXGroup;
children = (
7D3E408A1CD738B5002B0997 /* main.h */,
7D3E40731CD56354002B0997 /* main.m */,
7D3E407C1CD5640E002B0997 /* AppReceipt.h */,
7D3E407A1CD563F8002B0997 /* AppReceipt.m */,
);
path = fromAppStore;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
7D3E406F1CD56354002B0997 /* fromAppStore */ = {
isa = PBXNativeTarget;
buildConfigurationList = 7D3E40771CD56354002B0997 /* Build configuration list for PBXNativeTarget "fromAppStore" */;
buildPhases = (
7D3E406C1CD56354002B0997 /* Sources */,
7D3E406D1CD56354002B0997 /* Frameworks */,
7D3E406E1CD56354002B0997 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = fromAppStore;
productName = fromAppStore;
productReference = 7D3E40701CD56354002B0997 /* fromAppStore */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
7D3E40681CD56354002B0997 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0730;
ORGANIZATIONNAME = "Objective-See";
TargetAttributes = {
7D3E406F1CD56354002B0997 = {
CreatedOnToolsVersion = 7.3;
};
};
};
buildConfigurationList = 7D3E406B1CD56354002B0997 /* Build configuration list for PBXProject "fromAppStore" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 7D3E40671CD56354002B0997;
productRefGroup = 7D3E40711CD56354002B0997 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
7D3E406F1CD56354002B0997 /* fromAppStore */,
);
};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
7D3E406C1CD56354002B0997 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
7D3E407B1CD563F8002B0997 /* AppReceipt.m in Sources */,
7D3E40741CD56354002B0997 /* main.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
7D3E40751CD56354002B0997 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
USER_HEADER_SEARCH_PATHS = "/usr/local/Cellar/**";
};
name = Debug;
};
7D3E40761CD56354002B0997 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
USER_HEADER_SEARCH_PATHS = "/usr/local/Cellar/**";
};
name = Release;
};
7D3E40781CD56354002B0997 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
/usr/local/Cellar/openssl/1.0.2f/lib,
"$(PROJECT_DIR)",
);
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
7D3E40791CD56354002B0997 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
/usr/local/Cellar/openssl/1.0.2f/lib,
"$(PROJECT_DIR)",
);
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
7D3E406B1CD56354002B0997 /* Build configuration list for PBXProject "fromAppStore" */ = {
isa = XCConfigurationList;
buildConfigurations = (
7D3E40751CD56354002B0997 /* Debug */,
7D3E40761CD56354002B0997 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
7D3E40771CD56354002B0997 /* Build configuration list for PBXNativeTarget "fromAppStore" */ = {
isa = XCConfigurationList;
buildConfigurations = (
7D3E40781CD56354002B0997 /* Debug */,
7D3E40791CD56354002B0997 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 7D3E40681CD56354002B0997 /* Project object */;
}

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

Loading

0 comments on commit 89a8b80

Please sign in to comment.