diff --git a/Example/Podfile b/Example/Podfile index 93215c0..41274c4 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,5 +1,8 @@ source 'https://github.com/CocoaPods/Specs.git' -pod 'HexColors', '~> 4.0' -pod 'PPTopMostController', :git => 'https://github.com/donileo/PPTopMostController.git' -#pod 'Reveal-iOS-SDK', :configurations => ['Debug'] -pod 'RMessage', :path => '../' + +target "RMessage" do + pod 'HexColors', '~> 4.0' + pod 'PPTopMostController', :git => 'https://github.com/donileo/PPTopMostController.git' + #pod 'Reveal-SDK', :configurations => ['Debug'] + pod 'RMessage', :path => '..' +end diff --git a/Example/Podfile.lock b/Example/Podfile.lock index e1019ee..ddba1e7 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,20 +1,20 @@ PODS: - HexColors (4.0.0) - PPTopMostController (0.0.1) - - RMessage (2.0.0): + - RMessage (2.1.0): - HexColors (~> 4.0) - PPTopMostController DEPENDENCIES: - HexColors (~> 4.0) - PPTopMostController (from `https://github.com/donileo/PPTopMostController.git`) - - RMessage (from `../`) + - RMessage (from `..`) EXTERNAL SOURCES: PPTopMostController: :git: https://github.com/donileo/PPTopMostController.git RMessage: - :path: "../" + :path: ".." CHECKOUT OPTIONS: PPTopMostController: @@ -24,6 +24,8 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: HexColors: 5f95843ef89aff6a72e1fd3a8ebabf205cc43379 PPTopMostController: ca6c8fd33abd2895d57d86bfe27ae7425b44eea8 - RMessage: 3a09e93d07a092cb2c057bce1684b78b7c1f9c87 + RMessage: 52acb5fcb2ccb6e76959dc1087070ae3e73b8f8c -COCOAPODS: 0.39.0 +PODFILE CHECKSUM: e9a60be35100480245528fc74b2741965b2a1832 + +COCOAPODS: 1.1.1 diff --git a/Example/Pods/Local Podspecs/HexColors.podspec.json b/Example/Pods/Local Podspecs/HexColors.podspec.json deleted file mode 100644 index 14e6fbd..0000000 --- a/Example/Pods/Local Podspecs/HexColors.podspec.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "HexColors", - "version": "3.0.0", - "license": "MIT", - "summary": "Easy HEX- and RGB-Color Handling for UIColor and NSColor as a drop in category. Former MLUIColorAdditions.", - "homepage": "https://github.com/mRs-/HexColors", - "description": "HexColors is easy drop in category for HexColor integration in iOS and Mac OS X. Its build as a category for easy to use and can be used for UIColor and NSColor class.", - "authors": { - "Marius Landwehr": "marius.landwehr@gmail.com", - "holgersindbaek": "holgersindbaek@gmail.com" - }, - "source": { - "git": "https://github.com/mRs-/HexColors.git", - "tag": "3.0.0" - }, - "platforms": { - "ios": "5.0", - "osx": "10.6", - "watchos": "2.0" - }, - "source_files": "Classes/HexColors.{h,m}" -} diff --git a/Example/Pods/Local Podspecs/RMessage.podspec.json b/Example/Pods/Local Podspecs/RMessage.podspec.json index 803ea31..a3648b3 100644 --- a/Example/Pods/Local Podspecs/RMessage.podspec.json +++ b/Example/Pods/Local Podspecs/RMessage.podspec.json @@ -1,6 +1,6 @@ { "name": "RMessage", - "version": "2.0.0", + "version": "2.1.0", "summary": "Easy to use and customizable messages/notifications for iOS", "description": "This framework provides an easy to use class to show little notification views on the top of the screen.\nThe notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.\nThere are 4 different types already set up for you: Success, Error, Warning, Message, Custom.", "homepage": "https://github.com/donileo/RMessage", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/donileo/RMessage.git", - "tag": "2.0.0" + "tag": "2.1.0" }, "social_media_url": "https://twitter.com/donileo", "platforms": { diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index e1019ee..ddba1e7 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,20 +1,20 @@ PODS: - HexColors (4.0.0) - PPTopMostController (0.0.1) - - RMessage (2.0.0): + - RMessage (2.1.0): - HexColors (~> 4.0) - PPTopMostController DEPENDENCIES: - HexColors (~> 4.0) - PPTopMostController (from `https://github.com/donileo/PPTopMostController.git`) - - RMessage (from `../`) + - RMessage (from `..`) EXTERNAL SOURCES: PPTopMostController: :git: https://github.com/donileo/PPTopMostController.git RMessage: - :path: "../" + :path: ".." CHECKOUT OPTIONS: PPTopMostController: @@ -24,6 +24,8 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: HexColors: 5f95843ef89aff6a72e1fd3a8ebabf205cc43379 PPTopMostController: ca6c8fd33abd2895d57d86bfe27ae7425b44eea8 - RMessage: 3a09e93d07a092cb2c057bce1684b78b7c1f9c87 + RMessage: 52acb5fcb2ccb6e76959dc1087070ae3e73b8f8c -COCOAPODS: 0.39.0 +PODFILE CHECKSUM: e9a60be35100480245528fc74b2741965b2a1832 + +COCOAPODS: 1.1.1 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index e545f33..9a34b11 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -1,2040 +1,890 @@ - - - - - archiveVersion - 1 - classes - - objectVersion - 46 - objects - - 037C0CA694176A3C0915F62C9D20B3E6 - - children - - B3D1D13E0C6553800746CB8FD61CF946 - - isa - PBXGroup - name - Targets Support Files - sourceTree - <group> - - 067F9DACC53D2F2B2D616F8917E25467 - - fileRef - 3E4E89230EF59BC255123B67864ACF77 - isa - PBXBuildFile - - 09A04ED5ADC2B6D0D311915898379336 - - children - - 56CFAB44E0BA7F9D9ECEF855A281C6B0 - 3E438FDEECC180AC7ECFEFEA67BD84DB - FCB7317C5276B45960563882592F48BA - - isa - PBXGroup - name - RMessage - path - ../.. - sourceTree - <group> - - 0B41D180E700F78F2A32720E1BBE07D4 - - buildConfigurationList - AC969276CDC1F79C2E13111573B8F257 - buildPhases - - 82D978017BE74226813D1C99D362EA4C - A75FF1684F0D5B60C247056DD947A8C6 - 248CF9A0F772655E57B8CDA811178539 - - buildRules - - dependencies - - isa - PBXNativeTarget - name - PPTopMostController - productName - PPTopMostController - productReference - B7034106E1B0D65F9359BA35BB7FB9EE - productType - com.apple.product-type.library.static - - 0B9F93FB2054B84208D96EF3C93F57F1 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - name - libPods.a - path - libPods.a - sourceTree - BUILT_PRODUCTS_DIR - - 0BF9E1B5B0B3AA74BF0B0A3369A14A3E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - RMessage.h - sourceTree - <group> - - 0ED52E0AC5ED49BCB6C9FEAE5F7E622F - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 0B41D180E700F78F2A32720E1BBE07D4 - remoteInfo - PPTopMostController - - 1077503710160776AF36AF031B9ED7F3 - - fileRef - E7B56304CE2DA8850A548481AB2B9395 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 10834806BD7B412BC24F347361FA2C8E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - Pods-acknowledgements.plist - sourceTree - <group> - - 1686AB8A2BFCB742CE7C049ED1650607 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - RMessage-prefix.pch - sourceTree - <group> - - 16F3CA7AB9375167F5452842C213BEC1 - - fileRef - 0BF9E1B5B0B3AA74BF0B0A3369A14A3E - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 179E81B3B20AD8434A3BB528029889B7 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - PPTopMostController-prefix.pch - sourceTree - <group> - - 1CA9E4B06AF82B7C67DC302218579D08 - - buildActionMask - 2147483647 - files - - 3642DD78055E38F7FB67BE17CFDD7A05 - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 20C273F0880A2105628D056158875920 - - fileRef - C9BAB675D080D11807A83F8FD66BA317 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 22FC31709CD25400611E828C96F4FD51 - - includeInIndex - 1 - isa - PBXFileReference - path - NotificationBackgroundSuccessIcon.png - sourceTree - <group> - - 23C8904F392BDFCBF9A4F18B642FA665 - - fileRef - 272643F56613CA0D336AE3DBF19DC404 - isa - PBXBuildFile - - 244269FA4FABEFBE123CD786CB007189 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - HexColors-prefix.pch - sourceTree - <group> - - 248CF9A0F772655E57B8CDA811178539 - - buildActionMask - 2147483647 - files - - D7C615A1C2435EB5EF38B66447359DB4 - B39009ACA5609B50E7E0172AB9FE27E5 - 9F44B438EA8F0425A9A1A680BC4FDE32 - 527B65410811856F9B0D17CA02B9FB66 - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 272643F56613CA0D336AE3DBF19DC404 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Pods-dummy.m - sourceTree - <group> - - 29DAC922DD5ABE7E79C45C8F052A2425 - - fileRef - 5F8231D271F29202100DB59055D2C4A7 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 2D73840065923F8038A892201689702A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - RMessage.m - sourceTree - <group> - - 2D8E8EC45A3A1A1D94AE762CB5028504 - - buildConfigurations - - A70CDAD61F90AC503C7D04CC22DA2923 - FB45FFD90572718D82AB9092B750F0CA - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 2E0CCFDBE72C316F40761AF8445AC523 - - baseConfigurationReference - 98C98CDFB3F20F2925F6CD1F141BB14F - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - IPHONEOS_DEPLOYMENT_TARGET - 8.0 - MACH_O_TYPE - staticlib - MTL_ENABLE_DEBUG_INFO - NO - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PODS_ROOT - $(SRCROOT) - PRODUCT_NAME - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Release - - 2EF2D60924D2315715FD0B35670A5C07 - - buildActionMask - 2147483647 - files - - 23C8904F392BDFCBF9A4F18B642FA665 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 309CC7E14BD0C20ECE1245BCD8E61993 - - baseConfigurationReference - 54BC84662E53D1F0C081E99F9C16FA6F - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/RMessage/RMessage-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 8.0 - MTL_ENABLE_DEBUG_INFO - NO - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Release - - 316870125844702EBA1FBE955FE47E92 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - HexColors.h - path - Classes/HexColors.h - sourceTree - <group> - - 328BB210EED741D0951654C4EA48BDAD - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UINavigationController+PPTopMostController.m - path - PPTopMostController-Files/UINavigationController+PPTopMostController.m - sourceTree - <group> - - 360DD393B54068DF0DC094E980B10B08 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - HexColors-dummy.m - sourceTree - <group> - - 3642DD78055E38F7FB67BE17CFDD7A05 - - fileRef - 3E4E89230EF59BC255123B67864ACF77 - isa - PBXBuildFile - - 3702DC2695772A30CE6A012DE48C93F9 - - fileRef - C0CFB939D5B8C9910708B314FCA3AB15 - isa - PBXBuildFile - - 37DB56D75062CC75FCB0966E1C6E8A8E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text - path - Pods-acknowledgements.markdown - sourceTree - <group> - - 3ABB968354286DC04E51169250FE4141 - - includeInIndex - 1 - isa - PBXFileReference - path - NotificationBackgroundSuccessIcon@2x.png - sourceTree - <group> - - 3C02E1799B3CEF2975D812A3A988FA4E - - fileRef - 328BB210EED741D0951654C4EA48BDAD - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 3C390DE79ACA040D2C7F85EF15A49313 - - baseConfigurationReference - 7E1D69932A80D3AB72A769B50E0391E3 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/PPTopMostController/PPTopMostController-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 8.0 - MTL_ENABLE_DEBUG_INFO - YES - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - 3C5EA7ABE51B8D2CCAA7FEA35155F073 - - includeInIndex - 1 - isa - PBXFileReference - path - NotificationButtonBackground@2x.png - sourceTree - <group> - - 3E438FDEECC180AC7ECFEFEA67BD84DB - - children - - 0BF9E1B5B0B3AA74BF0B0A3369A14A3E - 2D73840065923F8038A892201689702A - 54D93A189FABC413AED0AE7DAE215206 - 5FD8F456E674D220D2221D71BA6655FD - - isa - PBXGroup - name - RMessage - path - RMessage - sourceTree - <group> - - 3E4E89230EF59BC255123B67864ACF77 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - Foundation.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/Foundation.framework - sourceTree - DEVELOPER_DIR - - 3F67BD84B208B68CE8510151ED5462EC - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UITabBarController+PPTopMostController.h - path - PPTopMostController-Files/UITabBarController+PPTopMostController.h - sourceTree - <group> - - 41345AB4A04CCED087A3D5231A8712A3 - - children - - 4343F23FBF438B643B8CF50EEF5841B3 - 8B834D2305652A7C1E7901DC677BAE06 - 328BB210EED741D0951654C4EA48BDAD - 3F67BD84B208B68CE8510151ED5462EC - E7B56304CE2DA8850A548481AB2B9395 - 6FE18BF16B99DA5B588DF7FEDE455422 - 5F8231D271F29202100DB59055D2C4A7 - FC007F005C2617666B0E68BA7281FD18 - - isa - PBXGroup - name - PPTopMostController - path - PPTopMostController - sourceTree - <group> - - 430FA11FFF0BEE864CF1C6A8E6BBFDDB - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - RMessage-dummy.m - sourceTree - <group> - - 4343F23FBF438B643B8CF50EEF5841B3 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - PPTopMostControllerProtocol.h - path - PPTopMostController-Files/PPTopMostControllerProtocol.h - sourceTree - <group> - - 46A671348D2464D92EA9D83AEBB237AE - - includeInIndex - 1 - isa - PBXFileReference - path - NotificationBackgroundErrorIcon.png - sourceTree - <group> - - 4DF1B3B22BECE7B5890BA862FFB88DD6 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - file.xib - path - RMessageView.xib - sourceTree - <group> - - 4E762F23EC34ED4A6FF3312D84E33A40 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods.debug.xcconfig - sourceTree - <group> - - 4E7DD7DD11805F91319385D9728D3029 - - buildConfigurations - - A1696F083E904430A41D549E93B6ABE0 - 309CC7E14BD0C20ECE1245BCD8E61993 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 527B65410811856F9B0D17CA02B9FB66 - - fileRef - 6FE18BF16B99DA5B588DF7FEDE455422 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 54577CD7DE49636EA6411820774072E0 - - includeInIndex - 1 - isa - PBXFileReference - path - RMessageDefaultDesign.json - sourceTree - <group> - - 54BC84662E53D1F0C081E99F9C16FA6F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - RMessage.xcconfig - sourceTree - <group> - - 54D93A189FABC413AED0AE7DAE215206 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - RMessageView.h - sourceTree - <group> - - 56CFAB44E0BA7F9D9ECEF855A281C6B0 - - children - - 980CD8C0ADDAA7334472776F4931B91B - - isa - PBXGroup - name - Resources - sourceTree - <group> - - 5E2581740536B8A44AF50DBA7E3B07E5 - - fileRef - 54D93A189FABC413AED0AE7DAE215206 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 5F8231D271F29202100DB59055D2C4A7 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIViewController+PPTopMostController.m - path - PPTopMostController-Files/UIViewController+PPTopMostController.m - sourceTree - <group> - - 5F9DDD8E96B8CF836DFC3C84A5C609EB - - children - - E0B75E5BD7E9DDDBBB5D8C00709D4C41 - 360DD393B54068DF0DC094E980B10B08 - 244269FA4FABEFBE123CD786CB007189 - - isa - PBXGroup - name - Support Files - path - ../Target Support Files/HexColors - sourceTree - <group> - - 5FD8F456E674D220D2221D71BA6655FD - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - RMessageView.m - sourceTree - <group> - - 603B7D7A97FB39877B9FC4CB9F09ABF5 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - name - libRMessage.a - path - libRMessage.a - sourceTree - BUILT_PRODUCTS_DIR - - 664AC560EDAF46F325F23C30259DC5DC - - children - - 4DF1B3B22BECE7B5890BA862FFB88DD6 - - isa - PBXGroup - name - Resources - path - Resources - sourceTree - <group> - - 671ED3F21E531B9FBCBED4247D0F7427 - - buildConfigurations - - EBA9FC6203743164CCAC71AAC608BAAC - 2E0CCFDBE72C316F40761AF8445AC523 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 6839F59947D28884BF31562C3CD0AE87 - - isa - PBXTargetDependency - name - RMessage - target - C70D6D047BA3EAC9F94695B5CB2AADF4 - targetProxy - B786F79444CFFCA32102CC4EF8391341 - - 6911BECA35E7518D864239B7E898EEF3 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.script.sh - path - Pods-frameworks.sh - sourceTree - <group> - - 6C6136C2C41E7C5BD0D81456844ACBB7 - - buildActionMask - 2147483647 - files - - C036E17644646304E03BF60C127A21FC - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 6C721BC556420CAE4A2C8895C60323C2 - - isa - PBXTargetDependency - name - HexColors - target - E9EF397B95762DDB254C71DDCB4B1381 - targetProxy - F719E7EA3B441D528503D441E34B17B0 - - 6FB28BE78C182EC898923A1034A15157 - - children - - 46A671348D2464D92EA9D83AEBB237AE - 8630BB8ED1F1BEF9F89EB03CB1DD5387 - 22FC31709CD25400611E828C96F4FD51 - 3ABB968354286DC04E51169250FE4141 - E34B3045A7A1EEB5425A5ADE119F8A14 - BDD0B2F85C0AFA67D90E51AEE6E6C50E - 9C66FED87A9EE2B5759D0FF1541BE266 - 3C5EA7ABE51B8D2CCAA7FEA35155F073 - 54577CD7DE49636EA6411820774072E0 - - isa - PBXGroup - name - Assets - path - Assets - sourceTree - <group> - - 6FE18BF16B99DA5B588DF7FEDE455422 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIViewController+PPTopMostController.h - path - PPTopMostController-Files/UIViewController+PPTopMostController.h - sourceTree - <group> - - 714E1DCF85B5271D157A65D2AABF2050 - - baseConfigurationReference - 7E1D69932A80D3AB72A769B50E0391E3 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/PPTopMostController/PPTopMostController-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 8.0 - MTL_ENABLE_DEBUG_INFO - NO - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Release - - 7ABCD8EC48C2F7D62004D143D66C678D - - fileRef - 430FA11FFF0BEE864CF1C6A8E6BBFDDB - isa - PBXBuildFile - - 7DB346D0F39D3F0E887471402A8071AB - - children - - BA6428E9F66FD5A23C0A2E06ED26CD2F - B9BC57F5D0B6D3B9938C2019FBC259DF - BC3CA7F9E30CC8F7E2DD044DD34432FC - 84D278C2C4D8EC4CE0FEA99DC0F3E9F4 - D2E4BA12488B9DFC3C4BF3FBC8B39321 - 037C0CA694176A3C0915F62C9D20B3E6 - - isa - PBXGroup - sourceTree - <group> - - 7E1D69932A80D3AB72A769B50E0391E3 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - PPTopMostController.xcconfig - sourceTree - <group> - - 80CC2F722F0C756D3F3151334796374C - - isa - PBXTargetDependency - name - HexColors - target - E9EF397B95762DDB254C71DDCB4B1381 - targetProxy - D5448C4E8321E0EC09409DFF9DB768F3 - - 82D978017BE74226813D1C99D362EA4C - - buildActionMask - 2147483647 - files - - 3702DC2695772A30CE6A012DE48C93F9 - 3C02E1799B3CEF2975D812A3A988FA4E - 1077503710160776AF36AF031B9ED7F3 - 29DAC922DD5ABE7E79C45C8F052A2425 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 84D278C2C4D8EC4CE0FEA99DC0F3E9F4 - - children - - E55B395346EEFAAB4CB40F65E4945D94 - 41345AB4A04CCED087A3D5231A8712A3 - - isa - PBXGroup - name - Pods - sourceTree - <group> - - 85B98247C863155692CCDAE11423E411 - - fileRef - 3E4E89230EF59BC255123B67864ACF77 - isa - PBXBuildFile - - 8630BB8ED1F1BEF9F89EB03CB1DD5387 - - includeInIndex - 1 - isa - PBXFileReference - path - NotificationBackgroundErrorIcon@2x.png - sourceTree - <group> - - 8B834D2305652A7C1E7901DC677BAE06 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UINavigationController+PPTopMostController.h - path - PPTopMostController-Files/UINavigationController+PPTopMostController.h - sourceTree - <group> - - 8E96BAEFA26D00FFD1E1B006FDCB9C13 - - fileRef - 2D73840065923F8038A892201689702A - isa - PBXBuildFile - - 980CD8C0ADDAA7334472776F4931B91B - - children - - 6FB28BE78C182EC898923A1034A15157 - 664AC560EDAF46F325F23C30259DC5DC - - isa - PBXGroup - name - RMessage - path - RMessage - sourceTree - <group> - - 98C98CDFB3F20F2925F6CD1F141BB14F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods.release.xcconfig - sourceTree - <group> - - 9C66FED87A9EE2B5759D0FF1541BE266 - - includeInIndex - 1 - isa - PBXFileReference - path - NotificationButtonBackground.png - sourceTree - <group> - - 9EA8B82625D30CCA49775FD84E8E3BF4 - - fileRef - 360DD393B54068DF0DC094E980B10B08 - isa - PBXBuildFile - - 9F44B438EA8F0425A9A1A680BC4FDE32 - - fileRef - 3F67BD84B208B68CE8510151ED5462EC - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - A1696F083E904430A41D549E93B6ABE0 - - baseConfigurationReference - 54BC84662E53D1F0C081E99F9C16FA6F - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/RMessage/RMessage-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 8.0 - MTL_ENABLE_DEBUG_INFO - YES - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - A1A36D34413696BE466E2CA0AFF194DA - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.script.sh - path - Pods-resources.sh - sourceTree - <group> - - A70CDAD61F90AC503C7D04CC22DA2923 - - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - CLANG_CXX_LANGUAGE_STANDARD - gnu++0x - CLANG_CXX_LIBRARY - libc++ - CLANG_ENABLE_MODULES - YES - CLANG_ENABLE_OBJC_ARC - YES - CLANG_WARN_BOOL_CONVERSION - YES - CLANG_WARN_CONSTANT_CONVERSION - YES - CLANG_WARN_DIRECT_OBJC_ISA_USAGE - YES - CLANG_WARN_EMPTY_BODY - YES - CLANG_WARN_ENUM_CONVERSION - YES - CLANG_WARN_INT_CONVERSION - YES - CLANG_WARN_OBJC_ROOT_CLASS - YES - CLANG_WARN_UNREACHABLE_CODE - YES - CLANG_WARN__DUPLICATE_METHOD_MATCH - YES - COPY_PHASE_STRIP - NO - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO - GCC_WARN_64_TO_32_BIT_CONVERSION - YES - GCC_WARN_ABOUT_RETURN_TYPE - YES - GCC_WARN_UNDECLARED_SELECTOR - YES - GCC_WARN_UNINITIALIZED_AUTOS - YES - GCC_WARN_UNUSED_FUNCTION - YES - GCC_WARN_UNUSED_VARIABLE - YES - IPHONEOS_DEPLOYMENT_TARGET - 8.0 - ONLY_ACTIVE_ARCH - YES - STRIP_INSTALLED_PRODUCT - NO - SYMROOT - ${SRCROOT}/../build - - isa - XCBuildConfiguration - name - Debug - - A75FF1684F0D5B60C247056DD947A8C6 - - buildActionMask - 2147483647 - files - - 85B98247C863155692CCDAE11423E411 - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - AA806CA5C06DE1A597C51352EA116BB2 - - buildConfigurationList - 671ED3F21E531B9FBCBED4247D0F7427 - buildPhases - - 2EF2D60924D2315715FD0B35670A5C07 - DE6E52D7ADE0C76F0E1FE5BDFF47591D - - buildRules - - dependencies - - 6C721BC556420CAE4A2C8895C60323C2 - B20C5C4DEF9D432AAF1002196E3089F6 - 6839F59947D28884BF31562C3CD0AE87 - - isa - PBXNativeTarget - name - Pods - productName - Pods - productReference - 0B9F93FB2054B84208D96EF3C93F57F1 - productType - com.apple.product-type.library.static - - AC969276CDC1F79C2E13111573B8F257 - - buildConfigurations - - 3C390DE79ACA040D2C7F85EF15A49313 - 714E1DCF85B5271D157A65D2AABF2050 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - ACABDDD53049FF494333AA35F2BA7BF8 - - buildConfigurations - - E744AB36EAEFEF1EDFAB2722F0C047E4 - B2A1A3433A671EC474679E92C4F4A970 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - AEF78BE1E27D21F656081E3C94B14996 - - buildActionMask - 2147483647 - files - - D75BBF3A6C6D3745AE85273CEC34CFCA - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - B20C5C4DEF9D432AAF1002196E3089F6 - - isa - PBXTargetDependency - name - PPTopMostController - target - 0B41D180E700F78F2A32720E1BBE07D4 - targetProxy - 0ED52E0AC5ED49BCB6C9FEAE5F7E622F - - B2A1A3433A671EC474679E92C4F4A970 - - baseConfigurationReference - E0B75E5BD7E9DDDBBB5D8C00709D4C41 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/HexColors/HexColors-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 8.0 - MTL_ENABLE_DEBUG_INFO - NO - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Release - - B39009ACA5609B50E7E0172AB9FE27E5 - - fileRef - 8B834D2305652A7C1E7901DC677BAE06 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - B3D1D13E0C6553800746CB8FD61CF946 - - children - - 37DB56D75062CC75FCB0966E1C6E8A8E - 10834806BD7B412BC24F347361FA2C8E - 272643F56613CA0D336AE3DBF19DC404 - 6911BECA35E7518D864239B7E898EEF3 - A1A36D34413696BE466E2CA0AFF194DA - 4E762F23EC34ED4A6FF3312D84E33A40 - 98C98CDFB3F20F2925F6CD1F141BB14F - - isa - PBXGroup - name - Pods - path - Target Support Files/Pods - sourceTree - <group> - - B3D45C1BE24BDC76D60F8D12623E1106 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - name - libHexColors.a - path - libHexColors.a - sourceTree - BUILT_PRODUCTS_DIR - - B7034106E1B0D65F9359BA35BB7FB9EE - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - name - libPPTopMostController.a - path - libPPTopMostController.a - sourceTree - BUILT_PRODUCTS_DIR - - B786F79444CFFCA32102CC4EF8391341 - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - C70D6D047BA3EAC9F94695B5CB2AADF4 - remoteInfo - RMessage - - B90C033F980A1DA86821F8653933F53E - - buildActionMask - 2147483647 - files - - 9EA8B82625D30CCA49775FD84E8E3BF4 - 20C273F0880A2105628D056158875920 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - B9BC57F5D0B6D3B9938C2019FBC259DF - - children - - 09A04ED5ADC2B6D0D311915898379336 - - isa - PBXGroup - name - Development Pods - sourceTree - <group> - - BA6428E9F66FD5A23C0A2E06ED26CD2F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text - name - Podfile - path - ../Podfile - sourceTree - SOURCE_ROOT - xcLanguageSpecificationIdentifier - xcode.lang.ruby - - BC3CA7F9E30CC8F7E2DD044DD34432FC - - children - - BF6342C8B29F4CEEA088EFF7AB4DE362 - - isa - PBXGroup - name - Frameworks - sourceTree - <group> - - BD39580F9EFC908BC6AAB2548C311846 - - fileRef - 5FD8F456E674D220D2221D71BA6655FD - isa - PBXBuildFile - - BDD0B2F85C0AFA67D90E51AEE6E6C50E - - includeInIndex - 1 - isa - PBXFileReference - path - NotificationBackgroundWarningIcon@2x.png - sourceTree - <group> - - BF6342C8B29F4CEEA088EFF7AB4DE362 - - children - - 3E4E89230EF59BC255123B67864ACF77 - - isa - PBXGroup - name - iOS - sourceTree - <group> - - C036E17644646304E03BF60C127A21FC - - fileRef - 316870125844702EBA1FBE955FE47E92 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - C0CFB939D5B8C9910708B314FCA3AB15 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - PPTopMostController-dummy.m - sourceTree - <group> - - C70D6D047BA3EAC9F94695B5CB2AADF4 - - buildConfigurationList - 4E7DD7DD11805F91319385D9728D3029 - buildPhases - - D30629895002C650C442E84ED0DDAAE7 - AEF78BE1E27D21F656081E3C94B14996 - F94677C6F183D2FF235B87C354FE03CC - - buildRules - - dependencies - - 80CC2F722F0C756D3F3151334796374C - F0140EB70D014B90D0169631BA29EB50 - - isa - PBXNativeTarget - name - RMessage - productName - RMessage - productReference - 603B7D7A97FB39877B9FC4CB9F09ABF5 - productType - com.apple.product-type.library.static - - C9BAB675D080D11807A83F8FD66BA317 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - HexColors.m - path - Classes/HexColors.m - sourceTree - <group> - - D2E4BA12488B9DFC3C4BF3FBC8B39321 - - children - - B3D45C1BE24BDC76D60F8D12623E1106 - 0B9F93FB2054B84208D96EF3C93F57F1 - B7034106E1B0D65F9359BA35BB7FB9EE - 603B7D7A97FB39877B9FC4CB9F09ABF5 - - isa - PBXGroup - name - Products - sourceTree - <group> - - D30629895002C650C442E84ED0DDAAE7 - - buildActionMask - 2147483647 - files - - 7ABCD8EC48C2F7D62004D143D66C678D - 8E96BAEFA26D00FFD1E1B006FDCB9C13 - BD39580F9EFC908BC6AAB2548C311846 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - D41D8CD98F00B204E9800998ECF8427E - - attributes - - LastSwiftUpdateCheck - 0700 - LastUpgradeCheck - 0700 - - buildConfigurationList - 2D8E8EC45A3A1A1D94AE762CB5028504 - compatibilityVersion - Xcode 3.2 - developmentRegion - English - hasScannedForEncodings - 0 - isa - PBXProject - knownRegions - - en - - mainGroup - 7DB346D0F39D3F0E887471402A8071AB - productRefGroup - D2E4BA12488B9DFC3C4BF3FBC8B39321 - projectDirPath - - projectReferences - - projectRoot - - targets - - E9EF397B95762DDB254C71DDCB4B1381 - AA806CA5C06DE1A597C51352EA116BB2 - 0B41D180E700F78F2A32720E1BBE07D4 - C70D6D047BA3EAC9F94695B5CB2AADF4 - - - D5448C4E8321E0EC09409DFF9DB768F3 - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - E9EF397B95762DDB254C71DDCB4B1381 - remoteInfo - HexColors - - D75BBF3A6C6D3745AE85273CEC34CFCA - - fileRef - 3E4E89230EF59BC255123B67864ACF77 - isa - PBXBuildFile - - D7C615A1C2435EB5EF38B66447359DB4 - - fileRef - 4343F23FBF438B643B8CF50EEF5841B3 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - DE6E52D7ADE0C76F0E1FE5BDFF47591D - - buildActionMask - 2147483647 - files - - 067F9DACC53D2F2B2D616F8917E25467 - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - E0B75E5BD7E9DDDBBB5D8C00709D4C41 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - HexColors.xcconfig - sourceTree - <group> - - E34B3045A7A1EEB5425A5ADE119F8A14 - - includeInIndex - 1 - isa - PBXFileReference - path - NotificationBackgroundWarningIcon.png - sourceTree - <group> - - E55B395346EEFAAB4CB40F65E4945D94 - - children - - 316870125844702EBA1FBE955FE47E92 - C9BAB675D080D11807A83F8FD66BA317 - 5F9DDD8E96B8CF836DFC3C84A5C609EB - - isa - PBXGroup - name - HexColors - path - HexColors - sourceTree - <group> - - E744AB36EAEFEF1EDFAB2722F0C047E4 - - baseConfigurationReference - E0B75E5BD7E9DDDBBB5D8C00709D4C41 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/HexColors/HexColors-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 8.0 - MTL_ENABLE_DEBUG_INFO - YES - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - E7B56304CE2DA8850A548481AB2B9395 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UITabBarController+PPTopMostController.m - path - PPTopMostController-Files/UITabBarController+PPTopMostController.m - sourceTree - <group> - - E9EF397B95762DDB254C71DDCB4B1381 - - buildConfigurationList - ACABDDD53049FF494333AA35F2BA7BF8 - buildPhases - - B90C033F980A1DA86821F8653933F53E - 1CA9E4B06AF82B7C67DC302218579D08 - 6C6136C2C41E7C5BD0D81456844ACBB7 - - buildRules - - dependencies - - isa - PBXNativeTarget - name - HexColors - productName - HexColors - productReference - B3D45C1BE24BDC76D60F8D12623E1106 - productType - com.apple.product-type.library.static - - EBA9FC6203743164CCAC71AAC608BAAC - - baseConfigurationReference - 4E762F23EC34ED4A6FF3312D84E33A40 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - IPHONEOS_DEPLOYMENT_TARGET - 8.0 - MACH_O_TYPE - staticlib - MTL_ENABLE_DEBUG_INFO - YES - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PODS_ROOT - $(SRCROOT) - PRODUCT_NAME - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - EE6FB2DF110DD09FA6C40DB92F3B4C9C - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 0B41D180E700F78F2A32720E1BBE07D4 - remoteInfo - PPTopMostController - - F0140EB70D014B90D0169631BA29EB50 - - isa - PBXTargetDependency - name - PPTopMostController - target - 0B41D180E700F78F2A32720E1BBE07D4 - targetProxy - EE6FB2DF110DD09FA6C40DB92F3B4C9C - - F719E7EA3B441D528503D441E34B17B0 - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - E9EF397B95762DDB254C71DDCB4B1381 - remoteInfo - HexColors - - F94677C6F183D2FF235B87C354FE03CC - - buildActionMask - 2147483647 - files - - 16F3CA7AB9375167F5452842C213BEC1 - 5E2581740536B8A44AF50DBA7E3B07E5 - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - FB45FFD90572718D82AB9092B750F0CA - - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - CLANG_CXX_LANGUAGE_STANDARD - gnu++0x - CLANG_CXX_LIBRARY - libc++ - CLANG_ENABLE_MODULES - YES - CLANG_ENABLE_OBJC_ARC - YES - CLANG_WARN_BOOL_CONVERSION - YES - CLANG_WARN_CONSTANT_CONVERSION - YES - CLANG_WARN_DIRECT_OBJC_ISA_USAGE - YES - CLANG_WARN_EMPTY_BODY - YES - CLANG_WARN_ENUM_CONVERSION - YES - CLANG_WARN_INT_CONVERSION - YES - CLANG_WARN_OBJC_ROOT_CLASS - YES - CLANG_WARN_UNREACHABLE_CODE - YES - CLANG_WARN__DUPLICATE_METHOD_MATCH - YES - COPY_PHASE_STRIP - YES - ENABLE_NS_ASSERTIONS - NO - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_PREPROCESSOR_DEFINITIONS - - RELEASE=1 - - GCC_WARN_64_TO_32_BIT_CONVERSION - YES - GCC_WARN_ABOUT_RETURN_TYPE - YES - GCC_WARN_UNDECLARED_SELECTOR - YES - GCC_WARN_UNINITIALIZED_AUTOS - YES - GCC_WARN_UNUSED_FUNCTION - YES - GCC_WARN_UNUSED_VARIABLE - YES - IPHONEOS_DEPLOYMENT_TARGET - 8.0 - STRIP_INSTALLED_PRODUCT - NO - SYMROOT - ${SRCROOT}/../build - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release - - FC007F005C2617666B0E68BA7281FD18 - - children - - 7E1D69932A80D3AB72A769B50E0391E3 - C0CFB939D5B8C9910708B314FCA3AB15 - 179E81B3B20AD8434A3BB528029889B7 - - isa - PBXGroup - name - Support Files - path - ../Target Support Files/PPTopMostController - sourceTree - <group> - - FCB7317C5276B45960563882592F48BA - - children - - 54BC84662E53D1F0C081E99F9C16FA6F - 430FA11FFF0BEE864CF1C6A8E6BBFDDB - 1686AB8A2BFCB742CE7C049ED1650607 - - isa - PBXGroup - name - Support Files - path - Example/Pods/Target Support Files/RMessage - sourceTree - <group> - - - rootObject - D41D8CD98F00B204E9800998ECF8427E - - +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 0B442162E763B9C12386A72126394446 /* Pods-RMessage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E4EC7543969C5DDA2A7F5014ED1ECC90 /* Pods-RMessage-dummy.m */; }; + 14DD78062E33839871A3CFA30EAEF0F8 /* HexColors-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 360DD393B54068DF0DC094E980B10B08 /* HexColors-dummy.m */; }; + 1C88186BF8B83C3BB780581CB6DED1E4 /* UITabBarController+PPTopMostController.m in Sources */ = {isa = PBXBuildFile; fileRef = E7B56304CE2DA8850A548481AB2B9395 /* UITabBarController+PPTopMostController.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 2F4C43D76FF8E91743A590301425707C /* RMessage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 430FA11FFF0BEE864CF1C6A8E6BBFDDB /* RMessage-dummy.m */; }; + 4AD5DD1ED18310897E88629F755F2837 /* UITabBarController+PPTopMostController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F67BD84B208B68CE8510151ED5462EC /* UITabBarController+PPTopMostController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4EA9AC0041F6371EAABB6EA175C112CF /* UINavigationController+PPTopMostController.m in Sources */ = {isa = PBXBuildFile; fileRef = 328BB210EED741D0951654C4EA48BDAD /* UINavigationController+PPTopMostController.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 5C15E9FEE3A7C5D621CCE7DB55B0DA53 /* HexColors.h in Headers */ = {isa = PBXBuildFile; fileRef = 316870125844702EBA1FBE955FE47E92 /* HexColors.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C7B8758128C413C4A5A56FF32578459 /* UIViewController+PPTopMostController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F8231D271F29202100DB59055D2C4A7 /* UIViewController+PPTopMostController.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 5D1DC24CFC7ECFC4B3B12509CBBB5D63 /* UIViewController+PPTopMostController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FE18BF16B99DA5B588DF7FEDE455422 /* UIViewController+PPTopMostController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6081B438B7995F838511F7146D888E97 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */; }; + 630D3454D9821332F7D9FB6ECB3ED3EA /* RMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D73840065923F8038A892201689702A /* RMessage.m */; }; + 6709C78657868F8EB384E46D39B239AE /* RMessageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FD8F456E674D220D2221D71BA6655FD /* RMessageView.m */; }; + 8486E956FCA1C09415C2CB791F366D05 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */; }; + 9B98BE9EE06BAC5D1F7F6B08B3ACBC78 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */; }; + A4950E142AD29C6F3F5E021256208496 /* HexColors.m in Sources */ = {isa = PBXBuildFile; fileRef = C9BAB675D080D11807A83F8FD66BA317 /* HexColors.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + BC08EDA39346593786FEA997EE211513 /* UINavigationController+PPTopMostController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B834D2305652A7C1E7901DC677BAE06 /* UINavigationController+PPTopMostController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C0837DF4A3CB07574865848D8936850A /* PPTopMostController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C0CFB939D5B8C9910708B314FCA3AB15 /* PPTopMostController-dummy.m */; }; + C36F76C38D13DF52CF53BB56478D173C /* RMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BF9E1B5B0B3AA74BF0B0A3369A14A3E /* RMessage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D84178AFE6832682EA71E933DD7C6D34 /* RMessageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 54D93A189FABC413AED0AE7DAE215206 /* RMessageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E08EB9CB3AAE66B673CB5DE5F4821739 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */; }; + FE1F6F9BB108C67173CE0432C968A7EE /* PPTopMostControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4343F23FBF438B643B8CF50EEF5841B3 /* PPTopMostControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 3C7DF09D87C785BBA3B126B81CED4886 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC7BAA2B0109B633CE06A36E872A9505; + remoteInfo = HexColors; + }; + 3E8BC291BD09EEC51B46B1FAC02CA6A4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = C6586BA4AC32BB5B5B751A17D024628F; + remoteInfo = RMessage; + }; + 7064E703613E7A22A729420229F27DAC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC7BAA2B0109B633CE06A36E872A9505; + remoteInfo = HexColors; + }; + A78F4D0D37B84A2B4545C79400AABD48 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 885401D10B5FFE71BEA4B762074D4071; + remoteInfo = PPTopMostController; + }; + C6B3AC9FC230B453C39A9EFA914037AE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 885401D10B5FFE71BEA4B762074D4071; + remoteInfo = PPTopMostController; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 0BF9E1B5B0B3AA74BF0B0A3369A14A3E /* RMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RMessage.h; sourceTree = ""; }; + 1686AB8A2BFCB742CE7C049ED1650607 /* RMessage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RMessage-prefix.pch"; sourceTree = ""; }; + 179E81B3B20AD8434A3BB528029889B7 /* PPTopMostController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PPTopMostController-prefix.pch"; sourceTree = ""; }; + 217C52836066A05E3255376E1949363A /* Pods-RMessage-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-RMessage-acknowledgements.plist"; sourceTree = ""; }; + 22FC31709CD25400611E828C96F4FD51 /* NotificationBackgroundSuccessIcon.png */ = {isa = PBXFileReference; includeInIndex = 1; path = NotificationBackgroundSuccessIcon.png; sourceTree = ""; }; + 244269FA4FABEFBE123CD786CB007189 /* HexColors-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HexColors-prefix.pch"; sourceTree = ""; }; + 2D73840065923F8038A892201689702A /* RMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RMessage.m; sourceTree = ""; }; + 316870125844702EBA1FBE955FE47E92 /* HexColors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HexColors.h; path = Classes/HexColors.h; sourceTree = ""; }; + 328BB210EED741D0951654C4EA48BDAD /* UINavigationController+PPTopMostController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UINavigationController+PPTopMostController.m"; path = "PPTopMostController-Files/UINavigationController+PPTopMostController.m"; sourceTree = ""; }; + 360DD393B54068DF0DC094E980B10B08 /* HexColors-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HexColors-dummy.m"; sourceTree = ""; }; + 3ABB968354286DC04E51169250FE4141 /* NotificationBackgroundSuccessIcon@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "NotificationBackgroundSuccessIcon@2x.png"; sourceTree = ""; }; + 3C5EA7ABE51B8D2CCAA7FEA35155F073 /* NotificationButtonBackground@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "NotificationButtonBackground@2x.png"; sourceTree = ""; }; + 3CC503CB4B8E440B97071F0310520A02 /* libHexColors.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libHexColors.a; path = libHexColors.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 3F67BD84B208B68CE8510151ED5462EC /* UITabBarController+PPTopMostController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITabBarController+PPTopMostController.h"; path = "PPTopMostController-Files/UITabBarController+PPTopMostController.h"; sourceTree = ""; }; + 430FA11FFF0BEE864CF1C6A8E6BBFDDB /* RMessage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RMessage-dummy.m"; sourceTree = ""; }; + 4343F23FBF438B643B8CF50EEF5841B3 /* PPTopMostControllerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PPTopMostControllerProtocol.h; path = "PPTopMostController-Files/PPTopMostControllerProtocol.h"; sourceTree = ""; }; + 46A671348D2464D92EA9D83AEBB237AE /* NotificationBackgroundErrorIcon.png */ = {isa = PBXFileReference; includeInIndex = 1; path = NotificationBackgroundErrorIcon.png; sourceTree = ""; }; + 4DF1B3B22BECE7B5890BA862FFB88DD6 /* RMessageView.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; path = RMessageView.xib; sourceTree = ""; }; + 54577CD7DE49636EA6411820774072E0 /* RMessageDefaultDesign.json */ = {isa = PBXFileReference; includeInIndex = 1; path = RMessageDefaultDesign.json; sourceTree = ""; }; + 54BC84662E53D1F0C081E99F9C16FA6F /* RMessage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RMessage.xcconfig; sourceTree = ""; }; + 54D93A189FABC413AED0AE7DAE215206 /* RMessageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RMessageView.h; sourceTree = ""; }; + 5F8231D271F29202100DB59055D2C4A7 /* UIViewController+PPTopMostController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+PPTopMostController.m"; path = "PPTopMostController-Files/UIViewController+PPTopMostController.m"; sourceTree = ""; }; + 5FD8F456E674D220D2221D71BA6655FD /* RMessageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RMessageView.m; sourceTree = ""; }; + 698BCC1C9E8CA905FC055626800F10CB /* libPods-RMessage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-RMessage.a"; path = "libPods-RMessage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 6C7BE4C091EAD88563B18E6D5444C572 /* Pods-RMessage-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RMessage-resources.sh"; sourceTree = ""; }; + 6FE18BF16B99DA5B588DF7FEDE455422 /* UIViewController+PPTopMostController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIViewController+PPTopMostController.h"; path = "PPTopMostController-Files/UIViewController+PPTopMostController.h"; sourceTree = ""; }; + 7E1D69932A80D3AB72A769B50E0391E3 /* PPTopMostController.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PPTopMostController.xcconfig; sourceTree = ""; }; + 8630BB8ED1F1BEF9F89EB03CB1DD5387 /* NotificationBackgroundErrorIcon@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "NotificationBackgroundErrorIcon@2x.png"; sourceTree = ""; }; + 8B834D2305652A7C1E7901DC677BAE06 /* UINavigationController+PPTopMostController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UINavigationController+PPTopMostController.h"; path = "PPTopMostController-Files/UINavigationController+PPTopMostController.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; }; + 9744D288AA4C513C392789FB9500719C /* libRMessage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRMessage.a; path = libRMessage.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 99B7D68E0E0045ED79E0CF334DE3BF55 /* Pods-RMessage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RMessage.release.xcconfig"; sourceTree = ""; }; + 9C66FED87A9EE2B5759D0FF1541BE266 /* NotificationButtonBackground.png */ = {isa = PBXFileReference; includeInIndex = 1; path = NotificationButtonBackground.png; sourceTree = ""; }; + AC4A10C2F7628C8E70638B2A0E28AAA5 /* Pods-RMessage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RMessage.debug.xcconfig"; sourceTree = ""; }; + BDD0B2F85C0AFA67D90E51AEE6E6C50E /* NotificationBackgroundWarningIcon@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "NotificationBackgroundWarningIcon@2x.png"; sourceTree = ""; }; + C0CFB939D5B8C9910708B314FCA3AB15 /* PPTopMostController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PPTopMostController-dummy.m"; sourceTree = ""; }; + C9BAB675D080D11807A83F8FD66BA317 /* HexColors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = HexColors.m; path = Classes/HexColors.m; sourceTree = ""; }; + CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + D64AF21ECF3DB702580B5F088F3BFB1A /* Pods-RMessage-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RMessage-frameworks.sh"; sourceTree = ""; }; + DDE998E00416C89845FB15698CEEB2DC /* libPPTopMostController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libPPTopMostController.a; path = libPPTopMostController.a; sourceTree = BUILT_PRODUCTS_DIR; }; + E0B75E5BD7E9DDDBBB5D8C00709D4C41 /* HexColors.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HexColors.xcconfig; sourceTree = ""; }; + E34B3045A7A1EEB5425A5ADE119F8A14 /* NotificationBackgroundWarningIcon.png */ = {isa = PBXFileReference; includeInIndex = 1; path = NotificationBackgroundWarningIcon.png; sourceTree = ""; }; + E4EC7543969C5DDA2A7F5014ED1ECC90 /* Pods-RMessage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-RMessage-dummy.m"; sourceTree = ""; }; + E7B56304CE2DA8850A548481AB2B9395 /* UITabBarController+PPTopMostController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITabBarController+PPTopMostController.m"; path = "PPTopMostController-Files/UITabBarController+PPTopMostController.m"; sourceTree = ""; }; + F87EDCF82CCB4EC0FB614A01D4A829B0 /* Pods-RMessage-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-RMessage-acknowledgements.markdown"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 02F305EDC7849F96808B7965304F517E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 6081B438B7995F838511F7146D888E97 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 28B622E808006A6AA57D5A36A9E8BDAA /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8486E956FCA1C09415C2CB791F366D05 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2F45FD804D336CC90E6F5B7EB2369D0E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 9B98BE9EE06BAC5D1F7F6B08B3ACBC78 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C83A73BDC687E2802F8DFA24496D2DB6 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + E08EB9CB3AAE66B673CB5DE5F4821739 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 09A04ED5ADC2B6D0D311915898379336 /* RMessage */ = { + isa = PBXGroup; + children = ( + 56CFAB44E0BA7F9D9ECEF855A281C6B0 /* Resources */, + 3E438FDEECC180AC7ECFEFEA67BD84DB /* RMessage */, + FCB7317C5276B45960563882592F48BA /* Support Files */, + ); + name = RMessage; + path = ../..; + sourceTree = ""; + }; + 125E9496ACF5A58C9E47F3CD962D17EF /* Pods-RMessage */ = { + isa = PBXGroup; + children = ( + F87EDCF82CCB4EC0FB614A01D4A829B0 /* Pods-RMessage-acknowledgements.markdown */, + 217C52836066A05E3255376E1949363A /* Pods-RMessage-acknowledgements.plist */, + E4EC7543969C5DDA2A7F5014ED1ECC90 /* Pods-RMessage-dummy.m */, + D64AF21ECF3DB702580B5F088F3BFB1A /* Pods-RMessage-frameworks.sh */, + 6C7BE4C091EAD88563B18E6D5444C572 /* Pods-RMessage-resources.sh */, + AC4A10C2F7628C8E70638B2A0E28AAA5 /* Pods-RMessage.debug.xcconfig */, + 99B7D68E0E0045ED79E0CF334DE3BF55 /* Pods-RMessage.release.xcconfig */, + ); + name = "Pods-RMessage"; + path = "Target Support Files/Pods-RMessage"; + sourceTree = ""; + }; + 3E438FDEECC180AC7ECFEFEA67BD84DB /* RMessage */ = { + isa = PBXGroup; + children = ( + 0BF9E1B5B0B3AA74BF0B0A3369A14A3E /* RMessage.h */, + 2D73840065923F8038A892201689702A /* RMessage.m */, + 54D93A189FABC413AED0AE7DAE215206 /* RMessageView.h */, + 5FD8F456E674D220D2221D71BA6655FD /* RMessageView.m */, + ); + name = RMessage; + path = RMessage; + sourceTree = ""; + }; + 41345AB4A04CCED087A3D5231A8712A3 /* PPTopMostController */ = { + isa = PBXGroup; + children = ( + 4343F23FBF438B643B8CF50EEF5841B3 /* PPTopMostControllerProtocol.h */, + 8B834D2305652A7C1E7901DC677BAE06 /* UINavigationController+PPTopMostController.h */, + 328BB210EED741D0951654C4EA48BDAD /* UINavigationController+PPTopMostController.m */, + 3F67BD84B208B68CE8510151ED5462EC /* UITabBarController+PPTopMostController.h */, + E7B56304CE2DA8850A548481AB2B9395 /* UITabBarController+PPTopMostController.m */, + 6FE18BF16B99DA5B588DF7FEDE455422 /* UIViewController+PPTopMostController.h */, + 5F8231D271F29202100DB59055D2C4A7 /* UIViewController+PPTopMostController.m */, + FC007F005C2617666B0E68BA7281FD18 /* Support Files */, + ); + name = PPTopMostController; + path = PPTopMostController; + sourceTree = ""; + }; + 56CFAB44E0BA7F9D9ECEF855A281C6B0 /* Resources */ = { + isa = PBXGroup; + children = ( + 980CD8C0ADDAA7334472776F4931B91B /* RMessage */, + ); + name = Resources; + sourceTree = ""; + }; + 5F9DDD8E96B8CF836DFC3C84A5C609EB /* Support Files */ = { + isa = PBXGroup; + children = ( + E0B75E5BD7E9DDDBBB5D8C00709D4C41 /* HexColors.xcconfig */, + 360DD393B54068DF0DC094E980B10B08 /* HexColors-dummy.m */, + 244269FA4FABEFBE123CD786CB007189 /* HexColors-prefix.pch */, + ); + name = "Support Files"; + path = "../Target Support Files/HexColors"; + sourceTree = ""; + }; + 664AC560EDAF46F325F23C30259DC5DC /* Resources */ = { + isa = PBXGroup; + children = ( + 4DF1B3B22BECE7B5890BA862FFB88DD6 /* RMessageView.xib */, + ); + name = Resources; + path = Resources; + sourceTree = ""; + }; + 6FB28BE78C182EC898923A1034A15157 /* Assets */ = { + isa = PBXGroup; + children = ( + 46A671348D2464D92EA9D83AEBB237AE /* NotificationBackgroundErrorIcon.png */, + 8630BB8ED1F1BEF9F89EB03CB1DD5387 /* NotificationBackgroundErrorIcon@2x.png */, + 22FC31709CD25400611E828C96F4FD51 /* NotificationBackgroundSuccessIcon.png */, + 3ABB968354286DC04E51169250FE4141 /* NotificationBackgroundSuccessIcon@2x.png */, + E34B3045A7A1EEB5425A5ADE119F8A14 /* NotificationBackgroundWarningIcon.png */, + BDD0B2F85C0AFA67D90E51AEE6E6C50E /* NotificationBackgroundWarningIcon@2x.png */, + 9C66FED87A9EE2B5759D0FF1541BE266 /* NotificationButtonBackground.png */, + 3C5EA7ABE51B8D2CCAA7FEA35155F073 /* NotificationButtonBackground@2x.png */, + 54577CD7DE49636EA6411820774072E0 /* RMessageDefaultDesign.json */, + ); + name = Assets; + path = Assets; + sourceTree = ""; + }; + 7531C8F8DE19F1AA3C8A7AC97A91DC29 /* iOS */ = { + isa = PBXGroup; + children = ( + CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */, + ); + name = iOS; + sourceTree = ""; + }; + 7DB346D0F39D3F0E887471402A8071AB = { + isa = PBXGroup; + children = ( + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, + B9BC57F5D0B6D3B9938C2019FBC259DF /* Development Pods */, + BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */, + 84D278C2C4D8EC4CE0FEA99DC0F3E9F4 /* Pods */, + EEFD5C5F214EA2E1F251997A3BEA889E /* Products */, + CAF33751683D00FAD85080A758CF7B44 /* Targets Support Files */, + ); + sourceTree = ""; + }; + 84D278C2C4D8EC4CE0FEA99DC0F3E9F4 /* Pods */ = { + isa = PBXGroup; + children = ( + E55B395346EEFAAB4CB40F65E4945D94 /* HexColors */, + 41345AB4A04CCED087A3D5231A8712A3 /* PPTopMostController */, + ); + name = Pods; + sourceTree = ""; + }; + 980CD8C0ADDAA7334472776F4931B91B /* RMessage */ = { + isa = PBXGroup; + children = ( + 6FB28BE78C182EC898923A1034A15157 /* Assets */, + 664AC560EDAF46F325F23C30259DC5DC /* Resources */, + ); + name = RMessage; + path = RMessage; + sourceTree = ""; + }; + B9BC57F5D0B6D3B9938C2019FBC259DF /* Development Pods */ = { + isa = PBXGroup; + children = ( + 09A04ED5ADC2B6D0D311915898379336 /* RMessage */, + ); + name = "Development Pods"; + sourceTree = ""; + }; + BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = { + isa = PBXGroup; + children = ( + 7531C8F8DE19F1AA3C8A7AC97A91DC29 /* iOS */, + ); + name = Frameworks; + sourceTree = ""; + }; + CAF33751683D00FAD85080A758CF7B44 /* Targets Support Files */ = { + isa = PBXGroup; + children = ( + 125E9496ACF5A58C9E47F3CD962D17EF /* Pods-RMessage */, + ); + name = "Targets Support Files"; + sourceTree = ""; + }; + E55B395346EEFAAB4CB40F65E4945D94 /* HexColors */ = { + isa = PBXGroup; + children = ( + 316870125844702EBA1FBE955FE47E92 /* HexColors.h */, + C9BAB675D080D11807A83F8FD66BA317 /* HexColors.m */, + 5F9DDD8E96B8CF836DFC3C84A5C609EB /* Support Files */, + ); + name = HexColors; + path = HexColors; + sourceTree = ""; + }; + EEFD5C5F214EA2E1F251997A3BEA889E /* Products */ = { + isa = PBXGroup; + children = ( + 3CC503CB4B8E440B97071F0310520A02 /* libHexColors.a */, + 698BCC1C9E8CA905FC055626800F10CB /* libPods-RMessage.a */, + DDE998E00416C89845FB15698CEEB2DC /* libPPTopMostController.a */, + 9744D288AA4C513C392789FB9500719C /* libRMessage.a */, + ); + name = Products; + sourceTree = ""; + }; + FC007F005C2617666B0E68BA7281FD18 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7E1D69932A80D3AB72A769B50E0391E3 /* PPTopMostController.xcconfig */, + C0CFB939D5B8C9910708B314FCA3AB15 /* PPTopMostController-dummy.m */, + 179E81B3B20AD8434A3BB528029889B7 /* PPTopMostController-prefix.pch */, + ); + name = "Support Files"; + path = "../Target Support Files/PPTopMostController"; + sourceTree = ""; + }; + FCB7317C5276B45960563882592F48BA /* Support Files */ = { + isa = PBXGroup; + children = ( + 54BC84662E53D1F0C081E99F9C16FA6F /* RMessage.xcconfig */, + 430FA11FFF0BEE864CF1C6A8E6BBFDDB /* RMessage-dummy.m */, + 1686AB8A2BFCB742CE7C049ED1650607 /* RMessage-prefix.pch */, + ); + name = "Support Files"; + path = "Example/Pods/Target Support Files/RMessage"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 774BFCEC5B07E882FFCDCF33D7AE56C4 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C36F76C38D13DF52CF53BB56478D173C /* RMessage.h in Headers */, + D84178AFE6832682EA71E933DD7C6D34 /* RMessageView.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B614DA345A86993AB81695ABCAC62CE3 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 5C15E9FEE3A7C5D621CCE7DB55B0DA53 /* HexColors.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CF68DFD61C08C374B3ADCB1F457C6A5B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + FE1F6F9BB108C67173CE0432C968A7EE /* PPTopMostControllerProtocol.h in Headers */, + BC08EDA39346593786FEA997EE211513 /* UINavigationController+PPTopMostController.h in Headers */, + 4AD5DD1ED18310897E88629F755F2837 /* UITabBarController+PPTopMostController.h in Headers */, + 5D1DC24CFC7ECFC4B3B12509CBBB5D63 /* UIViewController+PPTopMostController.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 885401D10B5FFE71BEA4B762074D4071 /* PPTopMostController */ = { + isa = PBXNativeTarget; + buildConfigurationList = 027AA13F88BA80940B72E4F0C00D07AD /* Build configuration list for PBXNativeTarget "PPTopMostController" */; + buildPhases = ( + FBA7BEA3BA20652EE89F84092707C85A /* Sources */, + 02F305EDC7849F96808B7965304F517E /* Frameworks */, + CF68DFD61C08C374B3ADCB1F457C6A5B /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = PPTopMostController; + productName = PPTopMostController; + productReference = DDE998E00416C89845FB15698CEEB2DC /* libPPTopMostController.a */; + productType = "com.apple.product-type.library.static"; + }; + C6586BA4AC32BB5B5B751A17D024628F /* RMessage */ = { + isa = PBXNativeTarget; + buildConfigurationList = 8B36481BC13829C559676BCFFFA28C83 /* Build configuration list for PBXNativeTarget "RMessage" */; + buildPhases = ( + F1D47149DFE4881756B9BA81EA63DCB0 /* Sources */, + C83A73BDC687E2802F8DFA24496D2DB6 /* Frameworks */, + 774BFCEC5B07E882FFCDCF33D7AE56C4 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + 7851C287F94643304DF6CE58EA94D930 /* PBXTargetDependency */, + 5BD5DE8890B3CD1141320004EF87912C /* PBXTargetDependency */, + ); + name = RMessage; + productName = RMessage; + productReference = 9744D288AA4C513C392789FB9500719C /* libRMessage.a */; + productType = "com.apple.product-type.library.static"; + }; + EC7BAA2B0109B633CE06A36E872A9505 /* HexColors */ = { + isa = PBXNativeTarget; + buildConfigurationList = EC7728CE8385DA0D792A4B410991DA2C /* Build configuration list for PBXNativeTarget "HexColors" */; + buildPhases = ( + E8EFD4C0C40128513B4BF22F928B8067 /* Sources */, + 2F45FD804D336CC90E6F5B7EB2369D0E /* Frameworks */, + B614DA345A86993AB81695ABCAC62CE3 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = HexColors; + productName = HexColors; + productReference = 3CC503CB4B8E440B97071F0310520A02 /* libHexColors.a */; + productType = "com.apple.product-type.library.static"; + }; + F9BCD37F03B03FD079E2F9AC57CD9412 /* Pods-RMessage */ = { + isa = PBXNativeTarget; + buildConfigurationList = BF48FC1D1005373E8761C2141AF1E58F /* Build configuration list for PBXNativeTarget "Pods-RMessage" */; + buildPhases = ( + F30A851C56D7172ED85A1067E958838C /* Sources */, + 28B622E808006A6AA57D5A36A9E8BDAA /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + CE11CE9ED9DF7DCE8B46AE110D743C27 /* PBXTargetDependency */, + 65A4F23C434021776DC5236A81C99A5C /* PBXTargetDependency */, + A324D02BF5C11021C2C7AF165347B27E /* PBXTargetDependency */, + ); + name = "Pods-RMessage"; + productName = "Pods-RMessage"; + productReference = 698BCC1C9E8CA905FC055626800F10CB /* libPods-RMessage.a */; + productType = "com.apple.product-type.library.static"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0730; + LastUpgradeCheck = 0700; + }; + buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 7DB346D0F39D3F0E887471402A8071AB; + productRefGroup = EEFD5C5F214EA2E1F251997A3BEA889E /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + EC7BAA2B0109B633CE06A36E872A9505 /* HexColors */, + F9BCD37F03B03FD079E2F9AC57CD9412 /* Pods-RMessage */, + 885401D10B5FFE71BEA4B762074D4071 /* PPTopMostController */, + C6586BA4AC32BB5B5B751A17D024628F /* RMessage */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + E8EFD4C0C40128513B4BF22F928B8067 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 14DD78062E33839871A3CFA30EAEF0F8 /* HexColors-dummy.m in Sources */, + A4950E142AD29C6F3F5E021256208496 /* HexColors.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F1D47149DFE4881756B9BA81EA63DCB0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2F4C43D76FF8E91743A590301425707C /* RMessage-dummy.m in Sources */, + 630D3454D9821332F7D9FB6ECB3ED3EA /* RMessage.m in Sources */, + 6709C78657868F8EB384E46D39B239AE /* RMessageView.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F30A851C56D7172ED85A1067E958838C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0B442162E763B9C12386A72126394446 /* Pods-RMessage-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FBA7BEA3BA20652EE89F84092707C85A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C0837DF4A3CB07574865848D8936850A /* PPTopMostController-dummy.m in Sources */, + 4EA9AC0041F6371EAABB6EA175C112CF /* UINavigationController+PPTopMostController.m in Sources */, + 1C88186BF8B83C3BB780581CB6DED1E4 /* UITabBarController+PPTopMostController.m in Sources */, + 5C7B8758128C413C4A5A56FF32578459 /* UIViewController+PPTopMostController.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 5BD5DE8890B3CD1141320004EF87912C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PPTopMostController; + target = 885401D10B5FFE71BEA4B762074D4071 /* PPTopMostController */; + targetProxy = C6B3AC9FC230B453C39A9EFA914037AE /* PBXContainerItemProxy */; + }; + 65A4F23C434021776DC5236A81C99A5C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PPTopMostController; + target = 885401D10B5FFE71BEA4B762074D4071 /* PPTopMostController */; + targetProxy = A78F4D0D37B84A2B4545C79400AABD48 /* PBXContainerItemProxy */; + }; + 7851C287F94643304DF6CE58EA94D930 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HexColors; + target = EC7BAA2B0109B633CE06A36E872A9505 /* HexColors */; + targetProxy = 7064E703613E7A22A729420229F27DAC /* PBXContainerItemProxy */; + }; + A324D02BF5C11021C2C7AF165347B27E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RMessage; + target = C6586BA4AC32BB5B5B751A17D024628F /* RMessage */; + targetProxy = 3E8BC291BD09EEC51B46B1FAC02CA6A4 /* PBXContainerItemProxy */; + }; + CE11CE9ED9DF7DCE8B46AE110D743C27 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HexColors; + target = EC7BAA2B0109B633CE06A36E872A9505 /* HexColors */; + targetProxy = 3C7DF09D87C785BBA3B126B81CED4886 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 0B578773B8BD975B16E5F79FDB3ADCAA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7E1D69932A80D3AB72A769B50E0391E3 /* PPTopMostController.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/PPTopMostController/PPTopMostController-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + 283992143C2305EE38394694C2691309 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E0B75E5BD7E9DDDBBB5D8C00709D4C41 /* HexColors.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/HexColors/HexColors-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + 59B042A655B7C20CBAB90E385BF4E4C7 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGNING_REQUIRED = NO; + COPY_PHASE_STRIP = NO; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_DEBUG=1", + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + ONLY_ACTIVE_ARCH = YES; + PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; + STRIP_INSTALLED_PRODUCT = NO; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Debug; + }; + 6EDE42538BBBFE1A4A31F5D9611DADB8 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E0B75E5BD7E9DDDBBB5D8C00709D4C41 /* HexColors.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/HexColors/HexColors-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 77AD73E7EE479EEBDDBD9058CF931302 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7E1D69932A80D3AB72A769B50E0391E3 /* PPTopMostController.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/PPTopMostController/PPTopMostController-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 7DF02D8EF0DE48AB6AF08D80ABEDC902 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 54BC84662E53D1F0C081E99F9C16FA6F /* RMessage.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/RMessage/RMessage-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 96721BD3F16680F42FD5118B36ED68FC /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AC4A10C2F7628C8E70638B2A0E28AAA5 /* Pods-RMessage.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MACH_O_TYPE = staticlib; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + B7324857C38B065FEB1EEE3105C2367A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGNING_REQUIRED = NO; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_RELEASE=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; + STRIP_INSTALLED_PRODUCT = NO; + SYMROOT = "${SRCROOT}/../build"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + BCC3D7C5444EED46EABE34B33B83F489 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 54BC84662E53D1F0C081E99F9C16FA6F /* RMessage.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/RMessage/RMessage-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + DCCA755A10B8DB03F83B2D59C8B430A9 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 99B7D68E0E0045ED79E0CF334DE3BF55 /* Pods-RMessage.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MACH_O_TYPE = staticlib; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 027AA13F88BA80940B72E4F0C00D07AD /* Build configuration list for PBXNativeTarget "PPTopMostController" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 77AD73E7EE479EEBDDBD9058CF931302 /* Debug */, + 0B578773B8BD975B16E5F79FDB3ADCAA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 59B042A655B7C20CBAB90E385BF4E4C7 /* Debug */, + B7324857C38B065FEB1EEE3105C2367A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 8B36481BC13829C559676BCFFFA28C83 /* Build configuration list for PBXNativeTarget "RMessage" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7DF02D8EF0DE48AB6AF08D80ABEDC902 /* Debug */, + BCC3D7C5444EED46EABE34B33B83F489 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + BF48FC1D1005373E8761C2141AF1E58F /* Build configuration list for PBXNativeTarget "Pods-RMessage" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 96721BD3F16680F42FD5118B36ED68FC /* Debug */, + DCCA755A10B8DB03F83B2D59C8B430A9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + EC7728CE8385DA0D792A4B410991DA2C /* Build configuration list for PBXNativeTarget "HexColors" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6EDE42538BBBFE1A4A31F5D9611DADB8 /* Debug */, + 283992143C2305EE38394694C2691309 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; +} diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RMessage.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RMessage.xcscheme deleted file mode 100644 index 0cbc14b..0000000 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RMessage.xcscheme +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Example/Pods/Target Support Files/HexColors/HexColors.xcconfig b/Example/Pods/Target Support Files/HexColors/HexColors.xcconfig index 2bb539b..9829e5a 100644 --- a/Example/Pods/Target Support Files/HexColors/HexColors.xcconfig +++ b/Example/Pods/Target Support Files/HexColors/HexColors.xcconfig @@ -1,4 +1,8 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/HexColors GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/HexColors" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/HexColors" "${PODS_ROOT}/Headers/Public/PPTopMostController" "${PODS_ROOT}/Headers/Public/RMessage" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -SKIP_INSTALL = YES \ No newline at end of file +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/PPTopMostController/PPTopMostController.xcconfig b/Example/Pods/Target Support Files/PPTopMostController/PPTopMostController.xcconfig index f77702f..23ad77c 100644 --- a/Example/Pods/Target Support Files/PPTopMostController/PPTopMostController.xcconfig +++ b/Example/Pods/Target Support Files/PPTopMostController/PPTopMostController.xcconfig @@ -1,4 +1,8 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/PPTopMostController GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/PPTopMostController" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/HexColors" "${PODS_ROOT}/Headers/Public/PPTopMostController" "${PODS_ROOT}/Headers/Public/RMessage" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -SKIP_INSTALL = YES \ No newline at end of file +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-acknowledgements.markdown similarity index 96% rename from Example/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown rename to Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-acknowledgements.markdown index b2a44da..f734794 100644 --- a/Example/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown +++ b/Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-acknowledgements.markdown @@ -24,7 +24,7 @@ Except as contained in this notice, the name(s) of (the) Author shall not be use ## RMessage -Copyright (c) 2014 Rendezvous, Inc. Adonis Peralta +Copyright (c) 2016 TouchSix, Inc. Adonis Peralta Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -44,4 +44,4 @@ 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. -Generated by CocoaPods - http://cocoapods.org +Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods/Pods-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-acknowledgements.plist similarity index 93% rename from Example/Pods/Target Support Files/Pods/Pods-acknowledgements.plist rename to Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-acknowledgements.plist index 67709f2..1e099a2 100644 --- a/Example/Pods/Target Support Files/Pods/Pods-acknowledgements.plist +++ b/Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-acknowledgements.plist @@ -23,6 +23,8 @@ The above copyright notice and this permission notice shall be included in all c 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. + License + MIT Title HexColors Type @@ -30,12 +32,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI FooterText - Copyright © 2013, Marian Paul + Copyright © 2013, Marian Paul 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. Except as contained in this notice, the name(s) of (the) Author shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from (the )Author. + License + MIT Title PPTopMostController Type @@ -43,7 +47,7 @@ Except as contained in this notice, the name(s) of (the) Author shall not be use FooterText - Copyright (c) 2014 Rendezvous, Inc. Adonis Peralta <donileo@gmail.com> + Copyright (c) 2016 TouchSix, Inc. Adonis Peralta <donileo@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 @@ -63,6 +67,8 @@ 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. + License + MIT Title RMessage Type @@ -70,7 +76,7 @@ THE SOFTWARE. FooterText - Generated by CocoaPods - http://cocoapods.org + Generated by CocoaPods - https://cocoapods.org Title Type diff --git a/Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-dummy.m b/Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-dummy.m new file mode 100644 index 0000000..eb57745 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_RMessage : NSObject +@end +@implementation PodsDummy_Pods_RMessage +@end diff --git a/Example/Pods/Target Support Files/Pods/Pods-frameworks.sh b/Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-frameworks.sh similarity index 93% rename from Example/Pods/Target Support Files/Pods/Pods-frameworks.sh rename to Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-frameworks.sh index 6f76344..893c16a 100755 --- a/Example/Pods/Target Support Files/Pods/Pods-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-frameworks.sh @@ -16,7 +16,7 @@ install_framework() local source="$1" fi - local destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" if [ -L "${source}" ]; then echo "Symlinked..." @@ -59,8 +59,8 @@ code_sign_if_enabled() { if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then # 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" + echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements \"$1\"" + /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements "$1" fi } diff --git a/Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-resources.sh b/Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-resources.sh new file mode 100755 index 0000000..7f6d94e --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-resources.sh @@ -0,0 +1,120 @@ +#!/bin/sh +set -e + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt +> "$RESOURCES_TO_COPY" + +XCASSET_FILES=() + +case "${TARGETED_DEVICE_FAMILY}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; +esac + +install_resource() +{ + if [[ "$1" = /* ]] ; then + RESOURCE_PATH="$1" + else + RESOURCE_PATH="${PODS_ROOT}/$1" + fi + if [[ ! -e "$RESOURCE_PATH" ]] ; then + cat << EOM +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. +EOM + exit 1 + fi + case $RESOURCE_PATH in + *.storyboard) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.xib) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.framework) + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + ;; + *.xcdatamodel) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" + ;; + *.xcdatamodeld) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" + ;; + *.xcmappingmodel) + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" + ;; + *.xcassets) + ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") + ;; + *) + echo "$RESOURCE_PATH" + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" + ;; + esac +} +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_resource "../../RMessage/Resources/RMessageView.xib" + install_resource "../../RMessage/Assets/NotificationBackgroundErrorIcon.png" + install_resource "../../RMessage/Assets/NotificationBackgroundErrorIcon@2x.png" + install_resource "../../RMessage/Assets/NotificationBackgroundSuccessIcon.png" + install_resource "../../RMessage/Assets/NotificationBackgroundSuccessIcon@2x.png" + install_resource "../../RMessage/Assets/NotificationBackgroundWarningIcon.png" + install_resource "../../RMessage/Assets/NotificationBackgroundWarningIcon@2x.png" + install_resource "../../RMessage/Assets/NotificationButtonBackground.png" + install_resource "../../RMessage/Assets/NotificationButtonBackground@2x.png" + install_resource "../../RMessage/Assets/RMessageDefaultDesign.json" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_resource "../../RMessage/Resources/RMessageView.xib" + install_resource "../../RMessage/Assets/NotificationBackgroundErrorIcon.png" + install_resource "../../RMessage/Assets/NotificationBackgroundErrorIcon@2x.png" + install_resource "../../RMessage/Assets/NotificationBackgroundSuccessIcon.png" + install_resource "../../RMessage/Assets/NotificationBackgroundSuccessIcon@2x.png" + install_resource "../../RMessage/Assets/NotificationBackgroundWarningIcon.png" + install_resource "../../RMessage/Assets/NotificationBackgroundWarningIcon@2x.png" + install_resource "../../RMessage/Assets/NotificationButtonBackground.png" + install_resource "../../RMessage/Assets/NotificationButtonBackground@2x.png" + install_resource "../../RMessage/Assets/RMessageDefaultDesign.json" +fi + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi +rm -f "$RESOURCES_TO_COPY" + +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] +then + # Find all other xcassets (this unfortunately includes those of path pods and other targets). + OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) + while read line; do + if [[ $line != "${PODS_ROOT}*" ]]; then + XCASSET_FILES+=("$line") + fi + done <<<"$OTHER_XCASSETS" + + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi diff --git a/Example/Pods/Target Support Files/Pods/Pods.debug.xcconfig b/Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage.debug.xcconfig similarity index 60% rename from Example/Pods/Target Support Files/Pods/Pods.debug.xcconfig rename to Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage.debug.xcconfig index 524eb49..c4ff12d 100644 --- a/Example/Pods/Target Support Files/Pods/Pods.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage.debug.xcconfig @@ -1,5 +1,9 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/HexColors" "${PODS_ROOT}/Headers/Public/PPTopMostController" "${PODS_ROOT}/Headers/Public/RMessage" +LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/HexColors" "$PODS_CONFIGURATION_BUILD_DIR/PPTopMostController" "$PODS_CONFIGURATION_BUILD_DIR/RMessage" OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/HexColors" -isystem "${PODS_ROOT}/Headers/Public/PPTopMostController" -isystem "${PODS_ROOT}/Headers/Public/RMessage" OTHER_LDFLAGS = $(inherited) -ObjC -l"HexColors" -l"PPTopMostController" -l"RMessage" -PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods/Pods.release.xcconfig b/Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage.release.xcconfig similarity index 60% rename from Example/Pods/Target Support Files/Pods/Pods.release.xcconfig rename to Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage.release.xcconfig index 524eb49..c4ff12d 100644 --- a/Example/Pods/Target Support Files/Pods/Pods.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-RMessage/Pods-RMessage.release.xcconfig @@ -1,5 +1,9 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/HexColors" "${PODS_ROOT}/Headers/Public/PPTopMostController" "${PODS_ROOT}/Headers/Public/RMessage" +LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/HexColors" "$PODS_CONFIGURATION_BUILD_DIR/PPTopMostController" "$PODS_CONFIGURATION_BUILD_DIR/RMessage" OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/HexColors" -isystem "${PODS_ROOT}/Headers/Public/PPTopMostController" -isystem "${PODS_ROOT}/Headers/Public/RMessage" OTHER_LDFLAGS = $(inherited) -ObjC -l"HexColors" -l"PPTopMostController" -l"RMessage" -PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods/Pods-dummy.m b/Example/Pods/Target Support Files/Pods/Pods-dummy.m deleted file mode 100644 index ade64bd..0000000 --- a/Example/Pods/Target Support Files/Pods/Pods-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods : NSObject -@end -@implementation PodsDummy_Pods -@end diff --git a/Example/Pods/Target Support Files/Pods/Pods-resources.sh b/Example/Pods/Target Support Files/Pods/Pods-resources.sh deleted file mode 100755 index 562a3f7..0000000 --- a/Example/Pods/Target Support Files/Pods/Pods-resources.sh +++ /dev/null @@ -1,119 +0,0 @@ -#!/bin/sh -set -e - -mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - -RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt -> "$RESOURCES_TO_COPY" - -XCASSET_FILES=() - -realpath() { - DIRECTORY="$(cd "${1%/*}" && pwd)" - FILENAME="${1##*/}" - echo "$DIRECTORY/$FILENAME" -} - -install_resource() -{ - case $1 in - *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}" - ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" - ;; - *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}" - ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" - ;; - *.framework) - echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync -av ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - rsync -av "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - ;; - *.xcdatamodel) - echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1"`.mom\"" - xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodel`.mom" - ;; - *.xcdatamodeld) - echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd\"" - xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd" - ;; - *.xcmappingmodel) - echo "xcrun mapc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm\"" - xcrun mapc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm" - ;; - *.xcassets) - ABSOLUTE_XCASSET_FILE=$(realpath "${PODS_ROOT}/$1") - XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") - ;; - /*) - echo "$1" - echo "$1" >> "$RESOURCES_TO_COPY" - ;; - *) - echo "${PODS_ROOT}/$1" - echo "${PODS_ROOT}/$1" >> "$RESOURCES_TO_COPY" - ;; - esac -} -if [[ "$CONFIGURATION" == "Debug" ]]; then - install_resource "../../RMessage/Resources/RMessageView.xib" - install_resource "../../RMessage/Assets/NotificationBackgroundErrorIcon.png" - install_resource "../../RMessage/Assets/NotificationBackgroundErrorIcon@2x.png" - install_resource "../../RMessage/Assets/NotificationBackgroundSuccessIcon.png" - install_resource "../../RMessage/Assets/NotificationBackgroundSuccessIcon@2x.png" - install_resource "../../RMessage/Assets/NotificationBackgroundWarningIcon.png" - install_resource "../../RMessage/Assets/NotificationBackgroundWarningIcon@2x.png" - install_resource "../../RMessage/Assets/NotificationButtonBackground.png" - install_resource "../../RMessage/Assets/NotificationButtonBackground@2x.png" - install_resource "../../RMessage/Assets/RMessageDefaultDesign.json" -fi -if [[ "$CONFIGURATION" == "Release" ]]; then - install_resource "../../RMessage/Resources/RMessageView.xib" - install_resource "../../RMessage/Assets/NotificationBackgroundErrorIcon.png" - install_resource "../../RMessage/Assets/NotificationBackgroundErrorIcon@2x.png" - install_resource "../../RMessage/Assets/NotificationBackgroundSuccessIcon.png" - install_resource "../../RMessage/Assets/NotificationBackgroundSuccessIcon@2x.png" - install_resource "../../RMessage/Assets/NotificationBackgroundWarningIcon.png" - install_resource "../../RMessage/Assets/NotificationBackgroundWarningIcon@2x.png" - install_resource "../../RMessage/Assets/NotificationButtonBackground.png" - install_resource "../../RMessage/Assets/NotificationButtonBackground@2x.png" - install_resource "../../RMessage/Assets/RMessageDefaultDesign.json" -fi - -mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then - mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi -rm -f "$RESOURCES_TO_COPY" - -if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] -then - case "${TARGETED_DEVICE_FAMILY}" in - 1,2) - TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" - ;; - 1) - TARGET_DEVICE_ARGS="--target-device iphone" - ;; - 2) - TARGET_DEVICE_ARGS="--target-device ipad" - ;; - *) - TARGET_DEVICE_ARGS="--target-device mac" - ;; - esac - - # Find all other xcassets (this unfortunately includes those of path pods and other targets). - OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) - while read line; do - if [[ $line != "`realpath $PODS_ROOT`*" ]]; then - XCASSET_FILES+=("$line") - fi - done <<<"$OTHER_XCASSETS" - - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${IPHONEOS_DEPLOYMENT_TARGET}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi diff --git a/Example/Pods/Target Support Files/RMessage/RMessage.xcconfig b/Example/Pods/Target Support Files/RMessage/RMessage.xcconfig index 9e67bc6..489453c 100644 --- a/Example/Pods/Target Support Files/RMessage/RMessage.xcconfig +++ b/Example/Pods/Target Support Files/RMessage/RMessage.xcconfig @@ -1,4 +1,9 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/RMessage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RMessage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/HexColors" "${PODS_ROOT}/Headers/Public/PPTopMostController" "${PODS_ROOT}/Headers/Public/RMessage" +LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/HexColors" "$PODS_CONFIGURATION_BUILD_DIR/PPTopMostController" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -SKIP_INSTALL = YES \ No newline at end of file +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/RMessage.xcodeproj/project.pbxproj b/Example/RMessage.xcodeproj/project.pbxproj index d1a0ff9..d109129 100644 --- a/Example/RMessage.xcodeproj/project.pbxproj +++ b/Example/RMessage.xcodeproj/project.pbxproj @@ -7,17 +7,18 @@ objects = { /* Begin PBXBuildFile section */ - 13D35098CB928A2DF0BA1C1A /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 369A336D2AF5EA764AE7E770 /* libPods.a */; }; 7A0BF4C31C6AED7300F92A38 /* AlternativeDesigns.json in Resources */ = {isa = PBXBuildFile; fileRef = 7A0BF4C01C6AEAA500F92A38 /* AlternativeDesigns.json */; }; 7AD2C5BB1C16735F007C3580 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AD2C5BA1C16735F007C3580 /* main.m */; }; 7AD2C5BE1C16735F007C3580 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AD2C5BD1C16735F007C3580 /* AppDelegate.m */; }; 7AD2C5C41C16735F007C3580 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7AD2C5C21C16735F007C3580 /* Main.storyboard */; }; 7AD2C5C61C16735F007C3580 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7AD2C5C51C16735F007C3580 /* Assets.xcassets */; }; 7AD2C5D51C1673DF007C3580 /* DemoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AD2C5D41C1673DF007C3580 /* DemoViewController.m */; }; + 9EE78E97B955D2D1A0FEC74F /* libPods-RMessage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2348D3162BCD308122824EC5 /* libPods-RMessage.a */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 369A336D2AF5EA764AE7E770 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 2348D3162BCD308122824EC5 /* libPods-RMessage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RMessage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 4135927AB055678894BC42E1 /* Pods-RMessage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RMessage.release.xcconfig"; path = "Pods/Target Support Files/Pods-RMessage/Pods-RMessage.release.xcconfig"; sourceTree = ""; }; 7A0BF4C01C6AEAA500F92A38 /* AlternativeDesigns.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = AlternativeDesigns.json; sourceTree = ""; }; 7AD2C5B61C16735E007C3580 /* RMessage.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RMessage.app; sourceTree = BUILT_PRODUCTS_DIR; }; 7AD2C5BA1C16735F007C3580 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; @@ -28,8 +29,7 @@ 7AD2C5CA1C16735F007C3580 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 7AD2C5D31C1673DF007C3580 /* DemoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DemoViewController.h; path = ../DemoViewController.h; sourceTree = ""; }; 7AD2C5D41C1673DF007C3580 /* DemoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DemoViewController.m; path = ../DemoViewController.m; sourceTree = ""; }; - D9CC742C62BE6C0939CD549E /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = ""; }; - F5834E5A10291127301EF8E4 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = ""; }; + E03F1015EC133BF785555F27 /* Pods-RMessage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RMessage.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RMessage/Pods-RMessage.debug.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -37,21 +37,30 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 13D35098CB928A2DF0BA1C1A /* libPods.a in Frameworks */, + 9EE78E97B955D2D1A0FEC74F /* libPods-RMessage.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 1966B751D2BF2A51DBF3588B /* Frameworks */ = { + 466A8545BAD9F4E2078E4EB1 /* Frameworks */ = { isa = PBXGroup; children = ( - 369A336D2AF5EA764AE7E770 /* libPods.a */, + 2348D3162BCD308122824EC5 /* libPods-RMessage.a */, ); name = Frameworks; sourceTree = ""; }; + 7410A5CE830B3A57D6337ADD /* Pods */ = { + isa = PBXGroup; + children = ( + E03F1015EC133BF785555F27 /* Pods-RMessage.debug.xcconfig */, + 4135927AB055678894BC42E1 /* Pods-RMessage.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; 7A0BF4C21C6AEADD00F92A38 /* Resources */ = { isa = PBXGroup; children = ( @@ -65,8 +74,8 @@ children = ( 7AD2C5B81C16735F007C3580 /* Demo */, 7AD2C5B71C16735E007C3580 /* Products */, - D5809C0B5B5C21856BC5DA8E /* Pods */, - 1966B751D2BF2A51DBF3588B /* Frameworks */, + 7410A5CE830B3A57D6337ADD /* Pods */, + 466A8545BAD9F4E2078E4EB1 /* Frameworks */, ); sourceTree = ""; }; @@ -103,15 +112,6 @@ name = "Supporting Files"; sourceTree = ""; }; - D5809C0B5B5C21856BC5DA8E /* Pods */ = { - isa = PBXGroup; - children = ( - F5834E5A10291127301EF8E4 /* Pods.debug.xcconfig */, - D9CC742C62BE6C0939CD549E /* Pods.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -119,12 +119,12 @@ isa = PBXNativeTarget; buildConfigurationList = 7AD2C5CD1C16735F007C3580 /* Build configuration list for PBXNativeTarget "RMessage" */; buildPhases = ( - 56D03E78D6CF2D1E949FF57F /* Check Pods Manifest.lock */, + 791415B2244664DEAF7520C3 /* [CP] Check Pods Manifest.lock */, 7AD2C5B21C16735E007C3580 /* Sources */, 7AD2C5B31C16735E007C3580 /* Frameworks */, 7AD2C5B41C16735E007C3580 /* Resources */, - 26C08ACE53590D74F43B5E9D /* Embed Pods Frameworks */, - 2215EA575C91B399E0BDE45F /* Copy Pods Resources */, + 5B4A40946FB8D7E2805C4015 /* [CP] Embed Pods Frameworks */, + 8F8A7C132FB881CE238B9622 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -141,11 +141,12 @@ 7AD2C5AE1C16735E007C3580 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0710; + LastUpgradeCheck = 0820; ORGANIZATIONNAME = "Rendezvous Inc."; TargetAttributes = { 7AD2C5B51C16735E007C3580 = { CreatedOnToolsVersion = 7.1.1; + ProvisioningStyle = Manual; }; }; }; @@ -181,49 +182,49 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 2215EA575C91B399E0BDE45F /* Copy Pods Resources */ = { + 5B4A40946FB8D7E2805C4015 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Copy Pods Resources"; + name = "[CP] Embed Pods Frameworks"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - 26C08ACE53590D74F43B5E9D /* Embed Pods Frameworks */ = { + 791415B2244664DEAF7520C3 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Embed Pods Frameworks"; + name = "[CP] Check Pods Manifest.lock"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n"; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; showEnvVarsInLog = 0; }; - 56D03E78D6CF2D1E949FF57F /* Check Pods Manifest.lock */ = { + 8F8A7C132FB881CE238B9622 /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Check Pods Manifest.lock"; + name = "[CP] Copy Pods Resources"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RMessage/Pods-RMessage-resources.sh\"\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -266,11 +267,13 @@ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -289,7 +292,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.1; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -310,11 +313,13 @@ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; @@ -327,7 +332,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.1; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; @@ -337,26 +342,28 @@ }; 7AD2C5CE1C16735F007C3580 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F5834E5A10291127301EF8E4 /* Pods.debug.xcconfig */; + baseConfigurationReference = E03F1015EC133BF785555F27 /* Pods-RMessage.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; INFOPLIST_FILE = RMessage/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.rendezvous.RMessage; + PRODUCT_BUNDLE_IDENTIFIER = com.testdomain.RMessage; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 7AD2C5CF1C16735F007C3580 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D9CC742C62BE6C0939CD549E /* Pods.release.xcconfig */; + baseConfigurationReference = 4135927AB055678894BC42E1 /* Pods-RMessage.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; INFOPLIST_FILE = RMessage/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.rendezvous.RMessage; + PRODUCT_BUNDLE_IDENTIFIER = com.testdomain.RMessage; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; diff --git a/Example/RMessage/Assets.xcassets/AppIcon.appiconset/Contents.json b/Example/RMessage/Assets.xcassets/AppIcon.appiconset/Contents.json index eeea76c..1d060ed 100644 --- a/Example/RMessage/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/Example/RMessage/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,5 +1,15 @@ { "images" : [ + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "3x" + }, { "idiom" : "iphone", "size" : "29x29", @@ -30,6 +40,16 @@ "size" : "60x60", "scale" : "3x" }, + { + "idiom" : "ipad", + "size" : "20x20", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "20x20", + "scale" : "2x" + }, { "idiom" : "ipad", "size" : "29x29", diff --git a/Example/RMessage/Base.lproj/Main.storyboard b/Example/RMessage/Base.lproj/Main.storyboard index 7ee64e6..bbf21b8 100644 --- a/Example/RMessage/Base.lproj/Main.storyboard +++ b/Example/RMessage/Base.lproj/Main.storyboard @@ -1,9 +1,12 @@ - - + + + + + - - + + @@ -15,173 +18,173 @@ - + - - - - - - - - - - - - - - - - - - + @@ -259,11 +262,10 @@ - - + @@ -283,179 +285,179 @@ - + - - - - - - - - - - - - - - - - - - - + @@ -518,7 +520,6 @@ -