Skip to content
This repository was archived by the owner on Jul 1, 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
170 changes: 170 additions & 0 deletions ALRadialMenu.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
objects = {

/* Begin PBXBuildFile section */
73A7F6551F44A03300841D46 /* ALRadialMenuCarthage.h in Headers */ = {isa = PBXBuildFile; fileRef = 73A7F6531F44A03300841D46 /* ALRadialMenuCarthage.h */; settings = {ATTRIBUTES = (Public, ); }; };
73A7F6581F44A03300841D46 /* ALRadialMenuCarthage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73A7F6511F44A03300841D46 /* ALRadialMenuCarthage.framework */; };
73A7F6591F44A03300841D46 /* ALRadialMenuCarthage.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 73A7F6511F44A03300841D46 /* ALRadialMenuCarthage.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
73A7F65E1F44A05B00841D46 /* ALRadialMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9062BA1AED26FC00B7735F /* ALRadialMenu.swift */; };
73A7F65F1F44A05B00841D46 /* ALRadialMenuButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9062BC1AED272800B7735F /* ALRadialMenuButton.swift */; };
FA90629A1AED25F700B7735F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9062991AED25F700B7735F /* AppDelegate.swift */; };
FA90629C1AED25F700B7735F /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA90629B1AED25F700B7735F /* ViewController.swift */; };
FA9062A11AED25F700B7735F /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FA9062A01AED25F700B7735F /* Images.xcassets */; };
Expand All @@ -16,6 +21,13 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
73A7F6561F44A03300841D46 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = FA90628C1AED25F700B7735F /* Project object */;
proxyType = 1;
remoteGlobalIDString = 73A7F6501F44A03300841D46;
remoteInfo = ALRadialMenuCarthage;
};
FA9062AA1AED25F700B7735F /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = FA90628C1AED25F700B7735F /* Project object */;
Expand All @@ -25,7 +37,24 @@
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
73A7F65D1F44A03300841D46 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
73A7F6591F44A03300841D46 /* ALRadialMenuCarthage.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
73A7F6511F44A03300841D46 /* ALRadialMenuCarthage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ALRadialMenuCarthage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
73A7F6531F44A03300841D46 /* ALRadialMenuCarthage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ALRadialMenuCarthage.h; sourceTree = "<group>"; };
73A7F6541F44A03300841D46 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
FA9062941AED25F700B7735F /* ALRadialMenu.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ALRadialMenu.app; sourceTree = BUILT_PRODUCTS_DIR; };
FA9062981AED25F700B7735F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
FA9062991AED25F700B7735F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -39,10 +68,18 @@
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
73A7F64D1F44A03300841D46 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
FA9062911AED25F700B7735F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
73A7F6581F44A03300841D46 /* ALRadialMenuCarthage.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -56,12 +93,22 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
73A7F6521F44A03300841D46 /* ALRadialMenuCarthage */ = {
isa = PBXGroup;
children = (
73A7F6531F44A03300841D46 /* ALRadialMenuCarthage.h */,
73A7F6541F44A03300841D46 /* Info.plist */,
);
path = ALRadialMenuCarthage;
sourceTree = "<group>";
};
FA90628B1AED25F700B7735F = {
isa = PBXGroup;
children = (
FA9062B91AED264500B7735F /* Example */,
FA9062961AED25F700B7735F /* ALRadialMenu */,
FA9062AC1AED25F700B7735F /* ALRadialMenuTests */,
73A7F6521F44A03300841D46 /* ALRadialMenuCarthage */,
FA9062951AED25F700B7735F /* Products */,
);
sourceTree = "<group>";
Expand All @@ -71,6 +118,7 @@
children = (
FA9062941AED25F700B7735F /* ALRadialMenu.app */,
FA9062A91AED25F700B7735F /* ALRadialMenuTests.xctest */,
73A7F6511F44A03300841D46 /* ALRadialMenuCarthage.framework */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -122,18 +170,49 @@
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
73A7F64E1F44A03300841D46 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
73A7F6551F44A03300841D46 /* ALRadialMenuCarthage.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
73A7F6501F44A03300841D46 /* ALRadialMenuCarthage */ = {
isa = PBXNativeTarget;
buildConfigurationList = 73A7F65C1F44A03300841D46 /* Build configuration list for PBXNativeTarget "ALRadialMenuCarthage" */;
buildPhases = (
73A7F64C1F44A03300841D46 /* Sources */,
73A7F64D1F44A03300841D46 /* Frameworks */,
73A7F64E1F44A03300841D46 /* Headers */,
73A7F64F1F44A03300841D46 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = ALRadialMenuCarthage;
productName = ALRadialMenuCarthage;
productReference = 73A7F6511F44A03300841D46 /* ALRadialMenuCarthage.framework */;
productType = "com.apple.product-type.framework";
};
FA9062931AED25F700B7735F /* ALRadialMenu */ = {
isa = PBXNativeTarget;
buildConfigurationList = FA9062B31AED25F700B7735F /* Build configuration list for PBXNativeTarget "ALRadialMenu" */;
buildPhases = (
FA9062901AED25F700B7735F /* Sources */,
FA9062911AED25F700B7735F /* Frameworks */,
FA9062921AED25F700B7735F /* Resources */,
73A7F65D1F44A03300841D46 /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
73A7F6571F44A03300841D46 /* PBXTargetDependency */,
);
name = ALRadialMenu;
productName = ALRadialMenu;
Expand Down Expand Up @@ -169,6 +248,11 @@
LastUpgradeCheck = 0800;
ORGANIZATIONNAME = zero;
TargetAttributes = {
73A7F6501F44A03300841D46 = {
CreatedOnToolsVersion = 8.3.3;
DevelopmentTeam = GAPQH4AM76;
ProvisioningStyle = Automatic;
};
FA9062931AED25F700B7735F = {
CreatedOnToolsVersion = 6.3.1;
DevelopmentTeam = GAPQH4AM76;
Expand Down Expand Up @@ -197,11 +281,19 @@
targets = (
FA9062931AED25F700B7735F /* ALRadialMenu */,
FA9062A81AED25F700B7735F /* ALRadialMenuTests */,
73A7F6501F44A03300841D46 /* ALRadialMenuCarthage */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
73A7F64F1F44A03300841D46 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
FA9062921AED25F700B7735F /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -220,6 +312,15 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
73A7F64C1F44A03300841D46 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
73A7F65E1F44A05B00841D46 /* ALRadialMenu.swift in Sources */,
73A7F65F1F44A05B00841D46 /* ALRadialMenuButton.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
FA9062901AED25F700B7735F /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -242,6 +343,11 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
73A7F6571F44A03300841D46 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 73A7F6501F44A03300841D46 /* ALRadialMenuCarthage */;
targetProxy = 73A7F6561F44A03300841D46 /* PBXContainerItemProxy */;
};
FA9062AB1AED25F700B7735F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = FA9062931AED25F700B7735F /* ALRadialMenu */;
Expand All @@ -250,6 +356,60 @@
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
73A7F65A1F44A03300841D46 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CODE_SIGN_IDENTITY = "";
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GAPQH4AM76;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = ALRadialMenuCarthage/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.giganom.ALRadialMenuCarthage;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 3.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
73A7F65B1F44A03300841D46 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CODE_SIGN_IDENTITY = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GAPQH4AM76;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = ALRadialMenuCarthage/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.giganom.ALRadialMenuCarthage;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
FA9062B11AED25F700B7735F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -342,6 +502,7 @@
FA9062B41AED25F700B7735F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = GAPQH4AM76;
Expand All @@ -358,6 +519,7 @@
FA9062B51AED25F700B7735F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = GAPQH4AM76;
Expand Down Expand Up @@ -414,6 +576,14 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
73A7F65C1F44A03300841D46 /* Build configuration list for PBXNativeTarget "ALRadialMenuCarthage" */ = {
isa = XCConfigurationList;
buildConfigurations = (
73A7F65A1F44A03300841D46 /* Debug */,
73A7F65B1F44A03300841D46 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
FA90628F1AED25F700B7735F /* Build configuration list for PBXProject "ALRadialMenu" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "73A7F6501F44A03300841D46"
BuildableName = "ALRadialMenuCarthage.framework"
BlueprintName = "ALRadialMenuCarthage"
ReferencedContainer = "container:ALRadialMenu.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "73A7F6501F44A03300841D46"
BuildableName = "ALRadialMenuCarthage.framework"
BlueprintName = "ALRadialMenuCarthage"
ReferencedContainer = "container:ALRadialMenu.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "73A7F6501F44A03300841D46"
BuildableName = "ALRadialMenuCarthage.framework"
BlueprintName = "ALRadialMenuCarthage"
ReferencedContainer = "container:ALRadialMenu.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading