Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pod install fails after installing Xcode 7.0 Beta #3720

Closed
MattKlinkhammer opened this issue Jun 22, 2015 · 31 comments
Closed

Pod install fails after installing Xcode 7.0 Beta #3720

MattKlinkhammer opened this issue Jun 22, 2015 · 31 comments
Labels
s1:awaiting input Waiting for input from the original author

Comments

@MattKlinkhammer
Copy link

MattKlinkhammer commented Jun 22, 2015

Command

/usr/bin/pod update

Report

  • What did you do?
    Run 'pod update' after installing the Xcode 7.0 beta
  • What did you expect to happen?
    CocoaPods to update all pods in my settings successfully
  • What happened instead?
    After printing these messages, an error was thrown
    Update all pods
    Analyzing dependencies
    Pre-downloading: PDTSimpleCalendar from [valid git url], commit [valid commit #]
    Downloading dependencies
    Using AFNetworking (2.5.4)
    Using MGSwipeTableCell (1.4.3)
    Using OpenSans (1.0.3)
    Installing PDTSimpleCalendar 0.7.3 (was 0.7.3)
    Using UYLPasswordManager (1.1.0)
    Generating Pods project
    Integrating client project

Stack

   CocoaPods : 0.37.2
        Ruby : ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14]
    RubyGems : 2.0.14
        Host : Mac OS X 10.10.3 (14D136)
       Xcode : 6.3.1 (6D1002)
         Git : git version 2.3.2 (Apple Git-55)
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib
Repositories : master - https://github.com/CocoaPods/Specs.git @ fed2de914ed8c782f88846b45e06d24548817397

Plugins

cocoapods-plugins : 0.4.2
cocoapods-trunk   : 0.6.1
cocoapods-try     : 0.4.5

Podfile

# Uncomment this line to define a global platform for your project
platform :ios, '7.0'

target 'MyTarget iOS' do
pod 'OpenSans'
pod 'AFNetworking'
pod 'UYLPasswordManager'
pod 'MGSwipeTableCell'
pod 'PDTSimpleCalendar', :git => '[valid git repo]', :commit => '[valid commit #]'
end

target 'MyTarget iOSTests' do

end

Error

NoMethodError - undefined method `source_tree' for <PBXBuildFile UUID=`75950E961AF7B22B00ED6544`>:Xcodeproj::Project::Object::PBXBuildFile
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-0.24.2/lib/xcodeproj/project/object/helpers/groupable_helper.rb:114:in `source_tree_real_path'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-0.24.2/lib/xcodeproj/project/object/helpers/groupable_helper.rb:98:in `real_path'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-0.24.2/lib/xcodeproj/project/object/helpers/groupable_helper.rb:119:in `source_tree_real_path'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-0.24.2/lib/xcodeproj/project/object/helpers/groupable_helper.rb:98:in `real_path'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-0.24.2/lib/xcodeproj/project/object/file_reference.rb:163:in `real_path'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:56:in `block (2 levels) in update_to_cocoapods_0_34'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:53:in `select'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:53:in `block in update_to_cocoapods_0_34'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:52:in `each'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:52:in `update_to_cocoapods_0_34'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:24:in `block (2 levels) in integrate'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:23:in `each'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:23:in `block in integrate'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:22:in `each'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:22:in `integrate'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator.rb:39:in `block in integrate!'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/user_interface.rb:59:in `section'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator.rb:36:in `integrate!'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator.rb:116:in `block in integrate_user_targets'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator.rb:115:in `each'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator.rb:115:in `integrate_user_targets'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator.rb:63:in `integrate!'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer.rb:660:in `block in integrate_user_project'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/user_interface.rb:59:in `section'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer.rb:657:in `integrate_user_project'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer.rb:100:in `install!'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/command/project.rb:71:in `run_install_with_update'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/command/project.rb:155:in `run'
/Library/Ruby/Gems/2.0.0/gems/claide-0.8.1/lib/claide/command.rb:312:in `run'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/command.rb:46:in `run'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/bin/pod:44:in `<top (required)>'
/usr/bin/pod:23:in `load'
/usr/bin/pod:23:in `<main>'
@neonichu
Copy link
Member

This doesn't seem to be a general problem of interaction between CocoaPods and Xcode, so we will need more info to reproduce it. Are you able to share your Xcode project file with us?

@neonichu neonichu added the s1:awaiting input Waiting for input from the original author label Jun 22, 2015
@MattKlinkhammer
Copy link
Author

Here is a slightly anonymized version for my pbxproj file. I hope this suffices. If you need anything else please let me know.

