Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thomsmed committed Dec 20, 2021
0 parents commit 8578bf8
Show file tree
Hide file tree
Showing 37 changed files with 2,751 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## User settings
**/xcuserdata/

## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout

## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
**/build/
**/DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3

## Gcc Patch
**/*.gcno

## MacOS
.DS_Store
Original file line number Diff line number Diff line change
@@ -0,0 +1,360 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
ED29E78826EA5E25001242EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED29E78726EA5E25001242EE /* AppDelegate.swift */; };
ED29E78A26EA5E25001242EE /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED29E78926EA5E25001242EE /* SceneDelegate.swift */; };
ED29E78C26EA5E25001242EE /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED29E78B26EA5E25001242EE /* ViewController.swift */; };
ED29E78F26EA5E25001242EE /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = ED29E78D26EA5E25001242EE /* Main.storyboard */; };
ED29E79126EA5E27001242EE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ED29E79026EA5E27001242EE /* Assets.xcassets */; };
ED29E79426EA5E27001242EE /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = ED29E79226EA5E27001242EE /* LaunchScreen.storyboard */; };
ED29E7B826EA613D001242EE /* RatingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED29E7B726EA613D001242EE /* RatingView.swift */; };
ED29E7BA26EA6152001242EE /* RoundedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED29E7B926EA6152001242EE /* RoundedView.swift */; };
ED29E7BD26EBCA79001242EE /* CircularView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED29E7BC26EBCA79001242EE /* CircularView.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
ED29E78426EA5E25001242EE /* CustomInterfaceBuilderView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CustomInterfaceBuilderView.app; sourceTree = BUILT_PRODUCTS_DIR; };
ED29E78726EA5E25001242EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
ED29E78926EA5E25001242EE /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
ED29E78B26EA5E25001242EE /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
ED29E78E26EA5E25001242EE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
ED29E79026EA5E27001242EE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
ED29E79326EA5E27001242EE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
ED29E79526EA5E27001242EE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
ED29E7B726EA613D001242EE /* RatingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RatingView.swift; sourceTree = "<group>"; };
ED29E7B926EA6152001242EE /* RoundedView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoundedView.swift; sourceTree = "<group>"; };
ED29E7BB26EBBC24001242EE /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
ED29E7BC26EBCA79001242EE /* CircularView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircularView.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
ED29E77B26EA5E25001242EE = {
isa = PBXGroup;
children = (
ED29E7BB26EBBC24001242EE /* README.md */,
ED29E78626EA5E25001242EE /* CustomInterfaceBuilderView */,
ED29E78526EA5E25001242EE /* Products */,
);
sourceTree = "<group>";
};
ED29E78526EA5E25001242EE /* Products */ = {
isa = PBXGroup;
children = (
ED29E78426EA5E25001242EE /* CustomInterfaceBuilderView.app */,
);
name = Products;
sourceTree = "<group>";
};
ED29E78626EA5E25001242EE /* CustomInterfaceBuilderView */ = {
isa = PBXGroup;
children = (
ED29E78726EA5E25001242EE /* AppDelegate.swift */,
ED29E78926EA5E25001242EE /* SceneDelegate.swift */,
ED29E78D26EA5E25001242EE /* Main.storyboard */,
ED29E78B26EA5E25001242EE /* ViewController.swift */,
ED29E7B726EA613D001242EE /* RatingView.swift */,
ED29E7B926EA6152001242EE /* RoundedView.swift */,
ED29E7BC26EBCA79001242EE /* CircularView.swift */,
ED29E79026EA5E27001242EE /* Assets.xcassets */,
ED29E79226EA5E27001242EE /* LaunchScreen.storyboard */,
ED29E79526EA5E27001242EE /* Info.plist */,
);
path = CustomInterfaceBuilderView;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
ED29E78326EA5E25001242EE /* CustomInterfaceBuilderView */ = {
isa = PBXNativeTarget;
buildConfigurationList = ED29E7AE26EA5E28001242EE /* Build configuration list for PBXNativeTarget "CustomInterfaceBuilderView" */;
buildPhases = (
ED29E78026EA5E25001242EE /* Sources */,
ED29E78126EA5E25001242EE /* Frameworks */,
ED29E78226EA5E25001242EE /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = CustomInterfaceBuilderView;
productName = CustomInterfaceBuilderView;
productReference = ED29E78426EA5E25001242EE /* CustomInterfaceBuilderView.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
ED29E77C26EA5E25001242EE /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1250;
LastUpgradeCheck = 1250;
TargetAttributes = {
ED29E78326EA5E25001242EE = {
CreatedOnToolsVersion = 12.5.1;
};
};
};
buildConfigurationList = ED29E77F26EA5E25001242EE /* Build configuration list for PBXProject "CustomInterfaceBuilderView" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = ED29E77B26EA5E25001242EE;
productRefGroup = ED29E78526EA5E25001242EE /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
ED29E78326EA5E25001242EE /* CustomInterfaceBuilderView */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
ED29E78226EA5E25001242EE /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
ED29E79426EA5E27001242EE /* LaunchScreen.storyboard in Resources */,
ED29E79126EA5E27001242EE /* Assets.xcassets in Resources */,
ED29E78F26EA5E25001242EE /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
ED29E78026EA5E25001242EE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
ED29E7BD26EBCA79001242EE /* CircularView.swift in Sources */,
ED29E78C26EA5E25001242EE /* ViewController.swift in Sources */,
ED29E78826EA5E25001242EE /* AppDelegate.swift in Sources */,
ED29E78A26EA5E25001242EE /* SceneDelegate.swift in Sources */,
ED29E7BA26EA6152001242EE /* RoundedView.swift in Sources */,
ED29E7B826EA613D001242EE /* RatingView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
ED29E78D26EA5E25001242EE /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
ED29E78E26EA5E25001242EE /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
ED29E79226EA5E27001242EE /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
ED29E79326EA5E27001242EE /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
ED29E7AC26EA5E28001242EE /* 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_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
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;
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;
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
ED29E7AD26EA5E28001242EE /* 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_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
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;
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;
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
ED29E7AF26EA5E28001242EE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = CustomInterfaceBuilderView/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = ios.example.CustomInterfaceBuilderView;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
ED29E7B026EA5E28001242EE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = CustomInterfaceBuilderView/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = ios.example.CustomInterfaceBuilderView;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
ED29E77F26EA5E25001242EE /* Build configuration list for PBXProject "CustomInterfaceBuilderView" */ = {
isa = XCConfigurationList;
buildConfigurations = (
ED29E7AC26EA5E28001242EE /* Debug */,
ED29E7AD26EA5E28001242EE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
ED29E7AE26EA5E28001242EE /* Build configuration list for PBXNativeTarget "CustomInterfaceBuilderView" */ = {
isa = XCConfigurationList;
buildConfigurations = (
ED29E7AF26EA5E28001242EE /* Debug */,
ED29E7B026EA5E28001242EE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = ED29E77C26EA5E25001242EE /* Project object */;
}

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

Loading

0 comments on commit 8578bf8

Please sign in to comment.