diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index eb2269a..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..065a1c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,67 @@ +# Xcode +# From https://www.stuartbreckenridge.com/default-gitignore/ +# +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## Build generated +build/ +DerivedData + +## Various settings +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata + +## Other +*.xccheckout +*.moved-aside +*.xcuserstate +*.xcscmblueprint + +## Obj-C/Swift specific +*.hmap +*.ipa + +## Playgrounds +timeline.xctimeline +playground.xcworkspace + +# Swift Package Manager +# +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. +# Packages/ +.build/ + +# CocoaPods +# +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control +# + +# Pods/ + +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build + +# fastlane +# +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the +# screenshots whenever they are needed. +# For more information about the recommended setup visit: +# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md + +fastlane/report.xml +fastlane/screenshots + +.DS_Store \ No newline at end of file diff --git a/CoreML in ARKit.xcodeproj/project.pbxproj b/CoreML in ARKit.xcodeproj/project.pbxproj index f2438b7..7ae9a05 100644 --- a/CoreML in ARKit.xcodeproj/project.pbxproj +++ b/CoreML in ARKit.xcodeproj/project.pbxproj @@ -13,6 +13,7 @@ 5D90B2521F9C237400EA0942 /* BuildFile in Sources */ = {isa = PBXBuildFile; }; 5D90B2541F9C238A00EA0942 /* BuildFile in Sources */ = {isa = PBXBuildFile; }; 5D90B2561F9C239B00EA0942 /* BuildFile in Sources */ = {isa = PBXBuildFile; }; + 5F3831C82028FBD700C9C82A /* signLettersV3+Fritz.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F3831C72028FBD700C9C82A /* signLettersV3+Fritz.swift */; }; AEEC85651F18B8C600D43B9B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEEC85641F18B8C600D43B9B /* AppDelegate.swift */; }; AEEC85691F18B8C600D43B9B /* ARViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEEC85681F18B8C600D43B9B /* ARViewController.swift */; }; AEEC856C1F18B8C600D43B9B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AEEC856A1F18B8C600D43B9B /* Main.storyboard */; }; @@ -31,6 +32,7 @@ 199C36BF6127B4ABABA0E3CB /* Pods-CoreML in ARKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CoreML in ARKit.release.xcconfig"; path = "Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit.release.xcconfig"; sourceTree = ""; }; 1F88DE1D2014525900CE5000 /* LetterCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LetterCell.swift; sourceTree = ""; }; 2FFD1305D2C9FD736CE1949C /* Pods-CoreML in ARKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CoreML in ARKit.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit.debug.xcconfig"; sourceTree = ""; }; + 5F3831C72028FBD700C9C82A /* signLettersV3+Fritz.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "signLettersV3+Fritz.swift"; sourceTree = ""; }; 636D2BEBF54C95E83D358E19 /* Pods_CoreML_in_ARKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CoreML_in_ARKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; AEEC85611F18B8C600D43B9B /* CoreML in ARKit.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "CoreML in ARKit.app"; sourceTree = BUILT_PRODUCTS_DIR; }; AEEC85641F18B8C600D43B9B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; @@ -93,6 +95,7 @@ AEEC85721F18B8C600D43B9B /* Info.plist */, DA905B6F2014517F00ED15B3 /* Cocogoose.otf */, DA905B6D2014470B00ED15B3 /* signLettersV3.mlmodel */, + 5F3831C72028FBD700C9C82A /* signLettersV3+Fritz.swift */, ); path = "CoreML in ARKit"; sourceTree = ""; @@ -192,11 +195,13 @@ ); inputPaths = ( "${SRCROOT}/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit-frameworks.sh", + "${PODS_ROOT}/Fritz/Framework/Fritz.framework", "${BUILT_PRODUCTS_DIR}/ScalingCarousel/ScalingCarousel.framework", "${BUILT_PRODUCTS_DIR}/TOMSMorphingLabel/TOMSMorphingLabel.framework", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Fritz.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ScalingCarousel.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TOMSMorphingLabel.framework", ); @@ -256,6 +261,7 @@ DA73C81D1F9BECD100622166 /* DictionaryViewController.swift in Sources */, DA0494C32014861B00C598E7 /* PhraseCell.swift in Sources */, AEEC85651F18B8C600D43B9B /* AppDelegate.swift in Sources */, + 5F3831C82028FBD700C9C82A /* signLettersV3+Fritz.swift in Sources */, 5D90B2561F9C239B00EA0942 /* BuildFile in Sources */, DA905B6E2014470B00ED15B3 /* signLettersV3.mlmodel in Sources */, ); diff --git a/CoreML in ARKit/ARViewController.swift b/CoreML in ARKit/ARViewController.swift index 98a8e3c..7046d77 100644 --- a/CoreML in ARKit/ARViewController.swift +++ b/CoreML in ARKit/ARViewController.swift @@ -68,7 +68,7 @@ class ARViewController: UIViewController, ARSCNViewDelegate, UIGestureRecognizer ////////////////////////////////////////////////// // Set up Vision Model - guard let selectedModel = try? VNCoreMLModel(for: signLettersV3().model) else { // (Optional) This can be replaced with other models on https://developer.apple.com/machine-learning/ + guard let selectedModel = try? VNCoreMLModel(for: signLettersV3().fritz().model) else { // (Optional) This can be replaced with other models on https://developer.apple.com/machine-learning/ fatalError("Could not load model. Ensure model has been drag and dropped (copied) to XCode Project from https://developer.apple.com/machine-learning/ . Also ensure the model is part of a target (see: https://stackoverflow.com/questions/45884085/model-is-not-part-of-any-target-add-the-model-to-a-target-to-enable-generation ") } diff --git a/CoreML in ARKit/Info.plist b/CoreML in ARKit/Info.plist index e520094..69465b0 100644 --- a/CoreML in ARKit/Info.plist +++ b/CoreML in ARKit/Info.plist @@ -29,6 +29,10 @@ NSCameraUsageDescription This application will use the camera for Augmented Reality. + UIAppFonts + + Cocogoose.otf + UILaunchStoryboardName LaunchScreen UIMainStoryboardFile @@ -50,9 +54,5 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIAppFonts - - Cocogoose.otf - diff --git a/CoreML in ARKit/signLettersV3+Fritz.swift b/CoreML in ARKit/signLettersV3+Fritz.swift new file mode 100644 index 0000000..19b08ac --- /dev/null +++ b/CoreML in ARKit/signLettersV3+Fritz.swift @@ -0,0 +1,15 @@ +// +// signLettersV3+Fritz.swift +// CoreML in ARKit +// + +import Fritz + +extension signLettersV3: SwiftIdentifiedModel { + + static let modelIdentifier = "" + + static let packagedModelVersion = 1 + + static let session = Session(appToken: "") +} diff --git a/Podfile b/Podfile index bdf38e8..19afe97 100644 --- a/Podfile +++ b/Podfile @@ -8,5 +8,5 @@ target 'CoreML in ARKit' do # Pods for CoreML in ARKit pod ‘ScalingCarousel’ pod "TOMSMorphingLabel", "~> 0.5" - + pod 'Fritz', '~> 1.0.0-beta' end diff --git a/Podfile.lock b/Podfile.lock index 37c3c04..b0b83c2 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,15 +1,18 @@ PODS: + - Fritz (1.0.0-beta5) - ScalingCarousel (2.0.3) - TOMSMorphingLabel (0.5.1) DEPENDENCIES: + - Fritz (~> 1.0.0-beta) - ScalingCarousel - TOMSMorphingLabel (~> 0.5) SPEC CHECKSUMS: + Fritz: a3bf484ce949e36748f1b365049be9e5b21a91c9 ScalingCarousel: 023450cd1a8f1bd7d13a8edbddc956ded8ed1891 TOMSMorphingLabel: 3e88a2bf5257f8993ebc51fb3109187a0bfb2c4d -PODFILE CHECKSUM: 853d417a547d86f871d3b92467f34d5464fdffbd +PODFILE CHECKSUM: 84c9e921bc9e0998fac22d2a02da457b16b768d0 COCOAPODS: 1.4.0 diff --git a/Pods/Fritz/Framework/Fritz.framework/Fritz b/Pods/Fritz/Framework/Fritz.framework/Fritz new file mode 100755 index 0000000..3c60684 Binary files /dev/null and b/Pods/Fritz/Framework/Fritz.framework/Fritz differ diff --git a/Pods/Fritz/Framework/Fritz.framework/Headers/Fritz-Swift.h b/Pods/Fritz/Framework/Fritz.framework/Headers/Fritz-Swift.h new file mode 100644 index 0000000..b55af4d --- /dev/null +++ b/Pods/Fritz/Framework/Fritz.framework/Headers/Fritz-Swift.h @@ -0,0 +1,415 @@ +// Generated by Apple Swift version 4.0.3 (swiftlang-900.0.74.1 clang-900.0.39.2) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_attribute(external_source_symbol) +# define SWIFT_STRINGIFY(str) #str +# define SWIFT_MODULE_NAMESPACE_PUSH(module_name) _Pragma(SWIFT_STRINGIFY(clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in=module_name, generated_declaration))), apply_to=any(function, enum, objc_interface, objc_category, objc_protocol)))) +# define SWIFT_MODULE_NAMESPACE_POP _Pragma("clang attribute pop") +#else +# define SWIFT_MODULE_NAMESPACE_PUSH(module_name) +# define SWIFT_MODULE_NAMESPACE_POP +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#include +#include +#include +#include + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) || __cplusplus < 201103L +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR __attribute__((enum_extensibility(open))) +# else +# define SWIFT_ENUM_ATTR +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name) enum _name : _type _name; enum SWIFT_ENUM_ATTR SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME) SWIFT_ENUM(_type, _name) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#if __has_feature(modules) +@import ObjectiveC; +@import Foundation; +@import CoreML; +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" + +SWIFT_MODULE_NAMESPACE_PUSH("Fritz") +@class MLModel; + +/// Manages an MLModel instance +SWIFT_PROTOCOL_NAMED("ReadModelProvider") +@protocol FritzReadModelProvider +/// A read model +@property (nonatomic, readonly, strong) MLModel * _Nonnull model; +@end + +@class FritzSession; + +/// This is the main entry point to exposing Fritz functionality on your Xcode-generated model classes. +/// seealso: +/// +/// SwiftIdentifiedModel +/// ObjcIdentifiedModel +/// note: +/// You should not conform your generated class to this protocol directly, instead conform to either SwiftIdentifiedModel when using Swift, or ObjcIdentifiedModel when using Objective-C. +SWIFT_PROTOCOL_NAMED("BaseIdentifiedModel") +@protocol FritzBaseIdentifiedModel +/// The Fritz model identifier that matches this class. +/// note: +/// You should copy this identifier from the Fritz dashboard +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull fritzModelIdentifier;) ++ (NSString * _Nonnull)fritzModelIdentifier SWIFT_WARN_UNUSED_RESULT; +/// This is the version of the model that is packaged with your application at submission time. +/// note: +/// As you upload newer versions of your model to the Fritz dashboard, clients will download those versions and begin using them automatically. This version is specifically for tracking the version that is installed on the device when they first download the app from the App Store. In order to maintain accurate tracking you should update this version number when you package a later version of a model into your app and resubmit to the App Store with that later version. +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) NSInteger fritzPackagedModelVersion;) ++ (NSInteger)fritzPackagedModelVersion SWIFT_WARN_UNUSED_RESULT; +@optional +/// A Fritz session encapsualtes your App Token and the Environment in which to send all Fritz-related requests. +/// note: +/// This is an optional property. By default the SDK will read your App Token from the FritzToken line in your apps Info.plist. However, by providing a Session you have the ability to use models in your app that are from different Fritz accounts. This is useful if you are an SDK author and want to include Fritz as a dependency in your SDK without affecting the end-develoeprs ability to also use Fritz with their App Token. +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) FritzSession * _Nonnull fritzSession;) ++ (FritzSession * _Nonnull)fritzSession SWIFT_WARN_UNUSED_RESULT; +@end + + +/// Fritz Environment Config +SWIFT_CLASS_NAMED("Environment") +@interface FritzEnvironment : NSObject +/// Required initializer +- (nonnull instancetype)initInNamespace:(NSString * _Nonnull)namespace_ apiPath:(NSString * _Nonnull)apiPath OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; +@end + + +@interface FritzEnvironment (SWIFT_EXTENSION(Fritz)) +/// Default environment +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) FritzEnvironment * _Nonnull defaultEnvironment;) ++ (FritzEnvironment * _Nonnull)defaultEnvironment SWIFT_WARN_UNUSED_RESULT; +/// Fritz Production environment, default if no environment is specified +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) FritzEnvironment * _Nonnull productionEnvironment;) ++ (FritzEnvironment * _Nonnull)productionEnvironment SWIFT_WARN_UNUSED_RESULT; +/// Fritz Staging environment +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) FritzEnvironment * _Nonnull stagingEnvironment;) ++ (FritzEnvironment * _Nonnull)stagingEnvironment SWIFT_WARN_UNUSED_RESULT; +@end + +/// The type of error encountered +typedef SWIFT_ENUM_NAMED(NSInteger, FritzErrorCode, "ErrorCode") { + FritzErrorCodeModelCompilation = 0, + FritzErrorCodeModelDownload = 1, + FritzErrorCodeSessionDisabled = 2, +}; + +@class NSCoder; + +/// Class representing a Fritz-related error +/// note: +/// You subscribe to a notification to be notified anytime an error is encountered in the SDK. +/// seealso: +/// Notification.Name.fritzError +SWIFT_CLASS_NAMED("FritzError") +@interface FritzError : NSError +/// Do not create an instance of this class directly +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initWithDomain:(NSString * _Nonnull)domain code:(NSInteger)code userInfo:(NSDictionary * _Nullable)dict SWIFT_UNAVAILABLE; +@end + +enum LogLevel : NSInteger; + +SWIFT_CLASS_NAMED("FritzSDK") +@interface FritzSDK : NSObject +/// Sets up the Fritz SDK. This should be on startup in AppDelegate.application(didFinishLaunching:). +/// \param models The list of Fritz models you want to setup. +/// +/// \param completionHandler Handler to be called with any errors seting up models, keyed by model identifier. +/// ++ (void)setupModels:(NSArray> * _Nonnull)models completionHandler:(void (^ _Nonnull)(NSDictionary * _Nonnull))completionHandler; +/// Sets up the Fritz SDK. This should be on startup in AppDelegate.application(didFinishLaunching:). +/// note: +/// This simply calls setupModels:completionHandler: with a no-op completion handler +/// seealso: +/// setupModels:completionHandler: +/// \param models The list of Fritz models you want to setup. +/// ++ (void)setupModels:(NSArray> * _Nonnull)models; +/// Enables Fritz SDK logging +/// \param level +/// – 0: Debug logging +/// – 1: Info logging +/// – 2: Warn logging +/// – 3: Error logging +/// – 4: Disable logging +/// ++ (void)setLogLevel:(enum LogLevel)level; +/// Cannot instantiate an instance of this class. Use setupModels: instead +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + + + + + + + +/// Logging level for the SDK +///
    +///
  • +/// debug: log all logs +///
  • +///
  • +/// info: log info logs or higher +///
  • +///
  • +/// warn: log warning logs or higher +///
  • +///
  • +/// error: log error logs only +///
  • +///
  • +/// none: disable logging +///
  • +///
