From 3153a5fd43ad5d7c400d46dfa80fa01f83627a66 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Tue, 7 May 2013 17:16:47 +0200 Subject: [PATCH] Removed pod dependency --- .../Example/TSSecondViewController.m | 2 +- ExampleProject/Podfile.lock | 7 +- .../UIColor+MLColorAdditions.h | 1 - .../UIColor+MLColorAdditions.h | 1 - .../Pods/Local Podspecs/TSMessages.podspec | 2 - .../Pods/MLUIColorAdditions/LICENCE | 8 - .../UIColor+MLColorAdditions.h | 22 - .../UIColor+MLColorAdditions.m | 49 - ExampleProject/Pods/Manifest.lock | 7 +- .../Pods/Pods-Acknowledgements.markdown | 12 - .../Pods/Pods-Acknowledgements.plist | 16 - ExampleProject/Pods/Pods-header.h | 1 - ExampleProject/Pods/Pods-prefix.pch | 1 - ExampleProject/Pods/Pods.xcconfig | 4 +- .../Pods/Pods.xcodeproj/project.pbxproj | 1123 ++++++++--------- .../xcschemes/xcschememanagement.plist | 5 + TSMessages.podspec | 2 - 17 files changed, 533 insertions(+), 730 deletions(-) delete mode 120000 ExampleProject/Pods/BuildHeaders/MLUIColorAdditions/UIColor+MLColorAdditions.h delete mode 120000 ExampleProject/Pods/Headers/MLUIColorAdditions/UIColor+MLColorAdditions.h delete mode 100644 ExampleProject/Pods/MLUIColorAdditions/LICENCE delete mode 100644 ExampleProject/Pods/MLUIColorAdditions/UIColor+MLColorAdditions.h delete mode 100644 ExampleProject/Pods/MLUIColorAdditions/UIColor+MLColorAdditions.m diff --git a/ExampleProject/Example/TSSecondViewController.m b/ExampleProject/Example/TSSecondViewController.m index 24a7e8f7..0ca9281c 100644 --- a/ExampleProject/Example/TSSecondViewController.m +++ b/ExampleProject/Example/TSSecondViewController.m @@ -95,7 +95,7 @@ - (IBAction)didTapButtonidsender:(id)sender { NSString *notificationTitle = NSLocalizedString(@"New version available", nil); NSString *notificationDescription = (self.descriptionToggle.on ? - NSLocalizedString(@"Please update our app. This is some neutral notification. lorem ipsum o sole mio wie geht es dir! jeej ksjd", nil) : + NSLocalizedString(@"Please update our app. This is some neutral notification.", nil) : nil); CGFloat duration = (self.longDurationToggle.on ? TSSecondViewControllerLongDuration : 0.0); diff --git a/ExampleProject/Podfile.lock b/ExampleProject/Podfile.lock index 8548ef7b..5ae8df54 100644 --- a/ExampleProject/Podfile.lock +++ b/ExampleProject/Podfile.lock @@ -1,7 +1,5 @@ PODS: - - MLUIColorAdditions (1.0.0) - - TSMessages (0.9.1): - - MLUIColorAdditions + - TSMessages (0.9.1) DEPENDENCIES: - TSMessages (from `..`) @@ -11,7 +9,6 @@ EXTERNAL SOURCES: :local: .. SPEC CHECKSUMS: - MLUIColorAdditions: c128da8c87b724cdc6c9a1b4cfe8832ca62b8d2a - TSMessages: 916e168ec96b90fbe2756bc4e28c555a2abc83fc + TSMessages: d72ae40ebb8f54c738d72804f38cecafe5721dc3 COCOAPODS: 0.18.1 diff --git a/ExampleProject/Pods/BuildHeaders/MLUIColorAdditions/UIColor+MLColorAdditions.h b/ExampleProject/Pods/BuildHeaders/MLUIColorAdditions/UIColor+MLColorAdditions.h deleted file mode 120000 index 3f4be23d..00000000 --- a/ExampleProject/Pods/BuildHeaders/MLUIColorAdditions/UIColor+MLColorAdditions.h +++ /dev/null @@ -1 +0,0 @@ -../../MLUIColorAdditions/UIColor+MLColorAdditions.h \ No newline at end of file diff --git a/ExampleProject/Pods/Headers/MLUIColorAdditions/UIColor+MLColorAdditions.h b/ExampleProject/Pods/Headers/MLUIColorAdditions/UIColor+MLColorAdditions.h deleted file mode 120000 index 3f4be23d..00000000 --- a/ExampleProject/Pods/Headers/MLUIColorAdditions/UIColor+MLColorAdditions.h +++ /dev/null @@ -1 +0,0 @@ -../../MLUIColorAdditions/UIColor+MLColorAdditions.h \ No newline at end of file diff --git a/ExampleProject/Pods/Local Podspecs/TSMessages.podspec b/ExampleProject/Pods/Local Podspecs/TSMessages.podspec index 9dec62bc..e9f4a148 100644 --- a/ExampleProject/Pods/Local Podspecs/TSMessages.podspec +++ b/ExampleProject/Pods/Local Podspecs/TSMessages.podspec @@ -24,6 +24,4 @@ There are 4 different types already set up for you: Success, Error, Warning, Mes s.requires_arc = true - - s.dependency 'MLUIColorAdditions' end diff --git a/ExampleProject/Pods/MLUIColorAdditions/LICENCE b/ExampleProject/Pods/MLUIColorAdditions/LICENCE deleted file mode 100644 index b57c882a..00000000 --- a/ExampleProject/Pods/MLUIColorAdditions/LICENCE +++ /dev/null @@ -1,8 +0,0 @@ -The MIT License (MIT) -Copyright (c) 2012 Marius Landwehr marius.landwehr@gmail.com - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/ExampleProject/Pods/MLUIColorAdditions/UIColor+MLColorAdditions.h b/ExampleProject/Pods/MLUIColorAdditions/UIColor+MLColorAdditions.h deleted file mode 100644 index 60124dab..00000000 --- a/ExampleProject/Pods/MLUIColorAdditions/UIColor+MLColorAdditions.h +++ /dev/null @@ -1,22 +0,0 @@ -// -// UIColor+UIColor_MLColorAdditions.h -// -// Created by Marius Landwehr on 02.12.12. -// The MIT License (MIT) -// Copyright (c) 2012 Marius Landwehr marius.landwehr@gmail.com -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -// - -#import - -@interface UIColor (MLColorAdditions) - -+ (UIColor *)colorWithHexString:(NSString *)hexString alpha:(CGFloat)alpha; -+ (UIColor *)colorWith8BitRed:(NSInteger)red green:(NSInteger)green blue:(NSInteger)blue alpha:(CGFloat)alpha; - -@end diff --git a/ExampleProject/Pods/MLUIColorAdditions/UIColor+MLColorAdditions.m b/ExampleProject/Pods/MLUIColorAdditions/UIColor+MLColorAdditions.m deleted file mode 100644 index 343e3e1c..00000000 --- a/ExampleProject/Pods/MLUIColorAdditions/UIColor+MLColorAdditions.m +++ /dev/null @@ -1,49 +0,0 @@ -// -// UIColor+UIColor_MLColorAdditions.m -// -// Created by Marius Landwehr on 02.12.12. -// The MIT License (MIT) -// Copyright (c) 2012 Marius Landwehr marius.landwehr@gmail.com -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -// - -#import "UIColor+MLColorAdditions.h" - -@implementation UIColor (MLColorAdditions) - - -+ (UIColor *)colorWithHexString:(NSString *)hexString alpha:(CGFloat)alpha -{ - assert(7 == hexString.length); - assert('#' == [hexString characterAtIndex:0]); - - NSString *redHex = [NSString stringWithFormat:@"0x%@", [hexString substringWithRange:NSMakeRange(1, 2)]]; - NSString *greenHex = [NSString stringWithFormat:@"0x%@", [hexString substringWithRange:NSMakeRange(3, 2)]]; - NSString *blueHex = [NSString stringWithFormat:@"0x%@", [hexString substringWithRange:NSMakeRange(5, 2)]]; - - unsigned redInt = 0; - NSScanner *redScanner = [NSScanner scannerWithString:redHex]; - [redScanner scanHexInt:&redInt]; - - unsigned greenInt = 0; - NSScanner *greenScanner = [NSScanner scannerWithString:greenHex]; - [greenScanner scanHexInt:&greenInt]; - - unsigned blueInt = 0; - NSScanner *blueScanner = [NSScanner scannerWithString:blueHex]; - [blueScanner scanHexInt:&blueInt]; - - return [UIColor colorWith8BitRed:redInt green:greenInt blue:blueInt alpha:alpha]; -} - -+ (UIColor *)colorWith8BitRed:(NSInteger)red green:(NSInteger)green blue:(NSInteger)blue alpha:(CGFloat)alpha -{ - return [UIColor colorWithRed:(float)red/255 green:(float)green/255 blue:(float)blue/255 alpha:alpha]; -} - -@end diff --git a/ExampleProject/Pods/Manifest.lock b/ExampleProject/Pods/Manifest.lock index 8548ef7b..5ae8df54 100644 --- a/ExampleProject/Pods/Manifest.lock +++ b/ExampleProject/Pods/Manifest.lock @@ -1,7 +1,5 @@ PODS: - - MLUIColorAdditions (1.0.0) - - TSMessages (0.9.1): - - MLUIColorAdditions + - TSMessages (0.9.1) DEPENDENCIES: - TSMessages (from `..`) @@ -11,7 +9,6 @@ EXTERNAL SOURCES: :local: .. SPEC CHECKSUMS: - MLUIColorAdditions: c128da8c87b724cdc6c9a1b4cfe8832ca62b8d2a - TSMessages: 916e168ec96b90fbe2756bc4e28c555a2abc83fc + TSMessages: d72ae40ebb8f54c738d72804f38cecafe5721dc3 COCOAPODS: 0.18.1 diff --git a/ExampleProject/Pods/Pods-Acknowledgements.markdown b/ExampleProject/Pods/Pods-Acknowledgements.markdown index f2f41210..33946869 100644 --- a/ExampleProject/Pods/Pods-Acknowledgements.markdown +++ b/ExampleProject/Pods/Pods-Acknowledgements.markdown @@ -1,18 +1,6 @@ # Acknowledgements This application makes use of the following third party libraries: -## MLUIColorAdditions - -The MIT License (MIT) -Copyright (c) 2012 Marius Landwehr marius.landwehr@gmail.com - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - ## TSMessages Copyright (c) 2013, Toursprung diff --git a/ExampleProject/Pods/Pods-Acknowledgements.plist b/ExampleProject/Pods/Pods-Acknowledgements.plist index c618567b..ff8ba8aa 100644 --- a/ExampleProject/Pods/Pods-Acknowledgements.plist +++ b/ExampleProject/Pods/Pods-Acknowledgements.plist @@ -12,22 +12,6 @@ Type PSGroupSpecifier - - FooterText - The MIT License (MIT) -Copyright (c) 2012 Marius Landwehr marius.landwehr@gmail.com - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - Title - MLUIColorAdditions - Type - PSGroupSpecifier - FooterText Copyright (c) 2013, Toursprung diff --git a/ExampleProject/Pods/Pods-header.h b/ExampleProject/Pods/Pods-header.h index cbb427ba..47262805 100644 --- a/ExampleProject/Pods/Pods-header.h +++ b/ExampleProject/Pods/Pods-header.h @@ -1,5 +1,4 @@ // WARNING: This feature of CocoaPods is present for discussion purposes and might be discontinued or changed in future #define __COCOA_PODS -#define __POD_MLUIColorAdditions #define __POD_TSMessages diff --git a/ExampleProject/Pods/Pods-prefix.pch b/ExampleProject/Pods/Pods-prefix.pch index 20dded4d..b0f2446f 100644 --- a/ExampleProject/Pods/Pods-prefix.pch +++ b/ExampleProject/Pods/Pods-prefix.pch @@ -3,4 +3,3 @@ #endif #import "Pods-header.h" - diff --git a/ExampleProject/Pods/Pods.xcconfig b/ExampleProject/Pods/Pods.xcconfig index 39689d10..a4277189 100644 --- a/ExampleProject/Pods/Pods.xcconfig +++ b/ExampleProject/Pods/Pods.xcconfig @@ -1,7 +1,7 @@ ALWAYS_SEARCH_USER_PATHS = YES HEADER_SEARCH_PATHS = ${PODS_HEADERS_SEARCH_PATHS} OTHER_LDFLAGS = -ObjC -PODS_BUILD_HEADERS_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/MLUIColorAdditions" "${PODS_ROOT}/BuildHeaders/TSMessages" +PODS_BUILD_HEADERS_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/TSMessages" PODS_HEADERS_SEARCH_PATHS = ${PODS_PUBLIC_HEADERS_SEARCH_PATHS} -PODS_PUBLIC_HEADERS_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/MLUIColorAdditions" "${PODS_ROOT}/Headers/TSMessages" +PODS_PUBLIC_HEADERS_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/TSMessages" PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/ExampleProject/Pods/Pods.xcodeproj/project.pbxproj b/ExampleProject/Pods/Pods.xcodeproj/project.pbxproj index 4a3a4051..58b895e3 100644 --- a/ExampleProject/Pods/Pods.xcodeproj/project.pbxproj +++ b/ExampleProject/Pods/Pods.xcodeproj/project.pbxproj @@ -10,52 +10,76 @@ 46 objects - 010A831368D74720A9289C7A + 02BB6D05BA4D4CE29DF18501 includeInIndex 1 isa PBXFileReference name - Pods-resources.sh + design.json path - Pods-resources.sh + ../../Resources/design.json sourceTree SOURCE_ROOT - 0447B243AFAB44CDB1417C50 + 0DD00F6CF53C4211B9DCEE60 - fileRef - 790E9875D8A844DFB73F5518 + buildActionMask + 2147483647 + files + + 25776DD66C294BDDA31DC4A3 + isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 - 047E2344E5DD43328CD5E68A + 0F7A2459F7D943F7B30AE9E6 - includeInIndex - 1 + buildConfigurationList + 188D1D0279344638AF240E3B + buildPhases + + 3FD09B91780E4A8DAB5AEDBF + 0DD00F6CF53C4211B9DCEE60 + A7D46CB374364E99A6299EAE + + buildRules + + dependencies + isa - PBXFileReference - lastKnownFileType - sourcecode.c.h + PBXNativeTarget name - TSMessage.h - path - ../../Classes/TSMessage.h + Pods + productName + Pods + productReference + 548C7E5793AB4ABD93D6F76C + productType + com.apple.product-type.library.static + + 16EE6D3C9FB24354B2B00F94 + + children + + F366E582AB1048CB8720C5A4 + + isa + PBXGroup + name + Resources sourceTree - SOURCE_ROOT + <group> - 0BC9D39D33E34F46A3996F68 + 188D1D0279344638AF240E3B buildConfigurations - 3743F4836CB24BAB8DE4F9D1 - 2FE2B6683BC34BE2B5A9D178 + 8FCAD91B35A342E28B593DE0 + FAF580A9749D42C09C36C86D defaultConfigurationIsVisible 0 @@ -64,159 +88,55 @@ isa XCConfigurationList - 0C8BCF84927642D2A22D0594 + 190E3E08C9F54F1F948DC3AA - includeInIndex - 1 - isa - PBXFileReference - name - NotificationBackgroundError@2x.png - path - ../../Resources/Images/NotificationBackgroundError@2x.png - sourceTree - SOURCE_ROOT - - 13A76FC316934B3D9E41227F - - baseConfigurationReference - 58E2BDB2EE5A48C4905E3081 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - ARCHS - $(ARCHS_STANDARD_32_BIT) - COPY_PHASE_STRIP - NO - DSTROOT - /tmp/xcodeproj.dst - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Pods-prefix.pch - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO - GCC_VERSION - com.apple.compilers.llvm.clang.1_0 - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 5.1 - OTHER_LDFLAGS - - PODS_HEADERS_SEARCH_PATHS - ${PODS_BUILD_HEADERS_SEARCH_PATHS} - PODS_ROOT - ${SRCROOT} - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - + fileRef + 98F1E132E61E477D8D7E7CCF isa - XCBuildConfiguration - name - Debug + PBXBuildFile + settings + - 155BDD029A3A4987B91A957D + 19D6B048EBD44E1A8AADE2BC - includeInIndex - 1 + children + + D78654F00A2A4465BC55E562 + isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc + PBXGroup name - Pods-dummy.m - path - Pods-dummy.m + Frameworks sourceTree - SOURCE_ROOT - - 1A7702661A4F4EE08B05B88C - - attributes - - LastUpgradeCheck - 0450 - - buildConfigurationList - 0BC9D39D33E34F46A3996F68 - compatibilityVersion - Xcode 3.2 - developmentRegion - English - hasScannedForEncodings - 0 - isa - PBXProject - knownRegions - - en - - mainGroup - 3E5060EF3BBA4A0881C4F75C - productRefGroup - 9378F0DB0A7A401E89020FF3 - projectReferences - - targets - - 8658EBF260B748F880B3F04B - + <group> - 1B78FD7E7FAB4F16B20E505D + 1EE0790D862146229C56033F includeInIndex 1 isa PBXFileReference name - NotificationBackgroundSuccessIcon.png + NotificationBackgroundMessage.png path - ../../Resources/Images/NotificationBackgroundSuccessIcon.png + ../../Resources/Images/NotificationBackgroundMessage.png sourceTree SOURCE_ROOT - 2037676434044C1C8BF38BE0 - - fileRef - CBB64BA084EB4EFE827A9084 - isa - PBXBuildFile - settings - - - 25288E176928461EB51EEEC7 + 216EF3D3A2AF48F69B4B6566 includeInIndex 1 isa PBXFileReference name - NotificationButtonBackground.png + NotificationButtonBackground@2x.png path - ../../Resources/Images/NotificationButtonBackground.png + ../../Resources/Images/NotificationButtonBackground@2x.png sourceTree SOURCE_ROOT - 2FE2B6683BC34BE2B5A9D178 + 2318C6BB534843D8AB4F8A52 buildSettings @@ -225,659 +145,541 @@ name Debug - 3743F4836CB24BAB8DE4F9D1 - - buildSettings - - isa - XCBuildConfiguration - name - Release - - 380F990E18924402904262DA - - fileRef - 648655D0862349A78CCB8519 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 3E5060EF3BBA4A0881C4F75C - - children - - FC7EFEA86C234B95B65F9698 - D31A2264651E4D7AA5ECE36F - FDBEBBF84A914054BA075363 - 9378F0DB0A7A401E89020FF3 - 8E5637F4E98746F48E4CEBA1 - C326B597075D4510B479CBEE - E06E4E35509D4742A5B73078 - - isa - PBXGroup - sourceTree - <group> - - 408E21B8A2454A589D973240 - - includeInIndex - 1 - isa - PBXFileReference - name - NotificationBackgroundSuccess.png - path - ../../Resources/Images/NotificationBackgroundSuccess.png - sourceTree - SOURCE_ROOT - - 41442A0E9BBC4F29BF23B4CF + 23BCB7F9F31841109F00457F includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - TSMessageView.h + UIColor+MLColorAdditions.m path - ../../Views/TSMessageView.h + ../../Classes/UIColorAdditions/UIColor+MLColorAdditions.m sourceTree SOURCE_ROOT - 42399695CD6D4A7B81C0F5AB + 25776DD66C294BDDA31DC4A3 fileRef - F87F348D495F4539B5CCCAD9 + D78654F00A2A4465BC55E562 isa PBXBuildFile settings - 4A50A4E99AC14FBDBCE46A51 - - children - - 58E2BDB2EE5A48C4905E3081 - 89916E46BA7E46F2816DB063 - 836EC94A28EB4A4E960D0C90 - 010A831368D74720A9289C7A - 6653FC5C5E2C4A92992DE835 - 6C5A024BA0804F369F152184 - 155BDD029A3A4987B91A957D - - isa - PBXGroup - name - Pods - sourceTree - <group> - - 4D5B9FA221654D11BFF998CC - - children - - 6EF598F6B3A442F5BBAC222B - FDE25ABD402D44FF84D72C62 - 0C8BCF84927642D2A22D0594 - EA50D344FE804007B7A235A2 - 58EB0DBC8C9F4F17862515BB - 75DACA0EB5324B26AEAC1D10 - 5804A1CF1C2943C5B1116845 - 408E21B8A2454A589D973240 - C5F2405546CF4694AEA7A72F - 1B78FD7E7FAB4F16B20E505D - A79CBE2BD33348B8964D4B4A - 8DF34D0ECF7C445E9FA2DB7C - 602107786CDA454DBA68D034 - 50F1BD1D0F22416CAB27F008 - D781620A64B84BCAA9867ACD - 25288E176928461EB51EEEC7 - F223B59C654643439269D4C9 - - isa - PBXGroup - name - TSMessages - sourceTree - <group> - - 4F2712E5A5A54187900B93D7 - - buildActionMask - 2147483647 - files - - C74062578CE946BC841D4A37 - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 508DED6EE2DB4922A0A26DEB + 2E7786FC5883451DA3977016 includeInIndex 1 isa PBXFileReference - lastKnownFileType - wrapper.framework name - Foundation.framework + NotificationBackgroundWarning@2x.png path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/Foundation.framework + ../../Resources/Images/NotificationBackgroundWarning@2x.png sourceTree - DEVELOPER_DIR + SOURCE_ROOT - 50F1BD1D0F22416CAB27F008 + 32B487D2ECC1438788A90F9C includeInIndex 1 isa PBXFileReference name - NotificationBackgroundWarningIcon.png - path - ../../Resources/Images/NotificationBackgroundWarningIcon.png - sourceTree - SOURCE_ROOT - - 570114EBD89B40DDBEF84A15 - - baseConfigurationReference - 58E2BDB2EE5A48C4905E3081 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - ARCHS - $(ARCHS_STANDARD_32_BIT) - COPY_PHASE_STRIP - YES - DSTROOT - /tmp/xcodeproj.dst - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Pods-prefix.pch - GCC_VERSION - com.apple.compilers.llvm.clang.1_0 - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 5.1 - OTHER_CFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_CPLUSPLUSFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_LDFLAGS - - PODS_HEADERS_SEARCH_PATHS - ${PODS_BUILD_HEADERS_SEARCH_PATHS} - PODS_ROOT - ${SRCROOT} - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release + NotificationBackgroundSuccessIcon.png + path + ../../Resources/Images/NotificationBackgroundSuccessIcon.png + sourceTree + SOURCE_ROOT - 5804A1CF1C2943C5B1116845 + 3872CBD26596461C9406A0DE includeInIndex 1 isa PBXFileReference name - NotificationBackgroundMessage@2x.png + NotificationBackgroundWarning.png path - ../../Resources/Images/NotificationBackgroundMessage@2x.png + ../../Resources/Images/NotificationBackgroundWarning.png sourceTree SOURCE_ROOT - 58E2BDB2EE5A48C4905E3081 + 3D9C2205E0B94FCE896AB62E includeInIndex 1 isa PBXFileReference - lastKnownFileType - text.xcconfig name - Pods.xcconfig + Pods-acknowledgements.markdown path - Pods.xcconfig + Pods-acknowledgements.markdown sourceTree SOURCE_ROOT - 58EB0DBC8C9F4F17862515BB + 3FD09B91780E4A8DAB5AEDBF + + buildActionMask + 2147483647 + files + + BB9D690A89544610BA8BA85B + 7FFDDDD4F9554BC189B53086 + C625855948484AE7AEA43C64 + 4165ECB043994DE8A88D4C59 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 4165ECB043994DE8A88D4C59 + + fileRef + CB9D2A0A2F694DFF9C40E14C + isa + PBXBuildFile + settings + + + 44936D5602744C21B7005ED1 includeInIndex 1 isa PBXFileReference name - NotificationBackgroundErrorIcon@2x.png + NotificationBackgroundWarningIcon@2x.png path - ../../Resources/Images/NotificationBackgroundErrorIcon@2x.png + ../../Resources/Images/NotificationBackgroundWarningIcon@2x.png sourceTree SOURCE_ROOT - 5E85290D7E274364A2854BE7 + 4EAF17012C5C45118306A0CF fileRef - 047E2344E5DD43328CD5E68A + CD96506341A44C58A9BBB480 isa PBXBuildFile settings - 5FA6FBCCEEE8490DAF7EBE53 + 50B47755CBBF45809F905E78 - children - - CBB64BA084EB4EFE827A9084 - 877091CD980F49BEB52FD0F3 - + includeInIndex + 1 isa - PBXGroup + PBXFileReference name - MLUIColorAdditions + Pods-acknowledgements.plist + path + Pods-acknowledgements.plist sourceTree - <group> + SOURCE_ROOT - 602107786CDA454DBA68D034 + 548C7E5793AB4ABD93D6F76C + explicitFileType + archive.ar includeInIndex - 1 + 0 isa PBXFileReference name - NotificationBackgroundWarning@2x.png + libPods.a path - ../../Resources/Images/NotificationBackgroundWarning@2x.png + libPods.a sourceTree - SOURCE_ROOT + BUILT_PRODUCTS_DIR - 633869E7ED0C411FB7573F4B + 5A0247CAE5F24943B1D6FE71 children - 047E2344E5DD43328CD5E68A - 648655D0862349A78CCB8519 - F87F348D495F4539B5CCCAD9 - 790E9875D8A844DFB73F5518 - 41442A0E9BBC4F29BF23B4CF - C167B48347644AA39AE6B218 + 5B416B2B9010408898FAAD7D isa PBXGroup name - TSMessages + Targets Support Files sourceTree <group> - 648655D0862349A78CCB8519 + 5A4D2633042140988033ED62 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + text.xcconfig name - TSMessage.m + Pods.xcconfig path - ../../Classes/TSMessage.m + Pods.xcconfig sourceTree SOURCE_ROOT - 662C5253543E472697F7E6D0 - - fileRef - 41442A0E9BBC4F29BF23B4CF - isa - PBXBuildFile - settings - - - 6653FC5C5E2C4A92992DE835 + 5B416B2B9010408898FAAD7D - includeInIndex - 1 + children + + 5A4D2633042140988033ED62 + 7286A0CAAB1945B3B61333EA + 68A383E468B649C7A48490E3 + F4BAC5FE04064286960DC61A + 50B47755CBBF45809F905E78 + 3D9C2205E0B94FCE896AB62E + CB9D2A0A2F694DFF9C40E14C + isa - PBXFileReference + PBXGroup name - Pods-acknowledgements.plist - path - Pods-acknowledgements.plist + Pods sourceTree - SOURCE_ROOT + <group> - 6C5A024BA0804F369F152184 + 663C4B67CBB84D3DA1AC6927 - includeInIndex - 1 + attributes + + LastUpgradeCheck + 0450 + + buildConfigurationList + B883F87C339B42B9B6F62EBB + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 isa - PBXFileReference - name - Pods-acknowledgements.markdown - path - Pods-acknowledgements.markdown - sourceTree - SOURCE_ROOT + PBXProject + knownRegions + + en + + mainGroup + CC8C9FE3797B42E286CBADD5 + productRefGroup + C90798B65E5E443098602A62 + projectReferences + + targets + + 0F7A2459F7D943F7B30AE9E6 + - 6EF598F6B3A442F5BBAC222B + 68A383E468B649C7A48490E3 includeInIndex 1 isa PBXFileReference name - design.json + Pods-prefix.pch path - ../../Resources/design.json + Pods-prefix.pch sourceTree SOURCE_ROOT - 75DACA0EB5324B26AEAC1D10 + 6B42F76E96E7458080981413 includeInIndex 1 isa PBXFileReference name - NotificationBackgroundMessage.png + NotificationButtonBackground.png path - ../../Resources/Images/NotificationBackgroundMessage.png + ../../Resources/Images/NotificationButtonBackground.png sourceTree SOURCE_ROOT - 790E9875D8A844DFB73F5518 + 7286A0CAAB1945B3B61333EA includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - UIColor+MLColorAdditions.m + Pods-header.h path - ../../Classes/UIColorAdditions/UIColor+MLColorAdditions.m + Pods-header.h sourceTree SOURCE_ROOT - 836EC94A28EB4A4E960D0C90 + 773C0846C3864F7DA13657B7 includeInIndex 1 isa PBXFileReference name - Pods-prefix.pch + NotificationBackgroundMessage@2x.png path - Pods-prefix.pch + ../../Resources/Images/NotificationBackgroundMessage@2x.png sourceTree SOURCE_ROOT - 8658EBF260B748F880B3F04B - - buildConfigurationList - A3B908C5E4994A20B9FAE222 - buildPhases - - A8DC257490224AB3B4166E44 - 4F2712E5A5A54187900B93D7 - A98D80770636420C92DEB734 - - buildRules - - dependencies - - isa - PBXNativeTarget - name - Pods - productName - Pods - productReference - F01F318EFF584701845E7034 - productType - com.apple.product-type.library.static - - 877091CD980F49BEB52FD0F3 + 77CCF5592F17451C91E76B51 includeInIndex 1 isa PBXFileReference - lastKnownFileType - sourcecode.c.objc name - UIColor+MLColorAdditions.m + NotificationBackgroundSuccess.png path - MLUIColorAdditions/UIColor+MLColorAdditions.m + ../../Resources/Images/NotificationBackgroundSuccess.png sourceTree SOURCE_ROOT - 89916E46BA7E46F2816DB063 + 7AB41C7000D3435687410865 includeInIndex 1 isa PBXFileReference - lastKnownFileType - sourcecode.c.h name - Pods-header.h + NotificationBackgroundWarningIcon.png path - Pods-header.h + ../../Resources/Images/NotificationBackgroundWarningIcon.png sourceTree SOURCE_ROOT - 8CFB0797D28D45A3A1BBF7A4 + 7FFDDDD4F9554BC189B53086 fileRef - 155BDD029A3A4987B91A957D + 23BCB7F9F31841109F00457F isa PBXBuildFile settings - + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + - 8DF34D0ECF7C445E9FA2DB7C + 82DF75603C8C491CA1A4E7F9 includeInIndex 1 isa PBXFileReference + lastKnownFileType + sourcecode.c.h name - NotificationBackgroundWarning.png + TSMessageView.h path - ../../Resources/Images/NotificationBackgroundWarning.png + ../../Views/TSMessageView.h sourceTree SOURCE_ROOT - 8E5637F4E98746F48E4CEBA1 - - children - - 4D5B9FA221654D11BFF998CC - - isa - PBXGroup - name - Resources - sourceTree - <group> - - 9378F0DB0A7A401E89020FF3 - - children - - F01F318EFF584701845E7034 - - isa - PBXGroup - name - Products - sourceTree - <group> - - A3B908C5E4994A20B9FAE222 + 8FCAD91B35A342E28B593DE0 - buildConfigurations - - 570114EBD89B40DDBEF84A15 - 13A76FC316934B3D9E41227F - - defaultConfigurationIsVisible - 0 - defaultConfigurationName + baseConfigurationReference + 5A4D2633042140988033ED62 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + ARCHS + $(ARCHS_STANDARD_32_BIT) + COPY_PHASE_STRIP + YES + DSTROOT + /tmp/xcodeproj.dst + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Pods-prefix.pch + GCC_VERSION + com.apple.compilers.llvm.clang.1_0 + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 5.1 + OTHER_CFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_CPLUSPLUSFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_LDFLAGS + + PODS_HEADERS_SEARCH_PATHS + ${PODS_BUILD_HEADERS_SEARCH_PATHS} + PODS_ROOT + ${SRCROOT} + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name Release + + 906B9E86091F4DD4AE91CE7A + + includeInIndex + 1 isa - XCConfigurationList + PBXFileReference + name + NotificationBackgroundErrorIcon@2x.png + path + ../../Resources/Images/NotificationBackgroundErrorIcon@2x.png + sourceTree + SOURCE_ROOT - A79CBE2BD33348B8964D4B4A + 98F1E132E61E477D8D7E7CCF includeInIndex 1 isa PBXFileReference + lastKnownFileType + sourcecode.c.h name - NotificationBackgroundSuccessIcon@2x.png + TSMessage.h path - ../../Resources/Images/NotificationBackgroundSuccessIcon@2x.png + ../../Classes/TSMessage.h sourceTree SOURCE_ROOT - A8DC257490224AB3B4166E44 + A435BAB089504DC298A44BE2 - buildActionMask - 2147483647 - files - - CFAE3229FFBC421AA03C7E56 - 380F990E18924402904262DA - 0447B243AFAB44CDB1417C50 - D3DCFCDD35CA4B0B81B26CEA - 8CFB0797D28D45A3A1BBF7A4 - + includeInIndex + 1 isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + TSMessageView.m + path + ../../Views/TSMessageView.m + sourceTree + SOURCE_ROOT - A98D80770636420C92DEB734 + A7D46CB374364E99A6299EAE buildActionMask 2147483647 files - 2037676434044C1C8BF38BE0 - 5E85290D7E274364A2854BE7 - 42399695CD6D4A7B81C0F5AB - 662C5253543E472697F7E6D0 + 190E3E08C9F54F1F948DC3AA + 4EAF17012C5C45118306A0CF + B6533839521A4360A82AF014 isa PBXHeadersBuildPhase runOnlyForDeploymentPostprocessing 0 - C167B48347644AA39AE6B218 + AAFECE4DC8EF4BCDAB557CAA includeInIndex 1 isa PBXFileReference - lastKnownFileType - sourcecode.c.objc name - TSMessageView.m + NotificationBackgroundError.png path - ../../Views/TSMessageView.m + ../../Resources/Images/NotificationBackgroundError.png sourceTree SOURCE_ROOT - C326B597075D4510B479CBEE + ADAAC2075D394F7EAAF38164 + + buildSettings + + isa + XCBuildConfiguration + name + Release + + AEAA8E0A5B4346D2AFD04D31 children - 4A50A4E99AC14FBDBCE46A51 + 98F1E132E61E477D8D7E7CCF + BE3D5749412E43DDA58DFE70 + CD96506341A44C58A9BBB480 + 23BCB7F9F31841109F00457F + 82DF75603C8C491CA1A4E7F9 + A435BAB089504DC298A44BE2 isa PBXGroup name - Targets Support Files + TSMessages sourceTree <group> - C5F2405546CF4694AEA7A72F + B17377908C5B4A38B7A5CA6A includeInIndex 1 isa PBXFileReference name - NotificationBackgroundSuccess@2x.png + Podfile path - ../../Resources/Images/NotificationBackgroundSuccess@2x.png + ../Podfile sourceTree SOURCE_ROOT + xcLanguageSpecificationIdentifier + xcode.lang.ruby - C74062578CE946BC841D4A37 + B6533839521A4360A82AF014 fileRef - 508DED6EE2DB4922A0A26DEB + 82DF75603C8C491CA1A4E7F9 isa PBXBuildFile settings - CBB64BA084EB4EFE827A9084 + B883F87C339B42B9B6F62EBB - includeInIndex - 1 + buildConfigurations + + ADAAC2075D394F7EAAF38164 + 2318C6BB534843D8AB4F8A52 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIColor+MLColorAdditions.h - path - MLUIColorAdditions/UIColor+MLColorAdditions.h - sourceTree - SOURCE_ROOT + XCConfigurationList - CFAE3229FFBC421AA03C7E56 + BB9D690A89544610BA8BA85B fileRef - 877091CD980F49BEB52FD0F3 + BE3D5749412E43DDA58DFE70 isa PBXBuildFile settings @@ -886,23 +688,51 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - D31A2264651E4D7AA5ECE36F + BC0B5913B78548AF94093E06 - children - - 633869E7ED0C411FB7573F4B - + includeInIndex + 1 isa - PBXGroup + PBXFileReference name - Local Pods + NotificationBackgroundErrorIcon.png + path + ../../Resources/Images/NotificationBackgroundErrorIcon.png sourceTree - <group> + SOURCE_ROOT + + BE3D5749412E43DDA58DFE70 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + TSMessage.m + path + ../../Classes/TSMessage.m + sourceTree + SOURCE_ROOT + + C5D7F69953AA4A2F88306B54 + + includeInIndex + 1 + isa + PBXFileReference + name + NotificationBackgroundError@2x.png + path + ../../Resources/Images/NotificationBackgroundError@2x.png + sourceTree + SOURCE_ROOT - D3DCFCDD35CA4B0B81B26CEA + C625855948484AE7AEA43C64 fileRef - C167B48347644AA39AE6B218 + A435BAB089504DC298A44BE2 isa PBXBuildFile settings @@ -911,131 +741,220 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - D781620A64B84BCAA9867ACD + C85BA62A5A584D5CBF726363 includeInIndex 1 isa PBXFileReference name - NotificationBackgroundWarningIcon@2x.png + NotificationBackgroundSuccessIcon@2x.png path - ../../Resources/Images/NotificationBackgroundWarningIcon@2x.png + ../../Resources/Images/NotificationBackgroundSuccessIcon@2x.png sourceTree SOURCE_ROOT - E06E4E35509D4742A5B73078 + C90798B65E5E443098602A62 - includeInIndex - 1 + children + + 548C7E5793AB4ABD93D6F76C + isa - PBXFileReference + PBXGroup name - Podfile - path - ../Podfile + Products sourceTree - SOURCE_ROOT - xcLanguageSpecificationIdentifier - xcode.lang.ruby + <group> - EA50D344FE804007B7A235A2 + CB9D2A0A2F694DFF9C40E14C includeInIndex 1 isa PBXFileReference + lastKnownFileType + sourcecode.c.objc name - NotificationBackgroundErrorIcon.png + Pods-dummy.m path - ../../Resources/Images/NotificationBackgroundErrorIcon.png + Pods-dummy.m sourceTree SOURCE_ROOT - F01F318EFF584701845E7034 + CC8C9FE3797B42E286CBADD5 - explicitFileType - archive.ar - includeInIndex - 0 + children + + 19D6B048EBD44E1A8AADE2BC + CD2363BF438F40D5AADE1D4B + C90798B65E5E443098602A62 + 16EE6D3C9FB24354B2B00F94 + 5A0247CAE5F24943B1D6FE71 + B17377908C5B4A38B7A5CA6A + isa - PBXFileReference + PBXGroup + sourceTree + <group> + + CD2363BF438F40D5AADE1D4B + + children + + AEAA8E0A5B4346D2AFD04D31 + + isa + PBXGroup name - libPods.a - path - libPods.a + Local Pods sourceTree - BUILT_PRODUCTS_DIR + <group> - F223B59C654643439269D4C9 + CD96506341A44C58A9BBB480 includeInIndex 1 isa PBXFileReference + lastKnownFileType + sourcecode.c.h name - NotificationButtonBackground@2x.png + UIColor+MLColorAdditions.h path - ../../Resources/Images/NotificationButtonBackground@2x.png + ../../Classes/UIColorAdditions/UIColor+MLColorAdditions.h sourceTree SOURCE_ROOT - F87F348D495F4539B5CCCAD9 + D78654F00A2A4465BC55E562 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + wrapper.framework name - UIColor+MLColorAdditions.h + Foundation.framework path - ../../Classes/UIColorAdditions/UIColor+MLColorAdditions.h + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/Foundation.framework sourceTree - SOURCE_ROOT + DEVELOPER_DIR - FC7EFEA86C234B95B65F9698 + F366E582AB1048CB8720C5A4 children - 508DED6EE2DB4922A0A26DEB + 02BB6D05BA4D4CE29DF18501 + AAFECE4DC8EF4BCDAB557CAA + C5D7F69953AA4A2F88306B54 + BC0B5913B78548AF94093E06 + 906B9E86091F4DD4AE91CE7A + 1EE0790D862146229C56033F + 773C0846C3864F7DA13657B7 + 77CCF5592F17451C91E76B51 + F6409567D409477398439F25 + 32B487D2ECC1438788A90F9C + C85BA62A5A584D5CBF726363 + 3872CBD26596461C9406A0DE + 2E7786FC5883451DA3977016 + 7AB41C7000D3435687410865 + 44936D5602744C21B7005ED1 + 6B42F76E96E7458080981413 + 216EF3D3A2AF48F69B4B6566 isa PBXGroup name - Frameworks + TSMessages sourceTree <group> - FDBEBBF84A914054BA075363 + F4BAC5FE04064286960DC61A - children - - 5FA6FBCCEEE8490DAF7EBE53 - + includeInIndex + 1 isa - PBXGroup + PBXFileReference name - Pods + Pods-resources.sh + path + Pods-resources.sh sourceTree - <group> + SOURCE_ROOT - FDE25ABD402D44FF84D72C62 + F6409567D409477398439F25 includeInIndex 1 isa PBXFileReference name - NotificationBackgroundError.png + NotificationBackgroundSuccess@2x.png path - ../../Resources/Images/NotificationBackgroundError.png + ../../Resources/Images/NotificationBackgroundSuccess@2x.png sourceTree SOURCE_ROOT + FAF580A9749D42C09C36C86D + + baseConfigurationReference + 5A4D2633042140988033ED62 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + ARCHS + $(ARCHS_STANDARD_32_BIT) + COPY_PHASE_STRIP + NO + DSTROOT + /tmp/xcodeproj.dst + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Pods-prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_VERSION + com.apple.compilers.llvm.clang.1_0 + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 5.1 + OTHER_LDFLAGS + + PODS_HEADERS_SEARCH_PATHS + ${PODS_BUILD_HEADERS_SEARCH_PATHS} + PODS_ROOT + ${SRCROOT} + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + + isa + XCBuildConfiguration + name + Debug + rootObject - 1A7702661A4F4EE08B05B88C + 663C4B67CBB84D3DA1AC6927 diff --git a/ExampleProject/Pods/Pods.xcodeproj/xcuserdata/felixkrause.xcuserdatad/xcschemes/xcschememanagement.plist b/ExampleProject/Pods/Pods.xcodeproj/xcuserdata/felixkrause.xcuserdatad/xcschemes/xcschememanagement.plist index e6b61c2e..50ef17d0 100644 --- a/ExampleProject/Pods/Pods.xcodeproj/xcuserdata/felixkrause.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/ExampleProject/Pods/Pods.xcodeproj/xcuserdata/felixkrause.xcuserdatad/xcschemes/xcschememanagement.plist @@ -12,6 +12,11 @@ SuppressBuildableAutocreation + 0F7A2459F7D943F7B30AE9E6 + + primary + + 2B47BCA0A28E4C52BF94FF0C primary diff --git a/TSMessages.podspec b/TSMessages.podspec index 9dec62bc..e9f4a148 100644 --- a/TSMessages.podspec +++ b/TSMessages.podspec @@ -24,6 +24,4 @@ There are 4 different types already set up for you: Success, Error, Warning, Mes s.requires_arc = true - - s.dependency 'MLUIColorAdditions' end