From acd17595ae555603e3587074f9e610d8f2ebf408 Mon Sep 17 00:00:00 2001 From: Alex Billingsley Date: Tue, 5 Jul 2016 17:57:28 -0400 Subject: [PATCH] Update Podfiles to work with cocoapods 1.x #272 --- Example/Podfile | 2 +- Example/Podfile.lock | 12 ++- .../project.pbxproj | 96 +++++++++---------- Podfile | 2 +- Podfile.lock | 4 +- .../project.pbxproj | 60 ++++++------ 6 files changed, 90 insertions(+), 86 deletions(-) diff --git a/Example/Podfile b/Example/Podfile index 15675c9a..b0d5bada 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,4 +1,4 @@ -xcodeproj 'SignalR.Client.ObjC Example' +project 'SignalR.Client.ObjC Example.xcodeproj' workspace '../SignalR.Client.ObjC' target "OS X Example" do diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 1b4a70f1..3f81b9e9 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -20,9 +20,9 @@ PODS: - AFNetworking/UIKit (2.6.3): - AFNetworking/NSURLConnection - AFNetworking/NSURLSession - - SignalR-ObjC (2.0.1): - - SignalR-ObjC/Core (= 2.0.1) - - SignalR-ObjC/Core (2.0.1): + - SignalR-ObjC (2.0.2): + - SignalR-ObjC/Core (= 2.0.2) + - SignalR-ObjC/Core (2.0.2): - AFNetworking (~> 2.0) - SocketRocket (~> 0.4) - SocketRocket (0.4.2) @@ -36,7 +36,9 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60 - SignalR-ObjC: 7ec4f7ba12750224e94229f3653df3f1204955c6 + SignalR-ObjC: 3913aa201f436cf21226e0016ca6c7e94265921a SocketRocket: ffe08119b00ef982f6c37052a4705a057c8494ad -COCOAPODS: 0.39.0 +PODFILE CHECKSUM: 1d983248f04a2624a266be9f08c81480f97628b4 + +COCOAPODS: 1.0.1 diff --git a/Example/SignalR.Client.ObjC Example.xcodeproj/project.pbxproj b/Example/SignalR.Client.ObjC Example.xcodeproj/project.pbxproj index d7ce677c..80bd81e4 100644 --- a/Example/SignalR.Client.ObjC Example.xcodeproj/project.pbxproj +++ b/Example/SignalR.Client.ObjC Example.xcodeproj/project.pbxproj @@ -7,7 +7,7 @@ objects = { /* Begin PBXBuildFile section */ - 0BC4445E9F0BCDDA73CB8B3F /* Pods_iOS_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF208B46B7B9A63647750FFF /* Pods_iOS_Example.framework */; }; + 24F27304EB741C332E9080A3 /* Pods_iOS_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B507897E153F1803877CFEB /* Pods_iOS_Example.framework */; }; 390E4CE71C8524F7001A14A2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 390E4CE61C8524F7001A14A2 /* Assets.xcassets */; }; 390E4CF01C8651BE001A14A2 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 390E4CEF1C8651BE001A14A2 /* main.m */; }; 390E4CF31C8651BE001A14A2 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 390E4CF21C8651BE001A14A2 /* AppDelegate.m */; }; @@ -33,11 +33,12 @@ 397B377F1C851B7600BC5E36 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 397B377E1C851B7600BC5E36 /* main.m */; }; 397B37821C851B7600BC5E36 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 397B37811C851B7600BC5E36 /* ViewController.m */; }; 397B37871C851B7600BC5E36 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 397B37851C851B7600BC5E36 /* Main.storyboard */; }; - E559DDE611A5B689B3BC0D00 /* Pods_OS_X_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E325A97A02BC27ED400E17C /* Pods_OS_X_Example.framework */; }; + D8D35F0B58F5E96CA2A0E4EA /* Pods_OS_X_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C14677F3FF4D71F02F63C961 /* Pods_OS_X_Example.framework */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 13E460A7DC4DF4F5F54A23F2 /* Pods-iOS Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOS Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-iOS Example/Pods-iOS Example.debug.xcconfig"; sourceTree = ""; }; + 1CFE52677901ECFEFE01FC5E /* Pods-OS X Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OS X Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-OS X Example/Pods-OS X Example.release.xcconfig"; sourceTree = ""; }; + 2B507897E153F1803877CFEB /* Pods_iOS_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_iOS_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 390E4CE61C8524F7001A14A2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 390E4CEC1C8651BE001A14A2 /* iOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 390E4CEF1C8651BE001A14A2 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; @@ -78,11 +79,10 @@ 397B37861C851B7600BC5E36 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 397B37881C851B7600BC5E36 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 397B378C1C851BDC00BC5E36 /* Podfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Podfile; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 5E325A97A02BC27ED400E17C /* Pods_OS_X_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OS_X_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BEF9A811D7FC720FD6FD931E /* Pods-OS X Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OS X Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-OS X Example/Pods-OS X Example.debug.xcconfig"; sourceTree = ""; }; - BF208B46B7B9A63647750FFF /* Pods_iOS_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_iOS_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E26BC6F7118BE2BC74A4950B /* Pods-iOS Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOS Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-iOS Example/Pods-iOS Example.release.xcconfig"; sourceTree = ""; }; - E3A0A8AB55C503A140E0D367 /* Pods-OS X Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OS X Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-OS X Example/Pods-OS X Example.release.xcconfig"; sourceTree = ""; }; + 95DE0D3673D6FA520DA3AAE8 /* Pods-OS X Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OS X Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-OS X Example/Pods-OS X Example.debug.xcconfig"; sourceTree = ""; }; + C14677F3FF4D71F02F63C961 /* Pods_OS_X_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OS_X_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D5957CC59A990D80A249ED2A /* Pods-iOS Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOS Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-iOS Example/Pods-iOS Example.debug.xcconfig"; sourceTree = ""; }; + EB2830DF8C2094DF8E3A0FE4 /* Pods-iOS Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOS Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-iOS Example/Pods-iOS Example.release.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -90,7 +90,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 0BC4445E9F0BCDDA73CB8B3F /* Pods_iOS_Example.framework in Frameworks */, + 24F27304EB741C332E9080A3 /* Pods_iOS_Example.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -98,7 +98,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E559DDE611A5B689B3BC0D00 /* Pods_OS_X_Example.framework in Frameworks */, + D8D35F0B58F5E96CA2A0E4EA /* Pods_OS_X_Example.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -164,8 +164,8 @@ 397B37791C851B7600BC5E36 /* OS X Example */, 390E4CED1C8651BE001A14A2 /* iOS Example */, 397B37781C851B7600BC5E36 /* Products */, - 45EFDEE793A918C8077B6250 /* Pods */, - CD94A5EFD11D2DBCCD4AF9EE /* Frameworks */, + B9AFB681A01A5FD1B698FB51 /* Pods */, + D5C205A3909086118BD671E3 /* Frameworks */, ); sourceTree = ""; }; @@ -201,22 +201,22 @@ name = "Supporting Files"; sourceTree = ""; }; - 45EFDEE793A918C8077B6250 /* Pods */ = { + B9AFB681A01A5FD1B698FB51 /* Pods */ = { isa = PBXGroup; children = ( - BEF9A811D7FC720FD6FD931E /* Pods-OS X Example.debug.xcconfig */, - E3A0A8AB55C503A140E0D367 /* Pods-OS X Example.release.xcconfig */, - 13E460A7DC4DF4F5F54A23F2 /* Pods-iOS Example.debug.xcconfig */, - E26BC6F7118BE2BC74A4950B /* Pods-iOS Example.release.xcconfig */, + 95DE0D3673D6FA520DA3AAE8 /* Pods-OS X Example.debug.xcconfig */, + 1CFE52677901ECFEFE01FC5E /* Pods-OS X Example.release.xcconfig */, + D5957CC59A990D80A249ED2A /* Pods-iOS Example.debug.xcconfig */, + EB2830DF8C2094DF8E3A0FE4 /* Pods-iOS Example.release.xcconfig */, ); name = Pods; sourceTree = ""; }; - CD94A5EFD11D2DBCCD4AF9EE /* Frameworks */ = { + D5C205A3909086118BD671E3 /* Frameworks */ = { isa = PBXGroup; children = ( - 5E325A97A02BC27ED400E17C /* Pods_OS_X_Example.framework */, - BF208B46B7B9A63647750FFF /* Pods_iOS_Example.framework */, + C14677F3FF4D71F02F63C961 /* Pods_OS_X_Example.framework */, + 2B507897E153F1803877CFEB /* Pods_iOS_Example.framework */, ); name = Frameworks; sourceTree = ""; @@ -228,12 +228,12 @@ isa = PBXNativeTarget; buildConfigurationList = 390E4D051C8651BE001A14A2 /* Build configuration list for PBXNativeTarget "iOS Example" */; buildPhases = ( - 950F4196E14D50E8207AD8C9 /* Check Pods Manifest.lock */, + EFB02B6A0A736714F7C4F46D /* [CP] Check Pods Manifest.lock */, 390E4CE81C8651BE001A14A2 /* Sources */, 390E4CE91C8651BE001A14A2 /* Frameworks */, 390E4CEA1C8651BE001A14A2 /* Resources */, - E156E217CE46D12BD3F75E3F /* Embed Pods Frameworks */, - C4CD6112A0F48F719E647646 /* Copy Pods Resources */, + CB43E87FF2904E4B17FF41BB /* [CP] Embed Pods Frameworks */, + AB161FA52CAD766C6F9C03F1 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -248,12 +248,12 @@ isa = PBXNativeTarget; buildConfigurationList = 397B378B1C851B7600BC5E36 /* Build configuration list for PBXNativeTarget "OS X Example" */; buildPhases = ( - 05EC2FA48D8BAE899EE27BC9 /* Check Pods Manifest.lock */, + E91AF6AD2FDD183BE1C5D1C3 /* [CP] Check Pods Manifest.lock */, 397B37731C851B7600BC5E36 /* Sources */, 397B37741C851B7600BC5E36 /* Frameworks */, 397B37751C851B7600BC5E36 /* Resources */, - C67A0DF692BF6CB074FAFE40 /* Embed Pods Frameworks */, - AD3B132FAE58BC21F60D0B6D /* Copy Pods Resources */, + AA1A3B6BFC16D19F5C57C895 /* [CP] Embed Pods Frameworks */, + 107CCBE6C0CD9455434BBE50 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -322,94 +322,94 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 05EC2FA48D8BAE899EE27BC9 /* Check Pods Manifest.lock */ = { + 107CCBE6C0CD9455434BBE50 /* [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-OS X Example/Pods-OS X Example-resources.sh\"\n"; showEnvVarsInLog = 0; }; - 950F4196E14D50E8207AD8C9 /* Check Pods Manifest.lock */ = { + AA1A3B6BFC16D19F5C57C895 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Check Pods Manifest.lock"; + name = "[CP] Embed Pods Frameworks"; 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-OS X Example/Pods-OS X Example-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - AD3B132FAE58BC21F60D0B6D /* Copy Pods Resources */ = { + AB161FA52CAD766C6F9C03F1 /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Copy Pods Resources"; + name = "[CP] Copy Pods Resources"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-OS X Example/Pods-OS X Example-resources.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-iOS Example/Pods-iOS Example-resources.sh\"\n"; showEnvVarsInLog = 0; }; - C4CD6112A0F48F719E647646 /* Copy Pods Resources */ = { + CB43E87FF2904E4B17FF41BB /* [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-iOS Example/Pods-iOS Example-resources.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-iOS Example/Pods-iOS Example-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - C67A0DF692BF6CB074FAFE40 /* Embed Pods Frameworks */ = { + E91AF6AD2FDD183BE1C5D1C3 /* [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-OS X Example/Pods-OS X Example-frameworks.sh\"\n"; + 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"; showEnvVarsInLog = 0; }; - E156E217CE46D12BD3F75E3F /* Embed Pods Frameworks */ = { + EFB02B6A0A736714F7C4F46D /* [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-iOS Example/Pods-iOS Example-frameworks.sh\"\n"; + 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"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -481,7 +481,7 @@ /* Begin XCBuildConfiguration section */ 390E4D031C8651BE001A14A2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 13E460A7DC4DF4F5F54A23F2 /* Pods-iOS Example.debug.xcconfig */; + baseConfigurationReference = D5957CC59A990D80A249ED2A /* Pods-iOS Example.debug.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -531,7 +531,7 @@ }; 390E4D041C8651BE001A14A2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E26BC6F7118BE2BC74A4950B /* Pods-iOS Example.release.xcconfig */; + baseConfigurationReference = EB2830DF8C2094DF8E3A0FE4 /* Pods-iOS Example.release.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -587,7 +587,7 @@ }; 397B37891C851B7600BC5E36 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BEF9A811D7FC720FD6FD931E /* Pods-OS X Example.debug.xcconfig */; + baseConfigurationReference = 95DE0D3673D6FA520DA3AAE8 /* Pods-OS X Example.debug.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -637,7 +637,7 @@ }; 397B378A1C851B7600BC5E36 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E3A0A8AB55C503A140E0D367 /* Pods-OS X Example.release.xcconfig */; + baseConfigurationReference = 1CFE52677901ECFEFE01FC5E /* Pods-OS X Example.release.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; diff --git a/Podfile b/Podfile index 7ed01693..f57c903b 100644 --- a/Podfile +++ b/Podfile @@ -1,4 +1,4 @@ -xcodeproj 'SignalR.Client.ObjC/SignalR.Client.ObjC' +project 'SignalR.Client.ObjC/SignalR.Client.ObjC.xcodeproj' workspace 'SignalR.Client.ObjC' target "SignalR.Client.iOS" do diff --git a/Podfile.lock b/Podfile.lock index 3c53754a..33d67d40 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -33,4 +33,6 @@ SPEC CHECKSUMS: OCMock: 18c9b7e67d4c2770e95bb77a9cc1ae0c91fe3835 SocketRocket: ffe08119b00ef982f6c37052a4705a057c8494ad -COCOAPODS: 0.39.0 +PODFILE CHECKSUM: 7a757c1199561322898e086876957f9ea32e80d0 + +COCOAPODS: 1.0.1 diff --git a/SignalR.Client.ObjC/SignalR.Client.ObjC.xcodeproj/project.pbxproj b/SignalR.Client.ObjC/SignalR.Client.ObjC.xcodeproj/project.pbxproj index a8f1b0cc..629006de 100644 --- a/SignalR.Client.ObjC/SignalR.Client.ObjC.xcodeproj/project.pbxproj +++ b/SignalR.Client.ObjC/SignalR.Client.ObjC.xcodeproj/project.pbxproj @@ -522,12 +522,12 @@ isa = PBXNativeTarget; buildConfigurationList = 39302A051C6974C20061C6B5 /* Build configuration list for PBXNativeTarget "SignalR.Client.OSX" */; buildPhases = ( - BE773CA6D603623DBCDFD6AF /* Check Pods Manifest.lock */, + BE773CA6D603623DBCDFD6AF /* [CP] Check Pods Manifest.lock */, 393029EF1C6974C10061C6B5 /* Sources */, 393029F01C6974C10061C6B5 /* Frameworks */, 393029F11C6974C10061C6B5 /* Headers */, 393029F21C6974C10061C6B5 /* Resources */, - 7C5BAF419D1DB75581A41B87 /* Copy Pods Resources */, + 7C5BAF419D1DB75581A41B87 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -542,12 +542,12 @@ isa = PBXNativeTarget; buildConfigurationList = 39302A081C6974C20061C6B5 /* Build configuration list for PBXNativeTarget "SignalR.Client.OSXTests" */; buildPhases = ( - 537C4819A81E84FE2982C1CF /* Check Pods Manifest.lock */, + 537C4819A81E84FE2982C1CF /* [CP] Check Pods Manifest.lock */, 393029F91C6974C20061C6B5 /* Sources */, 393029FA1C6974C20061C6B5 /* Frameworks */, 393029FB1C6974C20061C6B5 /* Resources */, - 67E90B84652BAD667E4611D1 /* Embed Pods Frameworks */, - 0B029DDB5BC07F36BE28C47C /* Copy Pods Resources */, + 67E90B84652BAD667E4611D1 /* [CP] Embed Pods Frameworks */, + 0B029DDB5BC07F36BE28C47C /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -563,12 +563,12 @@ isa = PBXNativeTarget; buildConfigurationList = 39302A3F1C6978AC0061C6B5 /* Build configuration list for PBXNativeTarget "SignalR.Client.iOS" */; buildPhases = ( - 42E081C85DE4F4916D0F3D75 /* Check Pods Manifest.lock */, + 42E081C85DE4F4916D0F3D75 /* [CP] Check Pods Manifest.lock */, 39302A291C6978AB0061C6B5 /* Sources */, 39302A2A1C6978AB0061C6B5 /* Frameworks */, 39302A2B1C6978AB0061C6B5 /* Headers */, 39302A2C1C6978AB0061C6B5 /* Resources */, - 796268F885EFEC8F1356854A /* Copy Pods Resources */, + 796268F885EFEC8F1356854A /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -583,12 +583,12 @@ isa = PBXNativeTarget; buildConfigurationList = 39302A421C6978AC0061C6B5 /* Build configuration list for PBXNativeTarget "SignalR.Client.iOSTests" */; buildPhases = ( - 21C56E6B6FDFA0220435E7AD /* Check Pods Manifest.lock */, + 21C56E6B6FDFA0220435E7AD /* [CP] Check Pods Manifest.lock */, 39302A331C6978AC0061C6B5 /* Sources */, 39302A341C6978AC0061C6B5 /* Frameworks */, 39302A351C6978AC0061C6B5 /* Resources */, - 2AC719B5534D658A6E1038BA /* Embed Pods Frameworks */, - 1A11AFB25C13B6568AF7E084 /* Copy Pods Resources */, + 2AC719B5534D658A6E1038BA /* [CP] Embed Pods Frameworks */, + 1A11AFB25C13B6568AF7E084 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -676,14 +676,14 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 0B029DDB5BC07F36BE28C47C /* Copy Pods Resources */ = { + 0B029DDB5BC07F36BE28C47C /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Copy Pods Resources"; + name = "[CP] Copy Pods Resources"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; @@ -691,14 +691,14 @@ shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-SignalR.Client.OSX-SignalR.Client.OSXTests/Pods-SignalR.Client.OSX-SignalR.Client.OSXTests-resources.sh\"\n"; showEnvVarsInLog = 0; }; - 1A11AFB25C13B6568AF7E084 /* Copy Pods Resources */ = { + 1A11AFB25C13B6568AF7E084 /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Copy Pods Resources"; + name = "[CP] Copy Pods Resources"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; @@ -706,14 +706,14 @@ shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-SignalR.Client.iOS-SignalR.Client.iOSTests/Pods-SignalR.Client.iOS-SignalR.Client.iOSTests-resources.sh\"\n"; showEnvVarsInLog = 0; }; - 21C56E6B6FDFA0220435E7AD /* Check Pods Manifest.lock */ = { + 21C56E6B6FDFA0220435E7AD /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Check Pods Manifest.lock"; + name = "[CP] Check Pods Manifest.lock"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; @@ -721,14 +721,14 @@ 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"; showEnvVarsInLog = 0; }; - 2AC719B5534D658A6E1038BA /* Embed Pods Frameworks */ = { + 2AC719B5534D658A6E1038BA /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Embed Pods Frameworks"; + name = "[CP] Embed Pods Frameworks"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; @@ -736,14 +736,14 @@ shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-SignalR.Client.iOS-SignalR.Client.iOSTests/Pods-SignalR.Client.iOS-SignalR.Client.iOSTests-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - 42E081C85DE4F4916D0F3D75 /* Check Pods Manifest.lock */ = { + 42E081C85DE4F4916D0F3D75 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Check Pods Manifest.lock"; + name = "[CP] Check Pods Manifest.lock"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; @@ -751,14 +751,14 @@ 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"; showEnvVarsInLog = 0; }; - 537C4819A81E84FE2982C1CF /* Check Pods Manifest.lock */ = { + 537C4819A81E84FE2982C1CF /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Check Pods Manifest.lock"; + name = "[CP] Check Pods Manifest.lock"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; @@ -766,14 +766,14 @@ 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"; showEnvVarsInLog = 0; }; - 67E90B84652BAD667E4611D1 /* Embed Pods Frameworks */ = { + 67E90B84652BAD667E4611D1 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Embed Pods Frameworks"; + name = "[CP] Embed Pods Frameworks"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; @@ -781,14 +781,14 @@ shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-SignalR.Client.OSX-SignalR.Client.OSXTests/Pods-SignalR.Client.OSX-SignalR.Client.OSXTests-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - 796268F885EFEC8F1356854A /* Copy Pods Resources */ = { + 796268F885EFEC8F1356854A /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Copy Pods Resources"; + name = "[CP] Copy Pods Resources"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; @@ -796,14 +796,14 @@ shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-SignalR.Client.iOS/Pods-SignalR.Client.iOS-resources.sh\"\n"; showEnvVarsInLog = 0; }; - 7C5BAF419D1DB75581A41B87 /* Copy Pods Resources */ = { + 7C5BAF419D1DB75581A41B87 /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Copy Pods Resources"; + name = "[CP] Copy Pods Resources"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; @@ -811,14 +811,14 @@ shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-SignalR.Client.OSX/Pods-SignalR.Client.OSX-resources.sh\"\n"; showEnvVarsInLog = 0; }; - BE773CA6D603623DBCDFD6AF /* Check Pods Manifest.lock */ = { + BE773CA6D603623DBCDFD6AF /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Check Pods Manifest.lock"; + name = "[CP] Check Pods Manifest.lock"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0;