+typedef SWIFT_ENUM(NSInteger, LogLevel) { + LogLevelDebug = 0, + LogLevelInfo = 1, + LogLevelWarn = 2, + LogLevelError = 3, + LogLevelNone = 4, +}; + +@class MLModelDescription; +@protocol MLFeatureProvider; +@class MLPredictionOptions; + +SWIFT_CLASS_NAMED("ManagedMLModel") +@interface FritzManagedMLModel : MLModel +/// Initialize model with an ID +- (nonnull instancetype)initWithSession:(FritzSession * _Nonnull)session identifiedModel:(id _Nonnull)identifiedModel OBJC_DESIGNATED_INITIALIZER; +/// Proxy model description +@property (nonatomic, readonly, strong) MLModelDescription * _Nonnull modelDescription; +/// Override prediction method and pass input/output to analytics +- (id _Nullable)predictionFromFeatures:(id _Nonnull)input error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT; +/// Override prediction method and pass input/output to analytics +- (id _Nullable)predictionFromFeatures:(id _Nonnull)input options:(MLPredictionOptions * _Nonnull)options error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; +@end + + +@interface NSNotification (SWIFT_EXTENSION(Fritz)) +/// Subscribe to this notification to receive Fritz-related errors +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull FritzErrorNotificationKey;) ++ (NSString * _Nonnull)FritzErrorNotificationKey SWIFT_WARN_UNUSED_RESULT; +/// Subscribe to this notification to know when a Fritz model has been updated +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull FritzModelUpdatedNotificationKey;) ++ (NSString * _Nonnull)FritzModelUpdatedNotificationKey SWIFT_WARN_UNUSED_RESULT; +@end + + +@interface NSObject (SWIFT_EXTENSION(Fritz)) +/// Injects a Fritz managed model into this instance allowing the SDK to instrument model predications. +/// warning: +/// When Xcode generates a Swift class based on a MLModel file it provides a read-write model property that allows the SDK to safely overwrite the model with a Fritz managed model. When using Objective-C, Xcode generates a class with a readonly model property which forces us to use setValue:forKey: instead of a type-safe setter. It’s crucial to test your apps on future beta versions of iOS as Apple could change the underlying implementation of the model property causing this method to crash. If this is the case, we will have updated SDKs ready for those newer versions. +/// note: +/// This method will have no affect on any object that does not conform to ObjcIdentifiedModel. +/// +/// returns: +/// The same instance that this method was called. +- (nonnull instancetype)fritz SWIFT_WARN_UNUSED_RESULT; +@end + + +/// Conform your Xcode-generated Objective-C class to this protocol to expose Fritz functionality +/// seealso: +/// BaseIdentifiedModel +SWIFT_PROTOCOL_NAMED("ObjcIdentifiedModel") +@protocol FritzObjcIdentifiedModel +@end + + + +/// Manages an MLModel instance +SWIFT_PROTOCOL_NAMED("ReadWriteModelProvider") +@protocol FritzReadWriteModelProvider +/// A read-write model +@property (nonatomic, strong) MLModel * _Nonnull model; +@end + + +/// Encapsualtes your App Token and the Environment in which to send all Fritz-related requests. +/// note: +/// By default the SDK will read your App Token from the FritzToken line in your apps Info.plist. However, by providing a Session when conforming to BaseIdentifiedModel you have the ability to use models in your app that are from different Fritz accounts. This is useful if you are an SDK author and want to include Fritz as a dependency in your SDK without affecting the end-develoeprs ability to also use Fritz with their App Token. +SWIFT_CLASS_NAMED("Session") +@interface FritzSession : NSObject +/// Default session to use throughout SDK +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) FritzSession * _Nonnull defaultSession;) ++ (FritzSession * _Nonnull)defaultSession SWIFT_WARN_UNUSED_RESULT; +/// Create a session in an environment with an app token +- (nonnull instancetype)initWithAppToken:(NSString * _Nonnull)appToken environment:(FritzEnvironment * _Nonnull)environment OBJC_DESIGNATED_INITIALIZER; +/// Create a session in the default environment with an app token +- (nonnull instancetype)initWithAppToken:(NSString * _Nonnull)appToken; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; +@end + + +/// Conform your Xcode-generated Swift class to this protocol to expose Fritz functionality +/// seealso: +/// BaseIdentifiedModel +SWIFT_PROTOCOL_NAMED("SwiftIdentifiedModel") +@protocol FritzSwiftIdentifiedModel +@end + +SWIFT_MODULE_NAMESPACE_POP +#pragma clang diagnostic pop diff --git a/Pods/Fritz/Framework/Fritz.framework/Headers/Fritz.h b/Pods/Fritz/Framework/Fritz.framework/Headers/Fritz.h new file mode 100644 index 0000000..709650e --- /dev/null +++ b/Pods/Fritz/Framework/Fritz.framework/Headers/Fritz.h @@ -0,0 +1,13 @@ +// +// Fritz.h +// Fritz +// +// Created by Andrew Barba on 8/9/17. +// Copyright © 2017 Fritz Labs Incorporated. All rights reserved. +// + +@import Foundation; +@import CoreML; + +FOUNDATION_EXPORT double FritzVersionNumber; +FOUNDATION_EXPORT const unsigned char FritzVersionString[]; diff --git a/Pods/Fritz/Framework/Fritz.framework/Info.plist b/Pods/Fritz/Framework/Fritz.framework/Info.plist new file mode 100644 index 0000000..a95d962 Binary files /dev/null and b/Pods/Fritz/Framework/Fritz.framework/Info.plist differ diff --git a/Pods/Fritz/Framework/Fritz.framework/Modules/Fritz.swiftmodule/arm64.swiftdoc b/Pods/Fritz/Framework/Fritz.framework/Modules/Fritz.swiftmodule/arm64.swiftdoc new file mode 100644 index 0000000..97df0d5 Binary files /dev/null and b/Pods/Fritz/Framework/Fritz.framework/Modules/Fritz.swiftmodule/arm64.swiftdoc differ diff --git a/Pods/Fritz/Framework/Fritz.framework/Modules/Fritz.swiftmodule/arm64.swiftmodule b/Pods/Fritz/Framework/Fritz.framework/Modules/Fritz.swiftmodule/arm64.swiftmodule new file mode 100644 index 0000000..369868a Binary files /dev/null and b/Pods/Fritz/Framework/Fritz.framework/Modules/Fritz.swiftmodule/arm64.swiftmodule differ diff --git a/Pods/Fritz/Framework/Fritz.framework/Modules/Fritz.swiftmodule/x86_64.swiftdoc b/Pods/Fritz/Framework/Fritz.framework/Modules/Fritz.swiftmodule/x86_64.swiftdoc new file mode 100644 index 0000000..37b0180 Binary files /dev/null and b/Pods/Fritz/Framework/Fritz.framework/Modules/Fritz.swiftmodule/x86_64.swiftdoc differ diff --git a/Pods/Fritz/Framework/Fritz.framework/Modules/Fritz.swiftmodule/x86_64.swiftmodule b/Pods/Fritz/Framework/Fritz.framework/Modules/Fritz.swiftmodule/x86_64.swiftmodule new file mode 100644 index 0000000..dd1c559 Binary files /dev/null and b/Pods/Fritz/Framework/Fritz.framework/Modules/Fritz.swiftmodule/x86_64.swiftmodule differ diff --git a/Pods/Fritz/Framework/Fritz.framework/Modules/module.modulemap b/Pods/Fritz/Framework/Fritz.framework/Modules/module.modulemap new file mode 100644 index 0000000..44955c7 --- /dev/null +++ b/Pods/Fritz/Framework/Fritz.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module Fritz { + umbrella header "Fritz.h" + + export * + module * { export * } +} + +module Fritz.Swift { + header "Fritz-Swift.h" + requires objc +} diff --git a/Pods/Fritz/Framework/Fritz.framework/strip-frameworks.sh b/Pods/Fritz/Framework/Fritz.framework/strip-frameworks.sh new file mode 100644 index 0000000..80814ab --- /dev/null +++ b/Pods/Fritz/Framework/Fritz.framework/strip-frameworks.sh @@ -0,0 +1,72 @@ +################################################################################ +# +# Copyright 2015 Realm Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +################################################################################ + +# This script strips all non-valid architectures from dynamic libraries in +# the application's `Frameworks` directory. +# +# The following environment variables are required: +# +# BUILT_PRODUCTS_DIR +# FRAMEWORKS_FOLDER_PATH +# VALID_ARCHS +# EXPANDED_CODE_SIGN_IDENTITY + + +# Signs a framework with the provided identity +code_sign() { + # Use the current code_sign_identitiy + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements $1" + /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements "$1" +} + +# Set working directory to product’s embedded frameworks +cd "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}" + +if [ "$ACTION" = "install" ]; then + echo "Copy .bcsymbolmap files to .xcarchive" + find . -name '*.bcsymbolmap' -type f -exec mv {} "${CONFIGURATION_BUILD_DIR}" \; +else + # Delete *.bcsymbolmap files from framework bundle unless archiving + find . -name '*.bcsymbolmap' -type f -exec rm -rf "{}" +\; +fi + +echo "Stripping frameworks" + +for file in $(find . -type f -perm +111); do + # Skip non-dynamic libraries + if ! [[ "$(file "$file")" == *"dynamically linked shared library"* ]]; then + continue + fi + # Get architectures for current file + archs="$(lipo -info "${file}" | rev | cut -d ':' -f1 | rev)" + stripped="" + for arch in $archs; do + if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$file" "$file" || exit 1 + stripped="$stripped $arch" + fi + done + if [[ "$stripped" != "" ]]; then + echo "Stripped $file of architectures:$stripped" + if [ "${CODE_SIGNING_REQUIRED}" == "YES" ]; then + code_sign "${file}" + fi + fi +done diff --git a/Pods/Fritz/LICENSE.md b/Pods/Fritz/LICENSE.md new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/Pods/Fritz/LICENSE.md @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/Pods/Fritz/README.md b/Pods/Fritz/README.md new file mode 100644 index 0000000..8ed7568 --- /dev/null +++ b/Pods/Fritz/README.md @@ -0,0 +1,31 @@ +Fritz Swift SDK +=============== + +[![Build Status](https://www.bitrise.io/app/dc5257678b56fb7b/status.svg?token=SKEIdD52UbujsZb4wsiCwQ&branch=master)](https://www.bitrise.io/app/dc5257678b56fb7b) +[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/Fritz.svg)](https://img.shields.io/cocoapods/v/Fritz.svg) +[![Twitter](https://img.shields.io/badge/twitter-@fritzlabs-blue.svg?style=flat)](http://twitter.com/fritzlabs) + +The Fritz SDK is used to provide insights into your use of CoreML models. Fritz provides seamless over-the-air updates to your models as well as analytics in how well your models are performing on your end-users devices. + +## Documentation + +[https://fritzlabs.github.io/swift-framework/](https://fritzlabs.github.io/swift-framework/) + +## Installation + +### CocoaPods + +[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command: + +```bash +$ gem install cocoapods +``` + +> CocoaPods 1.1.0+ is required to build Fritz 1.0.0+. + +To integrate Fritz into your Xcode project using CocoaPods, specify it in your `Podfile`: + +``` +pod update +pod install Fritz '~> 1.0.0-beta' +``` diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 37c3c04..b0b83c2 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -1,15 +1,18 @@ PODS: + - Fritz (1.0.0-beta5) - ScalingCarousel (2.0.3) - TOMSMorphingLabel (0.5.1) DEPENDENCIES: + - Fritz (~> 1.0.0-beta) - ScalingCarousel - TOMSMorphingLabel (~> 0.5) SPEC CHECKSUMS: + Fritz: a3bf484ce949e36748f1b365049be9e5b21a91c9 ScalingCarousel: 023450cd1a8f1bd7d13a8edbddc956ded8ed1891 TOMSMorphingLabel: 3e88a2bf5257f8993ebc51fb3109187a0bfb2c4d -PODFILE CHECKSUM: 853d417a547d86f871d3b92467f34d5464fdffbd +PODFILE CHECKSUM: 84c9e921bc9e0998fac22d2a02da457b16b768d0 COCOAPODS: 1.4.0 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 9fec5b8..46382bc 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -7,22 +7,22 @@ objects = { /* Begin PBXBuildFile section */ - 04A487F0F24B7AE1CE72FEB59C5BF122 /* ScalingCarouselView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C53B5F808D206F4E24908B9D979D1C4 /* ScalingCarouselView.swift */; }; - 06EC9FABE941F9279B519ECF97EDF6CE /* NSString+Morphing.h in Headers */ = {isa = PBXBuildFile; fileRef = 3970A566695448204DA09916448F824F /* NSString+Morphing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 12B00AE13656D1254A8C605F3DA24767 /* TOMSMorphingLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = B8B6726A1A408AE6B76B72142D77625A /* TOMSMorphingLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1902C8DBF477076BE901783B50D948CF /* TOMSMorphingLabel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BAF64F60053D61DBF14DC97CB76CB703 /* TOMSMorphingLabel-dummy.m */; }; - 41DBCC7576BDBCAE78FFBE16CE8680BE /* ScalingCarouselCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C8220C28DEC018575342B4DD4CAC06E /* ScalingCarouselCell.swift */; }; + 04A487F0F24B7AE1CE72FEB59C5BF122 /* ScalingCarouselView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1FEC63FF11046956A022B3D7E6D0661 /* ScalingCarouselView.swift */; }; + 06EC9FABE941F9279B519ECF97EDF6CE /* NSString+Morphing.h in Headers */ = {isa = PBXBuildFile; fileRef = EB1F39A5FD6C7BE3822B2D2152563841 /* NSString+Morphing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 12B00AE13656D1254A8C605F3DA24767 /* TOMSMorphingLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F19A4F374D461F751FD25638DCF4F91 /* TOMSMorphingLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1902C8DBF477076BE901783B50D948CF /* TOMSMorphingLabel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B813B489DD668891CB37863A8457B249 /* TOMSMorphingLabel-dummy.m */; }; + 41DBCC7576BDBCAE78FFBE16CE8680BE /* ScalingCarouselCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11325C165BE30E15FFE13F879946C481 /* ScalingCarouselCell.swift */; }; 5D9FFA61CED1FB44FD3A1BDEEA27140C /* Pods-CoreML in ARKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CBA9A643B60979C7DA286F8A0C646D5C /* Pods-CoreML in ARKit-dummy.m */; }; - 68CFBCD26F89AEEF538C2CD2332E56F0 /* ScalingCarousel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 00F62738ECAAD85BD81351DDBD235CEE /* ScalingCarousel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A6208D415DDB31EE16FBC8E10705C7E /* NSString+Morphing.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D60737F53ECF91134D0DC65766B813 /* NSString+Morphing.m */; }; - 6C0AC94499E413C393C0EC5BDED88121 /* ScalingCarouselLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73958815A05772FBB8215A74A7BE845F /* ScalingCarouselLayout.swift */; }; + 68CFBCD26F89AEEF538C2CD2332E56F0 /* ScalingCarousel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F195022EF172AF1A2D53B948CCF07EED /* ScalingCarousel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A6208D415DDB31EE16FBC8E10705C7E /* NSString+Morphing.m in Sources */ = {isa = PBXBuildFile; fileRef = C9E621770904B67C820A8296405B6DEA /* NSString+Morphing.m */; }; + 6C0AC94499E413C393C0EC5BDED88121 /* ScalingCarouselLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96D6A77C9E5B7F2F8016D2207083C013 /* ScalingCarouselLayout.swift */; }; 7E3C71828EF07C2B14857F256E58DB8B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */; }; 8F68802D20884B4EF73FF87C0D587A1C /* Pods-CoreML in ARKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A9EDB843619D54E73E34610E0E3DCB1C /* Pods-CoreML in ARKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 97A55095F0DBFA77298CF84738384B25 /* TOMSMorphingLabel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 28570F36C4904AB87D45488F5CC11E3D /* TOMSMorphingLabel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2E1D652401D1FD2C634C0190EA3AD45 /* TOMSMorphingLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = BAC768F58BC0E00DE6027ACB6A15E88A /* TOMSMorphingLabel.m */; }; + 97A55095F0DBFA77298CF84738384B25 /* TOMSMorphingLabel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D1F29426658306006780049CAB6D4C01 /* TOMSMorphingLabel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2E1D652401D1FD2C634C0190EA3AD45 /* TOMSMorphingLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = DA9252F101352C90A292CD736E482D20 /* TOMSMorphingLabel.m */; }; B8510F264968BE89C96163C806AFAAAC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */; }; C9E8F361299179E705CF79BC3F0D33E4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */; }; - D760B09E3C746AE729161066CED6E23F /* ScalingCarousel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C8829275C03E2A60FA476BBFDFC83C5 /* ScalingCarousel-dummy.m */; }; + D760B09E3C746AE729161066CED6E23F /* ScalingCarousel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DD7D62EFB4FE2532351523ED3A70AA86 /* ScalingCarousel-dummy.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -43,40 +43,41 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 00F62738ECAAD85BD81351DDBD235CEE /* ScalingCarousel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ScalingCarousel-umbrella.h"; sourceTree = ""; }; 0812422483CAB9194831BCDE13767B9F /* Pods-CoreML in ARKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CoreML in ARKit.release.xcconfig"; sourceTree = ""; }; - 0F785F4060C5EC72BFD0109A3669F1B9 /* ScalingCarousel.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ScalingCarousel.xcconfig; sourceTree = ""; }; - 1C8220C28DEC018575342B4DD4CAC06E /* ScalingCarouselCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScalingCarouselCell.swift; path = ScalingCarousel/Classes/ScalingCarouselCell.swift; sourceTree = ""; }; - 26A03879DAE22F42AA0F2817115D5BE4 /* TOMSMorphingLabel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = TOMSMorphingLabel.modulemap; sourceTree = ""; }; - 28570F36C4904AB87D45488F5CC11E3D /* TOMSMorphingLabel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TOMSMorphingLabel-umbrella.h"; sourceTree = ""; }; + 0DE06C65569E88E56856E8D0D08E5B58 /* TOMSMorphingLabel.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TOMSMorphingLabel.xcconfig; sourceTree = ""; }; + 11325C165BE30E15FFE13F879946C481 /* ScalingCarouselCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScalingCarouselCell.swift; path = ScalingCarousel/Classes/ScalingCarouselCell.swift; sourceTree = ""; }; + 162869EF2D0BE20945F7BF6F07048BB0 /* ScalingCarousel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = ScalingCarousel.modulemap; sourceTree = ""; }; + 25B8D1F322EBBC7D22AE8DE5131FA91B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 29A48EF4BDD613144F10D0741E90E35B /* TOMSMorphingLabel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = TOMSMorphingLabel.modulemap; sourceTree = ""; }; 37E7ACC94BCDFE401D69F69E9F97E3EB /* Pods-CoreML in ARKit-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CoreML in ARKit-resources.sh"; sourceTree = ""; }; - 3970A566695448204DA09916448F824F /* NSString+Morphing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+Morphing.h"; path = "Classes/NSString+Morphing.h"; sourceTree = ""; }; 3C5FA787E8B08F3D0F9D163D094AE26A /* TOMSMorphingLabel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = TOMSMorphingLabel.framework; path = TOMSMorphingLabel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 42D60737F53ECF91134D0DC65766B813 /* NSString+Morphing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+Morphing.m"; path = "Classes/NSString+Morphing.m"; sourceTree = ""; }; - 45CB4666B15B7F5037505557ED26B22C /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 4AD249B06EF1CC0D2B1D735C8C3BEB05 /* ScalingCarousel.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ScalingCarousel.xcconfig; sourceTree = ""; }; 4B300148DED5AC5271A164295EB7758C /* Pods_CoreML_in_ARKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_CoreML_in_ARKit.framework; path = "Pods-CoreML in ARKit.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 4E592456C0952138EA42FA49E9F9A3EF /* Pods-CoreML in ARKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CoreML in ARKit.debug.xcconfig"; sourceTree = ""; }; - 4FAD2180C363EA16F8176D0864F7C401 /* TOMSMorphingLabel.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TOMSMorphingLabel.xcconfig; sourceTree = ""; }; - 5319A192AA3868638018ECA134FD6DAA /* ScalingCarousel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = ScalingCarousel.modulemap; sourceTree = ""; }; 60210AB8FA9E31547D1D2AE68D2A8FE5 /* Pods-CoreML in ARKit-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-CoreML in ARKit-acknowledgements.markdown"; sourceTree = ""; }; 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 68DE29E0FD7A2C9184E3045CB774DEE7 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 73958815A05772FBB8215A74A7BE845F /* ScalingCarouselLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScalingCarouselLayout.swift; path = ScalingCarousel/Classes/ScalingCarouselLayout.swift; sourceTree = ""; }; - 8C8829275C03E2A60FA476BBFDFC83C5 /* ScalingCarousel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ScalingCarousel-dummy.m"; sourceTree = ""; }; + 68133C467D1EB30E76B8F6D63A1FD059 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 7F19A4F374D461F751FD25638DCF4F91 /* TOMSMorphingLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOMSMorphingLabel.h; path = Classes/TOMSMorphingLabel.h; sourceTree = ""; }; 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9C53B5F808D206F4E24908B9D979D1C4 /* ScalingCarouselView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScalingCarouselView.swift; path = ScalingCarousel/Classes/ScalingCarouselView.swift; sourceTree = ""; }; + 96D6A77C9E5B7F2F8016D2207083C013 /* ScalingCarouselLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScalingCarouselLayout.swift; path = ScalingCarousel/Classes/ScalingCarouselLayout.swift; sourceTree = ""; }; A9EDB843619D54E73E34610E0E3DCB1C /* Pods-CoreML in ARKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-CoreML in ARKit-umbrella.h"; sourceTree = ""; }; - AB7AB351BC5F9184116337F9929CCE79 /* TOMSMorphingLabel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TOMSMorphingLabel-prefix.pch"; sourceTree = ""; }; - B8B6726A1A408AE6B76B72142D77625A /* TOMSMorphingLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOMSMorphingLabel.h; path = Classes/TOMSMorphingLabel.h; sourceTree = ""; }; - BAC768F58BC0E00DE6027ACB6A15E88A /* TOMSMorphingLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOMSMorphingLabel.m; path = Classes/TOMSMorphingLabel.m; sourceTree = ""; }; - BAF64F60053D61DBF14DC97CB76CB703 /* TOMSMorphingLabel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TOMSMorphingLabel-dummy.m"; sourceTree = ""; }; + B813B489DD668891CB37863A8457B249 /* TOMSMorphingLabel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TOMSMorphingLabel-dummy.m"; sourceTree = ""; }; BBD110617C9A5D35612088BED239CD89 /* Pods-CoreML in ARKit-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CoreML in ARKit-frameworks.sh"; sourceTree = ""; }; BD391D17529C67FB1149A21A41B7BFD2 /* ScalingCarousel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ScalingCarousel.framework; path = ScalingCarousel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; BEFBEE664EC21B9060891E6AFB3F643B /* Pods-CoreML in ARKit-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CoreML in ARKit-acknowledgements.plist"; sourceTree = ""; }; + C1FEC63FF11046956A022B3D7E6D0661 /* ScalingCarouselView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScalingCarouselView.swift; path = ScalingCarousel/Classes/ScalingCarouselView.swift; sourceTree = ""; }; C5CEBC52E2A623585900372ABA8A7843 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; C6587DB868B25D5D074BF1C9089E5B5A /* Pods-CoreML in ARKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-CoreML in ARKit.modulemap"; sourceTree = ""; }; + C9E621770904B67C820A8296405B6DEA /* NSString+Morphing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+Morphing.m"; path = "Classes/NSString+Morphing.m"; sourceTree = ""; }; CBA9A643B60979C7DA286F8A0C646D5C /* Pods-CoreML in ARKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-CoreML in ARKit-dummy.m"; sourceTree = ""; }; - D4DA420B847A23530B20A899B8934130 /* ScalingCarousel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ScalingCarousel-prefix.pch"; sourceTree = ""; }; + D1F29426658306006780049CAB6D4C01 /* TOMSMorphingLabel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TOMSMorphingLabel-umbrella.h"; sourceTree = ""; }; + DA9252F101352C90A292CD736E482D20 /* TOMSMorphingLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOMSMorphingLabel.m; path = Classes/TOMSMorphingLabel.m; sourceTree = ""; }; + DB3326103813376C6ACB5482B0A9F4C7 /* Fritz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Fritz.framework; path = Framework/Fritz.framework; sourceTree = ""; }; + DD7D62EFB4FE2532351523ED3A70AA86 /* ScalingCarousel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ScalingCarousel-dummy.m"; sourceTree = ""; }; + E886FC963D2667DEDDBEC33CCA6E545D /* TOMSMorphingLabel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TOMSMorphingLabel-prefix.pch"; sourceTree = ""; }; + EB1F39A5FD6C7BE3822B2D2152563841 /* NSString+Morphing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+Morphing.h"; path = "Classes/NSString+Morphing.h"; sourceTree = ""; }; + F195022EF172AF1A2D53B948CCF07EED /* ScalingCarousel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ScalingCarousel-umbrella.h"; sourceTree = ""; }; + F9E6F05E976AFCA020B5BF0845022A93 /* ScalingCarousel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ScalingCarousel-prefix.pch"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -107,18 +108,26 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 5E7C8124698CFC16AD45C73C60E32B84 /* Support Files */ = { + 1F84EB05561D8E17697C534CA6ECB7F3 /* ScalingCarousel */ = { isa = PBXGroup; children = ( - 68DE29E0FD7A2C9184E3045CB774DEE7 /* Info.plist */, - 26A03879DAE22F42AA0F2817115D5BE4 /* TOMSMorphingLabel.modulemap */, - 4FAD2180C363EA16F8176D0864F7C401 /* TOMSMorphingLabel.xcconfig */, - BAF64F60053D61DBF14DC97CB76CB703 /* TOMSMorphingLabel-dummy.m */, - AB7AB351BC5F9184116337F9929CCE79 /* TOMSMorphingLabel-prefix.pch */, - 28570F36C4904AB87D45488F5CC11E3D /* TOMSMorphingLabel-umbrella.h */, + 11325C165BE30E15FFE13F879946C481 /* ScalingCarouselCell.swift */, + 96D6A77C9E5B7F2F8016D2207083C013 /* ScalingCarouselLayout.swift */, + C1FEC63FF11046956A022B3D7E6D0661 /* ScalingCarouselView.swift */, + D97107331E3FB53491B7FD9E6091A594 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/TOMSMorphingLabel"; + name = ScalingCarousel; + path = ScalingCarousel; + sourceTree = ""; + }; + 40AB6E7FABB4E7DB85B075073EF204AF /* Pods */ = { + isa = PBXGroup; + children = ( + E4846371B29F7B0767ACE40B088EB49F /* Fritz */, + 1F84EB05561D8E17697C534CA6ECB7F3 /* ScalingCarousel */, + A81EE277CB0CB700D5FDDABE33C7BA72 /* TOMSMorphingLabel */, + ); + name = Pods; sourceTree = ""; }; 7695CEAC1BFE2F67F917D25AD21C9D8C /* Pods-CoreML in ARKit */ = { @@ -144,7 +153,7 @@ children = ( 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */, - 95769B195391445D2AD312CAE1C0A357 /* Pods */, + 40AB6E7FABB4E7DB85B075073EF204AF /* Pods */, EBAF5FC93086052D463E4599830F4450 /* Products */, 8CDBE3AC9BBB65315C3277F9186B6FD6 /* Targets Support Files */, ); @@ -158,56 +167,78 @@ name = "Targets Support Files"; sourceTree = ""; }; - 95769B195391445D2AD312CAE1C0A357 /* Pods */ = { + A7918174703E84475FB539F7CC215B6C /* Support Files */ = { isa = PBXGroup; children = ( - FFECD9948C208E4F810151862440A87A /* ScalingCarousel */, - 95C1B8E18DCA8F2C7F8F390DCA3A114F /* TOMSMorphingLabel */, + 25B8D1F322EBBC7D22AE8DE5131FA91B /* Info.plist */, + 29A48EF4BDD613144F10D0741E90E35B /* TOMSMorphingLabel.modulemap */, + 0DE06C65569E88E56856E8D0D08E5B58 /* TOMSMorphingLabel.xcconfig */, + B813B489DD668891CB37863A8457B249 /* TOMSMorphingLabel-dummy.m */, + E886FC963D2667DEDDBEC33CCA6E545D /* TOMSMorphingLabel-prefix.pch */, + D1F29426658306006780049CAB6D4C01 /* TOMSMorphingLabel-umbrella.h */, ); - name = Pods; + name = "Support Files"; + path = "../Target Support Files/TOMSMorphingLabel"; sourceTree = ""; }; - 95C1B8E18DCA8F2C7F8F390DCA3A114F /* TOMSMorphingLabel */ = { + A81EE277CB0CB700D5FDDABE33C7BA72 /* TOMSMorphingLabel */ = { isa = PBXGroup; children = ( - 3970A566695448204DA09916448F824F /* NSString+Morphing.h */, - 42D60737F53ECF91134D0DC65766B813 /* NSString+Morphing.m */, - B8B6726A1A408AE6B76B72142D77625A /* TOMSMorphingLabel.h */, - BAC768F58BC0E00DE6027ACB6A15E88A /* TOMSMorphingLabel.m */, - 5E7C8124698CFC16AD45C73C60E32B84 /* Support Files */, + EB1F39A5FD6C7BE3822B2D2152563841 /* NSString+Morphing.h */, + C9E621770904B67C820A8296405B6DEA /* NSString+Morphing.m */, + 7F19A4F374D461F751FD25638DCF4F91 /* TOMSMorphingLabel.h */, + DA9252F101352C90A292CD736E482D20 /* TOMSMorphingLabel.m */, + A7918174703E84475FB539F7CC215B6C /* Support Files */, ); name = TOMSMorphingLabel; path = TOMSMorphingLabel; sourceTree = ""; }; - AC530BDD0D9AA0558D901DE9B75AAD18 /* Support Files */ = { + BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = { isa = PBXGroup; children = ( - 45CB4666B15B7F5037505557ED26B22C /* Info.plist */, - 5319A192AA3868638018ECA134FD6DAA /* ScalingCarousel.modulemap */, - 0F785F4060C5EC72BFD0109A3669F1B9 /* ScalingCarousel.xcconfig */, - 8C8829275C03E2A60FA476BBFDFC83C5 /* ScalingCarousel-dummy.m */, - D4DA420B847A23530B20A899B8934130 /* ScalingCarousel-prefix.pch */, - 00F62738ECAAD85BD81351DDBD235CEE /* ScalingCarousel-umbrella.h */, + D35AF013A5F0BAD4F32504907A52519E /* iOS */, + ); + name = Frameworks; + sourceTree = ""; + }; + D35AF013A5F0BAD4F32504907A52519E /* iOS */ = { + isa = PBXGroup; + children = ( + 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */, + ); + name = iOS; + sourceTree = ""; + }; + D97107331E3FB53491B7FD9E6091A594 /* Support Files */ = { + isa = PBXGroup; + children = ( + 68133C467D1EB30E76B8F6D63A1FD059 /* Info.plist */, + 162869EF2D0BE20945F7BF6F07048BB0 /* ScalingCarousel.modulemap */, + 4AD249B06EF1CC0D2B1D735C8C3BEB05 /* ScalingCarousel.xcconfig */, + DD7D62EFB4FE2532351523ED3A70AA86 /* ScalingCarousel-dummy.m */, + F9E6F05E976AFCA020B5BF0845022A93 /* ScalingCarousel-prefix.pch */, + F195022EF172AF1A2D53B948CCF07EED /* ScalingCarousel-umbrella.h */, ); name = "Support Files"; path = "../Target Support Files/ScalingCarousel"; sourceTree = ""; }; - BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = { + E4846371B29F7B0767ACE40B088EB49F /* Fritz */ = { isa = PBXGroup; children = ( - D35AF013A5F0BAD4F32504907A52519E /* iOS */, + E7321234BF0D916C35A2C204AC3ECB54 /* Frameworks */, ); - name = Frameworks; + name = Fritz; + path = Fritz; sourceTree = ""; }; - D35AF013A5F0BAD4F32504907A52519E /* iOS */ = { + E7321234BF0D916C35A2C204AC3ECB54 /* Frameworks */ = { isa = PBXGroup; children = ( - 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */, + DB3326103813376C6ACB5482B0A9F4C7 /* Fritz.framework */, ); - name = iOS; + name = Frameworks; sourceTree = ""; }; EBAF5FC93086052D463E4599830F4450 /* Products */ = { @@ -220,18 +251,6 @@ name = Products; sourceTree = ""; }; - FFECD9948C208E4F810151862440A87A /* ScalingCarousel */ = { - isa = PBXGroup; - children = ( - 1C8220C28DEC018575342B4DD4CAC06E /* ScalingCarouselCell.swift */, - 73958815A05772FBB8215A74A7BE845F /* ScalingCarouselLayout.swift */, - 9C53B5F808D206F4E24908B9D979D1C4 /* ScalingCarouselView.swift */, - AC530BDD0D9AA0558D901DE9B75AAD18 /* Support Files */, - ); - name = ScalingCarousel; - path = ScalingCarousel; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -484,7 +503,7 @@ }; 30AE281ADE408A116EF04D0E4C97F0F2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4FAD2180C363EA16F8176D0864F7C401 /* TOMSMorphingLabel.xcconfig */; + baseConfigurationReference = 0DE06C65569E88E56856E8D0D08E5B58 /* TOMSMorphingLabel.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -514,7 +533,7 @@ }; 4E9DA079CDC49971850F3FCB1F620244 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0F785F4060C5EC72BFD0109A3669F1B9 /* ScalingCarousel.xcconfig */; + baseConfigurationReference = 4AD249B06EF1CC0D2B1D735C8C3BEB05 /* ScalingCarousel.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -606,7 +625,7 @@ }; 6EBE1523F095434981D086EAC8FE48D0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4FAD2180C363EA16F8176D0864F7C401 /* TOMSMorphingLabel.xcconfig */; + baseConfigurationReference = 0DE06C65569E88E56856E8D0D08E5B58 /* TOMSMorphingLabel.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -671,7 +690,7 @@ }; D38A7299837C1AB7B62B9A20C8CE1D68 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0F785F4060C5EC72BFD0109A3669F1B9 /* ScalingCarousel.xcconfig */; + baseConfigurationReference = 4AD249B06EF1CC0D2B1D735C8C3BEB05 /* ScalingCarousel.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; diff --git a/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit-acknowledgements.markdown b/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit-acknowledgements.markdown index 0bcb783..f3d2c4f 100644 --- a/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit-acknowledgements.markdown @@ -1,6 +1,212 @@ # Acknowledgements This application makes use of the following third party libraries: +## Fritz + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + ## ScalingCarousel Copyright (c) 2016 Pete Smith diff --git a/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit-acknowledgements.plist b/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit-acknowledgements.plist index 20ed56b..56cb041 100644 --- a/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit-acknowledgements.plist @@ -12,6 +12,218 @@ Type PSGroupSpecifier + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + License + Apache 2.0 + Title + Fritz + Type + PSGroupSpecifier + FooterText Copyright (c) 2016 Pete Smith <peadar81@gmail.com> diff --git a/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit-frameworks.sh b/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit-frameworks.sh index 72b0896..796790d 100755 --- a/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit-frameworks.sh +++ b/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit-frameworks.sh @@ -134,10 +134,12 @@ strip_invalid_archs() { if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "${PODS_ROOT}/Fritz/Framework/Fritz.framework" install_framework "${BUILT_PRODUCTS_DIR}/ScalingCarousel/ScalingCarousel.framework" install_framework "${BUILT_PRODUCTS_DIR}/TOMSMorphingLabel/TOMSMorphingLabel.framework" fi if [[ "$CONFIGURATION" == "Release" ]]; then + install_framework "${PODS_ROOT}/Fritz/Framework/Fritz.framework" install_framework "${BUILT_PRODUCTS_DIR}/ScalingCarousel/ScalingCarousel.framework" install_framework "${BUILT_PRODUCTS_DIR}/TOMSMorphingLabel/TOMSMorphingLabel.framework" fi diff --git a/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit.debug.xcconfig b/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit.debug.xcconfig index 3975ba0..db49d12 100644 --- a/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit.debug.xcconfig +++ b/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit.debug.xcconfig @@ -1,9 +1,10 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ScalingCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/TOMSMorphingLabel" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ScalingCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/TOMSMorphingLabel" "${PODS_ROOT}/Fritz/Framework" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Fritz" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/ScalingCarousel/ScalingCarousel.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/TOMSMorphingLabel/TOMSMorphingLabel.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "ScalingCarousel" -framework "TOMSMorphingLabel" +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/ScalingCarousel/ScalingCarousel.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/TOMSMorphingLabel/TOMSMorphingLabel.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Fritz" +OTHER_LDFLAGS = $(inherited) -framework "CoreML" -framework "Fritz" -framework "ScalingCarousel" -framework "TOMSMorphingLabel" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit.release.xcconfig b/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit.release.xcconfig index 3975ba0..db49d12 100644 --- a/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit.release.xcconfig +++ b/Pods/Target Support Files/Pods-CoreML in ARKit/Pods-CoreML in ARKit.release.xcconfig @@ -1,9 +1,10 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ScalingCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/TOMSMorphingLabel" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ScalingCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/TOMSMorphingLabel" "${PODS_ROOT}/Fritz/Framework" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Fritz" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/ScalingCarousel/ScalingCarousel.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/TOMSMorphingLabel/TOMSMorphingLabel.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "ScalingCarousel" -framework "TOMSMorphingLabel" +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/ScalingCarousel/ScalingCarousel.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/TOMSMorphingLabel/TOMSMorphingLabel.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Fritz" +OTHER_LDFLAGS = $(inherited) -framework "CoreML" -framework "Fritz" -framework "ScalingCarousel" -framework "TOMSMorphingLabel" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/ScalingCarousel/ScalingCarousel.xcconfig b/Pods/Target Support Files/ScalingCarousel/ScalingCarousel.xcconfig index b3ebf43..8fae490 100644 --- a/Pods/Target Support Files/ScalingCarousel/ScalingCarousel.xcconfig +++ b/Pods/Target Support Files/ScalingCarousel/ScalingCarousel.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ScalingCarousel GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Fritz" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/TOMSMorphingLabel/TOMSMorphingLabel.xcconfig b/Pods/Target Support Files/TOMSMorphingLabel/TOMSMorphingLabel.xcconfig index 529bea5..2d36fb6 100644 --- a/Pods/Target Support Files/TOMSMorphingLabel/TOMSMorphingLabel.xcconfig +++ b/Pods/Target Support Files/TOMSMorphingLabel/TOMSMorphingLabel.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/TOMSMorphingLabel GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Fritz" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT}