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
349 changes: 349 additions & 0 deletions JSON Encoding App/JSON Encoding App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,349 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
84DF10BD216FDC500082DF33 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84DF10BC216FDC500082DF33 /* AppDelegate.swift */; };
84DF10BF216FDC500082DF33 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84DF10BE216FDC500082DF33 /* ViewController.swift */; };
84DF10C2216FDC500082DF33 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 84DF10C0216FDC500082DF33 /* Main.storyboard */; };
84DF10C4216FDC520082DF33 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 84DF10C3216FDC520082DF33 /* Assets.xcassets */; };
84DF10C7216FDC520082DF33 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 84DF10C5216FDC520082DF33 /* LaunchScreen.storyboard */; };
84DF10CF216FDC710082DF33 /* Student.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84DF10CE216FDC710082DF33 /* Student.swift */; };
84DF10D1216FDDC60082DF33 /* StudentManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84DF10D0216FDDC60082DF33 /* StudentManager.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
84DF10B9216FDC500082DF33 /* JSON Encoding App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "JSON Encoding App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
84DF10BC216FDC500082DF33 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
84DF10BE216FDC500082DF33 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
84DF10C1216FDC500082DF33 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
84DF10C3216FDC520082DF33 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
84DF10C6216FDC520082DF33 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
84DF10C8216FDC520082DF33 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
84DF10CE216FDC710082DF33 /* Student.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Student.swift; sourceTree = "<group>"; };
84DF10D0216FDDC60082DF33 /* StudentManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StudentManager.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
84DF10B0216FDC500082DF33 = {
isa = PBXGroup;
children = (
84DF10BB216FDC500082DF33 /* JSON Encoding App */,
84DF10BA216FDC500082DF33 /* Products */,
);
sourceTree = "<group>";
};
84DF10BA216FDC500082DF33 /* Products */ = {
isa = PBXGroup;
children = (
84DF10B9216FDC500082DF33 /* JSON Encoding App.app */,
);
name = Products;
sourceTree = "<group>";
};
84DF10BB216FDC500082DF33 /* JSON Encoding App */ = {
isa = PBXGroup;
children = (
84DF10BC216FDC500082DF33 /* AppDelegate.swift */,
84DF10CE216FDC710082DF33 /* Student.swift */,
84DF10D0216FDDC60082DF33 /* StudentManager.swift */,
84DF10BE216FDC500082DF33 /* ViewController.swift */,
84DF10C0216FDC500082DF33 /* Main.storyboard */,
84DF10C3216FDC520082DF33 /* Assets.xcassets */,
84DF10C5216FDC520082DF33 /* LaunchScreen.storyboard */,
84DF10C8216FDC520082DF33 /* Info.plist */,
);
path = "JSON Encoding App";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
84DF10B8216FDC500082DF33 /* JSON Encoding App */ = {
isa = PBXNativeTarget;
buildConfigurationList = 84DF10CB216FDC520082DF33 /* Build configuration list for PBXNativeTarget "JSON Encoding App" */;
buildPhases = (
84DF10B5216FDC500082DF33 /* Sources */,
84DF10B6216FDC500082DF33 /* Frameworks */,
84DF10B7216FDC500082DF33 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "JSON Encoding App";
productName = "JSON Encoding App";
productReference = 84DF10B9216FDC500082DF33 /* JSON Encoding App.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
84DF10B1216FDC500082DF33 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1000;
LastUpgradeCheck = 1000;
ORGANIZATIONNAME = Lambda_School_Loaner_18;
TargetAttributes = {
84DF10B8216FDC500082DF33 = {
CreatedOnToolsVersion = 10.0;
};
};
};
buildConfigurationList = 84DF10B4216FDC500082DF33 /* Build configuration list for PBXProject "JSON Encoding App" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 84DF10B0216FDC500082DF33;
productRefGroup = 84DF10BA216FDC500082DF33 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
84DF10B8216FDC500082DF33 /* JSON Encoding App */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
84DF10B7216FDC500082DF33 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
84DF10C7216FDC520082DF33 /* LaunchScreen.storyboard in Resources */,
84DF10C4216FDC520082DF33 /* Assets.xcassets in Resources */,
84DF10C2216FDC500082DF33 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
84DF10B5216FDC500082DF33 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
84DF10BF216FDC500082DF33 /* ViewController.swift in Sources */,
84DF10D1216FDDC60082DF33 /* StudentManager.swift in Sources */,
84DF10CF216FDC710082DF33 /* Student.swift in Sources */,
84DF10BD216FDC500082DF33 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
84DF10C0216FDC500082DF33 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
84DF10C1216FDC500082DF33 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
84DF10C5216FDC520082DF33 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
84DF10C6216FDC520082DF33 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
84DF10C9216FDC520082DF33 /* 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.0;
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;
};
84DF10CA216FDC520082DF33 /* 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.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
84DF10CC216FDC520082DF33 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 4L7P3ZX586;
INFOPLIST_FILE = "JSON Encoding App/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.lambdaschoolsd.JSON-Encoding-App";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
84DF10CD216FDC520082DF33 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 4L7P3ZX586;
INFOPLIST_FILE = "JSON Encoding App/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.lambdaschoolsd.JSON-Encoding-App";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
84DF10B4216FDC500082DF33 /* Build configuration list for PBXProject "JSON Encoding App" */ = {
isa = XCConfigurationList;
buildConfigurations = (
84DF10C9216FDC520082DF33 /* Debug */,
84DF10CA216FDC520082DF33 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
84DF10CB216FDC520082DF33 /* Build configuration list for PBXNativeTarget "JSON Encoding App" */ = {
isa = XCConfigurationList;
buildConfigurations = (
84DF10CC216FDC520082DF33 /* Debug */,
84DF10CD216FDC520082DF33 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 84DF10B1216FDC500082DF33 /* 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>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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>SchemeUserState</key>
<dict>
<key>JSON Encoding App.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
Loading