// !$*UTF8*$!
{
    archiveVersion = 1;
    classes = {
    };
    objectVersion = 46;
    objects = {

/* Begin PBXBuildFile section */
        7507F7401B38590200A1942D /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7507F73E1B38590200A1942D /* Interface.storyboard */; };
        7507F7421B38590200A1942D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7507F7411B38590200A1942D /* Assets.xcassets */; };
        7507F7491B38590200A1942D /* MyApp WatchOS Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 7507F7481B38590200A1942D /* MyApp WatchOS Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
        7507F7511B38590200A1942D /* InterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7501B38590200A1942D /* InterfaceController.m */; };
        7507F7541B38590200A1942D /* ExtensionDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7531B38590200A1942D /* ExtensionDelegate.m */; };
        7507F7571B38590200A1942D /* NotificationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7561B38590200A1942D /* NotificationController.m */; };
        7507F75A1B38590200A1942D /* GlanceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7591B38590200A1942D /* GlanceController.m */; };
        7507F75C1B38590200A1942D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7507F75B1B38590200A1942D /* Assets.xcassets */; };
        7507F7601B38590200A1942D /* MyApp WatchOS.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 7507F73C1B38590100A1942D /* MyApp WatchOS.app */; };
        7507F77C1B3865B700A1942D /* CalendarEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F76A1B3865B700A1942D /* CalendarEvent.m */; };
        7507F77D1B3865B700A1942D /* ListInterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F76C1B3865B700A1942D /* ListInterfaceController.m */; };
        7507F77E1B3865B700A1942D /* NSString+helperMethods.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F76E1B3865B700A1942D /* NSString+helperMethods.m */; };
        7507F77F1B3865B700A1942D /* Room.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7711B3865B700A1942D /* Room.m */; };
        7507F7801B3865B700A1942D /* RoomInfoInterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7731B3865B700A1942D /* RoomInfoInterfaceController.m */; };
        7507F7811B3865B700A1942D /* RoomListRowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7751B3865B700A1942D /* RoomListRowController.m */; };
        7507F7821B3865B700A1942D /* ScheduleInterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7771B3865B700A1942D /* ScheduleInterfaceController.m */; };
        7507F7831B3865B700A1942D /* ScheduleRowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7791B3865B700A1942D /* ScheduleRowController.m */; };
        7507F7841B3865B700A1942D /* UIColor+anexinetColors.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F77B1B3865B700A1942D /* UIColor+anexinetColors.m */; };
        752DDAA31AE16715008FDC23 /* ListInterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 752DDAA21AE16715008FDC23 /* ListInterfaceController.m */; };
        752DDAA61AE16715008FDC23 /* NotificationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 752DDAA51AE16715008FDC23 /* NotificationController.m */; };
        752DDAA91AE16715008FDC23 /* GlanceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 752DDAA81AE16715008FDC23 /* GlanceController.m */; };
        752DDAAB1AE16715008FDC23 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 752DDAAA1AE16715008FDC23 /* Images.xcassets */; };
        752DDAAF1AE16715008FDC23 /* MyApp iOS WatchKit App.app in Resources */ = {isa = PBXBuildFile; fileRef = 752DDAAE1AE16715008FDC23 /* MyApp iOS WatchKit App.app */; };
        752DDAB71AE16715008FDC23 /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 752DDAB51AE16715008FDC23 /* Interface.storyboard */; };
        752DDAB91AE16715008FDC23 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 752DDAB81AE16715008FDC23 /* Images.xcassets */; };
        752DDABC1AE16715008FDC23 /* MyApp iOS WatchKit Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 752DDA9C1AE16715008FDC23 /* MyApp iOS WatchKit Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
        752DDAC91AE6A165008FDC23 /* RoomListRowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 752DDAC81AE6A165008FDC23 /* RoomListRowController.m */; };
        752DDACC1AE80E7F008FDC23 /* NSString+helperMethods.m in Sources */ = {isa = PBXBuildFile; fileRef = 752DDACB1AE80E7F008FDC23 /* NSString+helperMethods.m */; };
        752DDACF1AE80EE0008FDC23 /* UIColor+anexinetColors.m in Sources */ = {isa = PBXBuildFile; fileRef = 752DDACE1AE80EE0008FDC23 /* UIColor+anexinetColors.m */; };
        75447FE51AF13B7400F227B8 /* RoomInfoInterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75447FE21AF1253B00F227B8 /* RoomInfoInterfaceController.m */; };
        7559506B1A7932110082886E /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7559506A1A7932110082886E /* CoreBluetooth.framework */; };
        7559506E1A7ACF320082886E /* UIColor+anexinetColors.m in Sources */ = {isa = PBXBuildFile; fileRef = 7559506D1A7ACF320082886E /* UIColor+anexinetColors.m */; };
        756406271A378A86008DC42A /* CalendarEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 756406261A378A86008DC42A /* CalendarEvent.m */; };
        75950E961AF7B22B00ED6544 /* Pods-MyApp iOS.debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 75950E941AF7B22B00ED6544 /* Pods-MyApp iOS.debug.xcconfig */; };
        75950E971AF7B22B00ED6544 /* Pods-MyApp iOS.release.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 75950E951AF7B22B00ED6544 /* Pods-MyApp iOS.release.xcconfig */; };
        75968EDC1A5AEA5B00E04DB1 /* CoreLocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 75968EDB1A5AEA5B00E04DB1 /* CoreLocationManager.m */; };
        75968EDE1A5AEAF400E04DB1 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75968EDD1A5AEAF400E04DB1 /* CoreLocation.framework */; };
        759B48631B162F950028B6ED /* PictureViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 759B48621B162F950028B6ED /* PictureViewController.m */; };
        75B56F041A4895A000BD7F64 /* SettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B56F031A4895A000BD7F64 /* SettingsViewController.m */; };
        75B56F3D1A4B0BAD00BD7F64 /* RoomInfoCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B56F3C1A4B0BAD00BD7F64 /* RoomInfoCollectionViewCell.m */; };
        75B56F401A4B0EDE00BD7F64 /* RoomInfoCollectionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B56F3F1A4B0EDE00BD7F64 /* RoomInfoCollectionViewController.m */; };
        75B56F431A519B8500BD7F64 /* RoomInfoTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B56F421A519B8500BD7F64 /* RoomInfoTableViewController.m */; };
        75B8BE631A9795CA000866AC /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 75B8BE611A9795CA000866AC /* Localizable.strings */; };
        75B8BE7B1A97D201000866AC /* NSDate+TKCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE661A97D201000866AC /* NSDate+TKCategory.m */; };
        75B8BE7C1A97D201000866AC /* TKCalendarDayEventView.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE681A97D201000866AC /* TKCalendarDayEventView.m */; };
        75B8BE7D1A97D201000866AC /* TKCalendarDayView.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE6A1A97D201000866AC /* TKCalendarDayView.m */; };
        75B8BE7E1A97D201000866AC /* TKGlobal.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE6C1A97D201000866AC /* TKGlobal.m */; };
        75B8BE7F1A97D201000866AC /* TKGradientView.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE6E1A97D201000866AC /* TKGradientView.m */; };
        75B8BE801A97D201000866AC /* UIColor+TKCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE701A97D201000866AC /* UIColor+TKCategory.m */; };
        75B8BE811A97D201000866AC /* UIImage+TKCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE721A97D201000866AC /* UIImage+TKCategory.m */; };
        75B8BE821A97D201000866AC /* UIImageView+TKCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE741A97D201000866AC /* UIImageView+TKCategory.m */; };
        75B8BE831A97D201000866AC /* UILabel+TKCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE761A97D201000866AC /* UILabel+TKCategory.m */; };
        75B8BE841A97D201000866AC /* UIScreen+TKCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE781A97D201000866AC /* UIScreen+TKCategory.m */; };
        75B8BE851A97D201000866AC /* UIView+TKCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE7A1A97D201000866AC /* UIView+TKCategory.m */; };
        75B8BE891A9E33A7000866AC /* UIViewController+assetSizeMethods.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE881A9E33A7000866AC /* UIViewController+assetSizeMethods.m */; };
        75B8BE8C1AA23D22000866AC /* AboutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE8B1AA23D22000866AC /* AboutViewController.m */; };
        75BB7FE21A2E3FB80081C2C0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 75BB7FE11A2E3FB80081C2C0 /* main.m */; };
        75BB7FE51A2E3FB80081C2C0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 75BB7FE41A2E3FB80081C2C0 /* AppDelegate.m */; };
        75BB7FE81A2E3FB80081C2C0 /* RoomsListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75BB7FE71A2E3FB80081C2C0 /* RoomsListViewController.m */; };
        75BB7FED1A2E3FB80081C2C0 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 75BB7FEC1A2E3FB80081C2C0 /* Images.xcassets */; };
        75BB7FF01A2E3FB80081C2C0 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 75BB7FEE1A2E3FB80081C2C0 /* LaunchScreen.xib */; };
        75BB7FFC1A2E3FB80081C2C0 /* RoomGrabNativeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 75BB7FFB1A2E3FB80081C2C0 /* RoomGrabNativeTests.m */; };
        75BB83DA1A2E5E020081C2C0 /* Room.m in Sources */ = {isa = PBXBuildFile; fileRef = 75BB83D91A2E5E020081C2C0 /* Room.m */; };
        75BB83DF1A2FAFF70081C2C0 /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75BB83DE1A2FAFF70081C2C0 /* LoginViewController.m */; };
        75C0E3911A323A5300FCE558 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75C0E3901A323A5300FCE558 /* Security.framework */; };
        75C9D2301A30C6D900B2056C /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75C9D22F1A30C6D900B2056C /* QuartzCore.framework */; };
        75C9D2321A30C6F400B2056C /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75C9D2311A30C6F400B2056C /* MobileCoreServices.framework */; };
        75C9D2341A30C6FE00B2056C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75C9D2331A30C6FE00B2056C /* UIKit.framework */; };
        75C9D2371A30D90D00B2056C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 75C9D2361A30D90D00B2056C /* Main.storyboard */; };
        75C9D23A1A30E86F00B2056C /* RoomCalendarViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75C9D2391A30E86F00B2056C /* RoomCalendarViewController.m */; };
        75C9D2401A30F8EA00B2056C /* ReserveRoomViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75C9D23F1A30F8EA00B2056C /* ReserveRoomViewController.m */; };
        75C9D2431A31EA2100B2056C /* RoomInfoTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 75C9D2421A31EA2100B2056C /* RoomInfoTableViewCell.m */; };
        75C9D2471A31FE7700B2056C /* MyAppAFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 75C9D2461A31FE7700B2056C /* MyAppAFHTTPSessionManager.m */; };
        75CA27DF1AFAB28100F00AED /* Room.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CA27DE1AFAB28100F00AED /* Room.m */; };
        75CA27E21AFBBBA900F00AED /* ScheduleRowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CA27E11AFBBBA900F00AED /* ScheduleRowController.m */; };
        75CA27E51AFBBFB300F00AED /* ScheduleInterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CA27E41AFBBFB300F00AED /* ScheduleInterfaceController.m */; };
        75CA27E81AFC0C4D00F00AED /* CalendarEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CA27E71AFC0C4D00F00AED /* CalendarEvent.m */; };
        75CBE0741A855FC400747B5C /* MonthlyRoomCalendarViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CBE0731A855FC400747B5C /* MonthlyRoomCalendarViewController.m */; };
        75CBE07B1A8BECD500747B5C /* NSDate+helperMethods.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CBE07A1A8BECD500747B5C /* NSDate+helperMethods.m */; };
        75CBE07E1A8CEF2200747B5C /* RoomEventTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CBE07D1A8CEF2200747B5C /* RoomEventTableViewCell.m */; };
        75CBE0811A8CF87700747B5C /* RoomEventTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CBE0801A8CF87700747B5C /* RoomEventTableViewController.m */; };
        75E60A151A5DB2EC002BC082 /* NSString+helperMethods.m in Sources */ = {isa = PBXBuildFile; fileRef = 75E60A141A5DB2EC002BC082 /* NSString+helperMethods.m */; };
        D0AF386AEC3E30203E8EB5A0 /* libPods-MyApp iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 54BC2950B342E07ACDF39A48 /* libPods-MyApp iOS.a */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
        7507F74A1B38590200A1942D /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 75BB7FD41A2E3FB80081C2C0 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 7507F7471B38590200A1942D;
            remoteInfo = "MyApp WatchOS Extension";
        };
        7507F75E1B38590200A1942D /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 75BB7FD41A2E3FB80081C2C0 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 7507F73B1B38590100A1942D;
            remoteInfo = "MyApp WatchOS";
        };
        752DDAB01AE16715008FDC23 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 75BB7FD41A2E3FB80081C2C0 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 752DDAAD1AE16715008FDC23;
            remoteInfo = "MyApp iOS WatchKit App";
        };
        752DDABA1AE16715008FDC23 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 75BB7FD41A2E3FB80081C2C0 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 752DDA9B1AE16715008FDC23;
            remoteInfo = "MyApp iOS WatchKit Extension";
        };
        75BB7FF61A2E3FB80081C2C0 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 75BB7FD41A2E3FB80081C2C0 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 75BB7FDB1A2E3FB80081C2C0;
            remoteInfo = RoomGrabNative;
        };
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
        7507F7661B38590200A1942D /* Embed App Extensions */ = {
            isa = PBXCopyFilesBuildPhase;
            buildActionMask = 2147483647;
            dstPath = "";
            dstSubfolderSpec = 13;
            files = (
                7507F7491B38590200A1942D /* MyApp WatchOS Extension.appex in Embed App Extensions */,
            );
            name = "Embed App Extensions";
            runOnlyForDeploymentPostprocessing = 0;
        };
        7507F7681B38590200A1942D /* Embed Watch Content */ = {
            isa = PBXCopyFilesBuildPhase;
            buildActionMask = 2147483647;
            dstPath = "$(CONTENTS_FOLDER_PATH)/Watch";
            dstSubfolderSpec = 16;
            files = (
                7507F7601B38590200A1942D /* MyApp WatchOS.app in Embed Watch Content */,
            );
            name = "Embed Watch Content";
            runOnlyForDeploymentPostprocessing = 0;
        };
        752DDAC31AE16716008FDC23 /* Embed App Extensions */ = {
            isa = PBXCopyFilesBuildPhase;
            buildActionMask = 2147483647;
            dstPath = "";
            dstSubfolderSpec = 13;
            files = (
                752DDABC1AE16715008FDC23 /* MyApp iOS WatchKit Extension.appex in Embed App Extensions */,
            );
            name = "Embed App Extensions";
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
        54BC2950B342E07ACDF39A48 /* libPods-MyApp iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MyApp iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
        7507F73C1B38590100A1942D /* MyApp WatchOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "MyApp WatchOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
        7507F73F1B38590200A1942D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = "<group>"; };
        7507F7411B38590200A1942D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
        7507F7431B38590200A1942D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        7507F7481B38590200A1942D /* MyApp WatchOS Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "MyApp WatchOS Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
        7507F74E1B38590200A1942D /* PushNotificationPayload.apns */ = {isa = PBXFileReference; lastKnownFileType = text; path = PushNotificationPayload.apns; sourceTree = "<group>"; };
        7507F74F1B38590200A1942D /* InterfaceController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InterfaceController.h; sourceTree = "<group>"; };
        7507F7501B38590200A1942D /* InterfaceController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InterfaceController.m; sourceTree = "<group>"; };
        7507F7521B38590200A1942D /* ExtensionDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExtensionDelegate.h; sourceTree = "<group>"; };
        7507F7531B38590200A1942D /* ExtensionDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExtensionDelegate.m; sourceTree = "<group>"; };
        7507F7551B38590200A1942D /* NotificationController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NotificationController.h; sourceTree = "<group>"; };
        7507F7561B38590200A1942D /* NotificationController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NotificationController.m; sourceTree = "<group>"; };
        7507F7581B38590200A1942D /* GlanceController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GlanceController.h; sourceTree = "<group>"; };
        7507F7591B38590200A1942D /* GlanceController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GlanceController.m; sourceTree = "<group>"; };
        7507F75B1B38590200A1942D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
        7507F75D1B38590200A1942D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        7507F7691B3865B700A1942D /* CalendarEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CalendarEvent.h; sourceTree = "<group>"; };
        7507F76A1B3865B700A1942D /* CalendarEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CalendarEvent.m; sourceTree = "<group>"; };
        7507F76B1B3865B700A1942D /* ListInterfaceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ListInterfaceController.h; sourceTree = "<group>"; };
        7507F76C1B3865B700A1942D /* ListInterfaceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ListInterfaceController.m; sourceTree = "<group>"; };
        7507F76D1B3865B700A1942D /* NSString+helperMethods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+helperMethods.h"; sourceTree = "<group>"; };
        7507F76E1B3865B700A1942D /* NSString+helperMethods.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+helperMethods.m"; sourceTree = "<group>"; };
        7507F76F1B3865B700A1942D /* PrefixHeader.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = "<group>"; };
        7507F7701B3865B700A1942D /* Room.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Room.h; sourceTree = "<group>"; };
        7507F7711B3865B700A1942D /* Room.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Room.m; sourceTree = "<group>"; };
        7507F7721B3865B700A1942D /* RoomInfoInterfaceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomInfoInterfaceController.h; sourceTree = "<group>"; };
        7507F7731B3865B700A1942D /* RoomInfoInterfaceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomInfoInterfaceController.m; sourceTree = "<group>"; };
        7507F7741B3865B700A1942D /* RoomListRowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomListRowController.h; sourceTree = "<group>"; };
        7507F7751B3865B700A1942D /* RoomListRowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomListRowController.m; sourceTree = "<group>"; };
        7507F7761B3865B700A1942D /* ScheduleInterfaceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScheduleInterfaceController.h; sourceTree = "<group>"; };
        7507F7771B3865B700A1942D /* ScheduleInterfaceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScheduleInterfaceController.m; sourceTree = "<group>"; };
        7507F7781B3865B700A1942D /* ScheduleRowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScheduleRowController.h; sourceTree = "<group>"; };
        7507F7791B3865B700A1942D /* ScheduleRowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScheduleRowController.m; sourceTree = "<group>"; };
        7507F77A1B3865B700A1942D /* UIColor+anexinetColors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+anexinetColors.h"; sourceTree = "<group>"; };
        7507F77B1B3865B700A1942D /* UIColor+anexinetColors.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+anexinetColors.m"; sourceTree = "<group>"; };
        752DDA9C1AE16715008FDC23 /* MyApp iOS WatchKit Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "MyApp iOS WatchKit Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
        752DDA9F1AE16715008FDC23 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        752DDAA01AE16715008FDC23 /* PushNotificationPayload.apns */ = {isa = PBXFileReference; lastKnownFileType = text; path = PushNotificationPayload.apns; sourceTree = "<group>"; };
        752DDAA11AE16715008FDC23 /* ListInterfaceController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ListInterfaceController.h; sourceTree = "<group>"; };
        752DDAA21AE16715008FDC23 /* ListInterfaceController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ListInterfaceController.m; sourceTree = "<group>"; };
        752DDAA41AE16715008FDC23 /* NotificationController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NotificationController.h; sourceTree = "<group>"; };
        752DDAA51AE16715008FDC23 /* NotificationController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NotificationController.m; sourceTree = "<group>"; };
        752DDAA71AE16715008FDC23 /* GlanceController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GlanceController.h; sourceTree = "<group>"; };
        752DDAA81AE16715008FDC23 /* GlanceController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GlanceController.m; sourceTree = "<group>"; };
        752DDAAA1AE16715008FDC23 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
        752DDAAE1AE16715008FDC23 /* MyApp iOS WatchKit App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "MyApp iOS WatchKit App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
        752DDAB41AE16715008FDC23 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        752DDAB61AE16715008FDC23 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = "<group>"; };
        752DDAB81AE16715008FDC23 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
        752DDAC41AE1A284008FDC23 /* MyApp iOS WatchKit Extension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "MyApp iOS WatchKit Extension.entitlements"; sourceTree = "<group>"; };
        752DDAC71AE6A165008FDC23 /* RoomListRowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomListRowController.h; sourceTree = "<group>"; };
        752DDAC81AE6A165008FDC23 /* RoomListRowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomListRowController.m; sourceTree = "<group>"; };
        752DDACA1AE80E7F008FDC23 /* NSString+helperMethods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+helperMethods.h"; sourceTree = "<group>"; };
        752DDACB1AE80E7F008FDC23 /* NSString+helperMethods.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+helperMethods.m"; sourceTree = "<group>"; };
        752DDACD1AE80EE0008FDC23 /* UIColor+anexinetColors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+anexinetColors.h"; sourceTree = "<group>"; };
        752DDACE1AE80EE0008FDC23 /* UIColor+anexinetColors.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+anexinetColors.m"; sourceTree = "<group>"; };
        75447FE11AF1253B00F227B8 /* RoomInfoInterfaceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RoomInfoInterfaceController.h; path = "MyApp iOS WatchKit Extension/RoomInfoInterfaceController.h"; sourceTree = SOURCE_ROOT; };
        75447FE21AF1253B00F227B8 /* RoomInfoInterfaceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RoomInfoInterfaceController.m; path = "MyApp iOS WatchKit Extension/RoomInfoInterfaceController.m"; sourceTree = SOURCE_ROOT; };
        75447FE61AF158D400F227B8 /* PrefixHeader.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PrefixHeader.pch; path = "MyApp iOS WatchKit Extension/PrefixHeader.pch"; sourceTree = SOURCE_ROOT; };
        7559506A1A7932110082886E /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = System/Library/Frameworks/CoreBluetooth.framework; sourceTree = SDKROOT; };
        7559506C1A7ACF320082886E /* UIColor+anexinetColors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+anexinetColors.h"; sourceTree = "<group>"; };
        7559506D1A7ACF320082886E /* UIColor+anexinetColors.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+anexinetColors.m"; sourceTree = "<group>"; };
        756406251A378A86008DC42A /* CalendarEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CalendarEvent.h; sourceTree = "<group>"; };
        756406261A378A86008DC42A /* CalendarEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CalendarEvent.m; sourceTree = "<group>"; };
        75950E941AF7B22B00ED6544 /* Pods-MyApp iOS.debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Pods-MyApp iOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MyApp iOS/Pods-MyApp iOS.debug.xcconfig"; sourceTree = "<group>"; };
        75950E951AF7B22B00ED6544 /* Pods-MyApp iOS.release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Pods-MyApp iOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MyApp iOS/Pods-MyApp iOS.release.xcconfig"; sourceTree = "<group>"; };
        75968EDA1A5AEA5B00E04DB1 /* CoreLocationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CoreLocationManager.h; sourceTree = "<group>"; };
        75968EDB1A5AEA5B00E04DB1 /* CoreLocationManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CoreLocationManager.m; sourceTree = "<group>"; };
        75968EDD1A5AEAF400E04DB1 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
        759B48611B162F950028B6ED /* PictureViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PictureViewController.h; sourceTree = "<group>"; };
        759B48621B162F950028B6ED /* PictureViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PictureViewController.m; sourceTree = "<group>"; };
        75B56F021A4895A000BD7F64 /* SettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsViewController.h; sourceTree = "<group>"; };
        75B56F031A4895A000BD7F64 /* SettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SettingsViewController.m; sourceTree = "<group>"; };
        75B56F3B1A4B0BAD00BD7F64 /* RoomInfoCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomInfoCollectionViewCell.h; sourceTree = "<group>"; };
        75B56F3C1A4B0BAD00BD7F64 /* RoomInfoCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomInfoCollectionViewCell.m; sourceTree = "<group>"; };
        75B56F3E1A4B0EDE00BD7F64 /* RoomInfoCollectionViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomInfoCollectionViewController.h; sourceTree = "<group>"; };
        75B56F3F1A4B0EDE00BD7F64 /* RoomInfoCollectionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomInfoCollectionViewController.m; sourceTree = "<group>"; };
        75B56F411A519B8500BD7F64 /* RoomInfoTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomInfoTableViewController.h; sourceTree = "<group>"; };
        75B56F421A519B8500BD7F64 /* RoomInfoTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomInfoTableViewController.m; sourceTree = "<group>"; };
        75B8BE621A9795CA000866AC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = Localizable.strings; sourceTree = "<group>"; };
        75B8BE651A97D201000866AC /* NSDate+TKCategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDate+TKCategory.h"; sourceTree = "<group>"; };
        75B8BE661A97D201000866AC /* NSDate+TKCategory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDate+TKCategory.m"; sourceTree = "<group>"; };
        75B8BE671A97D201000866AC /* TKCalendarDayEventView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TKCalendarDayEventView.h; sourceTree = "<group>"; };
        75B8BE681A97D201000866AC /* TKCalendarDayEventView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TKCalendarDayEventView.m; sourceTree = "<group>"; };
        75B8BE691A97D201000866AC /* TKCalendarDayView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TKCalendarDayView.h; sourceTree = "<group>"; };
        75B8BE6A1A97D201000866AC /* TKCalendarDayView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TKCalendarDayView.m; sourceTree = "<group>"; };
        75B8BE6B1A97D201000866AC /* TKGlobal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TKGlobal.h; sourceTree = "<group>"; };
        75B8BE6C1A97D201000866AC /* TKGlobal.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TKGlobal.m; sourceTree = "<group>"; };
        75B8BE6D1A97D201000866AC /* TKGradientView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TKGradientView.h; sourceTree = "<group>"; };
        75B8BE6E1A97D201000866AC /* TKGradientView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TKGradientView.m; sourceTree = "<group>"; };
        75B8BE6F1A97D201000866AC /* UIColor+TKCategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+TKCategory.h"; sourceTree = "<group>"; };
        75B8BE701A97D201000866AC /* UIColor+TKCategory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+TKCategory.m"; sourceTree = "<group>"; };
        75B8BE711A97D201000866AC /* UIImage+TKCategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+TKCategory.h"; sourceTree = "<group>"; };
        75B8BE721A97D201000866AC /* UIImage+TKCategory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+TKCategory.m"; sourceTree = "<group>"; };
        75B8BE731A97D201000866AC /* UIImageView+TKCategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+TKCategory.h"; sourceTree = "<group>"; };
        75B8BE741A97D201000866AC /* UIImageView+TKCategory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+TKCategory.m"; sourceTree = "<group>"; };
        75B8BE751A97D201000866AC /* UILabel+TKCategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UILabel+TKCategory.h"; sourceTree = "<group>"; };
        75B8BE761A97D201000866AC /* UILabel+TKCategory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UILabel+TKCategory.m"; sourceTree = "<group>"; };
        75B8BE771A97D201000866AC /* UIScreen+TKCategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScreen+TKCategory.h"; sourceTree = "<group>"; };
        75B8BE781A97D201000866AC /* UIScreen+TKCategory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScreen+TKCategory.m"; sourceTree = "<group>"; };
        75B8BE791A97D201000866AC /* UIView+TKCategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+TKCategory.h"; sourceTree = "<group>"; };
        75B8BE7A1A97D201000866AC /* UIView+TKCategory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+TKCategory.m"; sourceTree = "<group>"; };
        75B8BE871A9E33A7000866AC /* UIViewController+assetSizeMethods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+assetSizeMethods.h"; sourceTree = "<group>"; };
        75B8BE881A9E33A7000866AC /* UIViewController+assetSizeMethods.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+assetSizeMethods.m"; sourceTree = "<group>"; };
        75B8BE8A1AA23D22000866AC /* AboutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AboutViewController.h; sourceTree = "<group>"; };
        75B8BE8B1AA23D22000866AC /* AboutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AboutViewController.m; sourceTree = "<group>"; };
        75BB7FDC1A2E3FB80081C2C0 /* MyApp iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "MyApp iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
        75BB7FE01A2E3FB80081C2C0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        75BB7FE11A2E3FB80081C2C0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
        75BB7FE31A2E3FB80081C2C0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
        75BB7FE41A2E3FB80081C2C0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
        75BB7FE61A2E3FB80081C2C0 /* RoomsListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomsListViewController.h; sourceTree = "<group>"; };
        75BB7FE71A2E3FB80081C2C0 /* RoomsListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomsListViewController.m; sourceTree = "<group>"; };
        75BB7FEC1A2E3FB80081C2C0 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
        75BB7FEF1A2E3FB80081C2C0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
        75BB7FF51A2E3FB80081C2C0 /* MyApp iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "MyApp iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
        75BB7FFA1A2E3FB80081C2C0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        75BB7FFB1A2E3FB80081C2C0 /* RoomGrabNativeTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomGrabNativeTests.m; sourceTree = "<group>"; };
        75BB83D81A2E5E020081C2C0 /* Room.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Room.h; sourceTree = "<group>"; };
        75BB83D91A2E5E020081C2C0 /* Room.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Room.m; sourceTree = "<group>"; };
        75BB83DD1A2FAFF70081C2C0 /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; };
        75BB83DE1A2FAFF70081C2C0 /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; };
        75C0E38B1A3235CE00FCE558 /* RoomGrabNative.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = RoomGrabNative.entitlements; sourceTree = "<group>"; };
        75C0E3901A323A5300FCE558 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
        75C0E3921A323B8600FCE558 /* PrefixHeader.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = "<group>"; };
        75C770981AEECD9E0033E555 /* Pods-MyApp iOS.debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Pods-MyApp iOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MyApp iOS/Pods-MyApp iOS.debug.xcconfig"; sourceTree = "<group>"; };
        75C770991AEECD9E0033E555 /* Pods-MyApp iOS.release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Pods-MyApp iOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MyApp iOS/Pods-MyApp iOS.release.xcconfig"; sourceTree = "<group>"; };
        75C9D22F1A30C6D900B2056C /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
        75C9D2311A30C6F400B2056C /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
        75C9D2331A30C6FE00B2056C /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
        75C9D2361A30D90D00B2056C /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
        75C9D2381A30E86F00B2056C /* RoomCalendarViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomCalendarViewController.h; sourceTree = "<group>"; };
        75C9D2391A30E86F00B2056C /* RoomCalendarViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomCalendarViewController.m; sourceTree = "<group>"; };
        75C9D23E1A30F8EA00B2056C /* ReserveRoomViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReserveRoomViewController.h; sourceTree = "<group>"; };
        75C9D23F1A30F8EA00B2056C /* ReserveRoomViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ReserveRoomViewController.m; sourceTree = "<group>"; };
        75C9D2411A31EA2100B2056C /* RoomInfoTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomInfoTableViewCell.h; sourceTree = "<group>"; };
        75C9D2421A31EA2100B2056C /* RoomInfoTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomInfoTableViewCell.m; sourceTree = "<group>"; };
        75C9D2451A31FE7700B2056C /* MyAppAFHTTPSessionManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyAppAFHTTPSessionManager.h; sourceTree = "<group>"; };
        75C9D2461A31FE7700B2056C /* MyAppAFHTTPSessionManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyAppAFHTTPSessionManager.m; sourceTree = "<group>"; };
        75CA27DD1AFAB28100F00AED /* Room.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Room.h; sourceTree = "<group>"; };
        75CA27DE1AFAB28100F00AED /* Room.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Room.m; sourceTree = "<group>"; };
        75CA27E01AFBBBA900F00AED /* ScheduleRowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScheduleRowController.h; sourceTree = "<group>"; };
        75CA27E11AFBBBA900F00AED /* ScheduleRowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScheduleRowController.m; sourceTree = "<group>"; };
        75CA27E31AFBBFB300F00AED /* ScheduleInterfaceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScheduleInterfaceController.h; sourceTree = "<group>"; };
        75CA27E41AFBBFB300F00AED /* ScheduleInterfaceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScheduleInterfaceController.m; sourceTree = "<group>"; };
        75CA27E61AFC0C4D00F00AED /* CalendarEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CalendarEvent.h; sourceTree = "<group>"; };
        75CA27E71AFC0C4D00F00AED /* CalendarEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CalendarEvent.m; sourceTree = "<group>"; };
        75CBE0721A855FC400747B5C /* MonthlyRoomCalendarViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MonthlyRoomCalendarViewController.h; sourceTree = "<group>"; };
        75CBE0731A855FC400747B5C /* MonthlyRoomCalendarViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MonthlyRoomCalendarViewController.m; sourceTree = "<group>"; };
        75CBE0791A8BECD500747B5C /* NSDate+helperMethods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDate+helperMethods.h"; sourceTree = "<group>"; };
        75CBE07A1A8BECD500747B5C /* NSDate+helperMethods.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDate+helperMethods.m"; sourceTree = "<group>"; };
        75CBE07C1A8CEF2200747B5C /* RoomEventTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomEventTableViewCell.h; sourceTree = "<group>"; };
        75CBE07D1A8CEF2200747B5C /* RoomEventTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomEventTableViewCell.m; sourceTree = "<group>"; };
        75CBE07F1A8CF87700747B5C /* RoomEventTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomEventTableViewController.h; sourceTree = "<group>"; };
        75CBE0801A8CF87700747B5C /* RoomEventTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomEventTableViewController.m; sourceTree = "<group>"; };
        75E60A131A5DB2EC002BC082 /* NSString+helperMethods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+helperMethods.h"; sourceTree = "<group>"; };
        75E60A141A5DB2EC002BC082 /* NSString+helperMethods.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+helperMethods.m"; sourceTree = "<group>"; };
        C513FC802C6FE7DC960FDF34 /* libPods-RoomGrab iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RoomGrab iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
        7507F7451B38590200A1942D /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        752DDA991AE16715008FDC23 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        75BB7FD91A2E3FB80081C2C0 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
                7559506B1A7932110082886E /* CoreBluetooth.framework in Frameworks */,
                75968EDE1A5AEAF400E04DB1 /* CoreLocation.framework in Frameworks */,
                75C0E3911A323A5300FCE558 /* Security.framework in Frameworks */,
                75C9D2341A30C6FE00B2056C /* UIKit.framework in Frameworks */,
                75C9D2321A30C6F400B2056C /* MobileCoreServices.framework in Frameworks */,
                75C9D2301A30C6D900B2056C /* QuartzCore.framework in Frameworks */,
                D0AF386AEC3E30203E8EB5A0 /* libPods-MyApp iOS.a in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        75BB7FF21A2E3FB80081C2C0 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
        7507F73D1B38590200A1942D /* MyApp WatchOS */ = {
            isa = PBXGroup;
            children = (
                7507F73E1B38590200A1942D /* Interface.storyboard */,
                7507F7411B38590200A1942D /* Assets.xcassets */,
                7507F7431B38590200A1942D /* Info.plist */,
            );
            name = "MyApp WatchOS";
            path = "MyApp WatchOS";
            sourceTree = "<group>";
        };
        7507F74C1B38590200A1942D /* MyApp WatchOS Extension */ = {
            isa = PBXGroup;
            children = (
                7507F7691B3865B700A1942D /* CalendarEvent.h */,
                7507F76A1B3865B700A1942D /* CalendarEvent.m */,
                7507F76B1B3865B700A1942D /* ListInterfaceController.h */,
                7507F76C1B3865B700A1942D /* ListInterfaceController.m */,
                7507F76D1B3865B700A1942D /* NSString+helperMethods.h */,
                7507F76E1B3865B700A1942D /* NSString+helperMethods.m */,
                7507F76F1B3865B700A1942D /* PrefixHeader.pch */,
                7507F7701B3865B700A1942D /* Room.h */,
                7507F7711B3865B700A1942D /* Room.m */,
                7507F7721B3865B700A1942D /* RoomInfoInterfaceController.h */,
                7507F7731B3865B700A1942D /* RoomInfoInterfaceController.m */,
                7507F7741B3865B700A1942D /* RoomListRowController.h */,
                7507F7751B3865B700A1942D /* RoomListRowController.m */,
                7507F7761B3865B700A1942D /* ScheduleInterfaceController.h */,
                7507F7771B3865B700A1942D /* ScheduleInterfaceController.m */,
                7507F7781B3865B700A1942D /* ScheduleRowController.h */,
                7507F7791B3865B700A1942D /* ScheduleRowController.m */,
                7507F77A1B3865B700A1942D /* UIColor+anexinetColors.h */,
                7507F77B1B3865B700A1942D /* UIColor+anexinetColors.m */,
                7507F74F1B38590200A1942D /* InterfaceController.h */,
                7507F7501B38590200A1942D /* InterfaceController.m */,
                7507F7521B38590200A1942D /* ExtensionDelegate.h */,
                7507F7531B38590200A1942D /* ExtensionDelegate.m */,
                7507F7551B38590200A1942D /* NotificationController.h */,
                7507F7561B38590200A1942D /* NotificationController.m */,
                7507F7581B38590200A1942D /* GlanceController.h */,
                7507F7591B38590200A1942D /* GlanceController.m */,
                7507F75B1B38590200A1942D /* Assets.xcassets */,
                7507F75D1B38590200A1942D /* Info.plist */,
                7507F74D1B38590200A1942D /* Supporting Files */,
            );
            name = "MyApp WatchOS Extension";
            path = "MyApp WatchOS Extension";
            sourceTree = "<group>";
        };
        7507F74D1B38590200A1942D /* Supporting Files */ = {
            isa = PBXGroup;
            children = (
                7507F74E1B38590200A1942D /* PushNotificationPayload.apns */,
            );
            name = "Supporting Files";
            sourceTree = "<group>";
        };
        752DDA9D1AE16715008FDC23 /* MyApp iOS WatchKit Extension */ = {
            isa = PBXGroup;
            children = (
                75CA27E61AFC0C4D00F00AED /* CalendarEvent.h */,
                75CA27E71AFC0C4D00F00AED /* CalendarEvent.m */,
                75CA27DD1AFAB28100F00AED /* Room.h */,
                75CA27DE1AFAB28100F00AED /* Room.m */,
                752DDACD1AE80EE0008FDC23 /* UIColor+anexinetColors.h */,
                752DDACE1AE80EE0008FDC23 /* UIColor+anexinetColors.m */,
                752DDACA1AE80E7F008FDC23 /* NSString+helperMethods.h */,
                752DDACB1AE80E7F008FDC23 /* NSString+helperMethods.m */,
                752DDAC41AE1A284008FDC23 /* MyApp iOS WatchKit Extension.entitlements */,
                752DDAA11AE16715008FDC23 /* ListInterfaceController.h */,
                752DDAA21AE16715008FDC23 /* ListInterfaceController.m */,
                75CA27E31AFBBFB300F00AED /* ScheduleInterfaceController.h */,
                75CA27E41AFBBFB300F00AED /* ScheduleInterfaceController.m */,
                752DDAA41AE16715008FDC23 /* NotificationController.h */,
                752DDAA51AE16715008FDC23 /* NotificationController.m */,
                752DDAA71AE16715008FDC23 /* GlanceController.h */,
                752DDAA81AE16715008FDC23 /* GlanceController.m */,
                752DDAAA1AE16715008FDC23 /* Images.xcassets */,
                752DDA9E1AE16715008FDC23 /* Supporting Files */,
                752DDAC71AE6A165008FDC23 /* RoomListRowController.h */,
                752DDAC81AE6A165008FDC23 /* RoomListRowController.m */,
                75447FE11AF1253B00F227B8 /* RoomInfoInterfaceController.h */,
                75447FE21AF1253B00F227B8 /* RoomInfoInterfaceController.m */,
                75447FE61AF158D400F227B8 /* PrefixHeader.pch */,
                75CA27E01AFBBBA900F00AED /* ScheduleRowController.h */,
                75CA27E11AFBBBA900F00AED /* ScheduleRowController.m */,
            );
            path = "MyApp iOS WatchKit Extension";
            sourceTree = "<group>";
        };
        752DDA9E1AE16715008FDC23 /* Supporting Files */ = {
            isa = PBXGroup;
            children = (
                752DDA9F1AE16715008FDC23 /* Info.plist */,
                752DDAA01AE16715008FDC23 /* PushNotificationPayload.apns */,
            );
            name = "Supporting Files";
            sourceTree = "<group>";
        };
        752DDAB21AE16715008FDC23 /* MyApp iOS WatchKit App */ = {
            isa = PBXGroup;
            children = (
                752DDAB51AE16715008FDC23 /* Interface.storyboard */,
                752DDAB81AE16715008FDC23 /* Images.xcassets */,
                752DDAB31AE16715008FDC23 /* Supporting Files */,
            );
            path = "MyApp iOS WatchKit App";
            sourceTree = "<group>";
        };
        752DDAB31AE16715008FDC23 /* Supporting Files */ = {
            isa = PBXGroup;
            children = (
                752DDAB41AE16715008FDC23 /* Info.plist */,
            );
            name = "Supporting Files";
            sourceTree = "<group>";
        };
        75968ED81A572F8300E04DB1 /* View Controllers */ = {
            isa = PBXGroup;
            children = (
                75CBE07F1A8CF87700747B5C /* RoomEventTableViewController.h */,
                75CBE0801A8CF87700747B5C /* RoomEventTableViewController.m */,
                75C9D2381A30E86F00B2056C /* RoomCalendarViewController.h */,
                75C9D2391A30E86F00B2056C /* RoomCalendarViewController.m */,
                75BB7FE61A2E3FB80081C2C0 /* RoomsListViewController.h */,
                75BB7FE71A2E3FB80081C2C0 /* RoomsListViewController.m */,
                75B56F021A4895A000BD7F64 /* SettingsViewController.h */,
                75B56F031A4895A000BD7F64 /* SettingsViewController.m */,
                75BB83DD1A2FAFF70081C2C0 /* LoginViewController.h */,
                75BB83DE1A2FAFF70081C2C0 /* LoginViewController.m */,
                75B56F411A519B8500BD7F64 /* RoomInfoTableViewController.h */,
                75B56F421A519B8500BD7F64 /* RoomInfoTableViewController.m */,
                75B56F3E1A4B0EDE00BD7F64 /* RoomInfoCollectionViewController.h */,
                75B56F3F1A4B0EDE00BD7F64 /* RoomInfoCollectionViewController.m */,
                75C9D23E1A30F8EA00B2056C /* ReserveRoomViewController.h */,
                75C9D23F1A30F8EA00B2056C /* ReserveRoomViewController.m */,
                75CBE0721A855FC400747B5C /* MonthlyRoomCalendarViewController.h */,
                75CBE0731A855FC400747B5C /* MonthlyRoomCalendarViewController.m */,
                75B8BE8A1AA23D22000866AC /* AboutViewController.h */,
                75B8BE8B1AA23D22000866AC /* AboutViewController.m */,
                759B48611B162F950028B6ED /* PictureViewController.h */,
                759B48621B162F950028B6ED /* PictureViewController.m */,
            );
            name = "View Controllers";
            sourceTree = "<group>";
        };
        75968ED91A572FB300E04DB1 /* Cells */ = {
            isa = PBXGroup;
            children = (
                75CBE07C1A8CEF2200747B5C /* RoomEventTableViewCell.h */,
                75CBE07D1A8CEF2200747B5C /* RoomEventTableViewCell.m */,
                75B56F3B1A4B0BAD00BD7F64 /* RoomInfoCollectionViewCell.h */,
                75B56F3C1A4B0BAD00BD7F64 /* RoomInfoCollectionViewCell.m */,
                75C9D2411A31EA2100B2056C /* RoomInfoTableViewCell.h */,
                75C9D2421A31EA2100B2056C /* RoomInfoTableViewCell.m */,
            );
            name = Cells;
            sourceTree = "<group>";
        };
        75B8BE601A9795CA000866AC /* en.lproj */ = {
            isa = PBXGroup;
            children = (
                75B8BE611A9795CA000866AC /* Localizable.strings */,
            );
            name = en.lproj;
            path = RoomGrabNative/en.lproj;
            sourceTree = "<group>";
        };
        75B8BE641A97D201000866AC /* TKCalendar */ = {
            isa = PBXGroup;
            children = (
                75B8BE651A97D201000866AC /* NSDate+TKCategory.h */,
                75B8BE661A97D201000866AC /* NSDate+TKCategory.m */,
                75B8BE671A97D201000866AC /* TKCalendarDayEventView.h */,
                75B8BE681A97D201000866AC /* TKCalendarDayEventView.m */,
                75B8BE691A97D201000866AC /* TKCalendarDayView.h */,
                75B8BE6A1A97D201000866AC /* TKCalendarDayView.m */,
                75B8BE6B1A97D201000866AC /* TKGlobal.h */,
                75B8BE6C1A97D201000866AC /* TKGlobal.m */,
                75B8BE6D1A97D201000866AC /* TKGradientView.h */,
                75B8BE6E1A97D201000866AC /* TKGradientView.m */,
                75B8BE6F1A97D201000866AC /* UIColor+TKCategory.h */,
                75B8BE701A97D201000866AC /* UIColor+TKCategory.m */,
                75B8BE711A97D201000866AC /* UIImage+TKCategory.h */,
                75B8BE721A97D201000866AC /* UIImage+TKCategory.m */,
                75B8BE731A97D201000866AC /* UIImageView+TKCategory.h */,
                75B8BE741A97D201000866AC /* UIImageView+TKCategory.m */,
                75B8BE751A97D201000866AC /* UILabel+TKCategory.h */,
                75B8BE761A97D201000866AC /* UILabel+TKCategory.m */,
                75B8BE771A97D201000866AC /* UIScreen+TKCategory.h */,
                75B8BE781A97D201000866AC /* UIScreen+TKCategory.m */,
                75B8BE791A97D201000866AC /* UIView+TKCategory.h */,
                75B8BE7A1A97D201000866AC /* UIView+TKCategory.m */,
            );
            path = TKCalendar;
            sourceTree = "<group>";
        };
        75BB7FD31A2E3FB80081C2C0 = {
            isa = PBXGroup;
            children = (
                75B8BE641A97D201000866AC /* TKCalendar */,
                75B8BE601A9795CA000866AC /* en.lproj */,
                75968EDD1A5AEAF400E04DB1 /* CoreLocation.framework */,
                75C0E3901A323A5300FCE558 /* Security.framework */,
                75C9D2331A30C6FE00B2056C /* UIKit.framework */,
                75C9D2311A30C6F400B2056C /* MobileCoreServices.framework */,
                75C9D22F1A30C6D900B2056C /* QuartzCore.framework */,
                75BB7FDE1A2E3FB80081C2C0 /* MyApp iOS */,
                75BB7FF81A2E3FB80081C2C0 /* MyApp iOS Tests */,
                752DDA9D1AE16715008FDC23 /* MyApp iOS WatchKit Extension */,
                752DDAB21AE16715008FDC23 /* MyApp iOS WatchKit App */,
                7507F73D1B38590200A1942D /* MyApp WatchOS */,
                7507F74C1B38590200A1942D /* MyApp WatchOS Extension */,
                75BB7FDD1A2E3FB80081C2C0 /* Products */,
                C7A395A7B63674EF8F008113 /* Pods */,
                F806F4E60DF3691B4F76F94A /* Frameworks */,
            );
            sourceTree = "<group>";
        };
        75BB7FDD1A2E3FB80081C2C0 /* Products */ = {
            isa = PBXGroup;
            children = (
                75BB7FDC1A2E3FB80081C2C0 /* MyApp iOS.app */,
                75BB7FF51A2E3FB80081C2C0 /* MyApp iOSTests.xctest */,
                752DDA9C1AE16715008FDC23 /* MyApp iOS WatchKit Extension.appex */,
                752DDAAE1AE16715008FDC23 /* MyApp iOS WatchKit App.app */,
                7507F73C1B38590100A1942D /* MyApp WatchOS.app */,
                7507F7481B38590200A1942D /* MyApp WatchOS Extension.appex */,
            );
            name = Products;
            sourceTree = "<group>";
        };
        75BB7FDE1A2E3FB80081C2C0 /* MyApp iOS */ = {
            isa = PBXGroup;
            children = (
                75C0E38B1A3235CE00FCE558 /* RoomGrabNative.entitlements */,
                75C9D2441A31FE0C00B2056C /* Services */,
                75BB83D71A2E5DEC0081C2C0 /* Model */,
                75968ED81A572F8300E04DB1 /* View Controllers */,
                75968ED91A572FB300E04DB1 /* Cells */,
                75BB7FE31A2E3FB80081C2C0 /* AppDelegate.h */,
                75BB7FE41A2E3FB80081C2C0 /* AppDelegate.m */,
                7559506C1A7ACF320082886E /* UIColor+anexinetColors.h */,
                7559506D1A7ACF320082886E /* UIColor+anexinetColors.m */,
                75968EDA1A5AEA5B00E04DB1 /* CoreLocationManager.h */,
                75968EDB1A5AEA5B00E04DB1 /* CoreLocationManager.m */,
                75C0E3921A323B8600FCE558 /* PrefixHeader.pch */,
                75BB7FEC1A2E3FB80081C2C0 /* Images.xcassets */,
                75C9D2361A30D90D00B2056C /* Main.storyboard */,
                75BB7FEE1A2E3FB80081C2C0 /* LaunchScreen.xib */,
                75BB7FDF1A2E3FB80081C2C0 /* Supporting Files */,
            );
            path = "MyApp iOS";
            sourceTree = "<group>";
        };
        75BB7FDF1A2E3FB80081C2C0 /* Supporting Files */ = {
            isa = PBXGroup;
            children = (
                75BB7FE01A2E3FB80081C2C0 /* Info.plist */,
                75BB7FE11A2E3FB80081C2C0 /* main.m */,
            );
            name = "Supporting Files";
            sourceTree = "<group>";
        };
        75BB7FF81A2E3FB80081C2C0 /* MyApp iOS Tests */ = {
            isa = PBXGroup;
            children = (
                75BB7FFB1A2E3FB80081C2C0 /* RoomGrabNativeTests.m */,
                75BB7FF91A2E3FB80081C2C0 /* Supporting Files */,
            );
            path = "MyApp iOS Tests";
            sourceTree = "<group>";
        };
        75BB7FF91A2E3FB80081C2C0 /* Supporting Files */ = {
            isa = PBXGroup;
            children = (
                75BB7FFA1A2E3FB80081C2C0 /* Info.plist */,
            );
            name = "Supporting Files";
            sourceTree = "<group>";
        };
        75BB83D71A2E5DEC0081C2C0 /* Model */ = {
            isa = PBXGroup;
            children = (
                75B8BE871A9E33A7000866AC /* UIViewController+assetSizeMethods.h */,
                75B8BE881A9E33A7000866AC /* UIViewController+assetSizeMethods.m */,
                75BB83D81A2E5E020081C2C0 /* Room.h */,
                75BB83D91A2E5E020081C2C0 /* Room.m */,
                756406251A378A86008DC42A /* CalendarEvent.h */,
                756406261A378A86008DC42A /* CalendarEvent.m */,
                75E60A131A5DB2EC002BC082 /* NSString+helperMethods.h */,
                75E60A141A5DB2EC002BC082 /* NSString+helperMethods.m */,
                75CBE0791A8BECD500747B5C /* NSDate+helperMethods.h */,
                75CBE07A1A8BECD500747B5C /* NSDate+helperMethods.m */,
            );
            name = Model;
            sourceTree = "<group>";
        };
        75C9D2441A31FE0C00B2056C /* Services */ = {
            isa = PBXGroup;
            children = (
                75C9D2451A31FE7700B2056C /* MyAppAFHTTPSessionManager.h */,
                75C9D2461A31FE7700B2056C /* MyAppAFHTTPSessionManager.m */,
            );
            name = Services;
            sourceTree = "<group>";
        };
        C7A395A7B63674EF8F008113 /* Pods */ = {
            isa = PBXGroup;
            children = (
                75C770981AEECD9E0033E555 /* Pods-MyApp iOS.debug.xcconfig */,
                75C770991AEECD9E0033E555 /* Pods-MyApp iOS.release.xcconfig */,
            );
            name = Pods;
            sourceTree = "<group>";
        };
        F806F4E60DF3691B4F76F94A /* Frameworks */ = {
            isa = PBXGroup;
            children = (
                7559506A1A7932110082886E /* CoreBluetooth.framework */,
                C513FC802C6FE7DC960FDF34 /* libPods-RoomGrab iOS.a */,
                54BC2950B342E07ACDF39A48 /* libPods-MyApp iOS.a */,
            );
            name = Frameworks;
            sourceTree = "<group>";
        };
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
        7507F73B1B38590100A1942D /* MyApp WatchOS */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 7507F7671B38590200A1942D /* Build configuration list for PBXNativeTarget "MyApp WatchOS" */;
            buildPhases = (
                7507F73A1B38590100A1942D /* Resources */,
                7507F7661B38590200A1942D /* Embed App Extensions */,
            );
            buildRules = (
            );
            dependencies = (
                7507F74B1B38590200A1942D /* PBXTargetDependency */,
            );
            name = "MyApp WatchOS";
            productName = "MyApp WatchOS";
            productReference = 7507F73C1B38590100A1942D /* MyApp WatchOS.app */;
            productType = "com.apple.product-type.application.watchapp2";
        };
        7507F7471B38590200A1942D /* MyApp WatchOS Extension */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 7507F7651B38590200A1942D /* Build configuration list for PBXNativeTarget "MyApp WatchOS Extension" */;
            buildPhases = (
                7507F7441B38590200A1942D /* Sources */,
                7507F7451B38590200A1942D /* Frameworks */,
                7507F7461B38590200A1942D /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = "MyApp WatchOS Extension";
            productName = "MyApp WatchOS Extension";
            productReference = 7507F7481B38590200A1942D /* MyApp WatchOS Extension.appex */;
            productType = "com.apple.product-type.watchkit2-extension";
        };
        752DDA9B1AE16715008FDC23 /* MyApp iOS WatchKit Extension */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 752DDAC21AE16716008FDC23 /* Build configuration list for PBXNativeTarget "MyApp iOS WatchKit Extension" */;
            buildPhases = (
                752DDA981AE16715008FDC23 /* Sources */,
                752DDA991AE16715008FDC23 /* Frameworks */,
                752DDA9A1AE16715008FDC23 /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
                752DDAB11AE16715008FDC23 /* PBXTargetDependency */,
            );
            name = "MyApp iOS WatchKit Extension";
            productName = "MyApp iOS WatchKit Extension";
            productReference = 752DDA9C1AE16715008FDC23 /* MyApp iOS WatchKit Extension.appex */;
            productType = "com.apple.product-type.watchkit-extension";
        };
        752DDAAD1AE16715008FDC23 /* MyApp iOS WatchKit App */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 752DDAC11AE16716008FDC23 /* Build configuration list for PBXNativeTarget "MyApp iOS WatchKit App" */;
            buildPhases = (
                752DDAAC1AE16715008FDC23 /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = "MyApp iOS WatchKit App";
            productName = "MyApp iOS WatchKit App";
            productReference = 752DDAAE1AE16715008FDC23 /* MyApp iOS WatchKit App.app */;
            productType = "com.apple.product-type.application.watchapp";
        };
        75BB7FDB1A2E3FB80081C2C0 /* MyApp iOS */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 75BB7FFF1A2E3FB80081C2C0 /* Build configuration list for PBXNativeTarget "MyApp iOS" */;
            buildPhases = (
                25104AAA2E58FC5468DE6AF7 /* Check Pods Manifest.lock */,
                75BB7FD81A2E3FB80081C2C0 /* Sources */,
                75BB7FD91A2E3FB80081C2C0 /* Frameworks */,
                75BB7FDA1A2E3FB80081C2C0 /* Resources */,
                15640CE8F677F6EAC406E45E /* Copy Pods Resources */,
                752DDAC31AE16716008FDC23 /* Embed App Extensions */,
                7507F7681B38590200A1942D /* Embed Watch Content */,
            );
            buildRules = (
            );
            dependencies = (
                752DDABB1AE16715008FDC23 /* PBXTargetDependency */,
                7507F75F1B38590200A1942D /* PBXTargetDependency */,
            );
            name = "MyApp iOS";
            productName = RoomGrabNative;
            productReference = 75BB7FDC1A2E3FB80081C2C0 /* MyApp iOS.app */;
            productType = "com.apple.product-type.application";
        };
        75BB7FF41A2E3FB80081C2C0 /* MyApp iOSTests */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 75BB80021A2E3FB80081C2C0 /* Build configuration list for PBXNativeTarget "MyApp iOSTests" */;
            buildPhases = (
                75BB7FF11A2E3FB80081C2C0 /* Sources */,
                75BB7FF21A2E3FB80081C2C0 /* Frameworks */,
                75BB7FF31A2E3FB80081C2C0 /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
                75BB7FF71A2E3FB80081C2C0 /* PBXTargetDependency */,
            );
            name = "MyApp iOSTests";
            productName = RoomGrabNativeTests;
            productReference = 75BB7FF51A2E3FB80081C2C0 /* MyApp iOSTests.xctest */;
            productType = "com.apple.product-type.bundle.unit-test";
        };
