Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
Initial release of Cully.
Browse files Browse the repository at this point in the history
  • Loading branch information
staykids committed Aug 10, 2019
0 parents commit 3034a29
Show file tree
Hide file tree
Showing 26 changed files with 2,074 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Xcode

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xcuserstate

.DS_Store
xcuserdata
*.xcuserdatad
*.xccheckout
*.mode*
*.pbxuser
.build
345 changes: 345 additions & 0 deletions Cully Example/Cully Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,345 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
0008D13322F6E29E006D1408 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008D13222F6E29E006D1408 /* AppDelegate.swift */; };
0008D13522F6E29E006D1408 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008D13422F6E29E006D1408 /* ViewController.swift */; };
0008D13A22F6E2A3006D1408 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0008D13922F6E2A3006D1408 /* Assets.xcassets */; };
0008D13D22F6E2A3006D1408 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0008D13B22F6E2A3006D1408 /* LaunchScreen.storyboard */; };
0008D15122F6E526006D1408 /* Cully.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0008D15022F6E526006D1408 /* Cully.framework */; };
00CC770522F7DEA900C24BC8 /* View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CC770422F7DEA900C24BC8 /* View.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
0008D12F22F6E29E006D1408 /* Cully Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Cully Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
0008D13222F6E29E006D1408 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
0008D13422F6E29E006D1408 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
0008D13922F6E2A3006D1408 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
0008D13C22F6E2A3006D1408 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
0008D13E22F6E2A3006D1408 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
0008D15022F6E526006D1408 /* Cully.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Cully.framework; sourceTree = BUILT_PRODUCTS_DIR; };
00CC770422F7DEA900C24BC8 /* View.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = View.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
0008D12C22F6E29E006D1408 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
0008D15122F6E526006D1408 /* Cully.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
0008D12622F6E29E006D1408 = {
isa = PBXGroup;
children = (
0008D13122F6E29E006D1408 /* Cully Example */,
0008D13022F6E29E006D1408 /* Products */,
0008D14F22F6E526006D1408 /* Frameworks */,
);
sourceTree = "<group>";
};
0008D13022F6E29E006D1408 /* Products */ = {
isa = PBXGroup;
children = (
0008D12F22F6E29E006D1408 /* Cully Example.app */,
);
name = Products;
sourceTree = "<group>";
};
0008D13122F6E29E006D1408 /* Cully Example */ = {
isa = PBXGroup;
children = (
0008D13222F6E29E006D1408 /* AppDelegate.swift */,
0008D13422F6E29E006D1408 /* ViewController.swift */,
0008D13922F6E2A3006D1408 /* Assets.xcassets */,
0008D13B22F6E2A3006D1408 /* LaunchScreen.storyboard */,
0008D13E22F6E2A3006D1408 /* Info.plist */,
00CC770422F7DEA900C24BC8 /* View.swift */,
);
path = "Cully Example";
sourceTree = "<group>";
};
0008D14F22F6E526006D1408 /* Frameworks */ = {
isa = PBXGroup;
children = (
0008D15022F6E526006D1408 /* Cully.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
0008D12E22F6E29E006D1408 /* Cully Example */ = {
isa = PBXNativeTarget;
buildConfigurationList = 0008D14122F6E2A3006D1408 /* Build configuration list for PBXNativeTarget "Cully Example" */;
buildPhases = (
0008D12B22F6E29E006D1408 /* Sources */,
0008D12C22F6E29E006D1408 /* Frameworks */,
0008D12D22F6E29E006D1408 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Cully Example";
productName = "Cully Example";
productReference = 0008D12F22F6E29E006D1408 /* Cully Example.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
0008D12722F6E29E006D1408 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1030;
LastUpgradeCheck = 1030;
ORGANIZATIONNAME = "Stay Kids";
TargetAttributes = {
0008D12E22F6E29E006D1408 = {
CreatedOnToolsVersion = 10.3;
};
};
};
buildConfigurationList = 0008D12A22F6E29E006D1408 /* Build configuration list for PBXProject "Cully Example" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 0008D12622F6E29E006D1408;
productRefGroup = 0008D13022F6E29E006D1408 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
0008D12E22F6E29E006D1408 /* Cully Example */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
0008D12D22F6E29E006D1408 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0008D13D22F6E2A3006D1408 /* LaunchScreen.storyboard in Resources */,
0008D13A22F6E2A3006D1408 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
0008D12B22F6E29E006D1408 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0008D13522F6E29E006D1408 /* ViewController.swift in Sources */,
0008D13322F6E29E006D1408 /* AppDelegate.swift in Sources */,
00CC770522F7DEA900C24BC8 /* View.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
0008D13B22F6E2A3006D1408 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
0008D13C22F6E2A3006D1408 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
0008D13F22F6E2A3006D1408 /* 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_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 = "iPhone Developer";
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 = 12.4;
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;
};
0008D14022F6E2A3006D1408 /* 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_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 = "iPhone Developer";
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 = 12.4;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
0008D14222F6E2A3006D1408 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = "Cully Example/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.staykids.Cully-Example";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
0008D14322F6E2A3006D1408 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = "Cully Example/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.staykids.Cully-Example";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
0008D12A22F6E29E006D1408 /* Build configuration list for PBXProject "Cully Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0008D13F22F6E2A3006D1408 /* Debug */,
0008D14022F6E2A3006D1408 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0008D14122F6E2A3006D1408 /* Build configuration list for PBXNativeTarget "Cully Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0008D14222F6E2A3006D1408 /* Debug */,
0008D14322F6E2A3006D1408 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 0008D12722F6E29E006D1408 /* Project object */;
}

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit 3034a29

Please sign in to comment.