From 5c69c1b3468df7dc05b2bec2fd9bb5771fc14151 Mon Sep 17 00:00:00 2001 From: Juan Felipe Alvarez Saldarriaga Date: Mon, 8 Sep 2014 17:33:06 -0500 Subject: [PATCH 1/2] fix objc ios example to work with cocoapods v0.33.1. --- examples/objc-ios/Podfile.lock | 10 +- .../Pods/Local Podspecs/Transit.podspec | 8 +- examples/objc-ios/Pods/Manifest.lock | 10 +- examples/objc-ios/Pods/Pods-SBJson-dummy.m | 5 - examples/objc-ios/Pods/Pods-SBJson-prefix.pch | 5 - examples/objc-ios/Pods/Pods-Transit-dummy.m | 5 - ...TransitExampleIOS-SBJson-Private.xcconfig} | 3 +- .../Pods-TransitExampleIOS-SBJson-dummy.m | 5 + ... Pods-TransitExampleIOS-SBJson-prefix.pch} | 2 +- ...=> Pods-TransitExampleIOS-SBJson.xcconfig} | 0 ...ransitExampleIOS-Transit-Private.xcconfig} | 3 +- .../Pods-TransitExampleIOS-Transit-dummy.m | 5 + ...Pods-TransitExampleIOS-Transit-prefix.pch} | 3 +- ...> Pods-TransitExampleIOS-Transit.xcconfig} | 0 ...ansitExampleIOS-acknowledgements.markdown} | 0 ...-TransitExampleIOS-acknowledgements.plist} | 0 .../Pods/Pods-TransitExampleIOS-dummy.m | 5 + ...h => Pods-TransitExampleIOS-environment.h} | 4 +- .../Pods/Pods-TransitExampleIOS-resources.sh | 68 + ...config => Pods-TransitExampleIOS.xcconfig} | 4 +- examples/objc-ios/Pods/Pods-dummy.m | 5 - examples/objc-ios/Pods/Pods-resources.sh | 33 - .../Pods/Pods.xcodeproj/project.pbxproj | 2658 +++++++++++++---- .../xcshareddata/xcschemes/Pods.xcscheme | 59 - examples/objc-ios/Pods/PodsDummy_Pods.m | 4 - .../project.pbxproj | 2447 +++++++++++---- .../xcschemes/TransitExampleIOS.xcscheme | 86 - .../contents.xcworkspacedata | 2 +- examples/objc-ios/podfile | 6 +- 29 files changed, 3985 insertions(+), 1460 deletions(-) delete mode 100644 examples/objc-ios/Pods/Pods-SBJson-dummy.m delete mode 100644 examples/objc-ios/Pods/Pods-SBJson-prefix.pch delete mode 100644 examples/objc-ios/Pods/Pods-Transit-dummy.m rename examples/objc-ios/Pods/{Pods-SBJson-Private.xcconfig => Pods-TransitExampleIOS-SBJson-Private.xcconfig} (82%) create mode 100644 examples/objc-ios/Pods/Pods-TransitExampleIOS-SBJson-dummy.m rename examples/objc-ios/Pods/{Pods-Transit-prefix.pch => Pods-TransitExampleIOS-SBJson-prefix.pch} (50%) rename examples/objc-ios/Pods/{Pods-SBJson.xcconfig => Pods-TransitExampleIOS-SBJson.xcconfig} (100%) rename examples/objc-ios/Pods/{Pods-Transit-Private.xcconfig => Pods-TransitExampleIOS-Transit-Private.xcconfig} (82%) create mode 100644 examples/objc-ios/Pods/Pods-TransitExampleIOS-Transit-dummy.m rename examples/objc-ios/Pods/{Pods-prefix.pch => Pods-TransitExampleIOS-Transit-prefix.pch} (50%) rename examples/objc-ios/Pods/{Pods-Transit.xcconfig => Pods-TransitExampleIOS-Transit.xcconfig} (100%) rename examples/objc-ios/Pods/{Pods-Acknowledgements.markdown => Pods-TransitExampleIOS-acknowledgements.markdown} (100%) rename examples/objc-ios/Pods/{Pods-Acknowledgements.plist => Pods-TransitExampleIOS-acknowledgements.plist} (100%) create mode 100644 examples/objc-ios/Pods/Pods-TransitExampleIOS-dummy.m rename examples/objc-ios/Pods/{Pods-environment.h => Pods-TransitExampleIOS-environment.h} (85%) create mode 100755 examples/objc-ios/Pods/Pods-TransitExampleIOS-resources.sh rename examples/objc-ios/Pods/{Pods.xcconfig => Pods-TransitExampleIOS.xcconfig} (60%) delete mode 100644 examples/objc-ios/Pods/Pods-dummy.m delete mode 100755 examples/objc-ios/Pods/Pods-resources.sh delete mode 100644 examples/objc-ios/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods.xcscheme delete mode 100644 examples/objc-ios/Pods/PodsDummy_Pods.m delete mode 100644 examples/objc-ios/TransitExampleIOS.xcodeproj/xcshareddata/xcschemes/TransitExampleIOS.xcscheme diff --git a/examples/objc-ios/Podfile.lock b/examples/objc-ios/Podfile.lock index 8a729c6..7aeb699 100644 --- a/examples/objc-ios/Podfile.lock +++ b/examples/objc-ios/Podfile.lock @@ -1,10 +1,10 @@ PODS: - SBJson (3.2) - - Transit (0.0.2): + - Transit (0.1.0): - SBJson (~> 3.2) DEPENDENCIES: - - SBJson + - SBJson (~> 3.2) - Transit (from `../..`) EXTERNAL SOURCES: @@ -12,7 +12,7 @@ EXTERNAL SOURCES: :path: ../.. SPEC CHECKSUMS: - SBJson: e60b4dc22448c2ae1e754b523a4ab53408e85c8d - Transit: f05f23b097a1b0567212a481d37afcc892f2c688 + SBJson: 72d7da8a5bf6c236e87194abb10ac573a8bccbef + Transit: 65e3ff21afa7c67ea9f235fea147cea330eef787 -COCOAPODS: 0.21.0.rc1 +COCOAPODS: 0.33.1 diff --git a/examples/objc-ios/Pods/Local Podspecs/Transit.podspec b/examples/objc-ios/Pods/Local Podspecs/Transit.podspec index d124607..cb30b40 100644 --- a/examples/objc-ios/Pods/Local Podspecs/Transit.podspec +++ b/examples/objc-ios/Pods/Local Podspecs/Transit.podspec @@ -1,12 +1,14 @@ Pod::Spec.new do |s| s.name = "Transit" - s.version = "0.0.2" + s.version = "0.1.0" s.summary = "Library to Bridge between JavaScript and Objective-C on iOS, OSX." s.homepage = "http://github.com/BeamApp/Transit" s.license = 'new BSD' s.authors = { "Heiko Behrens" => "HeikoBehrens@gmx.de", "Marcel Jackwerth" => "marceljackwerth@gmail.com"} - s.source = { :git => "https://github.com/BeamApp/Transit.git", :tag => "0.0.2" } - s.platform = :ios, '5.0' + s.source = { :git => "https://github.com/BeamApp/Transit.git", :tag => "0.1.0" } + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + s.osx.frameworks = 'WebKit' s.source_files = 'source/objc/*.{h,m}' s.public_header_files = 'source/objc/Transit.h' s.requires_arc = true diff --git a/examples/objc-ios/Pods/Manifest.lock b/examples/objc-ios/Pods/Manifest.lock index 8a729c6..7aeb699 100644 --- a/examples/objc-ios/Pods/Manifest.lock +++ b/examples/objc-ios/Pods/Manifest.lock @@ -1,10 +1,10 @@ PODS: - SBJson (3.2) - - Transit (0.0.2): + - Transit (0.1.0): - SBJson (~> 3.2) DEPENDENCIES: - - SBJson + - SBJson (~> 3.2) - Transit (from `../..`) EXTERNAL SOURCES: @@ -12,7 +12,7 @@ EXTERNAL SOURCES: :path: ../.. SPEC CHECKSUMS: - SBJson: e60b4dc22448c2ae1e754b523a4ab53408e85c8d - Transit: f05f23b097a1b0567212a481d37afcc892f2c688 + SBJson: 72d7da8a5bf6c236e87194abb10ac573a8bccbef + Transit: 65e3ff21afa7c67ea9f235fea147cea330eef787 -COCOAPODS: 0.21.0.rc1 +COCOAPODS: 0.33.1 diff --git a/examples/objc-ios/Pods/Pods-SBJson-dummy.m b/examples/objc-ios/Pods/Pods-SBJson-dummy.m deleted file mode 100644 index 0e0e4b4..0000000 --- a/examples/objc-ios/Pods/Pods-SBJson-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_SBJson : NSObject -@end -@implementation PodsDummy_Pods_SBJson -@end diff --git a/examples/objc-ios/Pods/Pods-SBJson-prefix.pch b/examples/objc-ios/Pods/Pods-SBJson-prefix.pch deleted file mode 100644 index 95cf11d..0000000 --- a/examples/objc-ios/Pods/Pods-SBJson-prefix.pch +++ /dev/null @@ -1,5 +0,0 @@ -#ifdef __OBJC__ -#import -#endif - -#import "Pods-environment.h" diff --git a/examples/objc-ios/Pods/Pods-Transit-dummy.m b/examples/objc-ios/Pods/Pods-Transit-dummy.m deleted file mode 100644 index fa4608d..0000000 --- a/examples/objc-ios/Pods/Pods-Transit-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_Transit : NSObject -@end -@implementation PodsDummy_Pods_Transit -@end diff --git a/examples/objc-ios/Pods/Pods-SBJson-Private.xcconfig b/examples/objc-ios/Pods/Pods-TransitExampleIOS-SBJson-Private.xcconfig similarity index 82% rename from examples/objc-ios/Pods/Pods-SBJson-Private.xcconfig rename to examples/objc-ios/Pods/Pods-TransitExampleIOS-SBJson-Private.xcconfig index e4374c3..1076984 100644 --- a/examples/objc-ios/Pods/Pods-SBJson-Private.xcconfig +++ b/examples/objc-ios/Pods/Pods-TransitExampleIOS-SBJson-Private.xcconfig @@ -1,5 +1,4 @@ -#include "Pods-SBJson" -ALWAYS_SEARCH_USER_PATHS = YES +#include "Pods-TransitExampleIOS-SBJson.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/SBJson" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/Transit" OTHER_LDFLAGS = -ObjC diff --git a/examples/objc-ios/Pods/Pods-TransitExampleIOS-SBJson-dummy.m b/examples/objc-ios/Pods/Pods-TransitExampleIOS-SBJson-dummy.m new file mode 100644 index 0000000..4534dcb --- /dev/null +++ b/examples/objc-ios/Pods/Pods-TransitExampleIOS-SBJson-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_TransitExampleIOS_SBJson : NSObject +@end +@implementation PodsDummy_Pods_TransitExampleIOS_SBJson +@end diff --git a/examples/objc-ios/Pods/Pods-Transit-prefix.pch b/examples/objc-ios/Pods/Pods-TransitExampleIOS-SBJson-prefix.pch similarity index 50% rename from examples/objc-ios/Pods/Pods-Transit-prefix.pch rename to examples/objc-ios/Pods/Pods-TransitExampleIOS-SBJson-prefix.pch index 95cf11d..fd1824f 100644 --- a/examples/objc-ios/Pods/Pods-Transit-prefix.pch +++ b/examples/objc-ios/Pods/Pods-TransitExampleIOS-SBJson-prefix.pch @@ -2,4 +2,4 @@ #import #endif -#import "Pods-environment.h" +#import "Pods-TransitExampleIOS-environment.h" diff --git a/examples/objc-ios/Pods/Pods-SBJson.xcconfig b/examples/objc-ios/Pods/Pods-TransitExampleIOS-SBJson.xcconfig similarity index 100% rename from examples/objc-ios/Pods/Pods-SBJson.xcconfig rename to examples/objc-ios/Pods/Pods-TransitExampleIOS-SBJson.xcconfig diff --git a/examples/objc-ios/Pods/Pods-Transit-Private.xcconfig b/examples/objc-ios/Pods/Pods-TransitExampleIOS-Transit-Private.xcconfig similarity index 82% rename from examples/objc-ios/Pods/Pods-Transit-Private.xcconfig rename to examples/objc-ios/Pods/Pods-TransitExampleIOS-Transit-Private.xcconfig index c20ba97..dac6503 100644 --- a/examples/objc-ios/Pods/Pods-Transit-Private.xcconfig +++ b/examples/objc-ios/Pods/Pods-TransitExampleIOS-Transit-Private.xcconfig @@ -1,5 +1,4 @@ -#include "Pods-Transit" -ALWAYS_SEARCH_USER_PATHS = YES +#include "Pods-TransitExampleIOS-Transit.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/Transit" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/Transit" OTHER_LDFLAGS = -ObjC diff --git a/examples/objc-ios/Pods/Pods-TransitExampleIOS-Transit-dummy.m b/examples/objc-ios/Pods/Pods-TransitExampleIOS-Transit-dummy.m new file mode 100644 index 0000000..d208f9b --- /dev/null +++ b/examples/objc-ios/Pods/Pods-TransitExampleIOS-Transit-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_TransitExampleIOS_Transit : NSObject +@end +@implementation PodsDummy_Pods_TransitExampleIOS_Transit +@end diff --git a/examples/objc-ios/Pods/Pods-prefix.pch b/examples/objc-ios/Pods/Pods-TransitExampleIOS-Transit-prefix.pch similarity index 50% rename from examples/objc-ios/Pods/Pods-prefix.pch rename to examples/objc-ios/Pods/Pods-TransitExampleIOS-Transit-prefix.pch index 951b031..fd1824f 100644 --- a/examples/objc-ios/Pods/Pods-prefix.pch +++ b/examples/objc-ios/Pods/Pods-TransitExampleIOS-Transit-prefix.pch @@ -2,5 +2,4 @@ #import #endif -#import "Pods-environment.h" - +#import "Pods-TransitExampleIOS-environment.h" diff --git a/examples/objc-ios/Pods/Pods-Transit.xcconfig b/examples/objc-ios/Pods/Pods-TransitExampleIOS-Transit.xcconfig similarity index 100% rename from examples/objc-ios/Pods/Pods-Transit.xcconfig rename to examples/objc-ios/Pods/Pods-TransitExampleIOS-Transit.xcconfig diff --git a/examples/objc-ios/Pods/Pods-Acknowledgements.markdown b/examples/objc-ios/Pods/Pods-TransitExampleIOS-acknowledgements.markdown similarity index 100% rename from examples/objc-ios/Pods/Pods-Acknowledgements.markdown rename to examples/objc-ios/Pods/Pods-TransitExampleIOS-acknowledgements.markdown diff --git a/examples/objc-ios/Pods/Pods-Acknowledgements.plist b/examples/objc-ios/Pods/Pods-TransitExampleIOS-acknowledgements.plist similarity index 100% rename from examples/objc-ios/Pods/Pods-Acknowledgements.plist rename to examples/objc-ios/Pods/Pods-TransitExampleIOS-acknowledgements.plist diff --git a/examples/objc-ios/Pods/Pods-TransitExampleIOS-dummy.m b/examples/objc-ios/Pods/Pods-TransitExampleIOS-dummy.m new file mode 100644 index 0000000..41a6f53 --- /dev/null +++ b/examples/objc-ios/Pods/Pods-TransitExampleIOS-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_TransitExampleIOS : NSObject +@end +@implementation PodsDummy_Pods_TransitExampleIOS +@end diff --git a/examples/objc-ios/Pods/Pods-environment.h b/examples/objc-ios/Pods/Pods-TransitExampleIOS-environment.h similarity index 85% rename from examples/objc-ios/Pods/Pods-environment.h rename to examples/objc-ios/Pods/Pods-TransitExampleIOS-environment.h index e5f3b14..657b496 100644 --- a/examples/objc-ios/Pods/Pods-environment.h +++ b/examples/objc-ios/Pods/Pods-TransitExampleIOS-environment.h @@ -15,6 +15,6 @@ // Transit #define COCOAPODS_POD_AVAILABLE_Transit #define COCOAPODS_VERSION_MAJOR_Transit 0 -#define COCOAPODS_VERSION_MINOR_Transit 0 -#define COCOAPODS_VERSION_PATCH_Transit 2 +#define COCOAPODS_VERSION_MINOR_Transit 1 +#define COCOAPODS_VERSION_PATCH_Transit 0 diff --git a/examples/objc-ios/Pods/Pods-TransitExampleIOS-resources.sh b/examples/objc-ios/Pods/Pods-TransitExampleIOS-resources.sh new file mode 100755 index 0000000..39c2549 --- /dev/null +++ b/examples/objc-ios/Pods/Pods-TransitExampleIOS-resources.sh @@ -0,0 +1,68 @@ +#!/bin/sh +set -e + +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt +> "$RESOURCES_TO_COPY" + +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" + ;; + *.xcassets) + ;; + /*) + echo "$1" + echo "$1" >> "$RESOURCES_TO_COPY" + ;; + *) + echo "${PODS_ROOT}/$1" + echo "${PODS_ROOT}/$1" >> "$RESOURCES_TO_COPY" + ;; + esac +} + +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +if [[ "${ACTION}" == "install" ]]; then + 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` ] && [ `find . -name '*.xcassets' | wc -l` -ne 0 ] +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 "${PWD}" -name "*.xcassets" -print0 | xargs -0 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/examples/objc-ios/Pods/Pods.xcconfig b/examples/objc-ios/Pods/Pods-TransitExampleIOS.xcconfig similarity index 60% rename from examples/objc-ios/Pods/Pods.xcconfig rename to examples/objc-ios/Pods/Pods-TransitExampleIOS.xcconfig index 258a7ec..84cc597 100644 --- a/examples/objc-ios/Pods/Pods.xcconfig +++ b/examples/objc-ios/Pods/Pods-TransitExampleIOS.xcconfig @@ -1,7 +1,5 @@ -#include "Pods-SBJson" -#include "Pods-Transit" -ALWAYS_SEARCH_USER_PATHS = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/Transit" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers" -isystem "${PODS_ROOT}/Headers/SBJson" -isystem "${PODS_ROOT}/Headers/Transit" OTHER_LDFLAGS = -ObjC PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/examples/objc-ios/Pods/Pods-dummy.m b/examples/objc-ios/Pods/Pods-dummy.m deleted file mode 100644 index ade64bd..0000000 --- a/examples/objc-ios/Pods/Pods-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods : NSObject -@end -@implementation PodsDummy_Pods -@end diff --git a/examples/objc-ios/Pods/Pods-resources.sh b/examples/objc-ios/Pods/Pods-resources.sh deleted file mode 100755 index 8234d93..0000000 --- a/examples/objc-ios/Pods/Pods-resources.sh +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh - -RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt -> "$RESOURCES_TO_COPY" - -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 "rsync -rp ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - rsync -rp "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - ;; - *.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" - ;; - *) - echo "${PODS_ROOT}/$1" - echo "${PODS_ROOT}/$1" >> "$RESOURCES_TO_COPY" - ;; - esac -} - -rsync -avr --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -rm "$RESOURCES_TO_COPY" diff --git a/examples/objc-ios/Pods/Pods.xcodeproj/project.pbxproj b/examples/objc-ios/Pods/Pods.xcodeproj/project.pbxproj index 5fc7731..9dc34a6 100644 --- a/examples/objc-ios/Pods/Pods.xcodeproj/project.pbxproj +++ b/examples/objc-ios/Pods/Pods.xcodeproj/project.pbxproj @@ -1,648 +1,2010 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 02BD4B4CF714438FBC2CB84E /* Pods-SBJson-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E5D380D082704C30BCB07B2B /* Pods-SBJson-dummy.m */; settings = {}; }; - 0AA53693FA084E85B04A724C /* SBJsonWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C520A9EABA644BAA231D970 /* SBJsonWriter.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; - 1312D88675A5410D8046EF59 /* libPods-Transit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F4A37888EF3432A9E6DAF4F /* libPods-Transit.a */; settings = {}; }; - 1B8D7FCD5D104521BCF63DFE /* SBJsonStreamParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC13347102049B3A818D0DC /* SBJsonStreamParser.h */; settings = {}; }; - 1D3CCC45236045098BDDD8A1 /* SBJsonStreamWriterState.m in Sources */ = {isa = PBXBuildFile; fileRef = AD18F0DD2BAB4C688A345D82 /* SBJsonStreamWriterState.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; - 233437C299A34F54B9EC87A0 /* SBJsonStreamParserAccumulator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F208F9F2C9C430390938EC5 /* SBJsonStreamParserAccumulator.h */; settings = {}; }; - 24D405D6D8814764A0454478 /* SBJsonStreamWriterAccumulator.m in Sources */ = {isa = PBXBuildFile; fileRef = 80966CFF6ADD4EED838ED75C /* SBJsonStreamWriterAccumulator.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; - 27F30ED944E94587A864D6EE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04E91BE9024D4BDC819D40A3 /* Foundation.framework */; settings = {}; }; - 2E9F837F2DBA4673AC9364DF /* Pods-Transit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C53A5930DF34CEA8E329622 /* Pods-Transit-dummy.m */; settings = {}; }; - 56155BA4DE4D4453B5235B0B /* SBJsonStreamWriterAccumulator.h in Headers */ = {isa = PBXBuildFile; fileRef = B743665C3E1244679F217A57 /* SBJsonStreamWriterAccumulator.h */; settings = {}; }; - 5B945D8007A34A4292153FE4 /* NSObject+SBJson.h in Headers */ = {isa = PBXBuildFile; fileRef = 55E70504E99C417C96FD4716 /* NSObject+SBJson.h */; settings = {}; }; - 606526C7461340E2951F3E94 /* Transit.h in Headers */ = {isa = PBXBuildFile; fileRef = BBDEF568DFF84D198C485D90 /* Transit.h */; settings = {}; }; - 67883087871D4B648D056668 /* NSObject+SBJson.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D59FDFDE20A4F88A2A31525 /* NSObject+SBJson.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; - 6AAF7CE18C3C4D5085DDC0E3 /* SBJsonUTF8Stream.m in Sources */ = {isa = PBXBuildFile; fileRef = 98ADFC55E6034B589D6E281F /* SBJsonUTF8Stream.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; - 71F2A4E787894187856C1BA8 /* SBJsonStreamParser.m in Sources */ = {isa = PBXBuildFile; fileRef = A1D6580C49E14838884C6204 /* SBJsonStreamParser.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; - 72A729AA1D1D417DACF7E204 /* SBJsonWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 59EDBDCAB1164C21A9B0BBC6 /* SBJsonWriter.h */; settings = {}; }; - 78816DDAA8284D9B9BA4478E /* SBJsonStreamWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = A9E1D78B3BD74291A67663D4 /* SBJsonStreamWriter.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; - 8A92AFD109A54848A6238718 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04E91BE9024D4BDC819D40A3 /* Foundation.framework */; settings = {}; }; - 9073061DDCE74D5E9FF399BC /* SBJsonStreamParserState.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE07F41EEF647A1AE0F29D7 /* SBJsonStreamParserState.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; - A13A2F48AC454E51948DF4A9 /* SBJsonTokeniser.m in Sources */ = {isa = PBXBuildFile; fileRef = A6A78F3D75FD45CC930BBE94 /* SBJsonTokeniser.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; - A5A46E82C06C4863B38E3926 /* SBJsonParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 461018AF6A434148A88E9907 /* SBJsonParser.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; - AB022A99F1A047A9857DE573 /* SBJsonParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 4971E755605241DC80E61A04 /* SBJsonParser.h */; settings = {}; }; - B12F0D52A7E54BB4967D11B2 /* SBJsonStreamParserAccumulator.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7FC1018363482193FA3E6D /* SBJsonStreamParserAccumulator.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; - B90684B6CB3D456B9ECC4B84 /* Transit.m in Sources */ = {isa = PBXBuildFile; fileRef = 18DEB0A891284C68BDC089EF /* Transit.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; - B9D8A01B7A3D442EBA903B40 /* SBJsonStreamParserAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 23DC6ADA11ED48D4BBCD541E /* SBJsonStreamParserAdapter.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; - C3946005E0924227BBED2D31 /* Transit+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A2F6F94E6D94B51A053C216 /* Transit+Private.h */; settings = {}; }; - CC1205EECCC24924BA7A476B /* Pods-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DE90A0FCA2F478DBE58CB19 /* Pods-dummy.m */; settings = {}; }; - CE05ECCE1FEA4283A308551A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04E91BE9024D4BDC819D40A3 /* Foundation.framework */; settings = {}; }; - D64363F6B9114E9C8813D3D1 /* SBJsonStreamWriterState.h in Headers */ = {isa = PBXBuildFile; fileRef = ED69982AD07E46118BD79CD0 /* SBJsonStreamWriterState.h */; settings = {}; }; - D646208387BD4499B527E7F2 /* SBJsonStreamWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AFCB339AF93494EBB1F49AD /* SBJsonStreamWriter.h */; settings = {}; }; - D92A370F63324A249F0338A3 /* SBJson.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FF702FB0A9742CBA7CA0C61 /* SBJson.h */; settings = {}; }; - DDB708FD083E4863BB147A9F /* libPods-SBJson.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E01BB9E3F6F54995B49B1BEE /* libPods-SBJson.a */; settings = {}; }; - DEC36CB0E61642F585A7A418 /* SBJsonStreamParserAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6611AF68FF704FF0BB9679A1 /* SBJsonStreamParserAdapter.h */; settings = {}; }; - E2C272B73C444DCE8AA6B8F1 /* SBJsonUTF8Stream.h in Headers */ = {isa = PBXBuildFile; fileRef = BEE3F468C56846DEB3937C66 /* SBJsonUTF8Stream.h */; settings = {}; }; - E4B418BBFDAF409A818E6953 /* SBJsonTokeniser.h in Headers */ = {isa = PBXBuildFile; fileRef = B91B5345B68343C98D2ABC96 /* SBJsonTokeniser.h */; settings = {}; }; - EF454F719C3C41E4B67BBD71 /* SBJsonStreamParserState.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CFF6AFFE8CE4F6BA4AEF24F /* SBJsonStreamParserState.h */; settings = {}; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 04E91BE9024D4BDC819D40A3 /* Foundation.framework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 0A120277DF2148E98117E7FF /* Pods-Transit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Transit.xcconfig"; path = "Pods-Transit.xcconfig"; sourceTree = SOURCE_ROOT; }; - 0DE07F41EEF647A1AE0F29D7 /* SBJsonStreamParserState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamParserState.m; path = SBJson/Classes/SBJsonStreamParserState.m; sourceTree = SOURCE_ROOT; }; - 0FF702FB0A9742CBA7CA0C61 /* SBJson.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SBJson.h; path = SBJson/Classes/SBJson.h; sourceTree = SOURCE_ROOT; }; - 18DEB0A891284C68BDC089EF /* Transit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Transit.m; path = ../../../source/objc/Transit.m; sourceTree = SOURCE_ROOT; }; - 1A2F6F94E6D94B51A053C216 /* Transit+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Transit+Private.h"; path = "../../../source/objc/Transit+Private.h"; sourceTree = SOURCE_ROOT; }; - 22C1AD455A564F84A891E0A7 /* Pods-SBJson-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SBJson-Private.xcconfig"; path = "Pods-SBJson-Private.xcconfig"; sourceTree = SOURCE_ROOT; }; - 23DC6ADA11ED48D4BBCD541E /* SBJsonStreamParserAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamParserAdapter.m; path = SBJson/Classes/SBJsonStreamParserAdapter.m; sourceTree = SOURCE_ROOT; }; - 2A7FC1018363482193FA3E6D /* SBJsonStreamParserAccumulator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamParserAccumulator.m; path = SBJson/Classes/SBJsonStreamParserAccumulator.m; sourceTree = SOURCE_ROOT; }; - 2C520A9EABA644BAA231D970 /* SBJsonWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SBJsonWriter.m; path = SBJson/Classes/SBJsonWriter.m; sourceTree = SOURCE_ROOT; }; - 417ADED5E9754A5D9763291C /* Pods-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; name = "Pods-resources.sh"; path = "Pods-resources.sh"; sourceTree = SOURCE_ROOT; }; - 45F4AC78B5184F86BB3336B3 /* Pods-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; name = "Pods-acknowledgements.markdown"; path = "Pods-acknowledgements.markdown"; sourceTree = SOURCE_ROOT; }; - 461018AF6A434148A88E9907 /* SBJsonParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SBJsonParser.m; path = SBJson/Classes/SBJsonParser.m; sourceTree = SOURCE_ROOT; }; - 4971E755605241DC80E61A04 /* SBJsonParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SBJsonParser.h; path = SBJson/Classes/SBJsonParser.h; sourceTree = SOURCE_ROOT; }; - 55E70504E99C417C96FD4716 /* NSObject+SBJson.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+SBJson.h"; path = "SBJson/Classes/NSObject+SBJson.h"; sourceTree = SOURCE_ROOT; }; - 59EDBDCAB1164C21A9B0BBC6 /* SBJsonWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SBJsonWriter.h; path = SBJson/Classes/SBJsonWriter.h; sourceTree = SOURCE_ROOT; }; - 5D59FDFDE20A4F88A2A31525 /* NSObject+SBJson.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+SBJson.m"; path = "SBJson/Classes/NSObject+SBJson.m"; sourceTree = SOURCE_ROOT; }; - 5F4A37888EF3432A9E6DAF4F /* libPods-Transit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-Transit.a"; path = "libPods-Transit.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 643E85E6AC6E438B875C2805 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libPods.a; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 649BF15D09B84A60B98D44B6 /* Pods-Transit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; name = "Pods-Transit-prefix.pch"; path = "Pods-Transit-prefix.pch"; sourceTree = SOURCE_ROOT; }; - 6611AF68FF704FF0BB9679A1 /* SBJsonStreamParserAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamParserAdapter.h; path = SBJson/Classes/SBJsonStreamParserAdapter.h; sourceTree = SOURCE_ROOT; }; - 66907C16E97945F69289AAE7 /* Pods-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; name = "Pods-acknowledgements.plist"; path = "Pods-acknowledgements.plist"; sourceTree = SOURCE_ROOT; }; - 7C53A5930DF34CEA8E329622 /* Pods-Transit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Pods-Transit-dummy.m"; path = "Pods-Transit-dummy.m"; sourceTree = SOURCE_ROOT; }; - 7CFF6AFFE8CE4F6BA4AEF24F /* SBJsonStreamParserState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamParserState.h; path = SBJson/Classes/SBJsonStreamParserState.h; sourceTree = SOURCE_ROOT; }; - 7DE90A0FCA2F478DBE58CB19 /* Pods-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Pods-dummy.m"; path = "Pods-dummy.m"; sourceTree = SOURCE_ROOT; }; - 7F208F9F2C9C430390938EC5 /* SBJsonStreamParserAccumulator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamParserAccumulator.h; path = SBJson/Classes/SBJsonStreamParserAccumulator.h; sourceTree = SOURCE_ROOT; }; - 80966CFF6ADD4EED838ED75C /* SBJsonStreamWriterAccumulator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamWriterAccumulator.m; path = SBJson/Classes/SBJsonStreamWriterAccumulator.m; sourceTree = SOURCE_ROOT; }; - 8AFCB339AF93494EBB1F49AD /* SBJsonStreamWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamWriter.h; path = SBJson/Classes/SBJsonStreamWriter.h; sourceTree = SOURCE_ROOT; }; - 8D616B5B1FA044508DB4F859 /* Pods-Transit-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Transit-Private.xcconfig"; path = "Pods-Transit-Private.xcconfig"; sourceTree = SOURCE_ROOT; }; - 9260EC0AD0884774A700C391 /* Pods-environment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-environment.h"; path = "Pods-environment.h"; sourceTree = SOURCE_ROOT; }; - 98ADFC55E6034B589D6E281F /* SBJsonUTF8Stream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SBJsonUTF8Stream.m; path = SBJson/Classes/SBJsonUTF8Stream.m; sourceTree = SOURCE_ROOT; }; - A1D6580C49E14838884C6204 /* SBJsonStreamParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamParser.m; path = SBJson/Classes/SBJsonStreamParser.m; sourceTree = SOURCE_ROOT; }; - A6A78F3D75FD45CC930BBE94 /* SBJsonTokeniser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SBJsonTokeniser.m; path = SBJson/Classes/SBJsonTokeniser.m; sourceTree = SOURCE_ROOT; }; - A9E1D78B3BD74291A67663D4 /* SBJsonStreamWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamWriter.m; path = SBJson/Classes/SBJsonStreamWriter.m; sourceTree = SOURCE_ROOT; }; - AD18F0DD2BAB4C688A345D82 /* SBJsonStreamWriterState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamWriterState.m; path = SBJson/Classes/SBJsonStreamWriterState.m; sourceTree = SOURCE_ROOT; }; - AE938FE8AC1C4DE588912F82 /* Podfile */ = {isa = PBXFileReference; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - B743665C3E1244679F217A57 /* SBJsonStreamWriterAccumulator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamWriterAccumulator.h; path = SBJson/Classes/SBJsonStreamWriterAccumulator.h; sourceTree = SOURCE_ROOT; }; - B91B5345B68343C98D2ABC96 /* SBJsonTokeniser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SBJsonTokeniser.h; path = SBJson/Classes/SBJsonTokeniser.h; sourceTree = SOURCE_ROOT; }; - BBDEF568DFF84D198C485D90 /* Transit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Transit.h; path = ../../../source/objc/Transit.h; sourceTree = SOURCE_ROOT; }; - BCC13347102049B3A818D0DC /* SBJsonStreamParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamParser.h; path = SBJson/Classes/SBJsonStreamParser.h; sourceTree = SOURCE_ROOT; }; - BEE3F468C56846DEB3937C66 /* SBJsonUTF8Stream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SBJsonUTF8Stream.h; path = SBJson/Classes/SBJsonUTF8Stream.h; sourceTree = SOURCE_ROOT; }; - DF7C8664131E4298A939AA4A /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods.xcconfig; sourceTree = SOURCE_ROOT; }; - E01BB9E3F6F54995B49B1BEE /* libPods-SBJson.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-SBJson.a"; path = "libPods-SBJson.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E5D380D082704C30BCB07B2B /* Pods-SBJson-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Pods-SBJson-dummy.m"; path = "Pods-SBJson-dummy.m"; sourceTree = SOURCE_ROOT; }; - ED53226F561949E8819F573F /* Pods-SBJson.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SBJson.xcconfig"; path = "Pods-SBJson.xcconfig"; sourceTree = SOURCE_ROOT; }; - ED69982AD07E46118BD79CD0 /* SBJsonStreamWriterState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamWriterState.h; path = SBJson/Classes/SBJsonStreamWriterState.h; sourceTree = SOURCE_ROOT; }; - F773BC149A7941BE9F416BCD /* Pods-SBJson-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; name = "Pods-SBJson-prefix.pch"; path = "Pods-SBJson-prefix.pch"; sourceTree = SOURCE_ROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 3056895AA3464138AD324856 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 27F30ED944E94587A864D6EE /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D8A98237D5F04501932BE792 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - CE05ECCE1FEA4283A308551A /* Foundation.framework in Frameworks */, - DDB708FD083E4863BB147A9F /* libPods-SBJson.a in Frameworks */, - 1312D88675A5410D8046EF59 /* libPods-Transit.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - ECFE0D1E87DD40D897F382C4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 8A92AFD109A54848A6238718 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 0CD580CB99A7464FB525F033 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 04E91BE9024D4BDC819D40A3 /* Foundation.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 1882C09B59C743A0982A23AA /* Pods-Transit */ = { - isa = PBXGroup; - children = ( - 0A120277DF2148E98117E7FF /* Pods-Transit.xcconfig */, - 8D616B5B1FA044508DB4F859 /* Pods-Transit-Private.xcconfig */, - 649BF15D09B84A60B98D44B6 /* Pods-Transit-prefix.pch */, - 7C53A5930DF34CEA8E329622 /* Pods-Transit-dummy.m */, - ); - name = "Pods-Transit"; - sourceTree = ""; - }; - 40C2CB7629244282938DC7E8 /* Pods */ = { - isa = PBXGroup; - children = ( - 6BE4DB25EC77458B8709008E /* SBJson */, - ); - name = Pods; - sourceTree = ""; - }; - 6BE4DB25EC77458B8709008E /* SBJson */ = { - isa = PBXGroup; - children = ( - 55E70504E99C417C96FD4716 /* NSObject+SBJson.h */, - 5D59FDFDE20A4F88A2A31525 /* NSObject+SBJson.m */, - 0FF702FB0A9742CBA7CA0C61 /* SBJson.h */, - 4971E755605241DC80E61A04 /* SBJsonParser.h */, - 461018AF6A434148A88E9907 /* SBJsonParser.m */, - BCC13347102049B3A818D0DC /* SBJsonStreamParser.h */, - A1D6580C49E14838884C6204 /* SBJsonStreamParser.m */, - 7F208F9F2C9C430390938EC5 /* SBJsonStreamParserAccumulator.h */, - 2A7FC1018363482193FA3E6D /* SBJsonStreamParserAccumulator.m */, - 6611AF68FF704FF0BB9679A1 /* SBJsonStreamParserAdapter.h */, - 23DC6ADA11ED48D4BBCD541E /* SBJsonStreamParserAdapter.m */, - 7CFF6AFFE8CE4F6BA4AEF24F /* SBJsonStreamParserState.h */, - 0DE07F41EEF647A1AE0F29D7 /* SBJsonStreamParserState.m */, - 8AFCB339AF93494EBB1F49AD /* SBJsonStreamWriter.h */, - A9E1D78B3BD74291A67663D4 /* SBJsonStreamWriter.m */, - B743665C3E1244679F217A57 /* SBJsonStreamWriterAccumulator.h */, - 80966CFF6ADD4EED838ED75C /* SBJsonStreamWriterAccumulator.m */, - ED69982AD07E46118BD79CD0 /* SBJsonStreamWriterState.h */, - AD18F0DD2BAB4C688A345D82 /* SBJsonStreamWriterState.m */, - B91B5345B68343C98D2ABC96 /* SBJsonTokeniser.h */, - A6A78F3D75FD45CC930BBE94 /* SBJsonTokeniser.m */, - BEE3F468C56846DEB3937C66 /* SBJsonUTF8Stream.h */, - 98ADFC55E6034B589D6E281F /* SBJsonUTF8Stream.m */, - 59EDBDCAB1164C21A9B0BBC6 /* SBJsonWriter.h */, - 2C520A9EABA644BAA231D970 /* SBJsonWriter.m */, - ); - name = SBJson; - sourceTree = ""; - }; - 8966FF258701497BA8E1BCED /* Products */ = { - isa = PBXGroup; - children = ( - E01BB9E3F6F54995B49B1BEE /* libPods-SBJson.a */, - 5F4A37888EF3432A9E6DAF4F /* libPods-Transit.a */, - 643E85E6AC6E438B875C2805 /* libPods.a */, - ); - name = Products; - sourceTree = ""; - }; - A6418D0DF0A8490BB6C4AEA2 = { - isa = PBXGroup; - children = ( - 0CD580CB99A7464FB525F033 /* Frameworks */, - BD5614E1E94943AABFC1C1E5 /* Local Pods */, - 40C2CB7629244282938DC7E8 /* Pods */, - 8966FF258701497BA8E1BCED /* Products */, - AE3E1B289BD24010A67C89A2 /* Targets Support Files */, - AE938FE8AC1C4DE588912F82 /* Podfile */, - ); - sourceTree = ""; - }; - AE3E1B289BD24010A67C89A2 /* Targets Support Files */ = { - isa = PBXGroup; - children = ( - DE6B49A9EC39406790CC1137 /* Pods-SBJson */, - 1882C09B59C743A0982A23AA /* Pods-Transit */, - E44FCEA0ADD64BA789355385 /* Pods */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; - BD5614E1E94943AABFC1C1E5 /* Local Pods */ = { - isa = PBXGroup; - children = ( - E425711F677A46299DC251F9 /* Transit */, - ); - name = "Local Pods"; - sourceTree = ""; - }; - DE6B49A9EC39406790CC1137 /* Pods-SBJson */ = { - isa = PBXGroup; - children = ( - ED53226F561949E8819F573F /* Pods-SBJson.xcconfig */, - 22C1AD455A564F84A891E0A7 /* Pods-SBJson-Private.xcconfig */, - F773BC149A7941BE9F416BCD /* Pods-SBJson-prefix.pch */, - E5D380D082704C30BCB07B2B /* Pods-SBJson-dummy.m */, - ); - name = "Pods-SBJson"; - sourceTree = ""; - }; - E425711F677A46299DC251F9 /* Transit */ = { - isa = PBXGroup; - children = ( - 1A2F6F94E6D94B51A053C216 /* Transit+Private.h */, - BBDEF568DFF84D198C485D90 /* Transit.h */, - 18DEB0A891284C68BDC089EF /* Transit.m */, - ); - name = Transit; - sourceTree = ""; - }; - E44FCEA0ADD64BA789355385 /* Pods */ = { - isa = PBXGroup; - children = ( - DF7C8664131E4298A939AA4A /* Pods.xcconfig */, - 9260EC0AD0884774A700C391 /* Pods-environment.h */, - 417ADED5E9754A5D9763291C /* Pods-resources.sh */, - 66907C16E97945F69289AAE7 /* Pods-acknowledgements.plist */, - 45F4AC78B5184F86BB3336B3 /* Pods-acknowledgements.markdown */, - 7DE90A0FCA2F478DBE58CB19 /* Pods-dummy.m */, - ); - name = Pods; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 369D6B50B43649D0873C7A0B /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - C3946005E0924227BBED2D31 /* Transit+Private.h in Headers */, - 606526C7461340E2951F3E94 /* Transit.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 84DAF132C0ED4A0FB4534935 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 5B945D8007A34A4292153FE4 /* NSObject+SBJson.h in Headers */, - D92A370F63324A249F0338A3 /* SBJson.h in Headers */, - AB022A99F1A047A9857DE573 /* SBJsonParser.h in Headers */, - 1B8D7FCD5D104521BCF63DFE /* SBJsonStreamParser.h in Headers */, - 233437C299A34F54B9EC87A0 /* SBJsonStreamParserAccumulator.h in Headers */, - DEC36CB0E61642F585A7A418 /* SBJsonStreamParserAdapter.h in Headers */, - EF454F719C3C41E4B67BBD71 /* SBJsonStreamParserState.h in Headers */, - D646208387BD4499B527E7F2 /* SBJsonStreamWriter.h in Headers */, - 56155BA4DE4D4453B5235B0B /* SBJsonStreamWriterAccumulator.h in Headers */, - D64363F6B9114E9C8813D3D1 /* SBJsonStreamWriterState.h in Headers */, - E4B418BBFDAF409A818E6953 /* SBJsonTokeniser.h in Headers */, - E2C272B73C444DCE8AA6B8F1 /* SBJsonUTF8Stream.h in Headers */, - 72A729AA1D1D417DACF7E204 /* SBJsonWriter.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 1A408863BC5B4FB790ED4698 /* Pods-SBJson */ = { - isa = PBXNativeTarget; - buildConfigurationList = 93997C39798B456995CD11FE /* Build configuration list for PBXNativeTarget "Pods-SBJson" */; - buildPhases = ( - C70D77873C2341D29DC915EA /* Sources */, - ECFE0D1E87DD40D897F382C4 /* Frameworks */, - 84DAF132C0ED4A0FB4534935 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "Pods-SBJson"; - productName = "Pods-SBJson"; - productReference = E01BB9E3F6F54995B49B1BEE /* libPods-SBJson.a */; - productType = "com.apple.product-type.library.static"; - }; - 87A62A4C435B493582CC054C /* Pods */ = { - isa = PBXNativeTarget; - buildConfigurationList = BEBCC3816C604AB2BFFAA5DD /* Build configuration list for PBXNativeTarget "Pods" */; - buildPhases = ( - 9197A6CDFDC74A91A796BEEC /* Sources */, - D8A98237D5F04501932BE792 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Pods; - productName = Pods; - productReference = 643E85E6AC6E438B875C2805 /* libPods.a */; - productType = "com.apple.product-type.library.static"; - }; - E7B29B33394E4256BDD57D46 /* Pods-Transit */ = { - isa = PBXNativeTarget; - buildConfigurationList = 36E3652064D34B35AAAC885D /* Build configuration list for PBXNativeTarget "Pods-Transit" */; - buildPhases = ( - 1A63214B31D149BCACCB2670 /* Sources */, - 3056895AA3464138AD324856 /* Frameworks */, - 369D6B50B43649D0873C7A0B /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "Pods-Transit"; - productName = "Pods-Transit"; - productReference = 5F4A37888EF3432A9E6DAF4F /* libPods-Transit.a */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 32CFF321043F4500B592636E /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0450; - }; - buildConfigurationList = C77E9B0C6D614F1A8E720B04 /* Build configuration list for PBXProject "Pods" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = A6418D0DF0A8490BB6C4AEA2; - productRefGroup = 8966FF258701497BA8E1BCED /* Products */; - projectReferences = ( - ); - targets = ( - 1A408863BC5B4FB790ED4698 /* Pods-SBJson */, - E7B29B33394E4256BDD57D46 /* Pods-Transit */, - 87A62A4C435B493582CC054C /* Pods */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - 1A63214B31D149BCACCB2670 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B90684B6CB3D456B9ECC4B84 /* Transit.m in Sources */, - 2E9F837F2DBA4673AC9364DF /* Pods-Transit-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9197A6CDFDC74A91A796BEEC /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - CC1205EECCC24924BA7A476B /* Pods-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C70D77873C2341D29DC915EA /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 67883087871D4B648D056668 /* NSObject+SBJson.m in Sources */, - A5A46E82C06C4863B38E3926 /* SBJsonParser.m in Sources */, - 71F2A4E787894187856C1BA8 /* SBJsonStreamParser.m in Sources */, - B12F0D52A7E54BB4967D11B2 /* SBJsonStreamParserAccumulator.m in Sources */, - B9D8A01B7A3D442EBA903B40 /* SBJsonStreamParserAdapter.m in Sources */, - 9073061DDCE74D5E9FF399BC /* SBJsonStreamParserState.m in Sources */, - 78816DDAA8284D9B9BA4478E /* SBJsonStreamWriter.m in Sources */, - 24D405D6D8814764A0454478 /* SBJsonStreamWriterAccumulator.m in Sources */, - 1D3CCC45236045098BDDD8A1 /* SBJsonStreamWriterState.m in Sources */, - A13A2F48AC454E51948DF4A9 /* SBJsonTokeniser.m in Sources */, - 6AAF7CE18C3C4D5085DDC0E3 /* SBJsonUTF8Stream.m in Sources */, - 0AA53693FA084E85B04A724C /* SBJsonWriter.m in Sources */, - 02BD4B4CF714438FBC2CB84E /* Pods-SBJson-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 018ACA3ED58340BBB054D1D2 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - }; - name = Release; - }; - 15CFF66860DD49F78682F352 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DF7C8664131E4298A939AA4A /* Pods.xcconfig */; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - COPY_PHASE_STRIP = YES; - DSTROOT = /tmp/xcodeproj.dst; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_VERSION = com.apple.compilers.llvm.clang.1_0; - INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_CFLAGS = ( - "-DNS_BLOCK_ASSERTIONS=1", - "$(inherited)", - ); - OTHER_CPLUSPLUSFLAGS = ( - "-DNS_BLOCK_ASSERTIONS=1", - "$(inherited)", - ); - OTHER_LDFLAGS = ""; - PRODUCT_NAME = "$(TARGET_NAME)"; - PUBLIC_HEADERS_FOLDER_PATH = "$(TARGET_NAME)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 28F70ABC92D84264A9A5BD38 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8D616B5B1FA044508DB4F859 /* Pods-Transit-Private.xcconfig */; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - COPY_PHASE_STRIP = NO; - DSTROOT = /tmp/xcodeproj.dst; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Pods-Transit-prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_VERSION = com.apple.compilers.llvm.clang.1_0; - INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_LDFLAGS = ""; - PRODUCT_NAME = "$(TARGET_NAME)"; - PUBLIC_HEADERS_FOLDER_PATH = "$(TARGET_NAME)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - }; - name = Debug; - }; - 396AC63F5340433097E5D512 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8D616B5B1FA044508DB4F859 /* Pods-Transit-Private.xcconfig */; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - COPY_PHASE_STRIP = YES; - DSTROOT = /tmp/xcodeproj.dst; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Pods-Transit-prefix.pch"; - GCC_VERSION = com.apple.compilers.llvm.clang.1_0; - INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_CFLAGS = ( - "-DNS_BLOCK_ASSERTIONS=1", - "$(inherited)", - ); - OTHER_CPLUSPLUSFLAGS = ( - "-DNS_BLOCK_ASSERTIONS=1", - "$(inherited)", - ); - OTHER_LDFLAGS = ""; - PRODUCT_NAME = "$(TARGET_NAME)"; - PUBLIC_HEADERS_FOLDER_PATH = "$(TARGET_NAME)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 729415E702AA4F23B13F5F74 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - }; - name = Debug; - }; - 9C472FF8D0C84BF5A6FC7B1E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 22C1AD455A564F84A891E0A7 /* Pods-SBJson-Private.xcconfig */; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - COPY_PHASE_STRIP = NO; - DSTROOT = /tmp/xcodeproj.dst; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Pods-SBJson-prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_VERSION = com.apple.compilers.llvm.clang.1_0; - INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_LDFLAGS = ""; - PRODUCT_NAME = "$(TARGET_NAME)"; - PUBLIC_HEADERS_FOLDER_PATH = "$(TARGET_NAME)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - }; - name = Debug; - }; - B70B2710829C4968A2B55653 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DF7C8664131E4298A939AA4A /* Pods.xcconfig */; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - COPY_PHASE_STRIP = NO; - DSTROOT = /tmp/xcodeproj.dst; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_VERSION = com.apple.compilers.llvm.clang.1_0; - INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_LDFLAGS = ""; - PRODUCT_NAME = "$(TARGET_NAME)"; - PUBLIC_HEADERS_FOLDER_PATH = "$(TARGET_NAME)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - }; - name = Debug; - }; - F38BE605AFAE412D83BF0119 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 22C1AD455A564F84A891E0A7 /* Pods-SBJson-Private.xcconfig */; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - COPY_PHASE_STRIP = YES; - DSTROOT = /tmp/xcodeproj.dst; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Pods-SBJson-prefix.pch"; - GCC_VERSION = com.apple.compilers.llvm.clang.1_0; - INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_CFLAGS = ( - "-DNS_BLOCK_ASSERTIONS=1", - "$(inherited)", - ); - OTHER_CPLUSPLUSFLAGS = ( - "-DNS_BLOCK_ASSERTIONS=1", - "$(inherited)", - ); - OTHER_LDFLAGS = ""; - PRODUCT_NAME = "$(TARGET_NAME)"; - PUBLIC_HEADERS_FOLDER_PATH = "$(TARGET_NAME)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 36E3652064D34B35AAAC885D /* Build configuration list for PBXNativeTarget "Pods-Transit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 396AC63F5340433097E5D512 /* Release */, - 28F70ABC92D84264A9A5BD38 /* Debug */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 93997C39798B456995CD11FE /* Build configuration list for PBXNativeTarget "Pods-SBJson" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F38BE605AFAE412D83BF0119 /* Release */, - 9C472FF8D0C84BF5A6FC7B1E /* Debug */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - BEBCC3816C604AB2BFFAA5DD /* Build configuration list for PBXNativeTarget "Pods" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 15CFF66860DD49F78682F352 /* Release */, - B70B2710829C4968A2B55653 /* Debug */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C77E9B0C6D614F1A8E720B04 /* Build configuration list for PBXProject "Pods" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 018ACA3ED58340BBB054D1D2 /* Release */, - 729415E702AA4F23B13F5F74 /* Debug */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 32CFF321043F4500B592636E /* Project object */; -} + + + + + archiveVersion + 1 + classes + + objectVersion + 46 + objects + + 05054D4D9A08498DBB2160F7 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJsonStreamWriterAccumulator.h + path + Classes/SBJsonStreamWriterAccumulator.h + sourceTree + <group> + + 084FC902AB244657A1CB3657 + + fileRef + EAB38743735B47DF8C113B2C + isa + PBXBuildFile + + 0936CF8C6B3B4296BFF82776 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-TransitExampleIOS-dummy.m + sourceTree + <group> + + 0AD600C137504622BBBBA2A9 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.script.sh + path + Pods-TransitExampleIOS-resources.sh + sourceTree + <group> + + 0C2E40D1FC1E46EA863593F0 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SBJsonStreamParserState.m + path + Classes/SBJsonStreamParserState.m + sourceTree + <group> + + 0E51B4C8379641299D543083 + + fileRef + 5CC9207EF5744FE496D78B12 + isa + PBXBuildFile + + 0EEBEDBFDD3D4644B1614F8E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJsonParser.h + path + Classes/SBJsonParser.h + sourceTree + <group> + + 12B444E025554F0EB67FD166 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJsonStreamWriterState.h + path + Classes/SBJsonStreamWriterState.h + sourceTree + <group> + + 17ECC162BAEB4E35AFB32521 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + Transit+Private.h + path + source/objc/Transit+Private.h + sourceTree + <group> + + 18E528C6B7FB45C79E7E4751 + + fileRef + A1F9B2699B6C4C159C4CBBBB + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 1A7ABB375B5D4C8199839850 + + fileRef + E37A15667B85457C856A0DB6 + isa + PBXBuildFile + + 1B9DFA7C07334D60BF8B3B75 + + baseConfigurationReference + 4578AE10B0814309954217D5 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + COPY_PHASE_STRIP + YES + DSTROOT + /tmp/xcodeproj.dst + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Pods-TransitExampleIOS-Transit-prefix.pch + GCC_VERSION + com.apple.compilers.llvm.clang.1_0 + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 6.0 + OTHER_CFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_CPLUSPLUSFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_LDFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 1D38EE91D09748C0ADE1C2D9 + + baseConfigurationReference + 7918441D5F0F474FB6055C12 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + COPY_PHASE_STRIP + YES + DSTROOT + /tmp/xcodeproj.dst + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_VERSION + com.apple.compilers.llvm.clang.1_0 + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 6.0 + OTHER_CFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_CPLUSPLUSFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_LDFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 20F60E663934491589E63815 + + children + + E2401A28BFF54DC7896F98C1 + + isa + PBXGroup + name + Development Pods + sourceTree + <group> + + 21979D7E38054479954BF601 + + buildActionMask + 2147483647 + files + + 80EEE7581664497BA61AC4B0 + 5B6EDE86BC904B9FB8818483 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 242092328BCE4984BD9690EF + + children + + DBA3F10BD23B4894A7569D83 + 4578AE10B0814309954217D5 + BBBD9BDC07434A2F94865ACD + DE85B70BA116414B9F7E314B + + isa + PBXGroup + name + Support Files + sourceTree + SOURCE_ROOT + + 2469BEDEDE2B446C9822661B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJsonStreamParserState.h + path + Classes/SBJsonStreamParserState.h + sourceTree + <group> + + 2516FCF2A6834B65AE1C025C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJsonStreamWriter.h + path + Classes/SBJsonStreamWriter.h + sourceTree + <group> + + 255980031D3A46AEA94DDEA9 + + fileRef + BBBD9BDC07434A2F94865ACD + isa + PBXBuildFile + + 26BDD29B82A8417AA81421C0 + + buildActionMask + 2147483647 + files + + 336F763BCD6E467785C26B49 + 0E51B4C8379641299D543083 + 5E3593AD1CAD4C3A9653085E + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 284946AFA58C46C59704765B + + fileRef + 426ED9AFCDDA4D209EB61C46 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 29C562963E384BF68E7AA415 + + fileRef + 607F48A7CDE449ACAD1C5BCE + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 2AD9B7EABE40418DBDB70E88 + + children + + EFAB37EAC2FC47619F9038C1 + + isa + PBXGroup + name + iOS + sourceTree + <group> + + 2F3DEAF1516346F68B026E6E + + fileRef + 8D964619E80242E4AB6E9C28 + isa + PBXBuildFile + + 32B9BC99AAEF4AEA8D931B6A + + buildActionMask + 2147483647 + files + + F2AA417C97EA4CBF93FF2C15 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 336F763BCD6E467785C26B49 + + fileRef + EFAB37EAC2FC47619F9038C1 + isa + PBXBuildFile + + 3470A79AB2DF477192FEE18E + + fileRef + 40659C0DCC7F41E295A17653 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 37B46CA1673C42439C72BFF2 + + fileRef + CBCF6C3759774EB5A379F49B + isa + PBXBuildFile + + 3C3462850DD34961AEE94E04 + + buildActionMask + 2147483647 + files + + 255980031D3A46AEA94DDEA9 + 284946AFA58C46C59704765B + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 3D44A7F9DCFD4E54A067BA35 + + baseConfigurationReference + C40D6EFBDDED4C9E85967718 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + COPY_PHASE_STRIP + NO + DSTROOT + /tmp/xcodeproj.dst + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Pods-TransitExampleIOS-SBJson-prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_VERSION + com.apple.compilers.llvm.clang.1_0 + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 6.0 + OTHER_LDFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + + isa + XCBuildConfiguration + name + Debug + + 3F687DA42318478794312375 + + fileRef + F8168391BAB84DE8A4630198 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 3FD5DF3641694BE586F6CF91 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SBJsonStreamWriterAccumulator.m + path + Classes/SBJsonStreamWriterAccumulator.m + sourceTree + <group> + + 3FDC80C75ADE4A689D3934F4 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + Transit.h + path + source/objc/Transit.h + sourceTree + <group> + + 40659C0DCC7F41E295A17653 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SBJsonStreamParser.m + path + Classes/SBJsonStreamParser.m + sourceTree + <group> + + 406993E970EC4BCB80AAD60A + + fileRef + F49BBC1DADA046E8A7FC639E + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 426ED9AFCDDA4D209EB61C46 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + Transit.m + path + source/objc/Transit.m + sourceTree + <group> + + 440F1AEABB3945848F8DC37C + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + NO + 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 + COPY_PHASE_STRIP + NO + ENABLE_NS_ASSERTIONS + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + 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 + 6.0 + STRIP_INSTALLED_PRODUCT + NO + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 44CDCAF9B86A468EAC5568BE + + isa + PBXTargetDependency + target + FC2B7E52E1CB4E46AD3200CC + targetProxy + B8BDF5EDE7CA42D1A6A5672A + + 4578AE10B0814309954217D5 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-TransitExampleIOS-Transit-Private.xcconfig + sourceTree + <group> + + 45B9B2E99374482B852E0DE7 + + fileRef + 2516FCF2A6834B65AE1C025C + isa + PBXBuildFile + + 55CFF7A9ECF7465F8A6C9932 + + buildActionMask + 2147483647 + files + + 778CF9A351504F7088154EE4 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 571593C556864508B1D2DE3B + + buildActionMask + 2147483647 + files + + F60E411655CD464FA1B3D010 + 37B46CA1673C42439C72BFF2 + C092FF154CD148AC916222F3 + A1C83A059F1348DCB23F594D + 2F3DEAF1516346F68B026E6E + 973CFC639D2D4757A4B5D90B + A749ED044C4A4600AF6CC178 + 45B9B2E99374482B852E0DE7 + CDBF2DC394BE4147B0BA0255 + B40334F5382940199AD61833 + FB319A5AF6354874897EA6F8 + 084FC902AB244657A1CB3657 + 1A7ABB375B5D4C8199839850 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 58476EB54260425CA037DABE + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Pods-TransitExampleIOS-environment.h + sourceTree + <group> + + 587B607C3C6041BE96A5845C + + buildConfigurationList + 748BDCD9D7D947E08A43CA5D + buildPhases + + 3C3462850DD34961AEE94E04 + 32B9BC99AAEF4AEA8D931B6A + 21979D7E38054479954BF601 + + buildRules + + dependencies + + 6B255F223AA545828433951F + + isa + PBXNativeTarget + name + Pods-TransitExampleIOS-Transit + productName + Pods-TransitExampleIOS-Transit + productReference + A7EED171690F4EE497603A23 + productType + com.apple.product-type.library.static + + 58CEB6FA466040FC9CA6928E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-TransitExampleIOS-SBJson.xcconfig + sourceTree + <group> + + 5A803F2F4C3C43399836E9C5 + + children + + C84538093B7C4C70AF6C334F + FD9581F8BE8A4F3F926FAB97 + CBCF6C3759774EB5A379F49B + 0EEBEDBFDD3D4644B1614F8E + A9DE18805FD84E07AC89C8E5 + BFB0667BA735496DBE763F41 + 40659C0DCC7F41E295A17653 + 8D964619E80242E4AB6E9C28 + 6B33B67E09174D49B8323DEC + D5B44CC213C444A3B0C53A5E + A1F9B2699B6C4C159C4CBBBB + 2469BEDEDE2B446C9822661B + 0C2E40D1FC1E46EA863593F0 + 2516FCF2A6834B65AE1C025C + 607F48A7CDE449ACAD1C5BCE + 05054D4D9A08498DBB2160F7 + 3FD5DF3641694BE586F6CF91 + 12B444E025554F0EB67FD166 + 9C895DB11EC84A06AED829C9 + 80DD61E3237F4263B7D1F43A + E08B205C6F114522B020CA92 + EAB38743735B47DF8C113B2C + F8168391BAB84DE8A4630198 + E37A15667B85457C856A0DB6 + F49BBC1DADA046E8A7FC639E + C7E4108863F442B5A1B7D920 + + isa + PBXGroup + name + SBJson + path + SBJson + sourceTree + <group> + + 5AFB1A74030343108BED4F3A + + fileRef + FD9581F8BE8A4F3F926FAB97 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 5B6EDE86BC904B9FB8818483 + + fileRef + 3FDC80C75ADE4A689D3934F4 + isa + PBXBuildFile + + 5CC9207EF5744FE496D78B12 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-TransitExampleIOS-SBJson.a + sourceTree + BUILT_PRODUCTS_DIR + + 5D54907AC7144AD2B9A90D2B + + containerPortal + 844A59C0E610456BB006FAA8 + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + FC2B7E52E1CB4E46AD3200CC + remoteInfo + Pods-TransitExampleIOS-SBJson + + 5E3593AD1CAD4C3A9653085E + + fileRef + A7EED171690F4EE497603A23 + isa + PBXBuildFile + + 607F48A7CDE449ACAD1C5BCE + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SBJsonStreamWriter.m + path + Classes/SBJsonStreamWriter.m + sourceTree + <group> + + 6141F250E5BD48D9B69DEA27 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-TransitExampleIOS-SBJson-dummy.m + sourceTree + <group> + + 69D1AABF46DA486DB0E42A98 + + children + + 78BD8A8BCF894A93AFE01CB0 + + isa + PBXGroup + name + Targets Support Files + sourceTree + <group> + + 6A5CD7D9ECBD43CC85F0DB3F + + buildConfigurations + + C8AD670C14C142AA873D4804 + 1D38EE91D09748C0ADE1C2D9 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 6B255F223AA545828433951F + + isa + PBXTargetDependency + target + FC2B7E52E1CB4E46AD3200CC + targetProxy + 5D54907AC7144AD2B9A90D2B + + 6B33B67E09174D49B8323DEC + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SBJsonStreamParserAccumulator.m + path + Classes/SBJsonStreamParserAccumulator.m + sourceTree + <group> + + 6B7FBB7F541A4326A66E0182 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text + name + Podfile + path + ../Podfile + sourceTree + SOURCE_ROOT + xcLanguageSpecificationIdentifier + xcode.lang.ruby + + 748BDCD9D7D947E08A43CA5D + + buildConfigurations + + B48146AC5E3E4957B2616B25 + 1B9DFA7C07334D60BF8B3B75 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 778CF9A351504F7088154EE4 + + fileRef + EFAB37EAC2FC47619F9038C1 + isa + PBXBuildFile + + 78BD8A8BCF894A93AFE01CB0 + + children + + 7918441D5F0F474FB6055C12 + BBF4A5EB773C49DFA981E637 + 7BD1E016D1B74AEAA1E757A6 + 0936CF8C6B3B4296BFF82776 + 58476EB54260425CA037DABE + 0AD600C137504622BBBBA2A9 + + isa + PBXGroup + name + Pods-TransitExampleIOS + sourceTree + <group> + + 7918441D5F0F474FB6055C12 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-TransitExampleIOS.xcconfig + sourceTree + <group> + + 7BD1E016D1B74AEAA1E757A6 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Pods-TransitExampleIOS-acknowledgements.plist + sourceTree + <group> + + 805EF28616924163B619D3DF + + fileRef + 6141F250E5BD48D9B69DEA27 + isa + PBXBuildFile + + 80DD61E3237F4263B7D1F43A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJsonTokeniser.h + path + Classes/SBJsonTokeniser.h + sourceTree + <group> + + 80EEE7581664497BA61AC4B0 + + fileRef + 17ECC162BAEB4E35AFB32521 + isa + PBXBuildFile + + 844A59C0E610456BB006FAA8 + + attributes + + LastUpgradeCheck + 0510 + + buildConfigurationList + 97EB42B1989C4AD093FA2776 + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + + mainGroup + A11054A479DA475988401A7F + productRefGroup + C44CAED3C6334A9E89FFBF34 + projectDirPath + + projectReferences + + projectRoot + + targets + + EAF16AE3CA8D423F9E5B8C9A + FC2B7E52E1CB4E46AD3200CC + 587B607C3C6041BE96A5845C + + + 894C8C373CB84A1186CEE89C + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + NO + 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 + COPY_PHASE_STRIP + YES + 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 + 6.0 + ONLY_ACTIVE_ARCH + YES + STRIP_INSTALLED_PRODUCT + NO + + isa + XCBuildConfiguration + name + Debug + + 8AD9744FAEBE4A35A60203E7 + + fileRef + 6B33B67E09174D49B8323DEC + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 8B0266932A014A9DAAD38F56 + + baseConfigurationReference + C40D6EFBDDED4C9E85967718 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + COPY_PHASE_STRIP + YES + DSTROOT + /tmp/xcodeproj.dst + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Pods-TransitExampleIOS-SBJson-prefix.pch + GCC_VERSION + com.apple.compilers.llvm.clang.1_0 + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 6.0 + OTHER_CFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_CPLUSPLUSFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_LDFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 8D91077D71244ABDA949278B + + children + + 5A803F2F4C3C43399836E9C5 + + isa + PBXGroup + name + Pods + sourceTree + <group> + + 8D964619E80242E4AB6E9C28 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJsonStreamParserAccumulator.h + path + Classes/SBJsonStreamParserAccumulator.h + sourceTree + <group> + + 973CFC639D2D4757A4B5D90B + + fileRef + D5B44CC213C444A3B0C53A5E + isa + PBXBuildFile + + 97EB42B1989C4AD093FA2776 + + buildConfigurations + + 894C8C373CB84A1186CEE89C + 440F1AEABB3945848F8DC37C + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 9A62DC9C0B0045D3A0FA72CE + + fileRef + E08B205C6F114522B020CA92 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 9C895DB11EC84A06AED829C9 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SBJsonStreamWriterState.m + path + Classes/SBJsonStreamWriterState.m + sourceTree + <group> + + 9EEB0150BD3F4924B23822CD + + isa + PBXTargetDependency + target + 587B607C3C6041BE96A5845C + targetProxy + DF1DB9D8705148D4B95D0F7D + + A0C5A246FB7B47D3BDE382A2 + + fileRef + 0C2E40D1FC1E46EA863593F0 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + A11054A479DA475988401A7F + + children + + 6B7FBB7F541A4326A66E0182 + 20F60E663934491589E63815 + D39380BF0E8845AC805A90FA + 8D91077D71244ABDA949278B + C44CAED3C6334A9E89FFBF34 + 69D1AABF46DA486DB0E42A98 + + isa + PBXGroup + sourceTree + <group> + + A1C83A059F1348DCB23F594D + + fileRef + BFB0667BA735496DBE763F41 + isa + PBXBuildFile + + A1F9B2699B6C4C159C4CBBBB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SBJsonStreamParserAdapter.m + path + Classes/SBJsonStreamParserAdapter.m + sourceTree + <group> + + A749ED044C4A4600AF6CC178 + + fileRef + 2469BEDEDE2B446C9822661B + isa + PBXBuildFile + + A7EED171690F4EE497603A23 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-TransitExampleIOS-Transit.a + sourceTree + BUILT_PRODUCTS_DIR + + A9DE18805FD84E07AC89C8E5 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SBJsonParser.m + path + Classes/SBJsonParser.m + sourceTree + <group> + + B40334F5382940199AD61833 + + fileRef + 12B444E025554F0EB67FD166 + isa + PBXBuildFile + + B48146AC5E3E4957B2616B25 + + baseConfigurationReference + 4578AE10B0814309954217D5 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + COPY_PHASE_STRIP + NO + DSTROOT + /tmp/xcodeproj.dst + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Pods-TransitExampleIOS-Transit-prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_VERSION + com.apple.compilers.llvm.clang.1_0 + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 6.0 + OTHER_LDFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + + isa + XCBuildConfiguration + name + Debug + + B6643A1073CB4AD2B9D0000A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Pods-TransitExampleIOS-SBJson-prefix.pch + sourceTree + <group> + + B7C8E769755B447A8B42F1DB + + fileRef + 0936CF8C6B3B4296BFF82776 + isa + PBXBuildFile + + B8BDF5EDE7CA42D1A6A5672A + + containerPortal + 844A59C0E610456BB006FAA8 + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + FC2B7E52E1CB4E46AD3200CC + remoteInfo + Pods-TransitExampleIOS-SBJson + + BBBD9BDC07434A2F94865ACD + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-TransitExampleIOS-Transit-dummy.m + sourceTree + <group> + + BBF4A5EB773C49DFA981E637 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text + path + Pods-TransitExampleIOS-acknowledgements.markdown + sourceTree + <group> + + BFB0667BA735496DBE763F41 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJsonStreamParser.h + path + Classes/SBJsonStreamParser.h + sourceTree + <group> + + C04690EC017348C8A6A7A36C + + fileRef + A9DE18805FD84E07AC89C8E5 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + C092FF154CD148AC916222F3 + + fileRef + 0EEBEDBFDD3D4644B1614F8E + isa + PBXBuildFile + + C202BF7D20554CD9A123F75A + + fileRef + 3FD5DF3641694BE586F6CF91 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + C40D6EFBDDED4C9E85967718 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-TransitExampleIOS-SBJson-Private.xcconfig + sourceTree + <group> + + C44CAED3C6334A9E89FFBF34 + + children + + F5B2512E378445C19B51C2DC + 5CC9207EF5744FE496D78B12 + A7EED171690F4EE497603A23 + + isa + PBXGroup + name + Products + sourceTree + <group> + + C7E4108863F442B5A1B7D920 + + children + + 58CEB6FA466040FC9CA6928E + C40D6EFBDDED4C9E85967718 + 6141F250E5BD48D9B69DEA27 + B6643A1073CB4AD2B9D0000A + + isa + PBXGroup + name + Support Files + sourceTree + SOURCE_ROOT + + C84538093B7C4C70AF6C334F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSObject+SBJson.h + path + Classes/NSObject+SBJson.h + sourceTree + <group> + + C8AD670C14C142AA873D4804 + + baseConfigurationReference + 7918441D5F0F474FB6055C12 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + COPY_PHASE_STRIP + NO + DSTROOT + /tmp/xcodeproj.dst + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_VERSION + com.apple.compilers.llvm.clang.1_0 + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 6.0 + OTHER_LDFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + + isa + XCBuildConfiguration + name + Debug + + C92581344A79440183C28B7B + + buildConfigurations + + 3D44A7F9DCFD4E54A067BA35 + 8B0266932A014A9DAAD38F56 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + CBCF6C3759774EB5A379F49B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJson.h + path + Classes/SBJson.h + sourceTree + <group> + + CDBF2DC394BE4147B0BA0255 + + fileRef + 05054D4D9A08498DBB2160F7 + isa + PBXBuildFile + + D2F9CB5B44EC4F489AA64873 + + buildActionMask + 2147483647 + files + + B7C8E769755B447A8B42F1DB + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + D39380BF0E8845AC805A90FA + + children + + 2AD9B7EABE40418DBDB70E88 + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + D5B44CC213C444A3B0C53A5E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJsonStreamParserAdapter.h + path + Classes/SBJsonStreamParserAdapter.h + sourceTree + <group> + + DBA3F10BD23B4894A7569D83 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-TransitExampleIOS-Transit.xcconfig + sourceTree + <group> + + DE85B70BA116414B9F7E314B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Pods-TransitExampleIOS-Transit-prefix.pch + sourceTree + <group> + + DF1DB9D8705148D4B95D0F7D + + containerPortal + 844A59C0E610456BB006FAA8 + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 587B607C3C6041BE96A5845C + remoteInfo + Pods-TransitExampleIOS-Transit + + E08B205C6F114522B020CA92 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SBJsonTokeniser.m + path + Classes/SBJsonTokeniser.m + sourceTree + <group> + + E194115970794C9AA46584F7 + + fileRef + 9C895DB11EC84A06AED829C9 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + E2401A28BFF54DC7896F98C1 + + children + + 3FDC80C75ADE4A689D3934F4 + 426ED9AFCDDA4D209EB61C46 + 17ECC162BAEB4E35AFB32521 + 242092328BCE4984BD9690EF + + isa + PBXGroup + name + Transit + path + ../../.. + sourceTree + <group> + + E37A15667B85457C856A0DB6 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJsonWriter.h + path + Classes/SBJsonWriter.h + sourceTree + <group> + + EAB38743735B47DF8C113B2C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJsonUTF8Stream.h + path + Classes/SBJsonUTF8Stream.h + sourceTree + <group> + + EAF16AE3CA8D423F9E5B8C9A + + buildConfigurationList + 6A5CD7D9ECBD43CC85F0DB3F + buildPhases + + D2F9CB5B44EC4F489AA64873 + 26BDD29B82A8417AA81421C0 + + buildRules + + dependencies + + 44CDCAF9B86A468EAC5568BE + 9EEB0150BD3F4924B23822CD + + isa + PBXNativeTarget + name + Pods-TransitExampleIOS + productName + Pods-TransitExampleIOS + productReference + F5B2512E378445C19B51C2DC + productType + com.apple.product-type.library.static + + EFAB37EAC2FC47619F9038C1 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Foundation.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/Foundation.framework + sourceTree + DEVELOPER_DIR + + F2778FA3B10B46E1A3470AFA + + buildActionMask + 2147483647 + files + + 5AFB1A74030343108BED4F3A + 805EF28616924163B619D3DF + C04690EC017348C8A6A7A36C + 3470A79AB2DF477192FEE18E + 8AD9744FAEBE4A35A60203E7 + 18E528C6B7FB45C79E7E4751 + A0C5A246FB7B47D3BDE382A2 + 29C562963E384BF68E7AA415 + C202BF7D20554CD9A123F75A + E194115970794C9AA46584F7 + 9A62DC9C0B0045D3A0FA72CE + 3F687DA42318478794312375 + 406993E970EC4BCB80AAD60A + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + F2AA417C97EA4CBF93FF2C15 + + fileRef + EFAB37EAC2FC47619F9038C1 + isa + PBXBuildFile + + F49BBC1DADA046E8A7FC639E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SBJsonWriter.m + path + Classes/SBJsonWriter.m + sourceTree + <group> + + F5B2512E378445C19B51C2DC + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-TransitExampleIOS.a + sourceTree + BUILT_PRODUCTS_DIR + + F60E411655CD464FA1B3D010 + + fileRef + C84538093B7C4C70AF6C334F + isa + PBXBuildFile + + F8168391BAB84DE8A4630198 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SBJsonUTF8Stream.m + path + Classes/SBJsonUTF8Stream.m + sourceTree + <group> + + FB319A5AF6354874897EA6F8 + + fileRef + 80DD61E3237F4263B7D1F43A + isa + PBXBuildFile + + FC2B7E52E1CB4E46AD3200CC + + buildConfigurationList + C92581344A79440183C28B7B + buildPhases + + F2778FA3B10B46E1A3470AFA + 55CFF7A9ECF7465F8A6C9932 + 571593C556864508B1D2DE3B + + buildRules + + dependencies + + isa + PBXNativeTarget + name + Pods-TransitExampleIOS-SBJson + productName + Pods-TransitExampleIOS-SBJson + productReference + 5CC9207EF5744FE496D78B12 + productType + com.apple.product-type.library.static + + FD9581F8BE8A4F3F926FAB97 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSObject+SBJson.m + path + Classes/NSObject+SBJson.m + sourceTree + <group> + + + rootObject + 844A59C0E610456BB006FAA8 + + diff --git a/examples/objc-ios/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods.xcscheme b/examples/objc-ios/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods.xcscheme deleted file mode 100644 index d867094..0000000 --- a/examples/objc-ios/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods.xcscheme +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/examples/objc-ios/Pods/PodsDummy_Pods.m b/examples/objc-ios/Pods/PodsDummy_Pods.m deleted file mode 100644 index 99f3235..0000000 --- a/examples/objc-ios/Pods/PodsDummy_Pods.m +++ /dev/null @@ -1,4 +0,0 @@ -@interface PodsDummy_Pods : NSObject -@end -@implementation PodsDummy_Pods -@end diff --git a/examples/objc-ios/TransitExampleIOS.xcodeproj/project.pbxproj b/examples/objc-ios/TransitExampleIOS.xcodeproj/project.pbxproj index 449621c..ca48c5a 100644 --- a/examples/objc-ios/TransitExampleIOS.xcodeproj/project.pbxproj +++ b/examples/objc-ios/TransitExampleIOS.xcodeproj/project.pbxproj @@ -1,582 +1,1865 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 202FFC65F63443B4B44BC8B6 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 85F775F1C5E64A2B8435A526 /* libPods.a */; }; - CB32E29F16CFD0770094BCCE /* bubbleMine.png in Resources */ = {isa = PBXBuildFile; fileRef = CB32E29516CFD0770094BCCE /* bubbleMine.png */; }; - CB32E2A016CFD0770094BCCE /* bubbleMine@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CB32E29616CFD0770094BCCE /* bubbleMine@2x.png */; }; - CB32E2A116CFD0770094BCCE /* bubbleSomeone.png in Resources */ = {isa = PBXBuildFile; fileRef = CB32E29716CFD0770094BCCE /* bubbleSomeone.png */; }; - CB32E2A216CFD0770094BCCE /* bubbleSomeone@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CB32E29816CFD0770094BCCE /* bubbleSomeone@2x.png */; }; - CB32E2A316CFD0770094BCCE /* missingAvatar.png in Resources */ = {isa = PBXBuildFile; fileRef = CB32E29916CFD0770094BCCE /* missingAvatar.png */; }; - CB32E2A416CFD0770094BCCE /* missingAvatar@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CB32E29A16CFD0770094BCCE /* missingAvatar@2x.png */; }; - CB32E2A516CFD0770094BCCE /* typingMine.png in Resources */ = {isa = PBXBuildFile; fileRef = CB32E29B16CFD0770094BCCE /* typingMine.png */; }; - CB32E2A616CFD0770094BCCE /* typingMine@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CB32E29C16CFD0770094BCCE /* typingMine@2x.png */; }; - CB32E2A716CFD0770094BCCE /* typingSomeone.png in Resources */ = {isa = PBXBuildFile; fileRef = CB32E29D16CFD0770094BCCE /* typingSomeone.png */; }; - CB32E2A816CFD0770094BCCE /* typingSomeone@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CB32E29E16CFD0770094BCCE /* typingSomeone@2x.png */; }; - CB32E2B816CFD0900094BCCE /* SGBubbleData.m in Sources */ = {isa = PBXBuildFile; fileRef = CB32E2AB16CFD0900094BCCE /* SGBubbleData.m */; }; - CB32E2B916CFD0900094BCCE /* SGBubbleTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = CB32E2AD16CFD0900094BCCE /* SGBubbleTableView.m */; }; - CB32E2BA16CFD0900094BCCE /* SGBubbleTableViewContentCell.m in Sources */ = {isa = PBXBuildFile; fileRef = CB32E2AF16CFD0900094BCCE /* SGBubbleTableViewContentCell.m */; }; - CB32E2BB16CFD0900094BCCE /* SGBubbleTableViewHeaderCell.m in Sources */ = {isa = PBXBuildFile; fileRef = CB32E2B116CFD0900094BCCE /* SGBubbleTableViewHeaderCell.m */; }; - CB32E2BC16CFD0900094BCCE /* SGBubbleTableViewTypingCell.m in Sources */ = {isa = PBXBuildFile; fileRef = CB32E2B316CFD0900094BCCE /* SGBubbleTableViewTypingCell.m */; }; - CB32E2BD16CFD0900094BCCE /* SGBubbleTableViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = CB32E2B616CFD0900094BCCE /* SGBubbleTableViewAdapter.m */; }; - CB32E30E16CFDFEF0094BCCE /* elizabot.js in Resources */ = {isa = PBXBuildFile; fileRef = F26B0AA3515DC52DC0E397E3 /* elizabot.js */; }; - CB32E30F16CFDFEF0094BCCE /* elizadata.js in Resources */ = {isa = PBXBuildFile; fileRef = F26B054C1BCDE60B42B0550C /* elizadata.js */; }; - CB4AE16116C9557B0083D29F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB4AE16016C9557B0083D29F /* UIKit.framework */; }; - CB4AE16316C9557B0083D29F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB4AE16216C9557B0083D29F /* Foundation.framework */; }; - CB4AE16516C9557B0083D29F /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB4AE16416C9557B0083D29F /* CoreGraphics.framework */; }; - CB4AE16B16C9557B0083D29F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CB4AE16916C9557B0083D29F /* InfoPlist.strings */; }; - CB4AE16D16C9557B0083D29F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CB4AE16C16C9557B0083D29F /* main.m */; }; - CB4AE17116C9557B0083D29F /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CB4AE17016C9557B0083D29F /* AppDelegate.m */; }; - CB4AE17316C9557B0083D29F /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = CB4AE17216C9557B0083D29F /* Default.png */; }; - CB4AE17516C9557B0083D29F /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CB4AE17416C9557B0083D29F /* Default@2x.png */; }; - CB4AE17716C9557B0083D29F /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CB4AE17616C9557B0083D29F /* Default-568h@2x.png */; }; - CB4AE17A16C9557B0083D29F /* MasterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CB4AE17916C9557B0083D29F /* MasterViewController.m */; }; - CB4AE17D16C9557B0083D29F /* XTypeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CB4AE17C16C9557B0083D29F /* XTypeViewController.m */; }; - CB4AE18016C9557B0083D29F /* MasterViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = CB4AE17E16C9557B0083D29F /* MasterViewController_iPhone.xib */; }; - CB4AE18316C9557B0083D29F /* MasterViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = CB4AE18116C9557B0083D29F /* MasterViewController_iPad.xib */; }; - CB4AE18616C9557B0083D29F /* XTypeViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = CB4AE18416C9557B0083D29F /* XTypeViewController_iPhone.xib */; }; - CB4AE18916C9557B0083D29F /* XTypeViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = CB4AE18716C9557B0083D29F /* XTypeViewController_iPad.xib */; }; - CB6711BE16C983F1004B1893 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB6711BD16C983F1004B1893 /* AudioToolbox.framework */; }; - CB6711C416C98894004B1893 /* explosion.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = CB6711C116C98894004B1893 /* explosion.mp3 */; }; - CB6711C516C98894004B1893 /* plasma-burst.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = CB6711C216C98894004B1893 /* plasma-burst.mp3 */; }; - CB6711C616C98894004B1893 /* xtype.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = CB6711C316C98894004B1893 /* xtype.mp3 */; }; - CB6711C816C98978004B1893 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB6711C716C98978004B1893 /* AVFoundation.framework */; }; - F26B0243324CFADDF325187C /* ElizaViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F26B0971D441B3C6207B3B6D /* ElizaViewController.xib */; }; - F26B0302B70881633E440C00 /* ShareJSViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F26B0473D7128C544DE18AEC /* ShareJSViewController.xib */; }; - F26B048F484A125D105A64B7 /* elizadata.js in Sources */ = {isa = PBXBuildFile; fileRef = F26B054C1BCDE60B42B0550C /* elizadata.js */; }; - F26B05AF4DBA2C9B51CDDFDB /* elizabot.js in Sources */ = {isa = PBXBuildFile; fileRef = F26B0AA3515DC52DC0E397E3 /* elizabot.js */; }; - F26B0798FBDD82E972F1AE78 /* ElizaViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F26B0F93E1712FCD42114F69 /* ElizaViewController.m */; }; - F26B0A116C974F7405AF9D09 /* DetailsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F26B04C7CD1DC2FD7467E1BE /* DetailsViewController.m */; }; - F26B0A11B79FAEA0F8B5CDBB /* ShareJSViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F26B0BB77BAA07F406D8B45F /* ShareJSViewController.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 164917E47F234124B248231A /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = SOURCE_ROOT; }; - 85F775F1C5E64A2B8435A526 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; - CB32E29516CFD0770094BCCE /* bubbleMine.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bubbleMine.png; sourceTree = ""; }; - CB32E29616CFD0770094BCCE /* bubbleMine@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "bubbleMine@2x.png"; sourceTree = ""; }; - CB32E29716CFD0770094BCCE /* bubbleSomeone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bubbleSomeone.png; sourceTree = ""; }; - CB32E29816CFD0770094BCCE /* bubbleSomeone@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "bubbleSomeone@2x.png"; sourceTree = ""; }; - CB32E29916CFD0770094BCCE /* missingAvatar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = missingAvatar.png; sourceTree = ""; }; - CB32E29A16CFD0770094BCCE /* missingAvatar@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "missingAvatar@2x.png"; sourceTree = ""; }; - CB32E29B16CFD0770094BCCE /* typingMine.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = typingMine.png; sourceTree = ""; }; - CB32E29C16CFD0770094BCCE /* typingMine@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "typingMine@2x.png"; sourceTree = ""; }; - CB32E29D16CFD0770094BCCE /* typingSomeone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = typingSomeone.png; sourceTree = ""; }; - CB32E29E16CFD0770094BCCE /* typingSomeone@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "typingSomeone@2x.png"; sourceTree = ""; }; - CB32E2AA16CFD0900094BCCE /* SGBubbleData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SGBubbleData.h; sourceTree = ""; }; - CB32E2AB16CFD0900094BCCE /* SGBubbleData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SGBubbleData.m; sourceTree = ""; }; - CB32E2AC16CFD0900094BCCE /* SGBubbleTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SGBubbleTableView.h; sourceTree = ""; }; - CB32E2AD16CFD0900094BCCE /* SGBubbleTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SGBubbleTableView.m; sourceTree = ""; }; - CB32E2AE16CFD0900094BCCE /* SGBubbleTableViewContentCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SGBubbleTableViewContentCell.h; sourceTree = ""; }; - CB32E2AF16CFD0900094BCCE /* SGBubbleTableViewContentCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SGBubbleTableViewContentCell.m; sourceTree = ""; }; - CB32E2B016CFD0900094BCCE /* SGBubbleTableViewHeaderCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SGBubbleTableViewHeaderCell.h; sourceTree = ""; }; - CB32E2B116CFD0900094BCCE /* SGBubbleTableViewHeaderCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SGBubbleTableViewHeaderCell.m; sourceTree = ""; }; - CB32E2B216CFD0900094BCCE /* SGBubbleTableViewTypingCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SGBubbleTableViewTypingCell.h; sourceTree = ""; }; - CB32E2B316CFD0900094BCCE /* SGBubbleTableViewTypingCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SGBubbleTableViewTypingCell.m; sourceTree = ""; }; - CB32E2B416CFD0900094BCCE /* SGBubbleTableViewDataSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SGBubbleTableViewDataSource.h; sourceTree = ""; }; - CB32E2B516CFD0900094BCCE /* SGBubbleTableViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SGBubbleTableViewAdapter.h; sourceTree = ""; }; - CB32E2B616CFD0900094BCCE /* SGBubbleTableViewAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SGBubbleTableViewAdapter.m; sourceTree = ""; }; - CB32E2B716CFD0900094BCCE /* SGBubbleTableViewAdapterProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SGBubbleTableViewAdapterProtocol.h; sourceTree = ""; }; - CB4AE15C16C9557A0083D29F /* TransitExampleIOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TransitExampleIOS.app; sourceTree = BUILT_PRODUCTS_DIR; }; - CB4AE16016C9557B0083D29F /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - CB4AE16216C9557B0083D29F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - CB4AE16416C9557B0083D29F /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - CB4AE16816C9557B0083D29F /* TransitExampleIOS-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TransitExampleIOS-Info.plist"; sourceTree = ""; }; - CB4AE16A16C9557B0083D29F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - CB4AE16C16C9557B0083D29F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - CB4AE16E16C9557B0083D29F /* TransitExampleIOS-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TransitExampleIOS-Prefix.pch"; sourceTree = ""; }; - CB4AE16F16C9557B0083D29F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - CB4AE17016C9557B0083D29F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - CB4AE17216C9557B0083D29F /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; - CB4AE17416C9557B0083D29F /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; - CB4AE17616C9557B0083D29F /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; - CB4AE17816C9557B0083D29F /* MasterViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MasterViewController.h; sourceTree = ""; }; - CB4AE17916C9557B0083D29F /* MasterViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MasterViewController.m; sourceTree = ""; }; - CB4AE17B16C9557B0083D29F /* XTypeViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = XTypeViewController.h; path = XType/XTypeViewController.h; sourceTree = ""; }; - CB4AE17C16C9557B0083D29F /* XTypeViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = XTypeViewController.m; path = XType/XTypeViewController.m; sourceTree = ""; }; - CB4AE17F16C9557B0083D29F /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MasterViewController_iPhone.xib; sourceTree = ""; }; - CB4AE18216C9557B0083D29F /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MasterViewController_iPad.xib; sourceTree = ""; }; - CB4AE18516C9557B0083D29F /* XTypeViewController_iPhone.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = XTypeViewController_iPhone.xib; path = en.lproj/XTypeViewController_iPhone.xib; sourceTree = ""; }; - CB4AE18816C9557B0083D29F /* XTypeViewController_iPad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = XTypeViewController_iPad.xib; path = en.lproj/XTypeViewController_iPad.xib; sourceTree = ""; }; - CB6711BD16C983F1004B1893 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; - CB6711C116C98894004B1893 /* explosion.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = explosion.mp3; sourceTree = ""; }; - CB6711C216C98894004B1893 /* plasma-burst.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = "plasma-burst.mp3"; sourceTree = ""; }; - CB6711C316C98894004B1893 /* xtype.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = xtype.mp3; sourceTree = ""; }; - CB6711C716C98978004B1893 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; - F26B004AFDA53E08393BB2DE /* ElizaViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ElizaViewController.h; sourceTree = ""; }; - F26B0473D7128C544DE18AEC /* ShareJSViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ShareJSViewController.xib; sourceTree = ""; }; - F26B04C7CD1DC2FD7467E1BE /* DetailsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailsViewController.m; sourceTree = ""; }; - F26B054C1BCDE60B42B0550C /* elizadata.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = elizadata.js; path = elizabot/elizadata.js; sourceTree = ""; }; - F26B0971D441B3C6207B3B6D /* ElizaViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ElizaViewController.xib; sourceTree = ""; }; - F26B0AA3515DC52DC0E397E3 /* elizabot.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = elizabot.js; path = elizabot/elizabot.js; sourceTree = ""; }; - F26B0B3A5D55C8C534D4359F /* DetailsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailsViewController.h; sourceTree = ""; }; - F26B0BB77BAA07F406D8B45F /* ShareJSViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShareJSViewController.m; sourceTree = ""; }; - F26B0DE5AF728EEFAD9E4F2A /* ShareJSViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShareJSViewController.h; sourceTree = ""; }; - F26B0F93E1712FCD42114F69 /* ElizaViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ElizaViewController.m; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - CB4AE15916C9557A0083D29F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - CB6711C816C98978004B1893 /* AVFoundation.framework in Frameworks */, - CB6711BE16C983F1004B1893 /* AudioToolbox.framework in Frameworks */, - CB4AE16116C9557B0083D29F /* UIKit.framework in Frameworks */, - CB4AE16316C9557B0083D29F /* Foundation.framework in Frameworks */, - CB4AE16516C9557B0083D29F /* CoreGraphics.framework in Frameworks */, - 202FFC65F63443B4B44BC8B6 /* libPods.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - CB32E29216CFD0350094BCCE /* SGBubbleTableView */ = { - isa = PBXGroup; - children = ( - CB32E2A916CFD07B0094BCCE /* Classes */, - CB32E29416CFD05E0094BCCE /* Images */, - ); - name = SGBubbleTableView; - path = TransitExampleIOS/SGBubbleTableView; - sourceTree = ""; - }; - CB32E29416CFD05E0094BCCE /* Images */ = { - isa = PBXGroup; - children = ( - CB32E29516CFD0770094BCCE /* bubbleMine.png */, - CB32E29616CFD0770094BCCE /* bubbleMine@2x.png */, - CB32E29716CFD0770094BCCE /* bubbleSomeone.png */, - CB32E29816CFD0770094BCCE /* bubbleSomeone@2x.png */, - CB32E29916CFD0770094BCCE /* missingAvatar.png */, - CB32E29A16CFD0770094BCCE /* missingAvatar@2x.png */, - CB32E29B16CFD0770094BCCE /* typingMine.png */, - CB32E29C16CFD0770094BCCE /* typingMine@2x.png */, - CB32E29D16CFD0770094BCCE /* typingSomeone.png */, - CB32E29E16CFD0770094BCCE /* typingSomeone@2x.png */, - ); - path = Images; - sourceTree = ""; - }; - CB32E2A916CFD07B0094BCCE /* Classes */ = { - isa = PBXGroup; - children = ( - CB32E2AA16CFD0900094BCCE /* SGBubbleData.h */, - CB32E2AB16CFD0900094BCCE /* SGBubbleData.m */, - CB32E2AC16CFD0900094BCCE /* SGBubbleTableView.h */, - CB32E2AD16CFD0900094BCCE /* SGBubbleTableView.m */, - CB32E2AE16CFD0900094BCCE /* SGBubbleTableViewContentCell.h */, - CB32E2AF16CFD0900094BCCE /* SGBubbleTableViewContentCell.m */, - CB32E2B016CFD0900094BCCE /* SGBubbleTableViewHeaderCell.h */, - CB32E2B116CFD0900094BCCE /* SGBubbleTableViewHeaderCell.m */, - CB32E2B216CFD0900094BCCE /* SGBubbleTableViewTypingCell.h */, - CB32E2B316CFD0900094BCCE /* SGBubbleTableViewTypingCell.m */, - CB32E2B416CFD0900094BCCE /* SGBubbleTableViewDataSource.h */, - CB32E2B516CFD0900094BCCE /* SGBubbleTableViewAdapter.h */, - CB32E2B616CFD0900094BCCE /* SGBubbleTableViewAdapter.m */, - CB32E2B716CFD0900094BCCE /* SGBubbleTableViewAdapterProtocol.h */, - ); - path = Classes; - sourceTree = ""; - }; - CB32E2BF16CFD0E00094BCCE /* Xtype */ = { - isa = PBXGroup; - children = ( - CB6711C016C98894004B1893 /* Resources */, - CB4AE17B16C9557B0083D29F /* XTypeViewController.h */, - CB4AE17C16C9557B0083D29F /* XTypeViewController.m */, - CB4AE18416C9557B0083D29F /* XTypeViewController_iPhone.xib */, - CB4AE18716C9557B0083D29F /* XTypeViewController_iPad.xib */, - ); - name = Xtype; - sourceTree = ""; - }; - CB32E2C016CFD0EF0094BCCE /* Eliza */ = { - isa = PBXGroup; - children = ( - F26B004AFDA53E08393BB2DE /* ElizaViewController.h */, - F26B0F93E1712FCD42114F69 /* ElizaViewController.m */, - F26B0971D441B3C6207B3B6D /* ElizaViewController.xib */, - F26B0F478B5250B299D7D544 /* Elizabot */, - ); - path = Eliza; - sourceTree = ""; - }; - CB33E80C16D284EE003FED5B /* Examples */ = { - isa = PBXGroup; - children = ( - F26B0B3A5D55C8C534D4359F /* DetailsViewController.h */, - F26B04C7CD1DC2FD7467E1BE /* DetailsViewController.m */, - CB32E2C016CFD0EF0094BCCE /* Eliza */, - CB32E2BF16CFD0E00094BCCE /* Xtype */, - F26B059D2BC9D2044E06AD5F /* ShareJS */, - ); - name = Examples; - sourceTree = ""; - }; - CB4AE15116C9557A0083D29F = { - isa = PBXGroup; - children = ( - CB32E29216CFD0350094BCCE /* SGBubbleTableView */, - CB4AE16616C9557B0083D29F /* TransitExampleIOS */, - CB4AE15F16C9557A0083D29F /* Frameworks */, - CB4AE15D16C9557A0083D29F /* Products */, - 164917E47F234124B248231A /* Pods.xcconfig */, - ); - sourceTree = ""; - }; - CB4AE15D16C9557A0083D29F /* Products */ = { - isa = PBXGroup; - children = ( - CB4AE15C16C9557A0083D29F /* TransitExampleIOS.app */, - ); - name = Products; - sourceTree = ""; - }; - CB4AE15F16C9557A0083D29F /* Frameworks */ = { - isa = PBXGroup; - children = ( - CB6711C716C98978004B1893 /* AVFoundation.framework */, - CB6711BD16C983F1004B1893 /* AudioToolbox.framework */, - CB4AE16016C9557B0083D29F /* UIKit.framework */, - CB4AE16216C9557B0083D29F /* Foundation.framework */, - CB4AE16416C9557B0083D29F /* CoreGraphics.framework */, - 85F775F1C5E64A2B8435A526 /* libPods.a */, - ); - name = Frameworks; - sourceTree = ""; - }; - CB4AE16616C9557B0083D29F /* TransitExampleIOS */ = { - isa = PBXGroup; - children = ( - CB33E80C16D284EE003FED5B /* Examples */, - CB4AE16F16C9557B0083D29F /* AppDelegate.h */, - CB4AE17016C9557B0083D29F /* AppDelegate.m */, - CB4AE17816C9557B0083D29F /* MasterViewController.h */, - CB4AE17916C9557B0083D29F /* MasterViewController.m */, - CB4AE17E16C9557B0083D29F /* MasterViewController_iPhone.xib */, - CB4AE18116C9557B0083D29F /* MasterViewController_iPad.xib */, - CB4AE16716C9557B0083D29F /* Supporting Files */, - ); - path = TransitExampleIOS; - sourceTree = ""; - }; - CB4AE16716C9557B0083D29F /* Supporting Files */ = { - isa = PBXGroup; - children = ( - CB4AE16816C9557B0083D29F /* TransitExampleIOS-Info.plist */, - CB4AE16916C9557B0083D29F /* InfoPlist.strings */, - CB4AE16C16C9557B0083D29F /* main.m */, - CB4AE16E16C9557B0083D29F /* TransitExampleIOS-Prefix.pch */, - CB4AE17216C9557B0083D29F /* Default.png */, - CB4AE17416C9557B0083D29F /* Default@2x.png */, - CB4AE17616C9557B0083D29F /* Default-568h@2x.png */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - CB6711C016C98894004B1893 /* Resources */ = { - isa = PBXGroup; - children = ( - CB6711C116C98894004B1893 /* explosion.mp3 */, - CB6711C216C98894004B1893 /* plasma-burst.mp3 */, - CB6711C316C98894004B1893 /* xtype.mp3 */, - ); - name = Resources; - path = XType/Resources; - sourceTree = ""; - }; - F26B059D2BC9D2044E06AD5F /* ShareJS */ = { - isa = PBXGroup; - children = ( - F26B0BB77BAA07F406D8B45F /* ShareJSViewController.m */, - F26B0DE5AF728EEFAD9E4F2A /* ShareJSViewController.h */, - F26B0473D7128C544DE18AEC /* ShareJSViewController.xib */, - ); - path = ShareJS; - sourceTree = ""; - }; - F26B0F478B5250B299D7D544 /* Elizabot */ = { - isa = PBXGroup; - children = ( - F26B0AA3515DC52DC0E397E3 /* elizabot.js */, - F26B054C1BCDE60B42B0550C /* elizadata.js */, - ); - name = Elizabot; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - CB4AE15B16C9557A0083D29F /* TransitExampleIOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = CB4AE18C16C9557B0083D29F /* Build configuration list for PBXNativeTarget "TransitExampleIOS" */; - buildPhases = ( - CB4AE15816C9557A0083D29F /* Sources */, - CB4AE15916C9557A0083D29F /* Frameworks */, - CB4AE15A16C9557A0083D29F /* Resources */, - 1D147B5BAEBE449AB23A2AFF /* Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = TransitExampleIOS; - productName = TransitExampleIOS; - productReference = CB4AE15C16C9557A0083D29F /* TransitExampleIOS.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - CB4AE15316C9557A0083D29F /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0450; - ORGANIZATIONNAME = BeamApp; - }; - buildConfigurationList = CB4AE15616C9557A0083D29F /* Build configuration list for PBXProject "TransitExampleIOS" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = CB4AE15116C9557A0083D29F; - productRefGroup = CB4AE15D16C9557A0083D29F /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - CB4AE15B16C9557A0083D29F /* TransitExampleIOS */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - CB4AE15A16C9557A0083D29F /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - CB32E30E16CFDFEF0094BCCE /* elizabot.js in Resources */, - CB32E30F16CFDFEF0094BCCE /* elizadata.js in Resources */, - CB4AE16B16C9557B0083D29F /* InfoPlist.strings in Resources */, - CB4AE17316C9557B0083D29F /* Default.png in Resources */, - CB4AE17516C9557B0083D29F /* Default@2x.png in Resources */, - CB4AE17716C9557B0083D29F /* Default-568h@2x.png in Resources */, - CB4AE18016C9557B0083D29F /* MasterViewController_iPhone.xib in Resources */, - CB4AE18316C9557B0083D29F /* MasterViewController_iPad.xib in Resources */, - CB4AE18616C9557B0083D29F /* XTypeViewController_iPhone.xib in Resources */, - CB4AE18916C9557B0083D29F /* XTypeViewController_iPad.xib in Resources */, - CB6711C416C98894004B1893 /* explosion.mp3 in Resources */, - CB6711C516C98894004B1893 /* plasma-burst.mp3 in Resources */, - CB6711C616C98894004B1893 /* xtype.mp3 in Resources */, - CB32E29F16CFD0770094BCCE /* bubbleMine.png in Resources */, - CB32E2A016CFD0770094BCCE /* bubbleMine@2x.png in Resources */, - CB32E2A116CFD0770094BCCE /* bubbleSomeone.png in Resources */, - CB32E2A216CFD0770094BCCE /* bubbleSomeone@2x.png in Resources */, - CB32E2A316CFD0770094BCCE /* missingAvatar.png in Resources */, - CB32E2A416CFD0770094BCCE /* missingAvatar@2x.png in Resources */, - CB32E2A516CFD0770094BCCE /* typingMine.png in Resources */, - CB32E2A616CFD0770094BCCE /* typingMine@2x.png in Resources */, - CB32E2A716CFD0770094BCCE /* typingSomeone.png in Resources */, - CB32E2A816CFD0770094BCCE /* typingSomeone@2x.png in Resources */, - F26B0243324CFADDF325187C /* ElizaViewController.xib in Resources */, - F26B0302B70881633E440C00 /* ShareJSViewController.xib in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 1D147B5BAEBE449AB23A2AFF /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - CB4AE15816C9557A0083D29F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - CB4AE16D16C9557B0083D29F /* main.m in Sources */, - CB4AE17116C9557B0083D29F /* AppDelegate.m in Sources */, - CB4AE17A16C9557B0083D29F /* MasterViewController.m in Sources */, - CB4AE17D16C9557B0083D29F /* XTypeViewController.m in Sources */, - CB32E2B816CFD0900094BCCE /* SGBubbleData.m in Sources */, - CB32E2B916CFD0900094BCCE /* SGBubbleTableView.m in Sources */, - CB32E2BA16CFD0900094BCCE /* SGBubbleTableViewContentCell.m in Sources */, - CB32E2BB16CFD0900094BCCE /* SGBubbleTableViewHeaderCell.m in Sources */, - CB32E2BC16CFD0900094BCCE /* SGBubbleTableViewTypingCell.m in Sources */, - CB32E2BD16CFD0900094BCCE /* SGBubbleTableViewAdapter.m in Sources */, - F26B0A116C974F7405AF9D09 /* DetailsViewController.m in Sources */, - F26B0798FBDD82E972F1AE78 /* ElizaViewController.m in Sources */, - F26B05AF4DBA2C9B51CDDFDB /* elizabot.js in Sources */, - F26B048F484A125D105A64B7 /* elizadata.js in Sources */, - F26B0A11B79FAEA0F8B5CDBB /* ShareJSViewController.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - CB4AE16916C9557B0083D29F /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - CB4AE16A16C9557B0083D29F /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - CB4AE17E16C9557B0083D29F /* MasterViewController_iPhone.xib */ = { - isa = PBXVariantGroup; - children = ( - CB4AE17F16C9557B0083D29F /* en */, - ); - name = MasterViewController_iPhone.xib; - sourceTree = ""; - }; - CB4AE18116C9557B0083D29F /* MasterViewController_iPad.xib */ = { - isa = PBXVariantGroup; - children = ( - CB4AE18216C9557B0083D29F /* en */, - ); - name = MasterViewController_iPad.xib; - sourceTree = ""; - }; - CB4AE18416C9557B0083D29F /* XTypeViewController_iPhone.xib */ = { - isa = PBXVariantGroup; - children = ( - CB4AE18516C9557B0083D29F /* XTypeViewController_iPhone.xib */, - ); - name = XTypeViewController_iPhone.xib; - sourceTree = ""; - }; - CB4AE18716C9557B0083D29F /* XTypeViewController_iPad.xib */ = { - isa = PBXVariantGroup; - children = ( - CB4AE18816C9557B0083D29F /* XTypeViewController_iPad.xib */, - ); - name = XTypeViewController_iPad.xib; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - CB4AE18A16C9557B0083D29F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - 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_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - CB4AE18B16C9557B0083D29F /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - CB4AE18D16C9557B0083D29F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 164917E47F234124B248231A /* Pods.xcconfig */; - buildSettings = { - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "TransitExampleIOS/TransitExampleIOS-Prefix.pch"; - INFOPLIST_FILE = "TransitExampleIOS/TransitExampleIOS-Info.plist"; - ONLY_ACTIVE_ARCH = NO; - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - CB4AE18E16C9557B0083D29F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 164917E47F234124B248231A /* Pods.xcconfig */; - buildSettings = { - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "TransitExampleIOS/TransitExampleIOS-Prefix.pch"; - INFOPLIST_FILE = "TransitExampleIOS/TransitExampleIOS-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - CB4AE15616C9557A0083D29F /* Build configuration list for PBXProject "TransitExampleIOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - CB4AE18A16C9557B0083D29F /* Debug */, - CB4AE18B16C9557B0083D29F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - CB4AE18C16C9557B0083D29F /* Build configuration list for PBXNativeTarget "TransitExampleIOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - CB4AE18D16C9557B0083D29F /* Debug */, - CB4AE18E16C9557B0083D29F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = CB4AE15316C9557A0083D29F /* Project object */; -} + + + + + archiveVersion + 1 + classes + + objectVersion + 46 + objects + + 040A758719BE60D600E422FD + + isa + PBXFileReference + lastKnownFileType + archive.ar + name + libPods.a + path + Pods/build/Debug-iphoneos/libPods.a + sourceTree + <group> + + 040A758919BE611D00E422FD + + isa + PBXFileReference + lastKnownFileType + archive.ar + name + libPods-Transit.a + path + Pods/build/Release-iphoneos/libPods-Transit.a + sourceTree + <group> + + 04E2B88F19BE57ED0062F459 + + isa + PBXFileReference + lastKnownFileType + archive.ar + name + libPods-Transit.a + path + Pods/build/Debug-iphoneos/libPods-Transit.a + sourceTree + <group> + + 164917E47F234124B248231A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods.xcconfig + path + Pods/Pods.xcconfig + sourceTree + SOURCE_ROOT + + 1D147B5BAEBE449AB23A2AFF + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Pods-TransitExampleIOS-resources.sh" + + showEnvVarsInLog + 0 + + 47EBFA73FBBC49038352966D + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + 71D0399396F949DFA35E0AF9 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-TransitExampleIOS.xcconfig + path + Pods/Pods-TransitExampleIOS.xcconfig + sourceTree + <group> + + 85F775F1C5E64A2B8435A526 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods.a + sourceTree + BUILT_PRODUCTS_DIR + + 9B5E025479B8471A83C5CB07 + + fileRef + E906FA63B4454A88A9133E68 + isa + PBXBuildFile + + CB32E29216CFD0350094BCCE + + children + + CB32E2A916CFD07B0094BCCE + CB32E29416CFD05E0094BCCE + + isa + PBXGroup + name + SGBubbleTableView + path + TransitExampleIOS/SGBubbleTableView + sourceTree + <group> + + CB32E29416CFD05E0094BCCE + + children + + CB32E29516CFD0770094BCCE + CB32E29616CFD0770094BCCE + CB32E29716CFD0770094BCCE + CB32E29816CFD0770094BCCE + CB32E29916CFD0770094BCCE + CB32E29A16CFD0770094BCCE + CB32E29B16CFD0770094BCCE + CB32E29C16CFD0770094BCCE + CB32E29D16CFD0770094BCCE + CB32E29E16CFD0770094BCCE + + isa + PBXGroup + path + Images + sourceTree + <group> + + CB32E29516CFD0770094BCCE + + isa + PBXFileReference + lastKnownFileType + image.png + path + bubbleMine.png + sourceTree + <group> + + CB32E29616CFD0770094BCCE + + isa + PBXFileReference + lastKnownFileType + image.png + path + bubbleMine@2x.png + sourceTree + <group> + + CB32E29716CFD0770094BCCE + + isa + PBXFileReference + lastKnownFileType + image.png + path + bubbleSomeone.png + sourceTree + <group> + + CB32E29816CFD0770094BCCE + + isa + PBXFileReference + lastKnownFileType + image.png + path + bubbleSomeone@2x.png + sourceTree + <group> + + CB32E29916CFD0770094BCCE + + isa + PBXFileReference + lastKnownFileType + image.png + path + missingAvatar.png + sourceTree + <group> + + CB32E29A16CFD0770094BCCE + + isa + PBXFileReference + lastKnownFileType + image.png + path + missingAvatar@2x.png + sourceTree + <group> + + CB32E29B16CFD0770094BCCE + + isa + PBXFileReference + lastKnownFileType + image.png + path + typingMine.png + sourceTree + <group> + + CB32E29C16CFD0770094BCCE + + isa + PBXFileReference + lastKnownFileType + image.png + path + typingMine@2x.png + sourceTree + <group> + + CB32E29D16CFD0770094BCCE + + isa + PBXFileReference + lastKnownFileType + image.png + path + typingSomeone.png + sourceTree + <group> + + CB32E29E16CFD0770094BCCE + + isa + PBXFileReference + lastKnownFileType + image.png + path + typingSomeone@2x.png + sourceTree + <group> + + CB32E29F16CFD0770094BCCE + + fileRef + CB32E29516CFD0770094BCCE + isa + PBXBuildFile + + CB32E2A016CFD0770094BCCE + + fileRef + CB32E29616CFD0770094BCCE + isa + PBXBuildFile + + CB32E2A116CFD0770094BCCE + + fileRef + CB32E29716CFD0770094BCCE + isa + PBXBuildFile + + CB32E2A216CFD0770094BCCE + + fileRef + CB32E29816CFD0770094BCCE + isa + PBXBuildFile + + CB32E2A316CFD0770094BCCE + + fileRef + CB32E29916CFD0770094BCCE + isa + PBXBuildFile + + CB32E2A416CFD0770094BCCE + + fileRef + CB32E29A16CFD0770094BCCE + isa + PBXBuildFile + + CB32E2A516CFD0770094BCCE + + fileRef + CB32E29B16CFD0770094BCCE + isa + PBXBuildFile + + CB32E2A616CFD0770094BCCE + + fileRef + CB32E29C16CFD0770094BCCE + isa + PBXBuildFile + + CB32E2A716CFD0770094BCCE + + fileRef + CB32E29D16CFD0770094BCCE + isa + PBXBuildFile + + CB32E2A816CFD0770094BCCE + + fileRef + CB32E29E16CFD0770094BCCE + isa + PBXBuildFile + + CB32E2A916CFD07B0094BCCE + + children + + CB32E2AA16CFD0900094BCCE + CB32E2AB16CFD0900094BCCE + CB32E2AC16CFD0900094BCCE + CB32E2AD16CFD0900094BCCE + CB32E2AE16CFD0900094BCCE + CB32E2AF16CFD0900094BCCE + CB32E2B016CFD0900094BCCE + CB32E2B116CFD0900094BCCE + CB32E2B216CFD0900094BCCE + CB32E2B316CFD0900094BCCE + CB32E2B416CFD0900094BCCE + CB32E2B516CFD0900094BCCE + CB32E2B616CFD0900094BCCE + CB32E2B716CFD0900094BCCE + + isa + PBXGroup + path + Classes + sourceTree + <group> + + CB32E2AA16CFD0900094BCCE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SGBubbleData.h + sourceTree + <group> + + CB32E2AB16CFD0900094BCCE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SGBubbleData.m + sourceTree + <group> + + CB32E2AC16CFD0900094BCCE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SGBubbleTableView.h + sourceTree + <group> + + CB32E2AD16CFD0900094BCCE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SGBubbleTableView.m + sourceTree + <group> + + CB32E2AE16CFD0900094BCCE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SGBubbleTableViewContentCell.h + sourceTree + <group> + + CB32E2AF16CFD0900094BCCE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SGBubbleTableViewContentCell.m + sourceTree + <group> + + CB32E2B016CFD0900094BCCE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SGBubbleTableViewHeaderCell.h + sourceTree + <group> + + CB32E2B116CFD0900094BCCE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SGBubbleTableViewHeaderCell.m + sourceTree + <group> + + CB32E2B216CFD0900094BCCE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SGBubbleTableViewTypingCell.h + sourceTree + <group> + + CB32E2B316CFD0900094BCCE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SGBubbleTableViewTypingCell.m + sourceTree + <group> + + CB32E2B416CFD0900094BCCE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SGBubbleTableViewDataSource.h + sourceTree + <group> + + CB32E2B516CFD0900094BCCE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SGBubbleTableViewAdapter.h + sourceTree + <group> + + CB32E2B616CFD0900094BCCE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SGBubbleTableViewAdapter.m + sourceTree + <group> + + CB32E2B716CFD0900094BCCE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SGBubbleTableViewAdapterProtocol.h + sourceTree + <group> + + CB32E2B816CFD0900094BCCE + + fileRef + CB32E2AB16CFD0900094BCCE + isa + PBXBuildFile + + CB32E2B916CFD0900094BCCE + + fileRef + CB32E2AD16CFD0900094BCCE + isa + PBXBuildFile + + CB32E2BA16CFD0900094BCCE + + fileRef + CB32E2AF16CFD0900094BCCE + isa + PBXBuildFile + + CB32E2BB16CFD0900094BCCE + + fileRef + CB32E2B116CFD0900094BCCE + isa + PBXBuildFile + + CB32E2BC16CFD0900094BCCE + + fileRef + CB32E2B316CFD0900094BCCE + isa + PBXBuildFile + + CB32E2BD16CFD0900094BCCE + + fileRef + CB32E2B616CFD0900094BCCE + isa + PBXBuildFile + + CB32E2BF16CFD0E00094BCCE + + children + + CB6711C016C98894004B1893 + CB4AE17B16C9557B0083D29F + CB4AE17C16C9557B0083D29F + CB4AE18416C9557B0083D29F + CB4AE18716C9557B0083D29F + + isa + PBXGroup + name + Xtype + sourceTree + <group> + + CB32E2C016CFD0EF0094BCCE + + children + + F26B004AFDA53E08393BB2DE + F26B0F93E1712FCD42114F69 + F26B0971D441B3C6207B3B6D + F26B0F478B5250B299D7D544 + + isa + PBXGroup + path + Eliza + sourceTree + <group> + + CB32E30E16CFDFEF0094BCCE + + fileRef + F26B0AA3515DC52DC0E397E3 + isa + PBXBuildFile + + CB32E30F16CFDFEF0094BCCE + + fileRef + F26B054C1BCDE60B42B0550C + isa + PBXBuildFile + + CB33E80C16D284EE003FED5B + + children + + F26B0B3A5D55C8C534D4359F + F26B04C7CD1DC2FD7467E1BE + CB32E2C016CFD0EF0094BCCE + CB32E2BF16CFD0E00094BCCE + F26B059D2BC9D2044E06AD5F + + isa + PBXGroup + name + Examples + sourceTree + <group> + + CB4AE15116C9557A0083D29F + + children + + CB32E29216CFD0350094BCCE + CB4AE16616C9557B0083D29F + CB4AE15F16C9557A0083D29F + CB4AE15D16C9557A0083D29F + 164917E47F234124B248231A + 71D0399396F949DFA35E0AF9 + + isa + PBXGroup + sourceTree + <group> + + CB4AE15316C9557A0083D29F + + attributes + + LastUpgradeCheck + 0450 + ORGANIZATIONNAME + BeamApp + + buildConfigurationList + CB4AE15616C9557A0083D29F + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + + mainGroup + CB4AE15116C9557A0083D29F + productRefGroup + CB4AE15D16C9557A0083D29F + projectDirPath + + projectReferences + + projectRoot + + targets + + CB4AE15B16C9557A0083D29F + + + CB4AE15616C9557A0083D29F + + buildConfigurations + + CB4AE18A16C9557B0083D29F + CB4AE18B16C9557B0083D29F + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + CB4AE15816C9557A0083D29F + + buildActionMask + 2147483647 + files + + CB4AE16D16C9557B0083D29F + CB4AE17116C9557B0083D29F + CB4AE17A16C9557B0083D29F + CB4AE17D16C9557B0083D29F + CB32E2B816CFD0900094BCCE + CB32E2B916CFD0900094BCCE + CB32E2BA16CFD0900094BCCE + CB32E2BB16CFD0900094BCCE + CB32E2BC16CFD0900094BCCE + CB32E2BD16CFD0900094BCCE + F26B0A116C974F7405AF9D09 + F26B0798FBDD82E972F1AE78 + F26B05AF4DBA2C9B51CDDFDB + F26B048F484A125D105A64B7 + F26B0A11B79FAEA0F8B5CDBB + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + CB4AE15916C9557A0083D29F + + buildActionMask + 2147483647 + files + + CB6711C816C98978004B1893 + CB6711BE16C983F1004B1893 + CB4AE16116C9557B0083D29F + CB4AE16316C9557B0083D29F + CB4AE16516C9557B0083D29F + 9B5E025479B8471A83C5CB07 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + CB4AE15A16C9557A0083D29F + + buildActionMask + 2147483647 + files + + CB32E30E16CFDFEF0094BCCE + CB32E30F16CFDFEF0094BCCE + CB4AE16B16C9557B0083D29F + CB4AE17316C9557B0083D29F + CB4AE17516C9557B0083D29F + CB4AE17716C9557B0083D29F + CB4AE18016C9557B0083D29F + CB4AE18316C9557B0083D29F + CB4AE18616C9557B0083D29F + CB4AE18916C9557B0083D29F + CB6711C416C98894004B1893 + CB6711C516C98894004B1893 + CB6711C616C98894004B1893 + CB32E29F16CFD0770094BCCE + CB32E2A016CFD0770094BCCE + CB32E2A116CFD0770094BCCE + CB32E2A216CFD0770094BCCE + CB32E2A316CFD0770094BCCE + CB32E2A416CFD0770094BCCE + CB32E2A516CFD0770094BCCE + CB32E2A616CFD0770094BCCE + CB32E2A716CFD0770094BCCE + CB32E2A816CFD0770094BCCE + F26B0243324CFADDF325187C + F26B0302B70881633E440C00 + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + CB4AE15B16C9557A0083D29F + + buildConfigurationList + CB4AE18C16C9557B0083D29F + buildPhases + + 47EBFA73FBBC49038352966D + CB4AE15816C9557A0083D29F + CB4AE15916C9557A0083D29F + CB4AE15A16C9557A0083D29F + 1D147B5BAEBE449AB23A2AFF + + buildRules + + dependencies + + isa + PBXNativeTarget + name + TransitExampleIOS + productName + TransitExampleIOS + productReference + CB4AE15C16C9557A0083D29F + productType + com.apple.product-type.application + + CB4AE15C16C9557A0083D29F + + explicitFileType + wrapper.application + includeInIndex + 0 + isa + PBXFileReference + path + TransitExampleIOS.app + sourceTree + BUILT_PRODUCTS_DIR + + CB4AE15D16C9557A0083D29F + + children + + CB4AE15C16C9557A0083D29F + + isa + PBXGroup + name + Products + sourceTree + <group> + + CB4AE15F16C9557A0083D29F + + children + + 040A758919BE611D00E422FD + 040A758719BE60D600E422FD + 04E2B88F19BE57ED0062F459 + CB6711C716C98978004B1893 + CB6711BD16C983F1004B1893 + CB4AE16016C9557B0083D29F + CB4AE16216C9557B0083D29F + CB4AE16416C9557B0083D29F + 85F775F1C5E64A2B8435A526 + E906FA63B4454A88A9133E68 + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + CB4AE16016C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + UIKit.framework + path + System/Library/Frameworks/UIKit.framework + sourceTree + SDKROOT + + CB4AE16116C9557B0083D29F + + fileRef + CB4AE16016C9557B0083D29F + isa + PBXBuildFile + + CB4AE16216C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Foundation.framework + path + System/Library/Frameworks/Foundation.framework + sourceTree + SDKROOT + + CB4AE16316C9557B0083D29F + + fileRef + CB4AE16216C9557B0083D29F + isa + PBXBuildFile + + CB4AE16416C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreGraphics.framework + path + System/Library/Frameworks/CoreGraphics.framework + sourceTree + SDKROOT + + CB4AE16516C9557B0083D29F + + fileRef + CB4AE16416C9557B0083D29F + isa + PBXBuildFile + + CB4AE16616C9557B0083D29F + + children + + CB33E80C16D284EE003FED5B + CB4AE16F16C9557B0083D29F + CB4AE17016C9557B0083D29F + CB4AE17816C9557B0083D29F + CB4AE17916C9557B0083D29F + CB4AE17E16C9557B0083D29F + CB4AE18116C9557B0083D29F + CB4AE16716C9557B0083D29F + + isa + PBXGroup + path + TransitExampleIOS + sourceTree + <group> + + CB4AE16716C9557B0083D29F + + children + + CB4AE16816C9557B0083D29F + CB4AE16916C9557B0083D29F + CB4AE16C16C9557B0083D29F + CB4AE16E16C9557B0083D29F + CB4AE17216C9557B0083D29F + CB4AE17416C9557B0083D29F + CB4AE17616C9557B0083D29F + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + CB4AE16816C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + TransitExampleIOS-Info.plist + sourceTree + <group> + + CB4AE16916C9557B0083D29F + + children + + CB4AE16A16C9557B0083D29F + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + CB4AE16A16C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + CB4AE16B16C9557B0083D29F + + fileRef + CB4AE16916C9557B0083D29F + isa + PBXBuildFile + + CB4AE16C16C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + main.m + sourceTree + <group> + + CB4AE16D16C9557B0083D29F + + fileRef + CB4AE16C16C9557B0083D29F + isa + PBXBuildFile + + CB4AE16E16C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TransitExampleIOS-Prefix.pch + sourceTree + <group> + + CB4AE16F16C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AppDelegate.h + sourceTree + <group> + + CB4AE17016C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AppDelegate.m + sourceTree + <group> + + CB4AE17116C9557B0083D29F + + fileRef + CB4AE17016C9557B0083D29F + isa + PBXBuildFile + + CB4AE17216C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + image.png + path + Default.png + sourceTree + <group> + + CB4AE17316C9557B0083D29F + + fileRef + CB4AE17216C9557B0083D29F + isa + PBXBuildFile + + CB4AE17416C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + image.png + path + Default@2x.png + sourceTree + <group> + + CB4AE17516C9557B0083D29F + + fileRef + CB4AE17416C9557B0083D29F + isa + PBXBuildFile + + CB4AE17616C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + image.png + path + Default-568h@2x.png + sourceTree + <group> + + CB4AE17716C9557B0083D29F + + fileRef + CB4AE17616C9557B0083D29F + isa + PBXBuildFile + + CB4AE17816C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MasterViewController.h + sourceTree + <group> + + CB4AE17916C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MasterViewController.m + sourceTree + <group> + + CB4AE17A16C9557B0083D29F + + fileRef + CB4AE17916C9557B0083D29F + isa + PBXBuildFile + + CB4AE17B16C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + XTypeViewController.h + path + XType/XTypeViewController.h + sourceTree + <group> + + CB4AE17C16C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + XTypeViewController.m + path + XType/XTypeViewController.m + sourceTree + <group> + + CB4AE17D16C9557B0083D29F + + fileRef + CB4AE17C16C9557B0083D29F + isa + PBXBuildFile + + CB4AE17E16C9557B0083D29F + + children + + CB4AE17F16C9557B0083D29F + + isa + PBXVariantGroup + name + MasterViewController_iPhone.xib + sourceTree + <group> + + CB4AE17F16C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + file.xib + name + en + path + en.lproj/MasterViewController_iPhone.xib + sourceTree + <group> + + CB4AE18016C9557B0083D29F + + fileRef + CB4AE17E16C9557B0083D29F + isa + PBXBuildFile + + CB4AE18116C9557B0083D29F + + children + + CB4AE18216C9557B0083D29F + + isa + PBXVariantGroup + name + MasterViewController_iPad.xib + sourceTree + <group> + + CB4AE18216C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + file.xib + name + en + path + en.lproj/MasterViewController_iPad.xib + sourceTree + <group> + + CB4AE18316C9557B0083D29F + + fileRef + CB4AE18116C9557B0083D29F + isa + PBXBuildFile + + CB4AE18416C9557B0083D29F + + children + + CB4AE18516C9557B0083D29F + + isa + PBXVariantGroup + name + XTypeViewController_iPhone.xib + sourceTree + <group> + + CB4AE18516C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + file.xib + name + XTypeViewController_iPhone.xib + path + en.lproj/XTypeViewController_iPhone.xib + sourceTree + <group> + + CB4AE18616C9557B0083D29F + + fileRef + CB4AE18416C9557B0083D29F + isa + PBXBuildFile + + CB4AE18716C9557B0083D29F + + children + + CB4AE18816C9557B0083D29F + + isa + PBXVariantGroup + name + XTypeViewController_iPad.xib + sourceTree + <group> + + CB4AE18816C9557B0083D29F + + isa + PBXFileReference + lastKnownFileType + file.xib + name + XTypeViewController_iPad.xib + path + en.lproj/XTypeViewController_iPad.xib + sourceTree + <group> + + CB4AE18916C9557B0083D29F + + fileRef + CB4AE18716C9557B0083D29F + isa + PBXBuildFile + + CB4AE18A16C9557B0083D29F + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + 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_ABOUT_RETURN_TYPE + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 6.0 + ONLY_ACTIVE_ARCH + YES + SDKROOT + iphoneos + TARGETED_DEVICE_FAMILY + 1,2 + + isa + XCBuildConfiguration + name + Debug + + CB4AE18B16C9557B0083D29F + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + COPY_PHASE_STRIP + YES + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_WARN_ABOUT_RETURN_TYPE + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 6.0 + OTHER_CFLAGS + -DNS_BLOCK_ASSERTIONS=1 + SDKROOT + iphoneos + TARGETED_DEVICE_FAMILY + 1,2 + + isa + XCBuildConfiguration + name + Release + + CB4AE18C16C9557B0083D29F + + buildConfigurations + + CB4AE18D16C9557B0083D29F + CB4AE18E16C9557B0083D29F + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + CB4AE18D16C9557B0083D29F + + baseConfigurationReference + 71D0399396F949DFA35E0AF9 + buildSettings + + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + TransitExampleIOS/TransitExampleIOS-Prefix.pch + INFOPLIST_FILE + TransitExampleIOS/TransitExampleIOS-Info.plist + LIBRARY_SEARCH_PATHS + + $(inherited) + $(PROJECT_DIR)/Pods/build/Debug-iphoneos + $(PROJECT_DIR)/Pods/build/Release-iphoneos + + ONLY_ACTIVE_ARCH + NO + PRODUCT_NAME + $(TARGET_NAME) + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Debug + + CB4AE18E16C9557B0083D29F + + baseConfigurationReference + 71D0399396F949DFA35E0AF9 + buildSettings + + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + TransitExampleIOS/TransitExampleIOS-Prefix.pch + INFOPLIST_FILE + TransitExampleIOS/TransitExampleIOS-Info.plist + LIBRARY_SEARCH_PATHS + + $(inherited) + $(PROJECT_DIR)/Pods/build/Debug-iphoneos + $(PROJECT_DIR)/Pods/build/Release-iphoneos + + PRODUCT_NAME + $(TARGET_NAME) + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Release + + CB6711BD16C983F1004B1893 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + AudioToolbox.framework + path + System/Library/Frameworks/AudioToolbox.framework + sourceTree + SDKROOT + + CB6711BE16C983F1004B1893 + + fileRef + CB6711BD16C983F1004B1893 + isa + PBXBuildFile + + CB6711C016C98894004B1893 + + children + + CB6711C116C98894004B1893 + CB6711C216C98894004B1893 + CB6711C316C98894004B1893 + + isa + PBXGroup + name + Resources + path + XType/Resources + sourceTree + <group> + + CB6711C116C98894004B1893 + + isa + PBXFileReference + lastKnownFileType + audio.mp3 + path + explosion.mp3 + sourceTree + <group> + + CB6711C216C98894004B1893 + + isa + PBXFileReference + lastKnownFileType + audio.mp3 + path + plasma-burst.mp3 + sourceTree + <group> + + CB6711C316C98894004B1893 + + isa + PBXFileReference + lastKnownFileType + audio.mp3 + path + xtype.mp3 + sourceTree + <group> + + CB6711C416C98894004B1893 + + fileRef + CB6711C116C98894004B1893 + isa + PBXBuildFile + + CB6711C516C98894004B1893 + + fileRef + CB6711C216C98894004B1893 + isa + PBXBuildFile + + CB6711C616C98894004B1893 + + fileRef + CB6711C316C98894004B1893 + isa + PBXBuildFile + + CB6711C716C98978004B1893 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + AVFoundation.framework + path + System/Library/Frameworks/AVFoundation.framework + sourceTree + SDKROOT + + CB6711C816C98978004B1893 + + fileRef + CB6711C716C98978004B1893 + isa + PBXBuildFile + + E906FA63B4454A88A9133E68 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-TransitExampleIOS.a + sourceTree + BUILT_PRODUCTS_DIR + + F26B004AFDA53E08393BB2DE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ElizaViewController.h + sourceTree + <group> + + F26B0243324CFADDF325187C + + fileRef + F26B0971D441B3C6207B3B6D + isa + PBXBuildFile + + F26B0302B70881633E440C00 + + fileRef + F26B0473D7128C544DE18AEC + isa + PBXBuildFile + + F26B0473D7128C544DE18AEC + + isa + PBXFileReference + lastKnownFileType + file.xib + path + ShareJSViewController.xib + sourceTree + <group> + + F26B048F484A125D105A64B7 + + fileRef + F26B054C1BCDE60B42B0550C + isa + PBXBuildFile + + F26B04C7CD1DC2FD7467E1BE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DetailsViewController.m + sourceTree + <group> + + F26B054C1BCDE60B42B0550C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.javascript + name + elizadata.js + path + elizabot/elizadata.js + sourceTree + <group> + + F26B059D2BC9D2044E06AD5F + + children + + F26B0BB77BAA07F406D8B45F + F26B0DE5AF728EEFAD9E4F2A + F26B0473D7128C544DE18AEC + + isa + PBXGroup + path + ShareJS + sourceTree + <group> + + F26B05AF4DBA2C9B51CDDFDB + + fileRef + F26B0AA3515DC52DC0E397E3 + isa + PBXBuildFile + + F26B0798FBDD82E972F1AE78 + + fileRef + F26B0F93E1712FCD42114F69 + isa + PBXBuildFile + + F26B0971D441B3C6207B3B6D + + isa + PBXFileReference + lastKnownFileType + file.xib + path + ElizaViewController.xib + sourceTree + <group> + + F26B0A116C974F7405AF9D09 + + fileRef + F26B04C7CD1DC2FD7467E1BE + isa + PBXBuildFile + + F26B0A11B79FAEA0F8B5CDBB + + fileRef + F26B0BB77BAA07F406D8B45F + isa + PBXBuildFile + + F26B0AA3515DC52DC0E397E3 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.javascript + name + elizabot.js + path + elizabot/elizabot.js + sourceTree + <group> + + F26B0B3A5D55C8C534D4359F + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DetailsViewController.h + sourceTree + <group> + + F26B0BB77BAA07F406D8B45F + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ShareJSViewController.m + sourceTree + <group> + + F26B0DE5AF728EEFAD9E4F2A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ShareJSViewController.h + sourceTree + <group> + + F26B0F478B5250B299D7D544 + + children + + F26B0AA3515DC52DC0E397E3 + F26B054C1BCDE60B42B0550C + + isa + PBXGroup + name + Elizabot + sourceTree + <group> + + F26B0F93E1712FCD42114F69 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ElizaViewController.m + sourceTree + <group> + + + rootObject + CB4AE15316C9557A0083D29F + + diff --git a/examples/objc-ios/TransitExampleIOS.xcodeproj/xcshareddata/xcschemes/TransitExampleIOS.xcscheme b/examples/objc-ios/TransitExampleIOS.xcodeproj/xcshareddata/xcschemes/TransitExampleIOS.xcscheme deleted file mode 100644 index f6cba89..0000000 --- a/examples/objc-ios/TransitExampleIOS.xcodeproj/xcshareddata/xcschemes/TransitExampleIOS.xcscheme +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/examples/objc-ios/TransitExampleIOS.xcworkspace/contents.xcworkspacedata b/examples/objc-ios/TransitExampleIOS.xcworkspace/contents.xcworkspacedata index e9ee9be..2699272 100644 --- a/examples/objc-ios/TransitExampleIOS.xcworkspace/contents.xcworkspacedata +++ b/examples/objc-ios/TransitExampleIOS.xcworkspace/contents.xcworkspacedata @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/examples/objc-ios/podfile b/examples/objc-ios/podfile index 2a0af7c..6b03483 100644 --- a/examples/objc-ios/podfile +++ b/examples/objc-ios/podfile @@ -1,4 +1,6 @@ platform :ios, '6.0' -pod "SBJson" -pod "Transit", :path => '../..' \ No newline at end of file +target "TransitExampleIOS" do + pod "SBJson", "~> 3.2" + pod "Transit", :path => "../.." +end From f7f5bcadd73f81d5c4b46163d3127b37c17c586b Mon Sep 17 00:00:00 2001 From: Juan Felipe Alvarez Saldarriaga Date: Mon, 8 Sep 2014 17:36:36 -0500 Subject: [PATCH 2/2] fix objc-ios example. --- .../contents.xcworkspacedata | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/examples/objc-ios/TransitExampleIOS.xcworkspace/contents.xcworkspacedata b/examples/objc-ios/TransitExampleIOS.xcworkspace/contents.xcworkspacedata index 2699272..1546111 100644 --- a/examples/objc-ios/TransitExampleIOS.xcworkspace/contents.xcworkspacedata +++ b/examples/objc-ios/TransitExampleIOS.xcworkspace/contents.xcworkspacedata @@ -1 +1,10 @@ - \ No newline at end of file + + + + + + +