/* End PBXNativeTarget section */

/* Begin PBXProject section */
        75BB7FD41A2E3FB80081C2C0 /* Project object */ = {
            isa = PBXProject;
            attributes = {
                LastUpgradeCheck = 0630;
                ORGANIZATIONNAME = Anexinet;
                TargetAttributes = {
                    7507F73B1B38590100A1942D = {
                        CreatedOnToolsVersion = 7.0;
                        DevelopmentTeam = VETKFHPJMU;
                    };
                    7507F7471B38590200A1942D = {
                        CreatedOnToolsVersion = 7.0;
                    };
                    752DDA9B1AE16715008FDC23 = {
                        CreatedOnToolsVersion = 6.2;
                        DevelopmentTeam = VETKFHPJMU;
                        SystemCapabilities = {
                            com.apple.ApplicationGroups.iOS = {
                                enabled = 1;
                            };
                            com.apple.Keychain = {
                                enabled = 1;
                            };
                        };
                    };
                    752DDAAD1AE16715008FDC23 = {
                        CreatedOnToolsVersion = 6.2;
                        DevelopmentTeam = VETKFHPJMU;
                    };
                    75BB7FDB1A2E3FB80081C2C0 = {
                        CreatedOnToolsVersion = 6.1;
                        DevelopmentTeam = VETKFHPJMU;
                        SystemCapabilities = {
                            com.apple.ApplicationGroups.iOS = {
                                enabled = 1;
                            };
                            com.apple.BackgroundModes = {
                                enabled = 1;
                            };
                            com.apple.Keychain = {
                                enabled = 1;
                            };
                        };
                    };
                    75BB7FF41A2E3FB80081C2C0 = {
                        CreatedOnToolsVersion = 6.1;
                        TestTargetID = 75BB7FDB1A2E3FB80081C2C0;
                    };
                };
            };
            buildConfigurationList = 75BB7FD71A2E3FB80081C2C0 /* Build configuration list for PBXProject "MyApp iOS" */;
            compatibilityVersion = "Xcode 3.2";
            developmentRegion = English;
            hasScannedForEncodings = 0;
            knownRegions = (
                en,
                Base,
            );
            mainGroup = 75BB7FD31A2E3FB80081C2C0;
            productRefGroup = 75BB7FDD1A2E3FB80081C2C0 /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                75BB7FDB1A2E3FB80081C2C0 /* MyApp iOS */,
                75BB7FF41A2E3FB80081C2C0 /* MyApp iOSTests */,
                752DDA9B1AE16715008FDC23 /* MyApp iOS WatchKit Extension */,
                752DDAAD1AE16715008FDC23 /* MyApp iOS WatchKit App */,
                7507F73B1B38590100A1942D /* MyApp WatchOS */,
                7507F7471B38590200A1942D /* MyApp WatchOS Extension */,
            );
        };
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
        7507F73A1B38590100A1942D /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                7507F7421B38590200A1942D /* Assets.xcassets in Resources */,
                7507F7401B38590200A1942D /* Interface.storyboard in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        7507F7461B38590200A1942D /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                7507F75C1B38590200A1942D /* Assets.xcassets in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        752DDA9A1AE16715008FDC23 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                752DDAAB1AE16715008FDC23 /* Images.xcassets in Resources */,
                752DDAAF1AE16715008FDC23 /* MyApp iOS WatchKit App.app in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        752DDAAC1AE16715008FDC23 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                752DDAB71AE16715008FDC23 /* Interface.storyboard in Resources */,
                752DDAB91AE16715008FDC23 /* Images.xcassets in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        75BB7FDA1A2E3FB80081C2C0 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                75C9D2371A30D90D00B2056C /* Main.storyboard in Resources */,
                75950E961AF7B22B00ED6544 /* Pods-MyApp iOS.debug.xcconfig in Resources */,
                75950E971AF7B22B00ED6544 /* Pods-MyApp iOS.release.xcconfig in Resources */,
                75B8BE631A9795CA000866AC /* Localizable.strings in Resources */,
                75BB7FF01A2E3FB80081C2C0 /* LaunchScreen.xib in Resources */,
                75BB7FED1A2E3FB80081C2C0 /* Images.xcassets in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        75BB7FF31A2E3FB80081C2C0 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
        15640CE8F677F6EAC406E45E /* Copy Pods Resources */ = {
            isa = PBXShellScriptBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            inputPaths = (
            );
            name = "Copy Pods Resources";
            outputPaths = (
            );
            runOnlyForDeploymentPostprocessing = 0;
            shellPath = /bin/sh;
            shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MyApp iOS/Pods-MyApp iOS-resources.sh\"\n";
            showEnvVarsInLog = 0;
        };
        25104AAA2E58FC5468DE6AF7 /* Check Pods Manifest.lock */ = {
            isa = PBXShellScriptBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            inputPaths = (
            );
            name = "Check Pods Manifest.lock";
            outputPaths = (
            );
            runOnlyForDeploymentPostprocessing = 0;
            shellPath = /bin/sh;
            shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n    cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n    exit 1\nfi\n";
            showEnvVarsInLog = 0;
        };
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
        7507F7441B38590200A1942D /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                7507F7841B3865B700A1942D /* UIColor+anexinetColors.m in Sources */,
                7507F77C1B3865B700A1942D /* CalendarEvent.m in Sources */,
                7507F77D1B3865B700A1942D /* ListInterfaceController.m in Sources */,
                7507F7541B38590200A1942D /* ExtensionDelegate.m in Sources */,
                7507F7831B3865B700A1942D /* ScheduleRowController.m in Sources */,
                7507F7511B38590200A1942D /* InterfaceController.m in Sources */,
                7507F7571B38590200A1942D /* NotificationController.m in Sources */,
                7507F7811B3865B700A1942D /* RoomListRowController.m in Sources */,
                7507F77E1B3865B700A1942D /* NSString+helperMethods.m in Sources */,
                7507F77F1B3865B700A1942D /* Room.m in Sources */,
                7507F7801B3865B700A1942D /* RoomInfoInterfaceController.m in Sources */,
                7507F75A1B38590200A1942D /* GlanceController.m in Sources */,
                7507F7821B3865B700A1942D /* ScheduleInterfaceController.m in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        752DDA981AE16715008FDC23 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                752DDAA61AE16715008FDC23 /* NotificationController.m in Sources */,
                752DDACC1AE80E7F008FDC23 /* NSString+helperMethods.m in Sources */,
                75CA27E51AFBBFB300F00AED /* ScheduleInterfaceController.m in Sources */,
                752DDAA31AE16715008FDC23 /* ListInterfaceController.m in Sources */,
                75CA27E21AFBBBA900F00AED /* ScheduleRowController.m in Sources */,
                752DDAA91AE16715008FDC23 /* GlanceController.m in Sources */,
                752DDAC91AE6A165008FDC23 /* RoomListRowController.m in Sources */,
                75CA27E81AFC0C4D00F00AED /* CalendarEvent.m in Sources */,
                75447FE51AF13B7400F227B8 /* RoomInfoInterfaceController.m in Sources */,
                75CA27DF1AFAB28100F00AED /* Room.m in Sources */,
                752DDACF1AE80EE0008FDC23 /* UIColor+anexinetColors.m in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        75BB7FD81A2E3FB80081C2C0 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                756406271A378A86008DC42A /* CalendarEvent.m in Sources */,
                75BB7FE81A2E3FB80081C2C0 /* RoomsListViewController.m in Sources */,
                75C9D23A1A30E86F00B2056C /* RoomCalendarViewController.m in Sources */,
                75968EDC1A5AEA5B00E04DB1 /* CoreLocationManager.m in Sources */,
                75BB83DF1A2FAFF70081C2C0 /* LoginViewController.m in Sources */,
                75B56F431A519B8500BD7F64 /* RoomInfoTableViewController.m in Sources */,
                75C9D2471A31FE7700B2056C /* MyAppAFHTTPSessionManager.m in Sources */,
                75C9D2401A30F8EA00B2056C /* ReserveRoomViewController.m in Sources */,
                75C9D2431A31EA2100B2056C /* RoomInfoTableViewCell.m in Sources */,
                75CBE0741A855FC400747B5C /* MonthlyRoomCalendarViewController.m in Sources */,
                75B8BE7F1A97D201000866AC /* TKGradientView.m in Sources */,
                75B8BE7C1A97D201000866AC /* TKCalendarDayEventView.m in Sources */,
                75BB7FE51A2E3FB80081C2C0 /* AppDelegate.m in Sources */,
                75B8BE7B1A97D201000866AC /* NSDate+TKCategory.m in Sources */,
                75B8BE831A97D201000866AC /* UILabel+TKCategory.m in Sources */,
                75B8BE851A97D201000866AC /* UIView+TKCategory.m in Sources */,
                75B8BE891A9E33A7000866AC /* UIViewController+assetSizeMethods.m in Sources */,
                7559506E1A7ACF320082886E /* UIColor+anexinetColors.m in Sources */,
                75B56F401A4B0EDE00BD7F64 /* RoomInfoCollectionViewController.m in Sources */,
                75B56F3D1A4B0BAD00BD7F64 /* RoomInfoCollectionViewCell.m in Sources */,
                75B8BE7E1A97D201000866AC /* TKGlobal.m in Sources */,
                75B8BE841A97D201000866AC /* UIScreen+TKCategory.m in Sources */,
                75B56F041A4895A000BD7F64 /* SettingsViewController.m in Sources */,
                75CBE07E1A8CEF2200747B5C /* RoomEventTableViewCell.m in Sources */,
                75E60A151A5DB2EC002BC082 /* NSString+helperMethods.m in Sources */,
                75B8BE801A97D201000866AC /* UIColor+TKCategory.m in Sources */,
                75B8BE8C1AA23D22000866AC /* AboutViewController.m in Sources */,
                75BB7FE21A2E3FB80081C2C0 /* main.m in Sources */,
                75CBE07B1A8BECD500747B5C /* NSDate+helperMethods.m in Sources */,
                75BB83DA1A2E5E020081C2C0 /* Room.m in Sources */,
                75B8BE821A97D201000866AC /* UIImageView+TKCategory.m in Sources */,
                759B48631B162F950028B6ED /* PictureViewController.m in Sources */,
                75B8BE7D1A97D201000866AC /* TKCalendarDayView.m in Sources */,
                75CBE0811A8CF87700747B5C /* RoomEventTableViewController.m in Sources */,
                75B8BE811A97D201000866AC /* UIImage+TKCategory.m in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        75BB7FF11A2E3FB80081C2C0 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                75BB7FFC1A2E3FB80081C2C0 /* RoomGrabNativeTests.m in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
        7507F74B1B38590200A1942D /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 7507F7471B38590200A1942D /* MyApp WatchOS Extension */;
            targetProxy = 7507F74A1B38590200A1942D /* PBXContainerItemProxy */;
        };
        7507F75F1B38590200A1942D /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 7507F73B1B38590100A1942D /* MyApp WatchOS */;
            targetProxy = 7507F75E1B38590200A1942D /* PBXContainerItemProxy */;
        };
        752DDAB11AE16715008FDC23 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 752DDAAD1AE16715008FDC23 /* MyApp iOS WatchKit App */;
            targetProxy = 752DDAB01AE16715008FDC23 /* PBXContainerItemProxy */;
        };
        752DDABB1AE16715008FDC23 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 752DDA9B1AE16715008FDC23 /* MyApp iOS WatchKit Extension */;
            targetProxy = 752DDABA1AE16715008FDC23 /* PBXContainerItemProxy */;
        };
        75BB7FF71A2E3FB80081C2C0 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 75BB7FDB1A2E3FB80081C2C0 /* MyApp iOS */;
            targetProxy = 75BB7FF61A2E3FB80081C2C0 /* PBXContainerItemProxy */;
        };
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
        7507F73E1B38590200A1942D /* Interface.storyboard */ = {
            isa = PBXVariantGroup;
            children = (
                7507F73F1B38590200A1942D /* Base */,
            );
            name = Interface.storyboard;
            sourceTree = "<group>";
        };
        752DDAB51AE16715008FDC23 /* Interface.storyboard */ = {
            isa = PBXVariantGroup;
            children = (
                752DDAB61AE16715008FDC23 /* Base */,
            );
            name = Interface.storyboard;
            sourceTree = "<group>";
        };
        75B8BE611A9795CA000866AC /* Localizable.strings */ = {
            isa = PBXVariantGroup;
            children = (
                75B8BE621A9795CA000866AC /* en */,
            );
            name = Localizable.strings;
            sourceTree = "<group>";
        };
        75BB7FEE1A2E3FB80081C2C0 /* LaunchScreen.xib */ = {
            isa = PBXVariantGroup;
            children = (
                75BB7FEF1A2E3FB80081C2C0 /* Base */,
            );
            name = LaunchScreen.xib;
            sourceTree = "<group>";
        };
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
        7507F7611B38590200A1942D /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                CODE_SIGN_IDENTITY = "iOS Development: Matt Klinkhammer (QQ57ZB7QF6)";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iOS Development: Matt Klinkhammer (QQ57ZB7QF6)";
                "CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
                DEBUG_INFORMATION_FORMAT = dwarf;
                ENABLE_TESTABILITY = YES;
                GCC_NO_COMMON_BLOCKS = YES;
                IBSC_MODULE = MyApp_WatchOS_Extension;
                INFOPLIST_FILE = "MyApp WatchOS/Info.plist";
                PRODUCT_BUNDLE_IDENTIFIER = "com.anexinet.MyApp-iOS.watchkitapp";
                PRODUCT_NAME = "$(TARGET_NAME)";
                SDKROOT = watchos;
                SKIP_INSTALL = YES;
                TARGETED_DEVICE_FAMILY = 4;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Debug;
        };
        7507F7621B38590200A1942D /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                CODE_SIGN_IDENTITY = "iPhone Distribution: Anexinet Corp.";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Anexinet Corp.";
                "CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
                COPY_PHASE_STRIP = NO;
                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
                GCC_NO_COMMON_BLOCKS = YES;
                IBSC_MODULE = MyApp_WatchOS_Extension;
                INFOPLIST_FILE = "MyApp WatchOS/Info.plist";
                PRODUCT_BUNDLE_IDENTIFIER = "com.anexinet.MyApp-iOS.watchkitapp";
                PRODUCT_NAME = "$(TARGET_NAME)";
                SDKROOT = watchos;
                SKIP_INSTALL = YES;
                TARGETED_DEVICE_FAMILY = 4;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Release;
        };
        7507F7631B38590200A1942D /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                "CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
                DEBUG_INFORMATION_FORMAT = dwarf;
                ENABLE_TESTABILITY = YES;
                GCC_NO_COMMON_BLOCKS = YES;
                INFOPLIST_FILE = "MyApp WatchOS Extension/Info.plist";
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = "com.anexinet.MyApp-iOS.watchkitapp.watchkitextension";
                PRODUCT_NAME = "${TARGET_NAME}";
                SDKROOT = watchos;
                SKIP_INSTALL = YES;
                TARGETED_DEVICE_FAMILY = 4;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Debug;
        };
        7507F7641B38590200A1942D /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                "CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
                COPY_PHASE_STRIP = NO;
                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
                GCC_NO_COMMON_BLOCKS = YES;
                INFOPLIST_FILE = "MyApp WatchOS Extension/Info.plist";
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = "com.anexinet.MyApp-iOS.watchkitapp.watchkitextension";
                PRODUCT_NAME = "${TARGET_NAME}";
                SDKROOT = watchos;
                SKIP_INSTALL = YES;
                TARGETED_DEVICE_FAMILY = 4;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Release;
        };
        752DDABD1AE16716008FDC23 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                CODE_SIGN_ENTITLEMENTS = "MyApp iOS WatchKit Extension/MyApp iOS WatchKit Extension.entitlements";
                CODE_SIGN_IDENTITY = "iOS Development: Matt Klinkhammer (QQ57ZB7QF6)";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iOS Development: Matt Klinkhammer (QQ57ZB7QF6)";
                GCC_PREFIX_HEADER = "MyApp iOS WatchKit Extension/PrefixHeader.pch";
                GCC_PREPROCESSOR_DEFINITIONS = (
                    "DEBUG=1",
                    "$(inherited)",
                );
                INFOPLIST_FILE = "MyApp iOS WatchKit Extension/Info.plist";
                IPHONEOS_DEPLOYMENT_TARGET = 8.2;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
                PRODUCT_NAME = "${TARGET_NAME}";
                PROVISIONING_PROFILE = "ea126c42-5d47-42fb-bd8b-723a065e8fe9";
                SKIP_INSTALL = YES;
            };
            name = Debug;
        };
        752DDABE1AE16716008FDC23 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                CODE_SIGN_ENTITLEMENTS = "MyApp iOS WatchKit Extension/MyApp iOS WatchKit Extension.entitlements";
                CODE_SIGN_IDENTITY = "iPhone Distribution: Anexinet Corp.";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Anexinet Corp.";
                COPY_PHASE_STRIP = NO;
                GCC_PREFIX_HEADER = "MyApp iOS WatchKit Extension/PrefixHeader.pch";
                INFOPLIST_FILE = "MyApp iOS WatchKit Extension/Info.plist";
                IPHONEOS_DEPLOYMENT_TARGET = 8.2;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
                PRODUCT_NAME = "${TARGET_NAME}";
                PROVISIONING_PROFILE = "dd8d3d69-653f-4a45-a855-747e06f99864";
                SKIP_INSTALL = YES;
            };
            name = Release;
        };
        752DDABF1AE16716008FDC23 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                CODE_SIGN_IDENTITY = "iOS Development: Matt Klinkhammer (QQ57ZB7QF6)";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iOS Development: Matt Klinkhammer (QQ57ZB7QF6)";
                GCC_PREPROCESSOR_DEFINITIONS = (
                    "DEBUG=1",
                    "$(inherited)",
                );
                IBSC_MODULE = MyApp_iOS_WatchKit_Extension;
                INFOPLIST_FILE = "MyApp iOS WatchKit App/Info.plist";
                IPHONEOS_DEPLOYMENT_TARGET = 8.2;
                PRODUCT_NAME = "$(TARGET_NAME)";
                PROVISIONING_PROFILE = "ea126c42-5d47-42fb-bd8b-723a065e8fe9";
                SKIP_INSTALL = YES;
                TARGETED_DEVICE_FAMILY = 4;
                "TARGETED_DEVICE_FAMILY[sdk=iphonesimulator*]" = "1,4";
            };
            name = Debug;
        };
        752DDAC01AE16716008FDC23 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                CODE_SIGN_IDENTITY = "iPhone Distribution: Anexinet Corp.";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Anexinet Corp.";
                COPY_PHASE_STRIP = NO;
                IBSC_MODULE = MyApp_iOS_WatchKit_Extension;
                INFOPLIST_FILE = "MyApp iOS WatchKit App/Info.plist";
                IPHONEOS_DEPLOYMENT_TARGET = 8.2;
                PRODUCT_NAME = "$(TARGET_NAME)";
                PROVISIONING_PROFILE = "245f263f-b996-45fd-aad3-9ff1f24dc60e";
                SKIP_INSTALL = YES;
                TARGETED_DEVICE_FAMILY = 4;
                "TARGETED_DEVICE_FAMILY[sdk=iphonesimulator*]" = "1,4";
            };
            name = Release;
        };
        75BB7FFD1A2E3FB80081C2C0 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
                CLANG_CXX_LIBRARY = "libc++";
                CLANG_ENABLE_MODULES = YES;
                CLANG_ENABLE_OBJC_ARC = YES;
                CLANG_WARN_BOOL_CONVERSION = YES;
                CLANG_WARN_CONSTANT_CONVERSION = YES;
                CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
                CLANG_WARN_EMPTY_BODY = YES;
                CLANG_WARN_ENUM_CONVERSION = YES;
                CLANG_WARN_INT_CONVERSION = YES;
                CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
                CLANG_WARN_UNREACHABLE_CODE = YES;
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                COPY_PHASE_STRIP = NO;
                ENABLE_STRICT_OBJC_MSGSEND = 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_ERROR;
                GCC_WARN_UNDECLARED_SELECTOR = YES;
                GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
                GCC_WARN_UNUSED_FUNCTION = YES;
                GCC_WARN_UNUSED_VARIABLE = YES;
                IPHONEOS_DEPLOYMENT_TARGET = 7.0;
                MTL_ENABLE_DEBUG_INFO = YES;
                ONLY_ACTIVE_ARCH = YES;
                SDKROOT = iphoneos;
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Debug;
        };
        75BB7FFE1A2E3FB80081C2C0 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
                CLANG_CXX_LIBRARY = "libc++";
                CLANG_ENABLE_MODULES = YES;
                CLANG_ENABLE_OBJC_ARC = YES;
                CLANG_WARN_BOOL_CONVERSION = YES;
                CLANG_WARN_CONSTANT_CONVERSION = YES;
                CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
                CLANG_WARN_EMPTY_BODY = YES;
                CLANG_WARN_ENUM_CONVERSION = YES;
                CLANG_WARN_INT_CONVERSION = YES;
                CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
                CLANG_WARN_UNREACHABLE_CODE = YES;
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                COPY_PHASE_STRIP = YES;
                ENABLE_NS_ASSERTIONS = NO;
                ENABLE_STRICT_OBJC_MSGSEND = YES;
                GCC_C_LANGUAGE_STANDARD = gnu99;
                GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
                GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
                GCC_WARN_UNDECLARED_SELECTOR = YES;
                GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
                GCC_WARN_UNUSED_FUNCTION = YES;
                GCC_WARN_UNUSED_VARIABLE = YES;
                IPHONEOS_DEPLOYMENT_TARGET = 7.0;
                MTL_ENABLE_DEBUG_INFO = NO;
                SDKROOT = iphoneos;
                TARGETED_DEVICE_FAMILY = "1,2";
                VALIDATE_PRODUCT = YES;
            };
            name = Release;
        };
        75BB80001A2E3FB80081C2C0 /* Debug */ = {
            isa = XCBuildConfiguration;
            baseConfigurationReference = 75C770981AEECD9E0033E555 /* Pods-MyApp iOS.debug.xcconfig */;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
                CODE_SIGN_ENTITLEMENTS = "MyApp iOS/RoomGrabNative.entitlements";
                CODE_SIGN_IDENTITY = "iOS Development: Matt Klinkhammer (QQ57ZB7QF6)";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iOS Development: Matt Klinkhammer (QQ57ZB7QF6)";
                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                GCC_PREFIX_HEADER = "MyApp iOS/PrefixHeader.pch";
                INFOPLIST_FILE = "$(SRCROOT)/MyApp iOS/Info.plist";
                IPHONEOS_DEPLOYMENT_TARGET = 7.0;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
                PRODUCT_NAME = "MyApp iOS";
                PROVISIONING_PROFILE = "2f5ccb56-4d14-4c2f-b148-9a4eb396d6ed";
            };
            name = Debug;
        };
        75BB80011A2E3FB80081C2C0 /* Release */ = {
            isa = XCBuildConfiguration;
            baseConfigurationReference = 75C770991AEECD9E0033E555 /* Pods-MyApp iOS.release.xcconfig */;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
                CODE_SIGN_ENTITLEMENTS = "MyApp iOS/RoomGrabNative.entitlements";
                CODE_SIGN_IDENTITY = "iPhone Distribution: Anexinet Corp.";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Anexinet Corp.";
                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                GCC_PREFIX_HEADER = "MyApp iOS/PrefixHeader.pch";
                INFOPLIST_FILE = "$(SRCROOT)/MyApp iOS/Info.plist";
                IPHONEOS_DEPLOYMENT_TARGET = 7.0;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
                PRODUCT_NAME = "MyApp iOS";
                PROVISIONING_PROFILE = "7b4a66b6-6523-4639-ad3d-9108b3790bc9";
            };
            name = Release;
        };
        75BB80031A2E3FB80081C2C0 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                BUNDLE_LOADER = "";
                FRAMEWORK_SEARCH_PATHS = (
                    "$(SDKROOT)/Developer/Library/Frameworks",
                    "$(inherited)",
                );
                GCC_PREPROCESSOR_DEFINITIONS = (
                    "DEBUG=1",
                    "$(inherited)",
                );
                INFOPLIST_FILE = RoomGrabNativeTests/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
                PRODUCT_NAME = "MyApp iOSTests";
                TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RoomGrabNative.app/RoomGrabNative";
            };
            name = Debug;
        };
        75BB80041A2E3FB80081C2C0 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                FRAMEWORK_SEARCH_PATHS = (
                    "$(SDKROOT)/Developer/Library/Frameworks",
                    "$(inherited)",
                );
                INFOPLIST_FILE = RoomGrabNativeTests/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
                PRODUCT_NAME = "MyApp iOSTests";
                TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RoomGrabNative.app/RoomGrabNative";
            };
            name = Release;
        };
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
        7507F7651B38590200A1942D /* Build configuration list for PBXNativeTarget "MyApp WatchOS Extension" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                7507F7631B38590200A1942D /* Debug */,
                7507F7641B38590200A1942D /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        7507F7671B38590200A1942D /* Build configuration list for PBXNativeTarget "MyApp WatchOS" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                7507F7611B38590200A1942D /* Debug */,
                7507F7621B38590200A1942D /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        752DDAC11AE16716008FDC23 /* Build configuration list for PBXNativeTarget "MyApp iOS WatchKit App" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                752DDABF1AE16716008FDC23 /* Debug */,
                752DDAC01AE16716008FDC23 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        752DDAC21AE16716008FDC23 /* Build configuration list for PBXNativeTarget "MyApp iOS WatchKit Extension" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                752DDABD1AE16716008FDC23 /* Debug */,
                752DDABE1AE16716008FDC23 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        75BB7FD71A2E3FB80081C2C0 /* Build configuration list for PBXProject "MyApp iOS" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                75BB7FFD1A2E3FB80081C2C0 /* Debug */,
                75BB7FFE1A2E3FB80081C2C0 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        75BB7FFF1A2E3FB80081C2C0 /* Build configuration list for PBXNativeTarget "MyApp iOS" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                75BB80001A2E3FB80081C2C0 /* Debug */,
                75BB80011A2E3FB80081C2C0 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        75BB80021A2E3FB80081C2C0 /* Build configuration list for PBXNativeTarget "MyApp iOSTests" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                75BB80031A2E3FB80081C2C0 /* Debug */,
                75BB80041A2E3FB80081C2C0 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = 75BB7FD41A2E3FB80081C2C0 /* Project object */;
} 

