Skip to content
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
316 changes: 316 additions & 0 deletions ClassFinalizer/ClassFinalizer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,316 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objects = {

/* Begin PBXBuildFile section */
B9C8544020C3F1F9009CE02B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C8543F20C3F1F9009CE02B /* AppDelegate.swift */; };
B9C8544220C3F1F9009CE02B /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C8544120C3F1F9009CE02B /* ViewController.swift */; };
B9C8544420C3F1F9009CE02B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B9C8544320C3F1F9009CE02B /* Assets.xcassets */; };
B9C8544720C3F1F9009CE02B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B9C8544520C3F1F9009CE02B /* Main.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
B9C8543C20C3F1F9009CE02B /* ClassFinalizer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ClassFinalizer.app; sourceTree = BUILT_PRODUCTS_DIR; };
B9C8543F20C3F1F9009CE02B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
B9C8544120C3F1F9009CE02B /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
B9C8544320C3F1F9009CE02B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
B9C8544620C3F1F9009CE02B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
B9C8544820C3F1F9009CE02B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B9C8544920C3F1F9009CE02B /* ClassFinalizer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ClassFinalizer.entitlements; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
B9C8543320C3F1F9009CE02B = {
isa = PBXGroup;
children = (
B9C8543E20C3F1F9009CE02B /* ClassFinalizer */,
B9C8543D20C3F1F9009CE02B /* Products */,
);
sourceTree = "<group>";
};
B9C8543D20C3F1F9009CE02B /* Products */ = {
isa = PBXGroup;
children = (
B9C8543C20C3F1F9009CE02B /* ClassFinalizer.app */,
);
name = Products;
sourceTree = "<group>";
};
B9C8543E20C3F1F9009CE02B /* ClassFinalizer */ = {
isa = PBXGroup;
children = (
B9C8543F20C3F1F9009CE02B /* AppDelegate.swift */,
B9C8544120C3F1F9009CE02B /* ViewController.swift */,
B9C8544320C3F1F9009CE02B /* Assets.xcassets */,
B9C8544520C3F1F9009CE02B /* Main.storyboard */,
B9C8544820C3F1F9009CE02B /* Info.plist */,
B9C8544920C3F1F9009CE02B /* ClassFinalizer.entitlements */,
);
path = ClassFinalizer;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
B9C8543B20C3F1F9009CE02B /* ClassFinalizer */ = {
isa = PBXNativeTarget;
buildConfigurationList = B9C8544C20C3F1F9009CE02B /* Build configuration list for PBXNativeTarget "ClassFinalizer" */;
buildPhases = (
B9C8543820C3F1F9009CE02B /* Sources */,
B9C8543920C3F1F9009CE02B /* Frameworks */,
B9C8543A20C3F1F9009CE02B /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = ClassFinalizer;
productName = ClassFinalizer;
productReference = B9C8543C20C3F1F9009CE02B /* ClassFinalizer.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
B9C8543420C3F1F9009CE02B /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 0920;
ORGANIZATIONNAME = Evgeniy;
TargetAttributes = {
B9C8543B20C3F1F9009CE02B = {
CreatedOnToolsVersion = 9.2;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = B9C8543720C3F1F9009CE02B /* Build configuration list for PBXProject "ClassFinalizer" */;
compatibilityVersion = "Xcode 8.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = B9C8543320C3F1F9009CE02B;
productRefGroup = B9C8543D20C3F1F9009CE02B /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
B9C8543B20C3F1F9009CE02B /* ClassFinalizer */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
B9C8543A20C3F1F9009CE02B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B9C8544420C3F1F9009CE02B /* Assets.xcassets in Resources */,
B9C8544720C3F1F9009CE02B /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
B9C8543820C3F1F9009CE02B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B9C8544220C3F1F9009CE02B /* ViewController.swift in Sources */,
B9C8544020C3F1F9009CE02B /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
B9C8544520C3F1F9009CE02B /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
B9C8544620C3F1F9009CE02B /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
B9C8544A20C3F1F9009CE02B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
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 = gnu11;
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.12;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
B9C8544B20C3F1F9009CE02B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
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 = gnu11;
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.12;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
};
name = Release;
};
B9C8544D20C3F1F9009CE02B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = ClassFinalizer/ClassFinalizer.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = ClassFinalizer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = own2pwn.pp.ClassFinalizer;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
};
name = Debug;
};
B9C8544E20C3F1F9009CE02B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = ClassFinalizer/ClassFinalizer.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = ClassFinalizer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = own2pwn.pp.ClassFinalizer;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
B9C8543720C3F1F9009CE02B /* Build configuration list for PBXProject "ClassFinalizer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B9C8544A20C3F1F9009CE02B /* Debug */,
B9C8544B20C3F1F9009CE02B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B9C8544C20C3F1F9009CE02B /* Build configuration list for PBXNativeTarget "ClassFinalizer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B9C8544D20C3F1F9009CE02B /* Debug */,
B9C8544E20C3F1F9009CE02B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = B9C8543420C3F1F9009CE02B /* Project object */;
}

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

20 changes: 20 additions & 0 deletions ClassFinalizer/ClassFinalizer/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
//
// AppDelegate.swift
// ClassFinalizer
//
// Created by Evgeniy on 03.06.18.
// Copyright © 2018 Evgeniy. All rights reserved.
//

import Cocoa

@NSApplicationMain
final class AppDelegate: NSObject, NSApplicationDelegate {
func applicationDidFinishLaunching(_ aNotification: Notification) {
// Insert code here to initialize your application
}

func applicationWillTerminate(_ aNotification: Notification) {
// Insert code here to tear down your application
}
}
Loading