Skip to content

Commit

Permalink
episode update
Browse files Browse the repository at this point in the history
  • Loading branch information
puretears committed Jun 30, 2016
1 parent ffc0517 commit af720e7
Show file tree
Hide file tree
Showing 28 changed files with 851 additions and 8 deletions.
309 changes: 309 additions & 0 deletions CommentDemo/CommentDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,309 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
6835CFE01D17846600434520 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6835CFDF1D17846600434520 /* AppDelegate.swift */; };
6835CFE21D17846600434520 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6835CFE11D17846600434520 /* ViewController.swift */; };
6835CFE51D17846600434520 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6835CFE31D17846600434520 /* Main.storyboard */; };
6835CFE71D17846600434520 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6835CFE61D17846600434520 /* Assets.xcassets */; };
6835CFEA1D17846600434520 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6835CFE81D17846600434520 /* LaunchScreen.storyboard */; };
6835CFF31D1784E800434520 /* IntArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6835CFF21D1784E800434520 /* IntArray.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
6835CFDC1D17846600434520 /* CommentDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CommentDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
6835CFDF1D17846600434520 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
6835CFE11D17846600434520 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
6835CFE41D17846600434520 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
6835CFE61D17846600434520 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6835CFE91D17846600434520 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6835CFEB1D17846600434520 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6835CFF21D1784E800434520 /* IntArray.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntArray.swift; sourceTree = "<group>"; };
68D8F9281D17BC4E0001E267 /* MyPlayground.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; name = MyPlayground.playground; path = ../MyPlayground.playground; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
6835CFD31D17846600434520 = {
isa = PBXGroup;
children = (
6835CFDE1D17846600434520 /* CommentDemo */,
6835CFDD1D17846600434520 /* Products */,
);
sourceTree = "<group>";
};
6835CFDD1D17846600434520 /* Products */ = {
isa = PBXGroup;
children = (
6835CFDC1D17846600434520 /* CommentDemo.app */,
);
name = Products;
sourceTree = "<group>";
};
6835CFDE1D17846600434520 /* CommentDemo */ = {
isa = PBXGroup;
children = (
6835CFDF1D17846600434520 /* AppDelegate.swift */,
6835CFE11D17846600434520 /* ViewController.swift */,
6835CFF21D1784E800434520 /* IntArray.swift */,
68D8F9281D17BC4E0001E267 /* MyPlayground.playground */,
6835CFE31D17846600434520 /* Main.storyboard */,
6835CFE61D17846600434520 /* Assets.xcassets */,
6835CFE81D17846600434520 /* LaunchScreen.storyboard */,
6835CFEB1D17846600434520 /* Info.plist */,
);
path = CommentDemo;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
6835CFDB1D17846600434520 /* CommentDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = 6835CFEE1D17846600434520 /* Build configuration list for PBXNativeTarget "CommentDemo" */;
buildPhases = (
6835CFD81D17846600434520 /* Sources */,
6835CFD91D17846600434520 /* Frameworks */,
6835CFDA1D17846600434520 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = CommentDemo;
productName = CommentDemo;
productReference = 6835CFDC1D17846600434520 /* CommentDemo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
6835CFD41D17846600434520 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0800;
LastUpgradeCheck = 0800;
ORGANIZATIONNAME = Boxue;
TargetAttributes = {
6835CFDB1D17846600434520 = {
CreatedOnToolsVersion = 8.0;
DevelopmentTeam = 9DJEBF62S3;
DevelopmentTeamName = "Yi Cui";
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 6835CFD71D17846600434520 /* Build configuration list for PBXProject "CommentDemo" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 6835CFD31D17846600434520;
productRefGroup = 6835CFDD1D17846600434520 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
6835CFDB1D17846600434520 /* CommentDemo */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
6835CFDA1D17846600434520 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6835CFEA1D17846600434520 /* LaunchScreen.storyboard in Resources */,
6835CFE71D17846600434520 /* Assets.xcassets in Resources */,
6835CFE51D17846600434520 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
6835CFD81D17846600434520 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6835CFF31D1784E800434520 /* IntArray.swift in Sources */,
6835CFE21D17846600434520 /* ViewController.swift in Sources */,
6835CFE01D17846600434520 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
6835CFE31D17846600434520 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
6835CFE41D17846600434520 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
6835CFE81D17846600434520 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
6835CFE91D17846600434520 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
6835CFEC1D17846600434520 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = 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_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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 = 10.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
6835CFED1D17846600434520 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = 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_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "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 = gnu99;
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 = 10.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
6835CFEF1D17846600434520 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = CommentDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = bx.CommentDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
6835CFF01D17846600434520 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = CommentDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = bx.CommentDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
6835CFD71D17846600434520 /* Build configuration list for PBXProject "CommentDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6835CFEC1D17846600434520 /* Debug */,
6835CFED1D17846600434520 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6835CFEE1D17846600434520 /* Build configuration list for PBXNativeTarget "CommentDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6835CFEF1D17846600434520 /* Debug */,
6835CFF01D17846600434520 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 6835CFD41D17846600434520 /* 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,30 @@
{
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "EE0DB2F0F200A3147EFD933ED66300F5C6856393",
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {

},
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
"EE0DB2F0F200A3147EFD933ED66300F5C6856393" : 0,
"E82BB69003238A4DA3D94D9EE9C01CF4A2D7CB90" : 0
},
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "60A06D29-8C8B-4179-BC96-9FEAA0DCB971",
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
"EE0DB2F0F200A3147EFD933ED66300F5C6856393" : "episode-samples\/",
"E82BB69003238A4DA3D94D9EE9C01CF4A2D7CB90" : ""
},
"DVTSourceControlWorkspaceBlueprintNameKey" : "CommentDemo",
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "CommentDemo\/CommentDemo.xcodeproj",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/Boxue\/doraemon.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "E82BB69003238A4DA3D94D9EE9C01CF4A2D7CB90"
},
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/Boxue\/episode-samples.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "EE0DB2F0F200A3147EFD933ED66300F5C6856393"
}
]
}
Binary file not shown.
Loading

0 comments on commit af720e7

Please sign in to comment.