@jtdavid
Copy link

jtdavid commented Jun 28, 2015

I think that this was already fixed with xcodeproj 0.24.3... Just update cocoapods gem.

@segiddins
Copy link
Member

@jtdavid xcodeproj 0.24.3 only fixed serializing projects, and had no other changes

@jtdavid
Copy link

jtdavid commented Jun 28, 2015

@segiddins yes. My mistake...

Just mix up with DVTAssertions: ASSERTION FAILURE issue...sorry.

@MattKlinkhammer
Copy link
Author

I did try the fix suggested on Twitter by Samuel Giddins and ran Pod Install again and it did not fix this issue. I can send the error report for that if it will be of use.

@neonichu
Copy link
Member

@MattKlinkhammer does your project still open in Xcode? For me, it crashes on launch, inside property list parsing stuff. My naive assumption would be that it is somehow broken, did CocoaPods bring it into that state?

@MattKlinkhammer
Copy link
Author

I am still able to open it in Xcode. I changed some names to anonymize the project, which may have broken it. I'll upload it again without any edits.

@MattKlinkhammer
Copy link
Author

// !$*UTF8*$!
{
    archiveVersion = 1;
    classes = {
    };
    objectVersion = 46;
    objects = {

/* Begin PBXBuildFile section */
        7507F7401B38590200A1942D /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7507F73E1B38590200A1942D /* Interface.storyboard */; };
        7507F7421B38590200A1942D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7507F7411B38590200A1942D /* Assets.xcassets */; };
        7507F7491B38590200A1942D /* RoomNow WatchOS Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 7507F7481B38590200A1942D /* RoomNow WatchOS Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
        7507F7511B38590200A1942D /* InterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7501B38590200A1942D /* InterfaceController.m */; };
        7507F7541B38590200A1942D /* ExtensionDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7531B38590200A1942D /* ExtensionDelegate.m */; };
        7507F7571B38590200A1942D /* NotificationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7561B38590200A1942D /* NotificationController.m */; };
        7507F75A1B38590200A1942D /* GlanceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7591B38590200A1942D /* GlanceController.m */; };
        7507F75C1B38590200A1942D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7507F75B1B38590200A1942D /* Assets.xcassets */; };
        7507F7601B38590200A1942D /* RoomNow WatchOS.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 7507F73C1B38590100A1942D /* RoomNow WatchOS.app */; };
        7507F77C1B3865B700A1942D /* CalendarEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F76A1B3865B700A1942D /* CalendarEvent.m */; };
        7507F77D1B3865B700A1942D /* ListInterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F76C1B3865B700A1942D /* ListInterfaceController.m */; };
        7507F77E1B3865B700A1942D /* NSString+helperMethods.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F76E1B3865B700A1942D /* NSString+helperMethods.m */; };
        7507F77F1B3865B700A1942D /* Room.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7711B3865B700A1942D /* Room.m */; };
        7507F7801B3865B700A1942D /* RoomInfoInterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7731B3865B700A1942D /* RoomInfoInterfaceController.m */; };
        7507F7811B3865B700A1942D /* RoomListRowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7751B3865B700A1942D /* RoomListRowController.m */; };
        7507F7821B3865B700A1942D /* ScheduleInterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7771B3865B700A1942D /* ScheduleInterfaceController.m */; };
        7507F7831B3865B700A1942D /* ScheduleRowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F7791B3865B700A1942D /* ScheduleRowController.m */; };
        7507F7841B3865B700A1942D /* UIColor+anexinetColors.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507F77B1B3865B700A1942D /* UIColor+anexinetColors.m */; };
        752DDAA31AE16715008FDC23 /* ListInterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 752DDAA21AE16715008FDC23 /* ListInterfaceController.m */; };
        752DDAA61AE16715008FDC23 /* NotificationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 752DDAA51AE16715008FDC23 /* NotificationController.m */; };
        752DDAA91AE16715008FDC23 /* GlanceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 752DDAA81AE16715008FDC23 /* GlanceController.m */; };
        752DDAAB1AE16715008FDC23 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 752DDAAA1AE16715008FDC23 /* Images.xcassets */; };
        752DDAAF1AE16715008FDC23 /* RoomNOW iOS WatchKit App.app in Resources */ = {isa = PBXBuildFile; fileRef = 752DDAAE1AE16715008FDC23 /* RoomNOW iOS WatchKit App.app */; };
        752DDAB71AE16715008FDC23 /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 752DDAB51AE16715008FDC23 /* Interface.storyboard */; };
        752DDAB91AE16715008FDC23 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 752DDAB81AE16715008FDC23 /* Images.xcassets */; };
        752DDABC1AE16715008FDC23 /* RoomNOW iOS WatchKit Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 752DDA9C1AE16715008FDC23 /* RoomNOW iOS WatchKit Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
        752DDAC91AE6A165008FDC23 /* RoomListRowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 752DDAC81AE6A165008FDC23 /* RoomListRowController.m */; };
        752DDACC1AE80E7F008FDC23 /* NSString+helperMethods.m in Sources */ = {isa = PBXBuildFile; fileRef = 752DDACB1AE80E7F008FDC23 /* NSString+helperMethods.m */; };
        752DDACF1AE80EE0008FDC23 /* UIColor+anexinetColors.m in Sources */ = {isa = PBXBuildFile; fileRef = 752DDACE1AE80EE0008FDC23 /* UIColor+anexinetColors.m */; };
        75447FE51AF13B7400F227B8 /* RoomInfoInterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75447FE21AF1253B00F227B8 /* RoomInfoInterfaceController.m */; };
        7559506B1A7932110082886E /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7559506A1A7932110082886E /* CoreBluetooth.framework */; };
        7559506E1A7ACF320082886E /* UIColor+anexinetColors.m in Sources */ = {isa = PBXBuildFile; fileRef = 7559506D1A7ACF320082886E /* UIColor+anexinetColors.m */; };
        756406271A378A86008DC42A /* CalendarEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 756406261A378A86008DC42A /* CalendarEvent.m */; };
        75950E961AF7B22B00ED6544 /* Pods-RoomNOW iOS.debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 75950E941AF7B22B00ED6544 /* Pods-RoomNOW iOS.debug.xcconfig */; };
        75950E971AF7B22B00ED6544 /* Pods-RoomNOW iOS.release.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 75950E951AF7B22B00ED6544 /* Pods-RoomNOW iOS.release.xcconfig */; };
        75968EDC1A5AEA5B00E04DB1 /* CoreLocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 75968EDB1A5AEA5B00E04DB1 /* CoreLocationManager.m */; };
        75968EDE1A5AEAF400E04DB1 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75968EDD1A5AEAF400E04DB1 /* CoreLocation.framework */; };
        759B48631B162F950028B6ED /* PictureViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 759B48621B162F950028B6ED /* PictureViewController.m */; };
        75B56F041A4895A000BD7F64 /* SettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B56F031A4895A000BD7F64 /* SettingsViewController.m */; };
        75B56F3D1A4B0BAD00BD7F64 /* RoomInfoCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B56F3C1A4B0BAD00BD7F64 /* RoomInfoCollectionViewCell.m */; };
        75B56F401A4B0EDE00BD7F64 /* RoomInfoCollectionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B56F3F1A4B0EDE00BD7F64 /* RoomInfoCollectionViewController.m */; };
        75B56F431A519B8500BD7F64 /* RoomInfoTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B56F421A519B8500BD7F64 /* RoomInfoTableViewController.m */; };
        75B8BE631A9795CA000866AC /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 75B8BE611A9795CA000866AC /* Localizable.strings */; };
        75B8BE7B1A97D201000866AC /* NSDate+TKCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE661A97D201000866AC /* NSDate+TKCategory.m */; };
        75B8BE7C1A97D201000866AC /* TKCalendarDayEventView.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE681A97D201000866AC /* TKCalendarDayEventView.m */; };
        75B8BE7D1A97D201000866AC /* TKCalendarDayView.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE6A1A97D201000866AC /* TKCalendarDayView.m */; };
        75B8BE7E1A97D201000866AC /* TKGlobal.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE6C1A97D201000866AC /* TKGlobal.m */; };
        75B8BE7F1A97D201000866AC /* TKGradientView.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE6E1A97D201000866AC /* TKGradientView.m */; };
        75B8BE801A97D201000866AC /* UIColor+TKCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE701A97D201000866AC /* UIColor+TKCategory.m */; };
        75B8BE811A97D201000866AC /* UIImage+TKCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE721A97D201000866AC /* UIImage+TKCategory.m */; };
        75B8BE821A97D201000866AC /* UIImageView+TKCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE741A97D201000866AC /* UIImageView+TKCategory.m */; };
        75B8BE831A97D201000866AC /* UILabel+TKCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE761A97D201000866AC /* UILabel+TKCategory.m */; };
        75B8BE841A97D201000866AC /* UIScreen+TKCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE781A97D201000866AC /* UIScreen+TKCategory.m */; };
        75B8BE851A97D201000866AC /* UIView+TKCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE7A1A97D201000866AC /* UIView+TKCategory.m */; };
        75B8BE891A9E33A7000866AC /* UIViewController+assetSizeMethods.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE881A9E33A7000866AC /* UIViewController+assetSizeMethods.m */; };
        75B8BE8C1AA23D22000866AC /* AboutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B8BE8B1AA23D22000866AC /* AboutViewController.m */; };
        75BB7FE21A2E3FB80081C2C0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 75BB7FE11A2E3FB80081C2C0 /* main.m */; };
        75BB7FE51A2E3FB80081C2C0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 75BB7FE41A2E3FB80081C2C0 /* AppDelegate.m */; };
        75BB7FE81A2E3FB80081C2C0 /* RoomsListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75BB7FE71A2E3FB80081C2C0 /* RoomsListViewController.m */; };
        75BB7FED1A2E3FB80081C2C0 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 75BB7FEC1A2E3FB80081C2C0 /* Images.xcassets */; };
        75BB7FF01A2E3FB80081C2C0 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 75BB7FEE1A2E3FB80081C2C0 /* LaunchScreen.xib */; };
        75BB7FFC1A2E3FB80081C2C0 /* RoomGrabNativeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 75BB7FFB1A2E3FB80081C2C0 /* RoomGrabNativeTests.m */; };
        75BB83DA1A2E5E020081C2C0 /* Room.m in Sources */ = {isa = PBXBuildFile; fileRef = 75BB83D91A2E5E020081C2C0 /* Room.m */; };
        75BB83DF1A2FAFF70081C2C0 /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75BB83DE1A2FAFF70081C2C0 /* LoginViewController.m */; };
        75C0E3911A323A5300FCE558 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75C0E3901A323A5300FCE558 /* Security.framework */; };
        75C9D2301A30C6D900B2056C /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75C9D22F1A30C6D900B2056C /* QuartzCore.framework */; };
        75C9D2321A30C6F400B2056C /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75C9D2311A30C6F400B2056C /* MobileCoreServices.framework */; };
        75C9D2341A30C6FE00B2056C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75C9D2331A30C6FE00B2056C /* UIKit.framework */; };
        75C9D2371A30D90D00B2056C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 75C9D2361A30D90D00B2056C /* Main.storyboard */; };
        75C9D23A1A30E86F00B2056C /* RoomCalendarViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75C9D2391A30E86F00B2056C /* RoomCalendarViewController.m */; };
        75C9D2401A30F8EA00B2056C /* ReserveRoomViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75C9D23F1A30F8EA00B2056C /* ReserveRoomViewController.m */; };
        75C9D2431A31EA2100B2056C /* RoomInfoTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 75C9D2421A31EA2100B2056C /* RoomInfoTableViewCell.m */; };
        75C9D2471A31FE7700B2056C /* RoomNOWAFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 75C9D2461A31FE7700B2056C /* RoomNOWAFHTTPSessionManager.m */; };
        75CA27DF1AFAB28100F00AED /* Room.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CA27DE1AFAB28100F00AED /* Room.m */; };
        75CA27E21AFBBBA900F00AED /* ScheduleRowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CA27E11AFBBBA900F00AED /* ScheduleRowController.m */; };
        75CA27E51AFBBFB300F00AED /* ScheduleInterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CA27E41AFBBFB300F00AED /* ScheduleInterfaceController.m */; };
        75CA27E81AFC0C4D00F00AED /* CalendarEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CA27E71AFC0C4D00F00AED /* CalendarEvent.m */; };
        75CBE0741A855FC400747B5C /* MonthlyRoomCalendarViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CBE0731A855FC400747B5C /* MonthlyRoomCalendarViewController.m */; };
        75CBE07B1A8BECD500747B5C /* NSDate+helperMethods.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CBE07A1A8BECD500747B5C /* NSDate+helperMethods.m */; };
        75CBE07E1A8CEF2200747B5C /* RoomEventTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CBE07D1A8CEF2200747B5C /* RoomEventTableViewCell.m */; };
        75CBE0811A8CF87700747B5C /* RoomEventTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CBE0801A8CF87700747B5C /* RoomEventTableViewController.m */; };
        75E60A151A5DB2EC002BC082 /* NSString+helperMethods.m in Sources */ = {isa = PBXBuildFile; fileRef = 75E60A141A5DB2EC002BC082 /* NSString+helperMethods.m */; };
        D0AF386AEC3E30203E8EB5A0 /* libPods-RoomNOW iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 54BC2950B342E07ACDF39A48 /* libPods-RoomNOW iOS.a */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
        7507F74A1B38590200A1942D /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 75BB7FD41A2E3FB80081C2C0 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 7507F7471B38590200A1942D;
            remoteInfo = "RoomNow WatchOS Extension";
        };
        7507F75E1B38590200A1942D /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 75BB7FD41A2E3FB80081C2C0 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 7507F73B1B38590100A1942D;
            remoteInfo = "RoomNow WatchOS";
        };
        752DDAB01AE16715008FDC23 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 75BB7FD41A2E3FB80081C2C0 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 752DDAAD1AE16715008FDC23;
            remoteInfo = "RoomNOW iOS WatchKit App";
        };
        752DDABA1AE16715008FDC23 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 75BB7FD41A2E3FB80081C2C0 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 752DDA9B1AE16715008FDC23;
            remoteInfo = "RoomNOW iOS WatchKit Extension";
        };
        75BB7FF61A2E3FB80081C2C0 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 75BB7FD41A2E3FB80081C2C0 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 75BB7FDB1A2E3FB80081C2C0;
            remoteInfo = RoomGrabNative;
        };
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
        7507F7661B38590200A1942D /* Embed App Extensions */ = {
            isa = PBXCopyFilesBuildPhase;
            buildActionMask = 2147483647;
            dstPath = "";
            dstSubfolderSpec = 13;
            files = (
                7507F7491B38590200A1942D /* RoomNow WatchOS Extension.appex in Embed App Extensions */,
            );
            name = "Embed App Extensions";
            runOnlyForDeploymentPostprocessing = 0;
        };
        7507F7681B38590200A1942D /* Embed Watch Content */ = {
            isa = PBXCopyFilesBuildPhase;
            buildActionMask = 2147483647;
            dstPath = "$(CONTENTS_FOLDER_PATH)/Watch";
            dstSubfolderSpec = 16;
            files = (
                7507F7601B38590200A1942D /* RoomNow WatchOS.app in Embed Watch Content */,
            );
            name = "Embed Watch Content";
            runOnlyForDeploymentPostprocessing = 0;
        };
        752DDAC31AE16716008FDC23 /* Embed App Extensions */ = {
            isa = PBXCopyFilesBuildPhase;
            buildActionMask = 2147483647;
            dstPath = "";
            dstSubfolderSpec = 13;
            files = (
                752DDABC1AE16715008FDC23 /* RoomNOW iOS WatchKit Extension.appex in Embed App Extensions */,
            );
            name = "Embed App Extensions";
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
        54BC2950B342E07ACDF39A48 /* libPods-RoomNOW iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RoomNOW iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
        7507F73C1B38590100A1942D /* RoomNow WatchOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RoomNow WatchOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
        7507F73F1B38590200A1942D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = "<group>"; };
        7507F7411B38590200A1942D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
        7507F7431B38590200A1942D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        7507F7481B38590200A1942D /* RoomNow WatchOS Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "RoomNow WatchOS Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
        7507F74E1B38590200A1942D /* PushNotificationPayload.apns */ = {isa = PBXFileReference; lastKnownFileType = text; path = PushNotificationPayload.apns; sourceTree = "<group>"; };
        7507F74F1B38590200A1942D /* InterfaceController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InterfaceController.h; sourceTree = "<group>"; };
        7507F7501B38590200A1942D /* InterfaceController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InterfaceController.m; sourceTree = "<group>"; };
        7507F7521B38590200A1942D /* ExtensionDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExtensionDelegate.h; sourceTree = "<group>"; };
        7507F7531B38590200A1942D /* ExtensionDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExtensionDelegate.m; sourceTree = "<group>"; };
        7507F7551B38590200A1942D /* NotificationController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NotificationController.h; sourceTree = "<group>"; };
        7507F7561B38590200A1942D /* NotificationController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NotificationController.m; sourceTree = "<group>"; };
        7507F7581B38590200A1942D /* GlanceController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GlanceController.h; sourceTree = "<group>"; };
        7507F7591B38590200A1942D /* GlanceController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GlanceController.m; sourceTree = "<group>"; };
        7507F75B1B38590200A1942D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
        7507F75D1B38590200A1942D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        7507F7691B3865B700A1942D /* CalendarEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CalendarEvent.h; sourceTree = "<group>"; };
        7507F76A1B3865B700A1942D /* CalendarEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CalendarEvent.m; sourceTree = "<group>"; };
        7507F76B1B3865B700A1942D /* ListInterfaceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ListInterfaceController.h; sourceTree = "<group>"; };
        7507F76C1B3865B700A1942D /* ListInterfaceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ListInterfaceController.m; sourceTree = "<group>"; };
        7507F76D1B3865B700A1942D /* NSString+helperMethods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+helperMethods.h"; sourceTree = "<group>"; };
        7507F76E1B3865B700A1942D /* NSString+helperMethods.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+helperMethods.m"; sourceTree = "<group>"; };
        7507F76F1B3865B700A1942D /* PrefixHeader.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = "<group>"; };
        7507F7701B3865B700A1942D /* Room.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Room.h; sourceTree = "<group>"; };
        7507F7711B3865B700A1942D /* Room.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Room.m; sourceTree = "<group>"; };
        7507F7721B3865B700A1942D /* RoomInfoInterfaceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomInfoInterfaceController.h; sourceTree = "<group>"; };
        7507F7731B3865B700A1942D /* RoomInfoInterfaceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomInfoInterfaceController.m; sourceTree = "<group>"; };
        7507F7741B3865B700A1942D /* RoomListRowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomListRowController.h; sourceTree = "<group>"; };
        7507F7751B3865B700A1942D /* RoomListRowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomListRowController.m; sourceTree = "<group>"; };
        7507F7761B3865B700A1942D /* ScheduleInterfaceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScheduleInterfaceController.h; sourceTree = "<group>"; };
        7507F7771B3865B700A1942D /* ScheduleInterfaceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScheduleInterfaceController.m; sourceTree = "<group>"; };
        7507F7781B3865B700A1942D /* ScheduleRowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScheduleRowController.h; sourceTree = "<group>"; };
        7507F7791B3865B700A1942D /* ScheduleRowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScheduleRowController.m; sourceTree = "<group>"; };
        7507F77A1B3865B700A1942D /* UIColor+anexinetColors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+anexinetColors.h"; sourceTree = "<group>"; };
        7507F77B1B3865B700A1942D /* UIColor+anexinetColors.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+anexinetColors.m"; sourceTree = "<group>"; };
        752DDA9C1AE16715008FDC23 /* RoomNOW iOS WatchKit Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "RoomNOW iOS WatchKit Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
        752DDA9F1AE16715008FDC23 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        752DDAA01AE16715008FDC23 /* PushNotificationPayload.apns */ = {isa = PBXFileReference; lastKnownFileType = text; path = PushNotificationPayload.apns; sourceTree = "<group>"; };
        752DDAA11AE16715008FDC23 /* ListInterfaceController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ListInterfaceController.h; sourceTree = "<group>"; };
        752DDAA21AE16715008FDC23 /* ListInterfaceController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ListInterfaceController.m; sourceTree = "<group>"; };
        752DDAA41AE16715008FDC23 /* NotificationController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NotificationController.h; sourceTree = "<group>"; };
        752DDAA51AE16715008FDC23 /* NotificationController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NotificationController.m; sourceTree = "<group>"; };
        752DDAA71AE16715008FDC23 /* GlanceController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GlanceController.h; sourceTree = "<group>"; };
        752DDAA81AE16715008FDC23 /* GlanceController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GlanceController.m; sourceTree = "<group>"; };
        752DDAAA1AE16715008FDC23 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
        752DDAAE1AE16715008FDC23 /* RoomNOW iOS WatchKit App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RoomNOW iOS WatchKit App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
        752DDAB41AE16715008FDC23 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        752DDAB61AE16715008FDC23 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = "<group>"; };
        752DDAB81AE16715008FDC23 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
        752DDAC41AE1A284008FDC23 /* RoomNOW iOS WatchKit Extension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "RoomNOW iOS WatchKit Extension.entitlements"; sourceTree = "<group>"; };
        752DDAC71AE6A165008FDC23 /* RoomListRowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomListRowController.h; sourceTree = "<group>"; };
        752DDAC81AE6A165008FDC23 /* RoomListRowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomListRowController.m; sourceTree = "<group>"; };
        752DDACA1AE80E7F008FDC23 /* NSString+helperMethods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+helperMethods.h"; sourceTree = "<group>"; };
        752DDACB1AE80E7F008FDC23 /* NSString+helperMethods.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+helperMethods.m"; sourceTree = "<group>"; };
        752DDACD1AE80EE0008FDC23 /* UIColor+anexinetColors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+anexinetColors.h"; sourceTree = "<group>"; };
        752DDACE1AE80EE0008FDC23 /* UIColor+anexinetColors.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+anexinetColors.m"; sourceTree = "<group>"; };
        75447FE11AF1253B00F227B8 /* RoomInfoInterfaceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RoomInfoInterfaceController.h; path = "RoomNOW iOS WatchKit Extension/RoomInfoInterfaceController.h"; sourceTree = SOURCE_ROOT; };
        75447FE21AF1253B00F227B8 /* RoomInfoInterfaceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RoomInfoInterfaceController.m; path = "RoomNOW iOS WatchKit Extension/RoomInfoInterfaceController.m"; sourceTree = SOURCE_ROOT; };
        75447FE61AF158D400F227B8 /* PrefixHeader.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PrefixHeader.pch; path = "RoomNOW iOS WatchKit Extension/PrefixHeader.pch"; sourceTree = SOURCE_ROOT; };
        7559506A1A7932110082886E /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = System/Library/Frameworks/CoreBluetooth.framework; sourceTree = SDKROOT; };
        7559506C1A7ACF320082886E /* UIColor+anexinetColors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+anexinetColors.h"; sourceTree = "<group>"; };
        7559506D1A7ACF320082886E /* UIColor+anexinetColors.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+anexinetColors.m"; sourceTree = "<group>"; };
        756406251A378A86008DC42A /* CalendarEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CalendarEvent.h; sourceTree = "<group>"; };
        756406261A378A86008DC42A /* CalendarEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CalendarEvent.m; sourceTree = "<group>"; };
        75950E941AF7B22B00ED6544 /* Pods-RoomNOW iOS.debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Pods-RoomNOW iOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RoomNOW iOS/Pods-RoomNOW iOS.debug.xcconfig"; sourceTree = "<group>"; };
        75950E951AF7B22B00ED6544 /* Pods-RoomNOW iOS.release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Pods-RoomNOW iOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-RoomNOW iOS/Pods-RoomNOW iOS.release.xcconfig"; sourceTree = "<group>"; };
        75968EDA1A5AEA5B00E04DB1 /* CoreLocationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CoreLocationManager.h; sourceTree = "<group>"; };
        75968EDB1A5AEA5B00E04DB1 /* CoreLocationManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CoreLocationManager.m; sourceTree = "<group>"; };
        75968EDD1A5AEAF400E04DB1 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
        759B48611B162F950028B6ED /* PictureViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PictureViewController.h; sourceTree = "<group>"; };
        759B48621B162F950028B6ED /* PictureViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PictureViewController.m; sourceTree = "<group>"; };
        75B56F021A4895A000BD7F64 /* SettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsViewController.h; sourceTree = "<group>"; };
        75B56F031A4895A000BD7F64 /* SettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SettingsViewController.m; sourceTree = "<group>"; };
        75B56F3B1A4B0BAD00BD7F64 /* RoomInfoCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomInfoCollectionViewCell.h; sourceTree = "<group>"; };
        75B56F3C1A4B0BAD00BD7F64 /* RoomInfoCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomInfoCollectionViewCell.m; sourceTree = "<group>"; };
        75B56F3E1A4B0EDE00BD7F64 /* RoomInfoCollectionViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomInfoCollectionViewController.h; sourceTree = "<group>"; };
        75B56F3F1A4B0EDE00BD7F64 /* RoomInfoCollectionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomInfoCollectionViewController.m; sourceTree = "<group>"; };
        75B56F411A519B8500BD7F64 /* RoomInfoTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomInfoTableViewController.h; sourceTree = "<group>"; };
        75B56F421A519B8500BD7F64 /* RoomInfoTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomInfoTableViewController.m; sourceTree = "<group>"; };
        75B8BE621A9795CA000866AC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = Localizable.strings; sourceTree = "<group>"; };
        75B8BE651A97D201000866AC /* NSDate+TKCategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDate+TKCategory.h"; sourceTree = "<group>"; };
        75B8BE661A97D201000866AC /* NSDate+TKCategory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDate+TKCategory.m"; sourceTree = "<group>"; };
        75B8BE671A97D201000866AC /* TKCalendarDayEventView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TKCalendarDayEventView.h; sourceTree = "<group>"; };
        75B8BE681A97D201000866AC /* TKCalendarDayEventView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TKCalendarDayEventView.m; sourceTree = "<group>"; };
        75B8BE691A97D201000866AC /* TKCalendarDayView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TKCalendarDayView.h; sourceTree = "<group>"; };
        75B8BE6A1A97D201000866AC /* TKCalendarDayView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TKCalendarDayView.m; sourceTree = "<group>"; };
        75B8BE6B1A97D201000866AC /* TKGlobal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TKGlobal.h; sourceTree = "<group>"; };
        75B8BE6C1A97D201000866AC /* TKGlobal.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TKGlobal.m; sourceTree = "<group>"; };
        75B8BE6D1A97D201000866AC /* TKGradientView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TKGradientView.h; sourceTree = "<group>"; };
        75B8BE6E1A97D201000866AC /* TKGradientView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TKGradientView.m; sourceTree = "<group>"; };
        75B8BE6F1A97D201000866AC /* UIColor+TKCategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+TKCategory.h"; sourceTree = "<group>"; };
        75B8BE701A97D201000866AC /* UIColor+TKCategory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+TKCategory.m"; sourceTree = "<group>"; };
        75B8BE711A97D201000866AC /* UIImage+TKCategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+TKCategory.h"; sourceTree = "<group>"; };
        75B8BE721A97D201000866AC /* UIImage+TKCategory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+TKCategory.m"; sourceTree = "<group>"; };
        75B8BE731A97D201000866AC /* UIImageView+TKCategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+TKCategory.h"; sourceTree = "<group>"; };
        75B8BE741A97D201000866AC /* UIImageView+TKCategory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+TKCategory.m"; sourceTree = "<group>"; };
        75B8BE751A97D201000866AC /* UILabel+TKCategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UILabel+TKCategory.h"; sourceTree = "<group>"; };
        75B8BE761A97D201000866AC /* UILabel+TKCategory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UILabel+TKCategory.m"; sourceTree = "<group>"; };
        75B8BE771A97D201000866AC /* UIScreen+TKCategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScreen+TKCategory.h"; sourceTree = "<group>"; };
        75B8BE781A97D201000866AC /* UIScreen+TKCategory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScreen+TKCategory.m"; sourceTree = "<group>"; };
        75B8BE791A97D201000866AC /* UIView+TKCategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+TKCategory.h"; sourceTree = "<group>"; };
        75B8BE7A1A97D201000866AC /* UIView+TKCategory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+TKCategory.m"; sourceTree = "<group>"; };
        75B8BE871A9E33A7000866AC /* UIViewController+assetSizeMethods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+assetSizeMethods.h"; sourceTree = "<group>"; };
        75B8BE881A9E33A7000866AC /* UIViewController+assetSizeMethods.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+assetSizeMethods.m"; sourceTree = "<group>"; };
        75B8BE8A1AA23D22000866AC /* AboutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AboutViewController.h; sourceTree = "<group>"; };
        75B8BE8B1AA23D22000866AC /* AboutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AboutViewController.m; sourceTree = "<group>"; };
        75BB7FDC1A2E3FB80081C2C0 /* RoomNOW iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RoomNOW iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
        75BB7FE01A2E3FB80081C2C0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        75BB7FE11A2E3FB80081C2C0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
        75BB7FE31A2E3FB80081C2C0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
        75BB7FE41A2E3FB80081C2C0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
        75BB7FE61A2E3FB80081C2C0 /* RoomsListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomsListViewController.h; sourceTree = "<group>"; };
        75BB7FE71A2E3FB80081C2C0 /* RoomsListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomsListViewController.m; sourceTree = "<group>"; };
        75BB7FEC1A2E3FB80081C2C0 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
        75BB7FEF1A2E3FB80081C2C0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
        75BB7FF51A2E3FB80081C2C0 /* RoomNOW iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "RoomNOW iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
        75BB7FFA1A2E3FB80081C2C0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        75BB7FFB1A2E3FB80081C2C0 /* RoomGrabNativeTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomGrabNativeTests.m; sourceTree = "<group>"; };
        75BB83D81A2E5E020081C2C0 /* Room.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Room.h; sourceTree = "<group>"; };
        75BB83D91A2E5E020081C2C0 /* Room.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Room.m; sourceTree = "<group>"; };
        75BB83DD1A2FAFF70081C2C0 /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; };
        75BB83DE1A2FAFF70081C2C0 /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; };
        75C0E38B1A3235CE00FCE558 /* RoomGrabNative.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = RoomGrabNative.entitlements; sourceTree = "<group>"; };
        75C0E3901A323A5300FCE558 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
        75C0E3921A323B8600FCE558 /* PrefixHeader.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = "<group>"; };
        75C770981AEECD9E0033E555 /* Pods-RoomNOW iOS.debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Pods-RoomNOW iOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RoomNOW iOS/Pods-RoomNOW iOS.debug.xcconfig"; sourceTree = "<group>"; };
        75C770991AEECD9E0033E555 /* Pods-RoomNOW iOS.release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Pods-RoomNOW iOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-RoomNOW iOS/Pods-RoomNOW iOS.release.xcconfig"; sourceTree = "<group>"; };
        75C9D22F1A30C6D900B2056C /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
        75C9D2311A30C6F400B2056C /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
        75C9D2331A30C6FE00B2056C /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
        75C9D2361A30D90D00B2056C /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
        75C9D2381A30E86F00B2056C /* RoomCalendarViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomCalendarViewController.h; sourceTree = "<group>"; };
        75C9D2391A30E86F00B2056C /* RoomCalendarViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomCalendarViewController.m; sourceTree = "<group>"; };
        75C9D23E1A30F8EA00B2056C /* ReserveRoomViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReserveRoomViewController.h; sourceTree = "<group>"; };
        75C9D23F1A30F8EA00B2056C /* ReserveRoomViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ReserveRoomViewController.m; sourceTree = "<group>"; };
        75C9D2411A31EA2100B2056C /* RoomInfoTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomInfoTableViewCell.h; sourceTree = "<group>"; };
        75C9D2421A31EA2100B2056C /* RoomInfoTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomInfoTableViewCell.m; sourceTree = "<group>"; };
        75C9D2451A31FE7700B2056C /* RoomNOWAFHTTPSessionManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomNOWAFHTTPSessionManager.h; sourceTree = "<group>"; };
        75C9D2461A31FE7700B2056C /* RoomNOWAFHTTPSessionManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomNOWAFHTTPSessionManager.m; sourceTree = "<group>"; };
        75CA27DD1AFAB28100F00AED /* Room.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Room.h; sourceTree = "<group>"; };
        75CA27DE1AFAB28100F00AED /* Room.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Room.m; sourceTree = "<group>"; };
        75CA27E01AFBBBA900F00AED /* ScheduleRowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScheduleRowController.h; sourceTree = "<group>"; };
        75CA27E11AFBBBA900F00AED /* ScheduleRowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScheduleRowController.m; sourceTree = "<group>"; };
        75CA27E31AFBBFB300F00AED /* ScheduleInterfaceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScheduleInterfaceController.h; sourceTree = "<group>"; };
        75CA27E41AFBBFB300F00AED /* ScheduleInterfaceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScheduleInterfaceController.m; sourceTree = "<group>"; };
        75CA27E61AFC0C4D00F00AED /* CalendarEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CalendarEvent.h; sourceTree = "<group>"; };
        75CA27E71AFC0C4D00F00AED /* CalendarEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CalendarEvent.m; sourceTree = "<group>"; };
        75CBE0721A855FC400747B5C /* MonthlyRoomCalendarViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MonthlyRoomCalendarViewController.h; sourceTree = "<group>"; };
        75CBE0731A855FC400747B5C /* MonthlyRoomCalendarViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MonthlyRoomCalendarViewController.m; sourceTree = "<group>"; };
        75CBE0791A8BECD500747B5C /* NSDate+helperMethods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDate+helperMethods.h"; sourceTree = "<group>"; };
        75CBE07A1A8BECD500747B5C /* NSDate+helperMethods.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDate+helperMethods.m"; sourceTree = "<group>"; };
        75CBE07C1A8CEF2200747B5C /* RoomEventTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomEventTableViewCell.h; sourceTree = "<group>"; };
        75CBE07D1A8CEF2200747B5C /* RoomEventTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomEventTableViewCell.m; sourceTree = "<group>"; };
        75CBE07F1A8CF87700747B5C /* RoomEventTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomEventTableViewController.h; sourceTree = "<group>"; };
        75CBE0801A8CF87700747B5C /* RoomEventTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomEventTableViewController.m; sourceTree = "<group>"; };
        75E60A131A5DB2EC002BC082 /* NSString+helperMethods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+helperMethods.h"; sourceTree = "<group>"; };
        75E60A141A5DB2EC002BC082 /* NSString+helperMethods.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+helperMethods.m"; sourceTree = "<group>"; };
        C513FC802C6FE7DC960FDF34 /* libPods-RoomGrab iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RoomGrab iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
        7507F7451B38590200A1942D /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        752DDA991AE16715008FDC23 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        75BB7FD91A2E3FB80081C2C0 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
                7559506B1A7932110082886E /* CoreBluetooth.framework in Frameworks */,
                75968EDE1A5AEAF400E04DB1 /* CoreLocation.framework in Frameworks */,
                75C0E3911A323A5300FCE558 /* Security.framework in Frameworks */,
                75C9D2341A30C6FE00B2056C /* UIKit.framework in Frameworks */,
                75C9D2321A30C6F400B2056C /* MobileCoreServices.framework in Frameworks */,
                75C9D2301A30C6D900B2056C /* QuartzCore.framework in Frameworks */,
                D0AF386AEC3E30203E8EB5A0 /* libPods-RoomNOW iOS.a in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        75BB7FF21A2E3FB80081C2C0 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
        7507F73D1B38590200A1942D /* RoomNOW WatchOS */ = {
            isa = PBXGroup;
            children = (
                7507F73E1B38590200A1942D /* Interface.storyboard */,
                7507F7411B38590200A1942D /* Assets.xcassets */,
                7507F7431B38590200A1942D /* Info.plist */,
            );
            name = "RoomNOW WatchOS";
            path = "RoomNow WatchOS";
            sourceTree = "<group>";
        };
        7507F74C1B38590200A1942D /* RoomNOW WatchOS Extension */ = {
            isa = PBXGroup;
            children = (
                7507F7691B3865B700A1942D /* CalendarEvent.h */,
                7507F76A1B3865B700A1942D /* CalendarEvent.m */,
                7507F76B1B3865B700A1942D /* ListInterfaceController.h */,
                7507F76C1B3865B700A1942D /* ListInterfaceController.m */,
                7507F76D1B3865B700A1942D /* NSString+helperMethods.h */,
                7507F76E1B3865B700A1942D /* NSString+helperMethods.m */,
                7507F76F1B3865B700A1942D /* PrefixHeader.pch */,
                7507F7701B3865B700A1942D /* Room.h */,
                7507F7711B3865B700A1942D /* Room.m */,
                7507F7721B3865B700A1942D /* RoomInfoInterfaceController.h */,
                7507F7731B3865B700A1942D /* RoomInfoInterfaceController.m */,
                7507F7741B3865B700A1942D /* RoomListRowController.h */,
                7507F7751B3865B700A1942D /* RoomListRowController.m */,
                7507F7761B3865B700A1942D /* ScheduleInterfaceController.h */,
                7507F7771B3865B700A1942D /* ScheduleInterfaceController.m */,
                7507F7781B3865B700A1942D /* ScheduleRowController.h */,
                7507F7791B3865B700A1942D /* ScheduleRowController.m */,
                7507F77A1B3865B700A1942D /* UIColor+anexinetColors.h */,
                7507F77B1B3865B700A1942D /* UIColor+anexinetColors.m */,
                7507F74F1B38590200A1942D /* InterfaceController.h */,
                7507F7501B38590200A1942D /* InterfaceController.m */,
                7507F7521B38590200A1942D /* ExtensionDelegate.h */,
                7507F7531B38590200A1942D /* ExtensionDelegate.m */,
                7507F7551B38590200A1942D /* NotificationController.h */,
                7507F7561B38590200A1942D /* NotificationController.m */,
                7507F7581B38590200A1942D /* GlanceController.h */,
                7507F7591B38590200A1942D /* GlanceController.m */,
                7507F75B1B38590200A1942D /* Assets.xcassets */,
                7507F75D1B38590200A1942D /* Info.plist */,
                7507F74D1B38590200A1942D /* Supporting Files */,
            );
            name = "RoomNOW WatchOS Extension";
            path = "RoomNow WatchOS Extension";
            sourceTree = "<group>";
        };
        7507F74D1B38590200A1942D /* Supporting Files */ = {
            isa = PBXGroup;
            children = (
                7507F74E1B38590200A1942D /* PushNotificationPayload.apns */,
            );
            name = "Supporting Files";
            sourceTree = "<group>";
        };
        752DDA9D1AE16715008FDC23 /* RoomNOW iOS WatchKit Extension */ = {
            isa = PBXGroup;
            children = (
                75CA27E61AFC0C4D00F00AED /* CalendarEvent.h */,
                75CA27E71AFC0C4D00F00AED /* CalendarEvent.m */,
                75CA27DD1AFAB28100F00AED /* Room.h */,
                75CA27DE1AFAB28100F00AED /* Room.m */,
                752DDACD1AE80EE0008FDC23 /* UIColor+anexinetColors.h */,
                752DDACE1AE80EE0008FDC23 /* UIColor+anexinetColors.m */,
                752DDACA1AE80E7F008FDC23 /* NSString+helperMethods.h */,
                752DDACB1AE80E7F008FDC23 /* NSString+helperMethods.m */,
                752DDAC41AE1A284008FDC23 /* RoomNOW iOS WatchKit Extension.entitlements */,
                752DDAA11AE16715008FDC23 /* ListInterfaceController.h */,
                752DDAA21AE16715008FDC23 /* ListInterfaceController.m */,
                75CA27E31AFBBFB300F00AED /* ScheduleInterfaceController.h */,
                75CA27E41AFBBFB300F00AED /* ScheduleInterfaceController.m */,
                752DDAA41AE16715008FDC23 /* NotificationController.h */,
                752DDAA51AE16715008FDC23 /* NotificationController.m */,
                752DDAA71AE16715008FDC23 /* GlanceController.h */,
                752DDAA81AE16715008FDC23 /* GlanceController.m */,
                752DDAAA1AE16715008FDC23 /* Images.xcassets */,
                752DDA9E1AE16715008FDC23 /* Supporting Files */,
                752DDAC71AE6A165008FDC23 /* RoomListRowController.h */,
                752DDAC81AE6A165008FDC23 /* RoomListRowController.m */,
                75447FE11AF1253B00F227B8 /* RoomInfoInterfaceController.h */,
                75447FE21AF1253B00F227B8 /* RoomInfoInterfaceController.m */,
                75447FE61AF158D400F227B8 /* PrefixHeader.pch */,
                75CA27E01AFBBBA900F00AED /* ScheduleRowController.h */,
                75CA27E11AFBBBA900F00AED /* ScheduleRowController.m */,
            );
            path = "RoomNOW iOS WatchKit Extension";
            sourceTree = "<group>";
        };
        752DDA9E1AE16715008FDC23 /* Supporting Files */ = {
            isa = PBXGroup;
            children = (
                752DDA9F1AE16715008FDC23 /* Info.plist */,
                752DDAA01AE16715008FDC23 /* PushNotificationPayload.apns */,
            );
            name = "Supporting Files";
            sourceTree = "<group>";
        };
        752DDAB21AE16715008FDC23 /* RoomNOW iOS WatchKit App */ = {
            isa = PBXGroup;
            children = (
                752DDAB51AE16715008FDC23 /* Interface.storyboard */,
                752DDAB81AE16715008FDC23 /* Images.xcassets */,
                752DDAB31AE16715008FDC23 /* Supporting Files */,
            );
            path = "RoomNOW iOS WatchKit App";
            sourceTree = "<group>";
        };
        752DDAB31AE16715008FDC23 /* Supporting Files */ = {
            isa = PBXGroup;
            children = (
                752DDAB41AE16715008FDC23 /* Info.plist */,
            );
            name = "Supporting Files";
            sourceTree = "<group>";
        };
        75968ED81A572F8300E04DB1 /* View Controllers */ = {
            isa = PBXGroup;
            children = (
                75CBE07F1A8CF87700747B5C /* RoomEventTableViewController.h */,
                75CBE0801A8CF87700747B5C /* RoomEventTableViewController.m */,
                75C9D2381A30E86F00B2056C /* RoomCalendarViewController.h */,
                75C9D2391A30E86F00B2056C /* RoomCalendarViewController.m */,
                75BB7FE61A2E3FB80081C2C0 /* RoomsListViewController.h */,
                75BB7FE71A2E3FB80081C2C0 /* RoomsListViewController.m */,
                75B56F021A4895A000BD7F64 /* SettingsViewController.h */,
                75B56F031A4895A000BD7F64 /* SettingsViewController.m */,
                75BB83DD1A2FAFF70081C2C0 /* LoginViewController.h */,
                75BB83DE1A2FAFF70081C2C0 /* LoginViewController.m */,
                75B56F411A519B8500BD7F64 /* RoomInfoTableViewController.h */,
                75B56F421A519B8500BD7F64 /* RoomInfoTableViewController.m */,
                75B56F3E1A4B0EDE00BD7F64 /* RoomInfoCollectionViewController.h */,
                75B56F3F1A4B0EDE00BD7F64 /* RoomInfoCollectionViewController.m */,
                75C9D23E1A30F8EA00B2056C /* ReserveRoomViewController.h */,
                75C9D23F1A30F8EA00B2056C /* ReserveRoomViewController.m */,
                75CBE0721A855FC400747B5C /* MonthlyRoomCalendarViewController.h */,
                75CBE0731A855FC400747B5C /* MonthlyRoomCalendarViewController.m */,
                75B8BE8A1AA23D22000866AC /* AboutViewController.h */,
                75B8BE8B1AA23D22000866AC /* AboutViewController.m */,
                759B48611B162F950028B6ED /* PictureViewController.h */,
                759B48621B162F950028B6ED /* PictureViewController.m */,
            );
            name = "View Controllers";
            sourceTree = "<group>";
        };
        75968ED91A572FB300E04DB1 /* Cells */ = {
            isa = PBXGroup;
            children = (
                75CBE07C1A8CEF2200747B5C /* RoomEventTableViewCell.h */,
                75CBE07D1A8CEF2200747B5C /* RoomEventTableViewCell.m */,
                75B56F3B1A4B0BAD00BD7F64 /* RoomInfoCollectionViewCell.h */,
                75B56F3C1A4B0BAD00BD7F64 /* RoomInfoCollectionViewCell.m */,
                75C9D2411A31EA2100B2056C /* RoomInfoTableViewCell.h */,
                75C9D2421A31EA2100B2056C /* RoomInfoTableViewCell.m */,
            );
            name = Cells;
            sourceTree = "<group>";
        };
        75B8BE601A9795CA000866AC /* en.lproj */ = {
            isa = PBXGroup;
            children = (
                75B8BE611A9795CA000866AC /* Localizable.strings */,
            );
            name = en.lproj;
            path = RoomGrabNative/en.lproj;
            sourceTree = "<group>";
        };
        75B8BE641A97D201000866AC /* TKCalendar */ = {
            isa = PBXGroup;
            children = (
                75B8BE651A97D201000866AC /* NSDate+TKCategory.h */,
                75B8BE661A97D201000866AC /* NSDate+TKCategory.m */,
                75B8BE671A97D201000866AC /* TKCalendarDayEventView.h */,
                75B8BE681A97D201000866AC /* TKCalendarDayEventView.m */,
                75B8BE691A97D201000866AC /* TKCalendarDayView.h */,
                75B8BE6A1A97D201000866AC /* TKCalendarDayView.m */,
                75B8BE6B1A97D201000866AC /* TKGlobal.h */,
                75B8BE6C1A97D201000866AC /* TKGlobal.m */,
                75B8BE6D1A97D201000866AC /* TKGradientView.h */,
                75B8BE6E1A97D201000866AC /* TKGradientView.m */,
                75B8BE6F1A97D201000866AC /* UIColor+TKCategory.h */,
                75B8BE701A97D201000866AC /* UIColor+TKCategory.m */,
                75B8BE711A97D201000866AC /* UIImage+TKCategory.h */,
                75B8BE721A97D201000866AC /* UIImage+TKCategory.m */,
                75B8BE731A97D201000866AC /* UIImageView+TKCategory.h */,
                75B8BE741A97D201000866AC /* UIImageView+TKCategory.m */,
                75B8BE751A97D201000866AC /* UILabel+TKCategory.h */,
                75B8BE761A97D201000866AC /* UILabel+TKCategory.m */,
                75B8BE771A97D201000866AC /* UIScreen+TKCategory.h */,
                75B8BE781A97D201000866AC /* UIScreen+TKCategory.m */,
                75B8BE791A97D201000866AC /* UIView+TKCategory.h */,
                75B8BE7A1A97D201000866AC /* UIView+TKCategory.m */,
            );
            path = TKCalendar;
            sourceTree = "<group>";
        };
        75BB7FD31A2E3FB80081C2C0 = {
            isa = PBXGroup;
            children = (
                75B8BE641A97D201000866AC /* TKCalendar */,
                75B8BE601A9795CA000866AC /* en.lproj */,
                75968EDD1A5AEAF400E04DB1 /* CoreLocation.framework */,
                75C0E3901A323A5300FCE558 /* Security.framework */,
                75C9D2331A30C6FE00B2056C /* UIKit.framework */,
                75C9D2311A30C6F400B2056C /* MobileCoreServices.framework */,
                75C9D22F1A30C6D900B2056C /* QuartzCore.framework */,
                75BB7FDE1A2E3FB80081C2C0 /* RoomNOW iOS */,
                75BB7FF81A2E3FB80081C2C0 /* RoomNOW iOS Tests */,
                752DDA9D1AE16715008FDC23 /* RoomNOW iOS WatchKit Extension */,
                752DDAB21AE16715008FDC23 /* RoomNOW iOS WatchKit App */,
                7507F73D1B38590200A1942D /* RoomNOW WatchOS */,
                7507F74C1B38590200A1942D /* RoomNOW WatchOS Extension */,
                75BB7FDD1A2E3FB80081C2C0 /* Products */,
                C7A395A7B63674EF8F008113 /* Pods */,
                F806F4E60DF3691B4F76F94A /* Frameworks */,
            );
            sourceTree = "<group>";
        };
        75BB7FDD1A2E3FB80081C2C0 /* Products */ = {
            isa = PBXGroup;
            children = (
                75BB7FDC1A2E3FB80081C2C0 /* RoomNOW iOS.app */,
                75BB7FF51A2E3FB80081C2C0 /* RoomNOW iOSTests.xctest */,
                752DDA9C1AE16715008FDC23 /* RoomNOW iOS WatchKit Extension.appex */,
                752DDAAE1AE16715008FDC23 /* RoomNOW iOS WatchKit App.app */,
                7507F73C1B38590100A1942D /* RoomNow WatchOS.app */,
                7507F7481B38590200A1942D /* RoomNow WatchOS Extension.appex */,
            );
            name = Products;
            sourceTree = "<group>";
        };
        75BB7FDE1A2E3FB80081C2C0 /* RoomNOW iOS */ = {
            isa = PBXGroup;
            children = (
                75C0E38B1A3235CE00FCE558 /* RoomGrabNative.entitlements */,
                75C9D2441A31FE0C00B2056C /* Services */,
                75BB83D71A2E5DEC0081C2C0 /* Model */,
                75968ED81A572F8300E04DB1 /* View Controllers */,
                75968ED91A572FB300E04DB1 /* Cells */,
                75BB7FE31A2E3FB80081C2C0 /* AppDelegate.h */,
                75BB7FE41A2E3FB80081C2C0 /* AppDelegate.m */,
                7559506C1A7ACF320082886E /* UIColor+anexinetColors.h */,
                7559506D1A7ACF320082886E /* UIColor+anexinetColors.m */,
                75968EDA1A5AEA5B00E04DB1 /* CoreLocationManager.h */,
                75968EDB1A5AEA5B00E04DB1 /* CoreLocationManager.m */,
                75C0E3921A323B8600FCE558 /* PrefixHeader.pch */,
                75BB7FEC1A2E3FB80081C2C0 /* Images.xcassets */,
                75C9D2361A30D90D00B2056C /* Main.storyboard */,
                75BB7FEE1A2E3FB80081C2C0 /* LaunchScreen.xib */,
                75BB7FDF1A2E3FB80081C2C0 /* Supporting Files */,
            );
            path = "RoomNOW iOS";
            sourceTree = "<group>";
        };
        75BB7FDF1A2E3FB80081C2C0 /* Supporting Files */ = {
            isa = PBXGroup;
            children = (
                75BB7FE01A2E3FB80081C2C0 /* Info.plist */,
                75BB7FE11A2E3FB80081C2C0 /* main.m */,
            );
            name = "Supporting Files";
            sourceTree = "<group>";
        };
        75BB7FF81A2E3FB80081C2C0 /* RoomNOW iOS Tests */ = {
            isa = PBXGroup;
            children = (
                75BB7FFB1A2E3FB80081C2C0 /* RoomGrabNativeTests.m */,
                75BB7FF91A2E3FB80081C2C0 /* Supporting Files */,
            );
            path = "RoomNOW iOS Tests";
            sourceTree = "<group>";
        };
        75BB7FF91A2E3FB80081C2C0 /* Supporting Files */ = {
            isa = PBXGroup;
            children = (
                75BB7FFA1A2E3FB80081C2C0 /* Info.plist */,
            );
            name = "Supporting Files";
            sourceTree = "<group>";
        };
        75BB83D71A2E5DEC0081C2C0 /* Model */ = {
            isa = PBXGroup;
            children = (
                75B8BE871A9E33A7000866AC /* UIViewController+assetSizeMethods.h */,
                75B8BE881A9E33A7000866AC /* UIViewController+assetSizeMethods.m */,
                75BB83D81A2E5E020081C2C0 /* Room.h */,
                75BB83D91A2E5E020081C2C0 /* Room.m */,
                756406251A378A86008DC42A /* CalendarEvent.h */,
                756406261A378A86008DC42A /* CalendarEvent.m */,
                75E60A131A5DB2EC002BC082 /* NSString+helperMethods.h */,
                75E60A141A5DB2EC002BC082 /* NSString+helperMethods.m */,
                75CBE0791A8BECD500747B5C /* NSDate+helperMethods.h */,
                75CBE07A1A8BECD500747B5C /* NSDate+helperMethods.m */,
            );
            name = Model;
            sourceTree = "<group>";
        };
        75C9D2441A31FE0C00B2056C /* Services */ = {
            isa = PBXGroup;
            children = (
                75C9D2451A31FE7700B2056C /* RoomNOWAFHTTPSessionManager.h */,
                75C9D2461A31FE7700B2056C /* RoomNOWAFHTTPSessionManager.m */,
            );
            name = Services;
            sourceTree = "<group>";
        };
        C7A395A7B63674EF8F008113 /* Pods */ = {
            isa = PBXGroup;
            children = (
                75C770981AEECD9E0033E555 /* Pods-RoomNOW iOS.debug.xcconfig */,
                75C770991AEECD9E0033E555 /* Pods-RoomNOW iOS.release.xcconfig */,
            );
            name = Pods;
            sourceTree = "<group>";
        };
        F806F4E60DF3691B4F76F94A /* Frameworks */ = {
            isa = PBXGroup;
            children = (
                7559506A1A7932110082886E /* CoreBluetooth.framework */,
                C513FC802C6FE7DC960FDF34 /* libPods-RoomGrab iOS.a */,
                54BC2950B342E07ACDF39A48 /* libPods-RoomNOW iOS.a */,
            );
            name = Frameworks;
            sourceTree = "<group>";
        };
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
        7507F73B1B38590100A1942D /* RoomNow WatchOS */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 7507F7671B38590200A1942D /* Build configuration list for PBXNativeTarget "RoomNow WatchOS" */;
            buildPhases = (
                7507F73A1B38590100A1942D /* Resources */,
                7507F7661B38590200A1942D /* Embed App Extensions */,
            );
            buildRules = (
            );
            dependencies = (
                7507F74B1B38590200A1942D /* PBXTargetDependency */,
            );
            name = "RoomNow WatchOS";
            productName = "RoomNow WatchOS";
            productReference = 7507F73C1B38590100A1942D /* RoomNow WatchOS.app */;
            productType = "com.apple.product-type.application.watchapp2";
        };
        7507F7471B38590200A1942D /* RoomNow WatchOS Extension */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 7507F7651B38590200A1942D /* Build configuration list for PBXNativeTarget "RoomNow WatchOS Extension" */;
            buildPhases = (
                7507F7441B38590200A1942D /* Sources */,
                7507F7451B38590200A1942D /* Frameworks */,
                7507F7461B38590200A1942D /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = "RoomNow WatchOS Extension";
            productName = "RoomNow WatchOS Extension";
            productReference = 7507F7481B38590200A1942D /* RoomNow WatchOS Extension.appex */;
            productType = "com.apple.product-type.watchkit2-extension";
        };
        752DDA9B1AE16715008FDC23 /* RoomNOW iOS WatchKit Extension */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 752DDAC21AE16716008FDC23 /* Build configuration list for PBXNativeTarget "RoomNOW iOS WatchKit Extension" */;
            buildPhases = (
                752DDA981AE16715008FDC23 /* Sources */,
                752DDA991AE16715008FDC23 /* Frameworks */,
                752DDA9A1AE16715008FDC23 /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
                752DDAB11AE16715008FDC23 /* PBXTargetDependency */,
            );
            name = "RoomNOW iOS WatchKit Extension";
            productName = "RoomNOW iOS WatchKit Extension";
            productReference = 752DDA9C1AE16715008FDC23 /* RoomNOW iOS WatchKit Extension.appex */;
            productType = "com.apple.product-type.watchkit-extension";
        };
        752DDAAD1AE16715008FDC23 /* RoomNOW iOS WatchKit App */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 752DDAC11AE16716008FDC23 /* Build configuration list for PBXNativeTarget "RoomNOW iOS WatchKit App" */;
            buildPhases = (
                752DDAAC1AE16715008FDC23 /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = "RoomNOW iOS WatchKit App";
            productName = "RoomNOW iOS WatchKit App";
            productReference = 752DDAAE1AE16715008FDC23 /* RoomNOW iOS WatchKit App.app */;
            productType = "com.apple.product-type.application.watchapp";
        };
        75BB7FDB1A2E3FB80081C2C0 /* RoomNOW iOS */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 75BB7FFF1A2E3FB80081C2C0 /* Build configuration list for PBXNativeTarget "RoomNOW iOS" */;
            buildPhases = (
                25104AAA2E58FC5468DE6AF7 /* Check Pods Manifest.lock */,
                75BB7FD81A2E3FB80081C2C0 /* Sources */,
                75BB7FD91A2E3FB80081C2C0 /* Frameworks */,
                75BB7FDA1A2E3FB80081C2C0 /* Resources */,
                15640CE8F677F6EAC406E45E /* Copy Pods Resources */,
                752DDAC31AE16716008FDC23 /* Embed App Extensions */,
                7507F7681B38590200A1942D /* Embed Watch Content */,
            );
            buildRules = (
            );
            dependencies = (
                752DDABB1AE16715008FDC23 /* PBXTargetDependency */,
                7507F75F1B38590200A1942D /* PBXTargetDependency */,
            );
            name = "RoomNOW iOS";
            productName = RoomGrabNative;
            productReference = 75BB7FDC1A2E3FB80081C2C0 /* RoomNOW iOS.app */;
            productType = "com.apple.product-type.application";
        };
        75BB7FF41A2E3FB80081C2C0 /* RoomNOW iOSTests */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 75BB80021A2E3FB80081C2C0 /* Build configuration list for PBXNativeTarget "RoomNOW iOSTests" */;
            buildPhases = (
                75BB7FF11A2E3FB80081C2C0 /* Sources */,
                75BB7FF21A2E3FB80081C2C0 /* Frameworks */,
                75BB7FF31A2E3FB80081C2C0 /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
                75BB7FF71A2E3FB80081C2C0 /* PBXTargetDependency */,
            );
            name = "RoomNOW iOSTests";
            productName = RoomGrabNativeTests;
            productReference = 75BB7FF51A2E3FB80081C2C0 /* RoomNOW iOSTests.xctest */;
            productType = "com.apple.product-type.bundle.unit-test";
        };
