Skip to content
Closed
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
8 changes: 8 additions & 0 deletions examples/ASDK+HeroBasic/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

use_frameworks!
target 'Sample' do
pod 'Texture', :path => '../..'
pod 'Hero'
end
384 changes: 384 additions & 0 deletions examples/ASDK+HeroBasic/Sample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,384 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
2D406B2A1E9E154F003971FA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D406B291E9E154F003971FA /* AppDelegate.swift */; };
2D406B2C1E9E154F003971FA /* NodeController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D406B2B1E9E154F003971FA /* NodeController.swift */; };
2D406B311E9E154F003971FA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2D406B301E9E154F003971FA /* Assets.xcassets */; };
2D406B341E9E154F003971FA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2D406B321E9E154F003971FA /* LaunchScreen.storyboard */; };
2D406B3C1E9E1DD7003971FA /* CityGuideNodeController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D406B3B1E9E1DD7003971FA /* CityGuideNodeController.swift */; };
2D406B3E1E9E2F06003971FA /* ImageCellNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D406B3D1E9E2F06003971FA /* ImageCellNode.swift */; };
B5E0191FC1352099684AC5F8 /* Pods_Sample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1ECB323B254D140F85EAB44D /* Pods_Sample.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
1ECB323B254D140F85EAB44D /* Pods_Sample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Sample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2D406B261E9E154F003971FA /* Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sample.app; sourceTree = BUILT_PRODUCTS_DIR; };
2D406B291E9E154F003971FA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2D406B2B1E9E154F003971FA /* NodeController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NodeController.swift; sourceTree = "<group>"; };
2D406B301E9E154F003971FA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2D406B331E9E154F003971FA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
2D406B351E9E154F003971FA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2D406B3B1E9E1DD7003971FA /* CityGuideNodeController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CityGuideNodeController.swift; sourceTree = "<group>"; };
2D406B3D1E9E2F06003971FA /* ImageCellNode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageCellNode.swift; sourceTree = "<group>"; };
6EBE5401BB9A4852372339F7 /* Pods-Sample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Sample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Sample/Pods-Sample.debug.xcconfig"; sourceTree = "<group>"; };
E29468E54B5A1F870938978F /* Pods-Sample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Sample.release.xcconfig"; path = "Pods/Target Support Files/Pods-Sample/Pods-Sample.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
2D406B231E9E154F003971FA /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B5E0191FC1352099684AC5F8 /* Pods_Sample.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
2D406B1D1E9E154F003971FA = {
isa = PBXGroup;
children = (
2D406B281E9E154F003971FA /* Sample */,
2D406B271E9E154F003971FA /* Products */,
48DF875545E881029B1E6504 /* Pods */,
779090BAD994C92139225E29 /* Frameworks */,
);
sourceTree = "<group>";
};
2D406B271E9E154F003971FA /* Products */ = {
isa = PBXGroup;
children = (
2D406B261E9E154F003971FA /* Sample.app */,
);
name = Products;
sourceTree = "<group>";
};
2D406B281E9E154F003971FA /* Sample */ = {
isa = PBXGroup;
children = (
2D406B291E9E154F003971FA /* AppDelegate.swift */,
2D406B2B1E9E154F003971FA /* NodeController.swift */,
2D406B3B1E9E1DD7003971FA /* CityGuideNodeController.swift */,
2D406B3D1E9E2F06003971FA /* ImageCellNode.swift */,
2D406B301E9E154F003971FA /* Assets.xcassets */,
2D406B321E9E154F003971FA /* LaunchScreen.storyboard */,
2D406B351E9E154F003971FA /* Info.plist */,
);
path = Sample;
sourceTree = "<group>";
};
48DF875545E881029B1E6504 /* Pods */ = {
isa = PBXGroup;
children = (
6EBE5401BB9A4852372339F7 /* Pods-Sample.debug.xcconfig */,
E29468E54B5A1F870938978F /* Pods-Sample.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
779090BAD994C92139225E29 /* Frameworks */ = {
isa = PBXGroup;
children = (
1ECB323B254D140F85EAB44D /* Pods_Sample.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
2D406B251E9E154F003971FA /* Sample */ = {
isa = PBXNativeTarget;
buildConfigurationList = 2D406B381E9E154F003971FA /* Build configuration list for PBXNativeTarget "Sample" */;
buildPhases = (
CD206D4E9850DAB147329AF8 /* [CP] Check Pods Manifest.lock */,
2D406B221E9E154F003971FA /* Sources */,
2D406B231E9E154F003971FA /* Frameworks */,
2D406B241E9E154F003971FA /* Resources */,
77869ADC74910E9F001ED904 /* [CP] Embed Pods Frameworks */,
4E5810B230C4B278C01C061F /* [CP] Copy Pods Resources */,
);
buildRules = (
);
dependencies = (
);
name = Sample;
productName = Sample;
productReference = 2D406B261E9E154F003971FA /* Sample.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
2D406B1E1E9E154F003971FA /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0820;
LastUpgradeCheck = 0820;
ORGANIZATIONNAME = "Bayerischer Rundfunk";
TargetAttributes = {
2D406B251E9E154F003971FA = {
CreatedOnToolsVersion = 8.2;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 2D406B211E9E154F003971FA /* Build configuration list for PBXProject "Sample" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 2D406B1D1E9E154F003971FA;
productRefGroup = 2D406B271E9E154F003971FA /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
2D406B251E9E154F003971FA /* Sample */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
2D406B241E9E154F003971FA /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2D406B341E9E154F003971FA /* LaunchScreen.storyboard in Resources */,
2D406B311E9E154F003971FA /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
4E5810B230C4B278C01C061F /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Sample/Pods-Sample-resources.sh\"\n";
showEnvVarsInLog = 0;
};
77869ADC74910E9F001ED904 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Sample/Pods-Sample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
CD206D4E9850DAB147329AF8 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
2D406B221E9E154F003971FA /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2D406B2C1E9E154F003971FA /* NodeController.swift in Sources */,
2D406B2A1E9E154F003971FA /* AppDelegate.swift in Sources */,
2D406B3C1E9E1DD7003971FA /* CityGuideNodeController.swift in Sources */,
2D406B3E1E9E2F06003971FA /* ImageCellNode.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

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

/* Begin XCBuildConfiguration section */
2D406B361E9E154F003971FA /* 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_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
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.2;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
2D406B371E9E154F003971FA /* 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_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
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.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
2D406B391E9E154F003971FA /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 6EBE5401BB9A4852372339F7 /* Pods-Sample.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Sample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.AsyncDisplayKit.Sample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
2D406B3A1E9E154F003971FA /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = E29468E54B5A1F870938978F /* Pods-Sample.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Sample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.AsyncDisplayKit.Sample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
2D406B211E9E154F003971FA /* Build configuration list for PBXProject "Sample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2D406B361E9E154F003971FA /* Debug */,
2D406B371E9E154F003971FA /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2D406B381E9E154F003971FA /* Build configuration list for PBXNativeTarget "Sample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2D406B391E9E154F003971FA /* Debug */,
2D406B3A1E9E154F003971FA /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 2D406B1E1E9E154F003971FA /* Project object */;
}
Loading