Skip to content

Commit

Permalink
Initial export from MMMTemple
Browse files Browse the repository at this point in the history
  • Loading branch information
aleh committed Sep 9, 2020
1 parent 1ba77fa commit 96df0da
Show file tree
Hide file tree
Showing 63 changed files with 8,028 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Pods/
Podfile.lock
xcuserdata/
8 changes: 8 additions & 0 deletions Examples/MMMSafeAreaGuide/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
platform :ios, '11.0'

source 'https://github.com/mediamonks/MMMSpecs.git'
source 'https://github.com/CocoaPods/Specs.git'

target 'UnsafeArea' do
pod 'MMMCommonUI/ObjC', :path => '../..'
end
378 changes: 378 additions & 0 deletions Examples/MMMSafeAreaGuide/UnsafeArea.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,378 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
AFB53FE7A6BC61D4C0164197 /* libPods-UnsafeArea.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1553BDE897630000975D8D63 /* libPods-UnsafeArea.a */; };
F2507A77240D5A3500F0146A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F2507A76240D5A3500F0146A /* AppDelegate.m */; };
F2507A7D240D5A3500F0146A /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F2507A7C240D5A3500F0146A /* ViewController.m */; };
F2507A82240D5A3600F0146A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F2507A81240D5A3600F0146A /* Assets.xcassets */; };
F2507A85240D5A3600F0146A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F2507A83240D5A3600F0146A /* LaunchScreen.storyboard */; };
F2507A88240D5A3600F0146A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F2507A87240D5A3600F0146A /* main.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
1553BDE897630000975D8D63 /* libPods-UnsafeArea.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-UnsafeArea.a"; sourceTree = BUILT_PRODUCTS_DIR; };
2B9DB772FB7452ED712B9B81 /* Pods-UnsafeArea.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UnsafeArea.debug.xcconfig"; path = "Target Support Files/Pods-UnsafeArea/Pods-UnsafeArea.debug.xcconfig"; sourceTree = "<group>"; };
CD620BD6B316F23572960E19 /* Pods-UnsafeArea.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UnsafeArea.release.xcconfig"; path = "Target Support Files/Pods-UnsafeArea/Pods-UnsafeArea.release.xcconfig"; sourceTree = "<group>"; };
F2507A72240D5A3500F0146A /* UnsafeArea.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UnsafeArea.app; sourceTree = BUILT_PRODUCTS_DIR; };
F2507A75240D5A3500F0146A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
F2507A76240D5A3500F0146A /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
F2507A7B240D5A3500F0146A /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
F2507A7C240D5A3500F0146A /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
F2507A81240D5A3600F0146A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
F2507A84240D5A3600F0146A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
F2507A86240D5A3600F0146A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
F2507A87240D5A3600F0146A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
F2507A6F240D5A3500F0146A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
AFB53FE7A6BC61D4C0164197 /* libPods-UnsafeArea.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
3EB276A831AA7CC4E7F526BA /* Frameworks */ = {
isa = PBXGroup;
children = (
1553BDE897630000975D8D63 /* libPods-UnsafeArea.a */,
);
name = Frameworks;
sourceTree = "<group>";
};
7FB777327C453F43816E7343 /* Pods */ = {
isa = PBXGroup;
children = (
2B9DB772FB7452ED712B9B81 /* Pods-UnsafeArea.debug.xcconfig */,
CD620BD6B316F23572960E19 /* Pods-UnsafeArea.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
};
F2507A69240D5A3500F0146A = {
isa = PBXGroup;
children = (
F2507A74240D5A3500F0146A /* UnsafeArea */,
F2507A73240D5A3500F0146A /* Products */,
7FB777327C453F43816E7343 /* Pods */,
3EB276A831AA7CC4E7F526BA /* Frameworks */,
);
sourceTree = "<group>";
};
F2507A73240D5A3500F0146A /* Products */ = {
isa = PBXGroup;
children = (
F2507A72240D5A3500F0146A /* UnsafeArea.app */,
);
name = Products;
sourceTree = "<group>";
};
F2507A74240D5A3500F0146A /* UnsafeArea */ = {
isa = PBXGroup;
children = (
F2507A75240D5A3500F0146A /* AppDelegate.h */,
F2507A76240D5A3500F0146A /* AppDelegate.m */,
F2507A81240D5A3600F0146A /* Assets.xcassets */,
F2507A86240D5A3600F0146A /* Info.plist */,
F2507A83240D5A3600F0146A /* LaunchScreen.storyboard */,
F2507A87240D5A3600F0146A /* main.m */,
F2507A7B240D5A3500F0146A /* ViewController.h */,
F2507A7C240D5A3500F0146A /* ViewController.m */,
);
path = UnsafeArea;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
F2507A71240D5A3500F0146A /* UnsafeArea */ = {
isa = PBXNativeTarget;
buildConfigurationList = F2507A8B240D5A3600F0146A /* Build configuration list for PBXNativeTarget "UnsafeArea" */;
buildPhases = (
27602A78B2A828BE7A50B32F /* [CP] Check Pods Manifest.lock */,
F2507A6E240D5A3500F0146A /* Sources */,
F2507A6F240D5A3500F0146A /* Frameworks */,
F2507A70240D5A3500F0146A /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = UnsafeArea;
productName = UnsafeArea;
productReference = F2507A72240D5A3500F0146A /* UnsafeArea.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
F2507A6A240D5A3500F0146A /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1110;
ORGANIZATIONNAME = "MediaMonks B.V.";
TargetAttributes = {
F2507A71240D5A3500F0146A = {
CreatedOnToolsVersion = 11.1;
};
};
};
buildConfigurationList = F2507A6D240D5A3500F0146A /* Build configuration list for PBXProject "UnsafeArea" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = F2507A69240D5A3500F0146A;
productRefGroup = F2507A73240D5A3500F0146A /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
F2507A71240D5A3500F0146A /* UnsafeArea */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
F2507A70240D5A3500F0146A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F2507A85240D5A3600F0146A /* LaunchScreen.storyboard in Resources */,
F2507A82240D5A3600F0146A /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
27602A78B2A828BE7A50B32F /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-UnsafeArea-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
F2507A6E240D5A3500F0146A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F2507A7D240D5A3500F0146A /* ViewController.m in Sources */,
F2507A77240D5A3500F0146A /* AppDelegate.m in Sources */,
F2507A88240D5A3600F0146A /* main.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

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

/* Begin XCBuildConfiguration section */
F2507A89240D5A3600F0146A /* 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;
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 = 13.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
F2507A8A240D5A3600F0146A /* 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;
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 = 13.1;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
F2507A8C240D5A3600F0146A /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 2B9DB772FB7452ED712B9B81 /* Pods-UnsafeArea.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = UnsafeArea/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.mediamonks.UnsafeArea;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
F2507A8D240D5A3600F0146A /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = CD620BD6B316F23572960E19 /* Pods-UnsafeArea.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = UnsafeArea/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.mediamonks.UnsafeArea;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
F2507A6D240D5A3500F0146A /* Build configuration list for PBXProject "UnsafeArea" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F2507A89240D5A3600F0146A /* Debug */,
F2507A8A240D5A3600F0146A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F2507A8B240D5A3600F0146A /* Build configuration list for PBXNativeTarget "UnsafeArea" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F2507A8C240D5A3600F0146A /* Debug */,
F2507A8D240D5A3600F0146A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = F2507A6A240D5A3500F0146A /* Project object */;
}
Loading

0 comments on commit 96df0da

Please sign in to comment.