/* End PBXNativeTarget section */

/* Begin PBXProject section */
        75BB7FD41A2E3FB80081C2C0 /* Project object */ = {
            isa = PBXProject;
            attributes = {
                LastUpgradeCheck = 0630;
                ORGANIZATIONNAME = Anexinet;
                TargetAttributes = {
                    7507F73B1B38590100A1942D = {
                        CreatedOnToolsVersion = 7.0;
                        DevelopmentTeam = VETKFHPJMU;
                    };
                    7507F7471B38590200A1942D = {
                        CreatedOnToolsVersion = 7.0;
                    };
                    752DDA9B1AE16715008FDC23 = {
                        CreatedOnToolsVersion = 6.2;
                        DevelopmentTeam = VETKFHPJMU;
                        SystemCapabilities = {
                            com.apple.ApplicationGroups.iOS = {
                                enabled = 1;
                            };
                            com.apple.Keychain = {
                                enabled = 1;
                            };
                        };
                    };
                    752DDAAD1AE16715008FDC23 = {
                        CreatedOnToolsVersion = 6.2;
                        DevelopmentTeam = VETKFHPJMU;
                    };
                    75BB7FDB1A2E3FB80081C2C0 = {
                        CreatedOnToolsVersion = 6.1;
                        DevelopmentTeam = VETKFHPJMU;
                        SystemCapabilities = {
                            com.apple.ApplicationGroups.iOS = {
                                enabled = 1;
                            };
                            com.apple.BackgroundModes = {
                                enabled = 1;
                            };
                            com.apple.Keychain = {
                                enabled = 1;
                            };
                        };
                    };
                    75BB7FF41A2E3FB80081C2C0 = {
                        CreatedOnToolsVersion = 6.1;
                        TestTargetID = 75BB7FDB1A2E3FB80081C2C0;
                    };
                };
            };
            buildConfigurationList = 75BB7FD71A2E3FB80081C2C0 /* Build configuration list for PBXProject "RoomNOW iOS" */;
            compatibilityVersion = "Xcode 3.2";
            developmentRegion = English;
            hasScannedForEncodings = 0;
            knownRegions = (
                en,
                Base,
            );
            mainGroup = 75BB7FD31A2E3FB80081C2C0;
            productRefGroup = 75BB7FDD1A2E3FB80081C2C0 /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                75BB7FDB1A2E3FB80081C2C0 /* RoomNOW iOS */,
                75BB7FF41A2E3FB80081C2C0 /* RoomNOW iOSTests */,
                752DDA9B1AE16715008FDC23 /* RoomNOW iOS WatchKit Extension */,
                752DDAAD1AE16715008FDC23 /* RoomNOW iOS WatchKit App */,
                7507F73B1B38590100A1942D /* RoomNow WatchOS */,
                7507F7471B38590200A1942D /* RoomNow WatchOS Extension */,
            );
        };
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
        7507F73A1B38590100A1942D /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                7507F7421B38590200A1942D /* Assets.xcassets in Resources */,
                7507F7401B38590200A1942D /* Interface.storyboard in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        7507F7461B38590200A1942D /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                7507F75C1B38590200A1942D /* Assets.xcassets in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        752DDA9A1AE16715008FDC23 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                752DDAAB1AE16715008FDC23 /* Images.xcassets in Resources */,
                752DDAAF1AE16715008FDC23 /* RoomNOW iOS WatchKit App.app in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        752DDAAC1AE16715008FDC23 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                752DDAB71AE16715008FDC23 /* Interface.storyboard in Resources */,
                752DDAB91AE16715008FDC23 /* Images.xcassets in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        75BB7FDA1A2E3FB80081C2C0 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                75C9D2371A30D90D00B2056C /* Main.storyboard in Resources */,
                75950E961AF7B22B00ED6544 /* Pods-RoomNOW iOS.debug.xcconfig in Resources */,
                75950E971AF7B22B00ED6544 /* Pods-RoomNOW iOS.release.xcconfig in Resources */,
                75B8BE631A9795CA000866AC /* Localizable.strings in Resources */,
                75BB7FF01A2E3FB80081C2C0 /* LaunchScreen.xib in Resources */,
                75BB7FED1A2E3FB80081C2C0 /* Images.xcassets in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        75BB7FF31A2E3FB80081C2C0 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
        15640CE8F677F6EAC406E45E /* Copy Pods Resources */ = {
            isa = PBXShellScriptBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            inputPaths = (
            );
            name = "Copy Pods Resources";
            outputPaths = (
            );
            runOnlyForDeploymentPostprocessing = 0;
            shellPath = /bin/sh;
            shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RoomNOW iOS/Pods-RoomNOW iOS-resources.sh\"\n";
            showEnvVarsInLog = 0;
        };
        25104AAA2E58FC5468DE6AF7 /* Check Pods Manifest.lock */ = {
            isa = PBXShellScriptBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            inputPaths = (
            );
            name = "Check Pods Manifest.lock";
            outputPaths = (
            );
            runOnlyForDeploymentPostprocessing = 0;
            shellPath = /bin/sh;
            shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n    cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n    exit 1\nfi\n";
            showEnvVarsInLog = 0;
        };
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
        7507F7441B38590200A1942D /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                7507F7841B3865B700A1942D /* UIColor+anexinetColors.m in Sources */,
                7507F77C1B3865B700A1942D /* CalendarEvent.m in Sources */,
                7507F77D1B3865B700A1942D /* ListInterfaceController.m in Sources */,
                7507F7541B38590200A1942D /* ExtensionDelegate.m in Sources */,
                7507F7831B3865B700A1942D /* ScheduleRowController.m in Sources */,
                7507F7511B38590200A1942D /* InterfaceController.m in Sources */,
                7507F7571B38590200A1942D /* NotificationController.m in Sources */,
                7507F7811B3865B700A1942D /* RoomListRowController.m in Sources */,
                7507F77E1B3865B700A1942D /* NSString+helperMethods.m in Sources */,
                7507F77F1B3865B700A1942D /* Room.m in Sources */,
                7507F7801B3865B700A1942D /* RoomInfoInterfaceController.m in Sources */,
                7507F75A1B38590200A1942D /* GlanceController.m in Sources */,
                7507F7821B3865B700A1942D /* ScheduleInterfaceController.m in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        752DDA981AE16715008FDC23 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                752DDAA61AE16715008FDC23 /* NotificationController.m in Sources */,
                752DDACC1AE80E7F008FDC23 /* NSString+helperMethods.m in Sources */,
                75CA27E51AFBBFB300F00AED /* ScheduleInterfaceController.m in Sources */,
                752DDAA31AE16715008FDC23 /* ListInterfaceController.m in Sources */,
                75CA27E21AFBBBA900F00AED /* ScheduleRowController.m in Sources */,
                752DDAA91AE16715008FDC23 /* GlanceController.m in Sources */,
                752DDAC91AE6A165008FDC23 /* RoomListRowController.m in Sources */,
                75CA27E81AFC0C4D00F00AED /* CalendarEvent.m in Sources */,
                75447FE51AF13B7400F227B8 /* RoomInfoInterfaceController.m in Sources */,
                75CA27DF1AFAB28100F00AED /* Room.m in Sources */,
                752DDACF1AE80EE0008FDC23 /* UIColor+anexinetColors.m in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        75BB7FD81A2E3FB80081C2C0 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                756406271A378A86008DC42A /* CalendarEvent.m in Sources */,
                75BB7FE81A2E3FB80081C2C0 /* RoomsListViewController.m in Sources */,
                75C9D23A1A30E86F00B2056C /* RoomCalendarViewController.m in Sources */,
                75968EDC1A5AEA5B00E04DB1 /* CoreLocationManager.m in Sources */,
                75BB83DF1A2FAFF70081C2C0 /* LoginViewController.m in Sources */,
                75B56F431A519B8500BD7F64 /* RoomInfoTableViewController.m in Sources */,
                75C9D2471A31FE7700B2056C /* RoomNOWAFHTTPSessionManager.m in Sources */,
                75C9D2401A30F8EA00B2056C /* ReserveRoomViewController.m in Sources */,
                75C9D2431A31EA2100B2056C /* RoomInfoTableViewCell.m in Sources */,
                75CBE0741A855FC400747B5C /* MonthlyRoomCalendarViewController.m in Sources */,
                75B8BE7F1A97D201000866AC /* TKGradientView.m in Sources */,
                75B8BE7C1A97D201000866AC /* TKCalendarDayEventView.m in Sources */,
                75BB7FE51A2E3FB80081C2C0 /* AppDelegate.m in Sources */,
                75B8BE7B1A97D201000866AC /* NSDate+TKCategory.m in Sources */,
                75B8BE831A97D201000866AC /* UILabel+TKCategory.m in Sources */,
                75B8BE851A97D201000866AC /* UIView+TKCategory.m in Sources */,
                75B8BE891A9E33A7000866AC /* UIViewController+assetSizeMethods.m in Sources */,
                7559506E1A7ACF320082886E /* UIColor+anexinetColors.m in Sources */,
                75B56F401A4B0EDE00BD7F64 /* RoomInfoCollectionViewController.m in Sources */,
                75B56F3D1A4B0BAD00BD7F64 /* RoomInfoCollectionViewCell.m in Sources */,
                75B8BE7E1A97D201000866AC /* TKGlobal.m in Sources */,
                75B8BE841A97D201000866AC /* UIScreen+TKCategory.m in Sources */,
                75B56F041A4895A000BD7F64 /* SettingsViewController.m in Sources */,
                75CBE07E1A8CEF2200747B5C /* RoomEventTableViewCell.m in Sources */,
                75E60A151A5DB2EC002BC082 /* NSString+helperMethods.m in Sources */,
                75B8BE801A97D201000866AC /* UIColor+TKCategory.m in Sources */,
                75B8BE8C1AA23D22000866AC /* AboutViewController.m in Sources */,
                75BB7FE21A2E3FB80081C2C0 /* main.m in Sources */,
                75CBE07B1A8BECD500747B5C /* NSDate+helperMethods.m in Sources */,
                75BB83DA1A2E5E020081C2C0 /* Room.m in Sources */,
                75B8BE821A97D201000866AC /* UIImageView+TKCategory.m in Sources */,
                759B48631B162F950028B6ED /* PictureViewController.m in Sources */,
                75B8BE7D1A97D201000866AC /* TKCalendarDayView.m in Sources */,
                75CBE0811A8CF87700747B5C /* RoomEventTableViewController.m in Sources */,
                75B8BE811A97D201000866AC /* UIImage+TKCategory.m in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        75BB7FF11A2E3FB80081C2C0 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                75BB7FFC1A2E3FB80081C2C0 /* RoomGrabNativeTests.m in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
        7507F74B1B38590200A1942D /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 7507F7471B38590200A1942D /* RoomNow WatchOS Extension */;
            targetProxy = 7507F74A1B38590200A1942D /* PBXContainerItemProxy */;
        };
        7507F75F1B38590200A1942D /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 7507F73B1B38590100A1942D /* RoomNow WatchOS */;
            targetProxy = 7507F75E1B38590200A1942D /* PBXContainerItemProxy */;
        };
        752DDAB11AE16715008FDC23 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 752DDAAD1AE16715008FDC23 /* RoomNOW iOS WatchKit App */;
            targetProxy = 752DDAB01AE16715008FDC23 /* PBXContainerItemProxy */;
        };
        752DDABB1AE16715008FDC23 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 752DDA9B1AE16715008FDC23 /* RoomNOW iOS WatchKit Extension */;
            targetProxy = 752DDABA1AE16715008FDC23 /* PBXContainerItemProxy */;
        };
        75BB7FF71A2E3FB80081C2C0 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 75BB7FDB1A2E3FB80081C2C0 /* RoomNOW iOS */;
            targetProxy = 75BB7FF61A2E3FB80081C2C0 /* PBXContainerItemProxy */;
        };
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
        7507F73E1B38590200A1942D /* Interface.storyboard */ = {
            isa = PBXVariantGroup;
            children = (
                7507F73F1B38590200A1942D /* Base */,
            );
            name = Interface.storyboard;
            sourceTree = "<group>";
        };
        752DDAB51AE16715008FDC23 /* Interface.storyboard */ = {
            isa = PBXVariantGroup;
            children = (
                752DDAB61AE16715008FDC23 /* Base */,
            );
            name = Interface.storyboard;
            sourceTree = "<group>";
        };
        75B8BE611A9795CA000866AC /* Localizable.strings */ = {
            isa = PBXVariantGroup;
            children = (
                75B8BE621A9795CA000866AC /* en */,
            );
            name = Localizable.strings;
            sourceTree = "<group>";
        };
        75BB7FEE1A2E3FB80081C2C0 /* LaunchScreen.xib */ = {
            isa = PBXVariantGroup;
            children = (
                75BB7FEF1A2E3FB80081C2C0 /* Base */,
            );
            name = LaunchScreen.xib;
            sourceTree = "<group>";
        };
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
        7507F7611B38590200A1942D /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                CODE_SIGN_IDENTITY = "iOS Development: Matt Klinkhammer (QQ57ZB7QF6)";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iOS Development: Matt Klinkhammer (QQ57ZB7QF6)";
                "CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
                DEBUG_INFORMATION_FORMAT = dwarf;
                ENABLE_TESTABILITY = YES;
                GCC_NO_COMMON_BLOCKS = YES;
                IBSC_MODULE = RoomNow_WatchOS_Extension;
                INFOPLIST_FILE = "RoomNow WatchOS/Info.plist";
                PRODUCT_BUNDLE_IDENTIFIER = "com.anexinet.RoomNOW-iOS.watchkitapp";
                PRODUCT_NAME = "$(TARGET_NAME)";
                SDKROOT = watchos;
                SKIP_INSTALL = YES;
                TARGETED_DEVICE_FAMILY = 4;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Debug;
        };
        7507F7621B38590200A1942D /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                CODE_SIGN_IDENTITY = "iPhone Distribution: Anexinet Corp.";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Anexinet Corp.";
                "CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
                COPY_PHASE_STRIP = NO;
                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
                GCC_NO_COMMON_BLOCKS = YES;
                IBSC_MODULE = RoomNow_WatchOS_Extension;
                INFOPLIST_FILE = "RoomNow WatchOS/Info.plist";
                PRODUCT_BUNDLE_IDENTIFIER = "com.anexinet.RoomNOW-iOS.watchkitapp";
                PRODUCT_NAME = "$(TARGET_NAME)";
                SDKROOT = watchos;
                SKIP_INSTALL = YES;
                TARGETED_DEVICE_FAMILY = 4;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Release;
        };
        7507F7631B38590200A1942D /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                "CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
                DEBUG_INFORMATION_FORMAT = dwarf;
                ENABLE_TESTABILITY = YES;
                GCC_NO_COMMON_BLOCKS = YES;
                INFOPLIST_FILE = "RoomNow WatchOS Extension/Info.plist";
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = "com.anexinet.RoomNOW-iOS.watchkitapp.watchkitextension";
                PRODUCT_NAME = "${TARGET_NAME}";
                SDKROOT = watchos;
                SKIP_INSTALL = YES;
                TARGETED_DEVICE_FAMILY = 4;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Debug;
        };
        7507F7641B38590200A1942D /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                "CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
                COPY_PHASE_STRIP = NO;
                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
                GCC_NO_COMMON_BLOCKS = YES;
                INFOPLIST_FILE = "RoomNow WatchOS Extension/Info.plist";
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = "com.anexinet.RoomNOW-iOS.watchkitapp.watchkitextension";
                PRODUCT_NAME = "${TARGET_NAME}";
                SDKROOT = watchos;
                SKIP_INSTALL = YES;
                TARGETED_DEVICE_FAMILY = 4;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Release;
        };
        752DDABD1AE16716008FDC23 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                CODE_SIGN_ENTITLEMENTS = "RoomNOW iOS WatchKit Extension/RoomNOW iOS WatchKit Extension.entitlements";
                CODE_SIGN_IDENTITY = "iOS Development: Matt Klinkhammer (QQ57ZB7QF6)";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iOS Development: Matt Klinkhammer (QQ57ZB7QF6)";
                GCC_PREFIX_HEADER = "RoomNOW iOS WatchKit Extension/PrefixHeader.pch";
                GCC_PREPROCESSOR_DEFINITIONS = (
                    "DEBUG=1",
                    "$(inherited)",
                );
                INFOPLIST_FILE = "RoomNOW iOS WatchKit Extension/Info.plist";
                IPHONEOS_DEPLOYMENT_TARGET = 8.2;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
                PRODUCT_NAME = "${TARGET_NAME}";
                PROVISIONING_PROFILE = "ea126c42-5d47-42fb-bd8b-723a065e8fe9";
                SKIP_INSTALL = YES;
            };
            name = Debug;
        };
        752DDABE1AE16716008FDC23 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                CODE_SIGN_ENTITLEMENTS = "RoomNOW iOS WatchKit Extension/RoomNOW iOS WatchKit Extension.entitlements";
                CODE_SIGN_IDENTITY = "iPhone Distribution: Anexinet Corp.";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Anexinet Corp.";
                COPY_PHASE_STRIP = NO;
                GCC_PREFIX_HEADER = "RoomNOW iOS WatchKit Extension/PrefixHeader.pch";
                INFOPLIST_FILE = "RoomNOW iOS WatchKit Extension/Info.plist";
                IPHONEOS_DEPLOYMENT_TARGET = 8.2;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
                PRODUCT_NAME = "${TARGET_NAME}";
                PROVISIONING_PROFILE = "dd8d3d69-653f-4a45-a855-747e06f99864";
                SKIP_INSTALL = YES;
            };
            name = Release;
        };
        752DDABF1AE16716008FDC23 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                CODE_SIGN_IDENTITY = "iOS Development: Matt Klinkhammer (QQ57ZB7QF6)";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iOS Development: Matt Klinkhammer (QQ57ZB7QF6)";
                GCC_PREPROCESSOR_DEFINITIONS = (
                    "DEBUG=1",
                    "$(inherited)",
                );
                IBSC_MODULE = RoomNOW_iOS_WatchKit_Extension;
                INFOPLIST_FILE = "RoomNOW iOS WatchKit App/Info.plist";
                IPHONEOS_DEPLOYMENT_TARGET = 8.2;
                PRODUCT_NAME = "$(TARGET_NAME)";
                PROVISIONING_PROFILE = "ea126c42-5d47-42fb-bd8b-723a065e8fe9";
                SKIP_INSTALL = YES;
                TARGETED_DEVICE_FAMILY = 4;
                "TARGETED_DEVICE_FAMILY[sdk=iphonesimulator*]" = "1,4";
            };
            name = Debug;
        };
        752DDAC01AE16716008FDC23 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                CODE_SIGN_IDENTITY = "iPhone Distribution: Anexinet Corp.";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Anexinet Corp.";
                COPY_PHASE_STRIP = NO;
                IBSC_MODULE = RoomNOW_iOS_WatchKit_Extension;
                INFOPLIST_FILE = "RoomNOW iOS WatchKit App/Info.plist";
                IPHONEOS_DEPLOYMENT_TARGET = 8.2;
                PRODUCT_NAME = "$(TARGET_NAME)";
                PROVISIONING_PROFILE = "245f263f-b996-45fd-aad3-9ff1f24dc60e";
                SKIP_INSTALL = YES;
                TARGETED_DEVICE_FAMILY = 4;
                "TARGETED_DEVICE_FAMILY[sdk=iphonesimulator*]" = "1,4";
            };
            name = Release;
        };
        75BB7FFD1A2E3FB80081C2C0 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
                CLANG_CXX_LIBRARY = "libc++";
                CLANG_ENABLE_MODULES = YES;
                CLANG_ENABLE_OBJC_ARC = YES;
                CLANG_WARN_BOOL_CONVERSION = YES;
                CLANG_WARN_CONSTANT_CONVERSION = YES;
                CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
                CLANG_WARN_EMPTY_BODY = YES;
                CLANG_WARN_ENUM_CONVERSION = YES;
                CLANG_WARN_INT_CONVERSION = YES;
                CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
                CLANG_WARN_UNREACHABLE_CODE = YES;
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                COPY_PHASE_STRIP = NO;
                ENABLE_STRICT_OBJC_MSGSEND = 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_ERROR;
                GCC_WARN_UNDECLARED_SELECTOR = YES;
                GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
                GCC_WARN_UNUSED_FUNCTION = YES;
                GCC_WARN_UNUSED_VARIABLE = YES;
                IPHONEOS_DEPLOYMENT_TARGET = 7.0;
                MTL_ENABLE_DEBUG_INFO = YES;
                ONLY_ACTIVE_ARCH = YES;
                SDKROOT = iphoneos;
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Debug;
        };
        75BB7FFE1A2E3FB80081C2C0 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
                CLANG_CXX_LIBRARY = "libc++";
                CLANG_ENABLE_MODULES = YES;
                CLANG_ENABLE_OBJC_ARC = YES;
                CLANG_WARN_BOOL_CONVERSION = YES;
                CLANG_WARN_CONSTANT_CONVERSION = YES;
                CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
                CLANG_WARN_EMPTY_BODY = YES;
                CLANG_WARN_ENUM_CONVERSION = YES;
                CLANG_WARN_INT_CONVERSION = YES;
                CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
                CLANG_WARN_UNREACHABLE_CODE = YES;
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                COPY_PHASE_STRIP = YES;
                ENABLE_NS_ASSERTIONS = NO;
                ENABLE_STRICT_OBJC_MSGSEND = YES;
                GCC_C_LANGUAGE_STANDARD = gnu99;
                GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
                GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
                GCC_WARN_UNDECLARED_SELECTOR = YES;
                GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
                GCC_WARN_UNUSED_FUNCTION = YES;
                GCC_WARN_UNUSED_VARIABLE = YES;
                IPHONEOS_DEPLOYMENT_TARGET = 7.0;
                MTL_ENABLE_DEBUG_INFO = NO;
                SDKROOT = iphoneos;
                TARGETED_DEVICE_FAMILY = "1,2";
                VALIDATE_PRODUCT = YES;
            };
            name = Release;
        };
        75BB80001A2E3FB80081C2C0 /* Debug */ = {
            isa = XCBuildConfiguration;
            baseConfigurationReference = 75C770981AEECD9E0033E555 /* Pods-RoomNOW iOS.debug.xcconfig */;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
                CODE_SIGN_ENTITLEMENTS = "RoomNOW iOS/RoomGrabNative.entitlements";
                CODE_SIGN_IDENTITY = "iOS Development: Matt Klinkhammer (QQ57ZB7QF6)";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iOS Development: Matt Klinkhammer (QQ57ZB7QF6)";
                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                GCC_PREFIX_HEADER = "RoomNOW iOS/PrefixHeader.pch";
                INFOPLIST_FILE = "$(SRCROOT)/RoomNOW iOS/Info.plist";
                IPHONEOS_DEPLOYMENT_TARGET = 7.0;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
                PRODUCT_NAME = "RoomNOW iOS";
                PROVISIONING_PROFILE = "2f5ccb56-4d14-4c2f-b148-9a4eb396d6ed";
            };
            name = Debug;
        };
        75BB80011A2E3FB80081C2C0 /* Release */ = {
            isa = XCBuildConfiguration;
            baseConfigurationReference = 75C770991AEECD9E0033E555 /* Pods-RoomNOW iOS.release.xcconfig */;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
                CODE_SIGN_ENTITLEMENTS = "RoomNOW iOS/RoomGrabNative.entitlements";
                CODE_SIGN_IDENTITY = "iPhone Distribution: Anexinet Corp.";
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Anexinet Corp.";
                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                GCC_PREFIX_HEADER = "RoomNOW iOS/PrefixHeader.pch";
                INFOPLIST_FILE = "$(SRCROOT)/RoomNOW iOS/Info.plist";
                IPHONEOS_DEPLOYMENT_TARGET = 7.0;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
                PRODUCT_NAME = "RoomNOW iOS";
                PROVISIONING_PROFILE = "7b4a66b6-6523-4639-ad3d-9108b3790bc9";
            };
            name = Release;
        };
        75BB80031A2E3FB80081C2C0 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                BUNDLE_LOADER = "";
                FRAMEWORK_SEARCH_PATHS = (
                    "$(SDKROOT)/Developer/Library/Frameworks",
                    "$(inherited)",
                );
                GCC_PREPROCESSOR_DEFINITIONS = (
                    "DEBUG=1",
                    "$(inherited)",
                );
                INFOPLIST_FILE = RoomGrabNativeTests/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
                PRODUCT_NAME = "RoomNOW iOSTests";
                TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RoomGrabNative.app/RoomGrabNative";
            };
            name = Debug;
        };
        75BB80041A2E3FB80081C2C0 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                FRAMEWORK_SEARCH_PATHS = (
                    "$(SDKROOT)/Developer/Library/Frameworks",
                    "$(inherited)",
                );
                INFOPLIST_FILE = RoomGrabNativeTests/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
                PRODUCT_NAME = "RoomNOW iOSTests";
                TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RoomGrabNative.app/RoomGrabNative";
            };
            name = Release;
        };
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
        7507F7651B38590200A1942D /* Build configuration list for PBXNativeTarget "RoomNow WatchOS Extension" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                7507F7631B38590200A1942D /* Debug */,
                7507F7641B38590200A1942D /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        7507F7671B38590200A1942D /* Build configuration list for PBXNativeTarget "RoomNow WatchOS" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                7507F7611B38590200A1942D /* Debug */,
                7507F7621B38590200A1942D /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        752DDAC11AE16716008FDC23 /* Build configuration list for PBXNativeTarget "RoomNOW iOS WatchKit App" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                752DDABF1AE16716008FDC23 /* Debug */,
                752DDAC01AE16716008FDC23 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        752DDAC21AE16716008FDC23 /* Build configuration list for PBXNativeTarget "RoomNOW iOS WatchKit Extension" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                752DDABD1AE16716008FDC23 /* Debug */,
                752DDABE1AE16716008FDC23 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        75BB7FD71A2E3FB80081C2C0 /* Build configuration list for PBXProject "RoomNOW iOS" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                75BB7FFD1A2E3FB80081C2C0 /* Debug */,
                75BB7FFE1A2E3FB80081C2C0 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        75BB7FFF1A2E3FB80081C2C0 /* Build configuration list for PBXNativeTarget "RoomNOW iOS" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                75BB80001A2E3FB80081C2C0 /* Debug */,
                75BB80011A2E3FB80081C2C0 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        75BB80021A2E3FB80081C2C0 /* Build configuration list for PBXNativeTarget "RoomNOW iOSTests" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                75BB80031A2E3FB80081C2C0 /* Debug */,
                75BB80041A2E3FB80081C2C0 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = 75BB7FD41A2E3FB80081C2C0 /* Project object */;
}

@neonichu
Copy link
Member

@MattKlinkhammer the new one breaks even more, I'm thinking the c&p might not be lossless - could you maybe create a repo with the project file in it instead or share it via Dropbox?

@MattKlinkhammer
Copy link
Author

@neonichu
Copy link
Member

@MattKlinkhammer thx.

For me, opening that project also crashes on launch when using Xcode 7 (7A121l) on OS X 10.11 beta 2

@MattKlinkhammer
Copy link
Author

@neonichu Can you tell me what the crash is? I unfortunately don't think I'll be able to give you access to the source code (since it's the property of my employer) but I may be able to figure out the reason for the crash and fix it. I don't know that cocoa pods is the cause of this crash, since it still works on my machine after I ran pod install, it just failed to install all of the dependencies.

@neonichu
Copy link
Member

@MattKlinkhammer since the project still opens fine for you, could you locate the two Pods XCConfig files in the navigator, delete them from the project and re-run pod install?

I'm thinking the crash might happen because I don't have any of the files referenced by the project.

@MattKlinkhammer
Copy link
Author

@neonichu I did so, and am unfortunately still getting an error:

Command

/usr/bin/pod install

Report

  • What did you do?
  • What did you expect to happen?
  • What happened instead?

Stack

   CocoaPods : 0.37.2
        Ruby : ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14]
    RubyGems : 2.0.14
        Host : Mac OS X 10.10.3 (14D136)
       Xcode : 6.3.1 (6D1002)
         Git : git version 2.3.2 (Apple Git-55)
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib
Repositories : master - https://github.com/CocoaPods/Specs.git @ 9247a242844dc12798e2718dfe3a76eeaab6132b

Plugins

cocoapods-plugins : 0.4.2
cocoapods-trunk   : 0.6.1
cocoapods-try     : 0.4.5

Podfile

# Uncomment this line to define a global platform for your project
platform :ios, '7.0'

target 'RoomNOW iOS' do
pod 'OpenSans'
pod 'AFNetworking'
pod 'UYLPasswordManager'
pod 'MGSwipeTableCell'
pod 'PDTSimpleCalendar', :git => 'https://github.com/Anexinet/PDTSimpleCalendar', :commit => 'ce2855483b2b3e662469005ef7c8300717f127b9'
end

target 'RoomNOW iOSTests' do

end

Error

NoMethodError - undefined method `source_tree' for <PBXBuildFile UUID=`75950E961AF7B22B00ED6544`>:Xcodeproj::Project::Object::PBXBuildFile
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-0.24.3/lib/xcodeproj/project/object/helpers/groupable_helper.rb:114:in `source_tree_real_path'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-0.24.3/lib/xcodeproj/project/object/helpers/groupable_helper.rb:98:in `real_path'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-0.24.3/lib/xcodeproj/project/object/helpers/groupable_helper.rb:119:in `source_tree_real_path'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-0.24.3/lib/xcodeproj/project/object/helpers/groupable_helper.rb:98:in `real_path'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-0.24.3/lib/xcodeproj/project/object/file_reference.rb:163:in `real_path'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:56:in `block (2 levels) in update_to_cocoapods_0_34'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:53:in `select'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:53:in `block in update_to_cocoapods_0_34'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:52:in `each'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:52:in `update_to_cocoapods_0_34'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:24:in `block (2 levels) in integrate'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:23:in `each'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:23:in `block in integrate'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:22:in `each'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:22:in `integrate'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator.rb:39:in `block in integrate!'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/user_interface.rb:59:in `section'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator/target_integrator.rb:36:in `integrate!'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator.rb:116:in `block in integrate_user_targets'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator.rb:115:in `each'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator.rb:115:in `integrate_user_targets'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer/user_project_integrator.rb:63:in `integrate!'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer.rb:660:in `block in integrate_user_project'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/user_interface.rb:59:in `section'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer.rb:657:in `integrate_user_project'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/installer.rb:100:in `install!'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/command/project.rb:71:in `run_install_with_update'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/command/project.rb:101:in `run'
/Library/Ruby/Gems/2.0.0/gems/claide-0.8.1/lib/claide/command.rb:312:in `run'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/command.rb:46:in `run'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/bin/pod:44:in `<top (required)>'
/usr/bin/pod:23:in `load'
/usr/bin/pod:23:in `<main>'

@neonichu
Copy link
Member

OK 😭

Have to take a closer look at what's actually going wrong there.

@MattKlinkhammer
Copy link
Author

I updated to the latest beta of Cocoapods and am still having this issue. See report:

Command

/usr/bin/pod install

Report

  • What did you do?
    Run Pod Install
  • What did you expect to happen?
    Successfully install pods
  • What happened instead?
    Failed after "Integrating Client Project"

Stack

   CocoaPods : 0.38.0.beta.2
        Ruby : ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14]
    RubyGems : 2.0.14
        Host : Mac OS X 10.10.3 (14D136)
       Xcode : 6.4 (6E35b)
         Git : git version 2.3.2 (Apple Git-55)
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib
Repositories : master - https://github.com/CocoaPods/Specs.git @ bcb47b91423318f929a2efe42aa3986be733554f

Plugins

cocoapods-plugins : 0.4.2
cocoapods-stats   : 0.5.3
cocoapods-trunk   : 0.6.1
cocoapods-try     : 0.4.5

Podfile

# Uncomment this line to define a global platform for your project
platform :ios, '7.0'

target 'RoomNOW iOS' do
pod 'OpenSans'
pod 'AFNetworking'
pod 'UYLPasswordManager'
pod 'MGSwipeTableCell'
pod 'PDTSimpleCalendar', :git => 'https://github.com/Anexinet/PDTSimpleCalendar', :commit => 'ce2855483b2b3e662469005ef7c8300717f127b9'
end

target 'RoomNOW iOSTests' do

end

Error

NoMethodError - undefined method `source_tree' for <PBXBuildFile UUID=`75950E961AF7B22B00ED6544`>:Xcodeproj::Project::Object::PBXBuildFile
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-0.26.1/lib/xcodeproj/project/object/helpers/groupable_helper.rb:114:in `source_tree_real_path'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-0.26.1/lib/xcodeproj/project/object/helpers/groupable_helper.rb:98:in `real_path'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-0.26.1/lib/xcodeproj/project/object/helpers/groupable_helper.rb:119:in `source_tree_real_path'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-0.26.1/lib/xcodeproj/project/object/helpers/groupable_helper.rb:98:in `real_path'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-0.26.1/lib/xcodeproj/project/object/file_reference.rb:163:in `real_path'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:56:in `block (2 levels) in update_to_cocoapods_0_34'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:53:in `select'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:53:in `block in update_to_cocoapods_0_34'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:52:in `each'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:52:in `update_to_cocoapods_0_34'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:24:in `block (2 levels) in integrate'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:23:in `each'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:23:in `block in integrate'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:22:in `each'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb:22:in `integrate'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer/user_project_integrator/target_integrator.rb:39:in `block in integrate!'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/user_interface.rb:59:in `section'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer/user_project_integrator/target_integrator.rb:36:in `integrate!'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer/user_project_integrator.rb:116:in `block in integrate_user_targets'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer/user_project_integrator.rb:115:in `each'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer/user_project_integrator.rb:115:in `integrate_user_targets'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer/user_project_integrator.rb:63:in `integrate!'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer.rb:700:in `block in integrate_user_project'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/user_interface.rb:59:in `section'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer.rb:697:in `integrate_user_project'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/installer.rb:110:in `install!'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/command/project.rb:71:in `run_install_with_update'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/command/project.rb:101:in `run'
/Library/Ruby/Gems/2.0.0/gems/claide-0.9.1/lib/claide/command.rb:312:in `run'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/lib/cocoapods/command.rb:48:in `run'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.0.beta.2/bin/pod:44:in `<top (required)>'
/usr/bin/pod:23:in `load'
/usr/bin/pod:23:in `<main>'

@MattKlinkhammer
Copy link
Author

I ran pod install on a different project and I was successful in installing the pods. I don't know if that helps get to the bottom of the issue that's occurring in this project, but I figured I would share.

@segiddins
Copy link
Member

Is this still an issue? (Sorry for the slow follow-up)

@jjohnson2
Copy link

@neonichu we finally discovered the issue after trying everything under the sun and thought that this might help other folks that may encounter a similar issue. None of the other suggestions to upgrade and/or re-installing everything helped to resolve the issue. After digging into the original error message:
NoMethodError - undefined method source_tree' for <PBXBuildFile UUID=75950E961AF7B22B00ED6544`>:Xcodeproj::Project::Object::PBXBuildFile

We discovered that the POD config files identified in the error message by their UUID were listed under the Build Phases -> Copy Bundle Resources list. Once these files were deleted the error went away and the POD update and/or install commands would execute successfully. (see attached)
Copy Bundle Resources.pdf

@dtrenz
Copy link

dtrenz commented Nov 1, 2016

I had this issue and was able to resolve it by;

  1. going to the project's Info tab,
  2. setting all configurations for all targets to "None",
  3. closing Xcode,
  4. running pod install

@JohnEstropia
Copy link

@dtrenz 's solution worked for me 🎉

@kyleturner
Copy link

Confirming in 2019, the above solution from @dtrenz is still the correct answer to this problem!

Set your project config, rerun pod install, good to go.

@alastorohlin
Copy link

I had that same issue after doing a merge, the solution for me was to run this:

pod deintegrate && pod install

I hope it is helpful for someone else.

@mateusfccp
Copy link

I had that same issue after doing a merge, the solution for me was to run this:

pod deintegrate && pod install

I hope it is helpful for someone else.

Thank you, @alastorohlin. This worked for me!

@nov-
Copy link

nov- commented Dec 16, 2020

I had that same issue after doing a merge, the solution for me was to run this:

pod deintegrate && pod install

I hope it is helpful for someone else.

thank you!

@paulbruneau
Copy link

I had that same issue after doing a merge, the solution for me was to run this:

pod deintegrate && pod install

I hope it is helpful for someone else.

Still helping people in 2022!!

@mjdelbianco
Copy link

I had that same issue after doing a merge, the solution for me was to run this:
pod deintegrate && pod install
I hope it is helpful for someone else.

Still helping people in 2022!!

And in 2023!

@thecodecafe
Copy link

I had that same issue after doing a merge, the solution for me was to run this:

pod deintegrate && pod install

I hope it is helpful for someone else.

Only this worked for me but just brace yourself cause you'll have to add back files like custom fonts, their folders will still be there but the groups will be erased.

@eyitayojason
Copy link

I had that same issue after doing a merge, the solution for me was to run this:

pod deintegrate && pod install

I hope it is helpful for someone else.

2023 and this helped me still, Thank you

@Mahimsharma
Copy link

I had that same issue after doing a merge, the solution for me was to run this:
pod deintegrate && pod install
I hope it is helpful for someone else.

Still helping people in 2022!!

And in 2023!

And in 2024 !! 🫡

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s1:awaiting input Waiting for input from the original author
Projects
None yet
Development

No branches or pull requests