|
40 | 40 | 0F852ED4103C2945008895AD /* road.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0F852ED3103C2945008895AD /* road.jpg */; };
|
41 | 41 | 0F852FFA103C4C9E008895AD /* vso-logo.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 0F852FF9103C4C9E008895AD /* vso-logo.pdf */; };
|
42 | 42 | 0F853027103C555E008895AD /* vso-logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 0F853026103C555E008895AD /* vso-logo.png */; };
|
43 |
| - 0F85304C103C56AE008895AD /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 0F85304B103C56AE008895AD /* Default.png */; }; |
44 | 43 | 0F87BA4E103D4651007CFAAA /* road_fabrice_info_view.png in Resources */ = {isa = PBXBuildFile; fileRef = 0F87BA4D103D4651007CFAAA /* road_fabrice_info_view.png */; };
|
45 | 44 | 0FA3D1DD10302ED80098760F /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0FA3D1DC10302ED80098760F /* MessageUI.framework */; };
|
46 | 45 | 0FB4B0FC10074B20005292C4 /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0FB4B0FB10074B20005292C4 /* MapKit.framework */; };
|
|
69 | 68 | 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
|
70 | 69 | 280E754D0DD40C5E005A515E /* VSOSettingsView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 280E754A0DD40C5E005A515E /* VSOSettingsView.xib */; };
|
71 | 70 | 280E754E0DD40C5E005A515E /* MainView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 280E754B0DD40C5E005A515E /* MainView.xib */; };
|
72 |
| - 280E754F0DD40C5E005A515E /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 280E754C0DD40C5E005A515E /* MainWindow.xib */; }; |
73 | 71 | 288765590DF743DE002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765580DF743DE002DB57D /* CoreGraphics.framework */; };
|
74 | 72 | 289233A60DB2D0840083E9F9 /* VSOSettingsView.m in Sources */ = {isa = PBXBuildFile; fileRef = 289233A30DB2D0840083E9F9 /* VSOSettingsView.m */; };
|
75 | 73 | 289233A70DB2D0840083E9F9 /* MainView.m in Sources */ = {isa = PBXBuildFile; fileRef = 289233A50DB2D0840083E9F9 /* MainView.m */; };
|
76 | 74 | 289233AE0DB2D0DB0083E9F9 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 289233A90DB2D0DB0083E9F9 /* MainViewController.m */; };
|
77 | 75 | 289233B00DB2D0DB0083E9F9 /* VSOSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 289233AD0DB2D0DB0083E9F9 /* VSOSettingsViewController.m */; };
|
78 | 76 | 7B482CE11DCA8ADD007B5ABC /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7B482CDF1DCA8ADD007B5ABC /* Localizable.strings */; };
|
| 77 | + 7B482CE51DCA95F4007B5ABC /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7B482CE41DCA95F4007B5ABC /* LaunchScreen.storyboard */; }; |
| 78 | + 7B482CE61DCA975F007B5ABC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7B482CE81DCA975F007B5ABC /* Main.storyboard */; }; |
79 | 79 | /* End PBXBuildFile section */
|
80 | 80 |
|
81 | 81 | /* Begin PBXFileReference section */
|
|
127 | 127 | 0F852ED3103C2945008895AD /* road.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = road.jpg; path = "UI Resources/Datas/icon/road.jpg"; sourceTree = "<group>"; };
|
128 | 128 | 0F852FF9103C4C9E008895AD /* vso-logo.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "vso-logo.pdf"; sourceTree = "<group>"; };
|
129 | 129 | 0F853026103C555E008895AD /* vso-logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "vso-logo.png"; sourceTree = "<group>"; };
|
130 |
| - 0F85304B103C56AE008895AD /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; }; |
131 | 130 | 0F87BA4D103D4651007CFAAA /* road_fabrice_info_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = road_fabrice_info_view.png; path = "UI Resources/Datas/icon/road_fabrice_info_view.png"; sourceTree = "<group>"; };
|
132 | 131 | 0FA3D1DC10302ED80098760F /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; };
|
133 | 132 | 0FB4B0FB10074B20005292C4 /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; };
|
|
173 | 172 | 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
174 | 173 | 280E754A0DD40C5E005A515E /* VSOSettingsView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = VSOSettingsView.xib; sourceTree = "<group>"; };
|
175 | 174 | 280E754B0DD40C5E005A515E /* MainView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainView.xib; sourceTree = "<group>"; };
|
176 |
| - 280E754C0DD40C5E005A515E /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; }; |
177 | 175 | 288765580DF743DE002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
178 | 176 | 289233A20DB2D0840083E9F9 /* VSOSettingsView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VSOSettingsView.h; path = Classes/VSOSettingsView.h; sourceTree = "<group>"; };
|
179 | 177 | 289233A30DB2D0840083E9F9 /* VSOSettingsView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VSOSettingsView.m; path = Classes/VSOSettingsView.m; sourceTree = "<group>"; };
|
|
186 | 184 | 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
187 | 185 | 32CA4F630368D1EE00C91783 /* GPS_Stone_Trip_Recorder.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPS_Stone_Trip_Recorder.pch; sourceTree = "<group>"; };
|
188 | 186 | 7B482CE01DCA8ADD007B5ABC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
|
| 187 | + 7B482CE41DCA95F4007B5ABC /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 188 | + 7B482CE91DCA976E007B5ABC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
189 | 189 | 8D1107310486CEB800E47090 /* GPS_Stone_Trip_Recorder-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GPS_Stone_Trip_Recorder-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
|
190 | 190 | /* End PBXFileReference section */
|
191 | 191 |
|
|
414 | 414 | 0F65606E100B4FC5004D16D7 /* VSORecordingsListViewCtlr.xib */,
|
415 | 415 | 280E754A0DD40C5E005A515E /* VSOSettingsView.xib */,
|
416 | 416 | 280E754B0DD40C5E005A515E /* MainView.xib */,
|
417 |
| - 280E754C0DD40C5E005A515E /* MainWindow.xib */, |
| 417 | + 7B482CE41DCA95F4007B5ABC /* LaunchScreen.storyboard */, |
| 418 | + 7B482CE81DCA975F007B5ABC /* Main.storyboard */, |
418 | 419 | 8D1107310486CEB800E47090 /* GPS_Stone_Trip_Recorder-Info.plist */,
|
419 |
| - 0F85304B103C56AE008895AD /* Default.png */, |
420 | 420 | );
|
421 | 421 | name = Resources;
|
422 | 422 | sourceTree = "<group>";
|
|
463 | 463 | isa = PBXProject;
|
464 | 464 | attributes = {
|
465 | 465 | LastUpgradeCheck = 0810;
|
| 466 | + TargetAttributes = { |
| 467 | + 1D6058900D05DD3D006BFB54 = { |
| 468 | + DevelopmentTeam = DVL8GW97S8; |
| 469 | + }; |
| 470 | + }; |
466 | 471 | };
|
467 | 472 | buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "GPS Stone Trip Recorder" */;
|
468 | 473 | compatibilityVersion = "Xcode 3.2";
|
469 | 474 | developmentRegion = English;
|
470 | 475 | hasScannedForEncodings = 1;
|
471 | 476 | knownRegions = (
|
472 | 477 | en,
|
| 478 | + Base, |
473 | 479 | );
|
474 | 480 | mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
|
475 | 481 | projectDirPath = "";
|
|
487 | 493 | files = (
|
488 | 494 | 280E754D0DD40C5E005A515E /* VSOSettingsView.xib in Resources */,
|
489 | 495 | 280E754E0DD40C5E005A515E /* MainView.xib in Resources */,
|
490 |
| - 280E754F0DD40C5E005A515E /* MainWindow.xib in Resources */, |
491 | 496 | 0FB4B20410076704005292C4 /* record_button.png in Resources */,
|
492 | 497 | 0FB4B2B81007A0D5005292C4 /* record_button_highlighted.png in Resources */,
|
493 | 498 | 0F34802C10089A9700E88124 /* VSOMapViewController.xib in Resources */,
|
| 499 | + 7B482CE61DCA975F007B5ABC /* Main.storyboard in Resources */, |
494 | 500 | 0F3480DD1008A77B00E88124 /* VSOInfoViewCtrl.xib in Resources */,
|
495 | 501 | 0F3480FA1008A83B00E88124 /* VSODetailsViewCtrl.xib in Resources */,
|
496 | 502 | 0F656070100B4FC5004D16D7 /* VSORecordingsListViewCtlr.xib in Resources */,
|
|
509 | 515 | 0F852ED4103C2945008895AD /* road.jpg in Resources */,
|
510 | 516 | 0F852FFA103C4C9E008895AD /* vso-logo.pdf in Resources */,
|
511 | 517 | 0F853027103C555E008895AD /* vso-logo.png in Resources */,
|
512 |
| - 0F85304C103C56AE008895AD /* Default.png in Resources */, |
| 518 | + 7B482CE51DCA95F4007B5ABC /* LaunchScreen.storyboard in Resources */, |
513 | 519 | 0F87BA4E103D4651007CFAAA /* road_fabrice_info_view.png in Resources */,
|
514 | 520 | );
|
515 | 521 | runOnlyForDeploymentPostprocessing = 0;
|
|
570 | 576 | name = Localizable.strings;
|
571 | 577 | sourceTree = "<group>";
|
572 | 578 | };
|
| 579 | + 7B482CE81DCA975F007B5ABC /* Main.storyboard */ = { |
| 580 | + isa = PBXVariantGroup; |
| 581 | + children = ( |
| 582 | + 7B482CE91DCA976E007B5ABC /* Base */, |
| 583 | + ); |
| 584 | + name = Main.storyboard; |
| 585 | + sourceTree = "<group>"; |
| 586 | + }; |
573 | 587 | /* End PBXVariantGroup section */
|
574 | 588 |
|
575 | 589 | /* Begin XCBuildConfiguration section */
|
|
598 | 612 | GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
599 | 613 | GCC_WARN_UNUSED_FUNCTION = YES;
|
600 | 614 | GCC_WARN_UNUSED_VARIABLE = YES;
|
| 615 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
601 | 616 | PREBINDING = NO;
|
602 | 617 | "PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
|
603 | 618 | SDKROOT = iphoneos;
|
|
609 | 624 | buildSettings = {
|
610 | 625 | ALWAYS_SEARCH_USER_PATHS = NO;
|
611 | 626 | COPY_PHASE_STRIP = YES;
|
| 627 | + DEVELOPMENT_TEAM = DVL8GW97S8; |
612 | 628 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
613 | 629 | GCC_PREFIX_HEADER = GPS_Stone_Trip_Recorder.pch;
|
614 | 630 | INFOPLIST_FILE = "GPS_Stone_Trip_Recorder-Info.plist";
|
|
622 | 638 | buildSettings = {
|
623 | 639 | ALWAYS_SEARCH_USER_PATHS = NO;
|
624 | 640 | COPY_PHASE_STRIP = NO;
|
| 641 | + DEVELOPMENT_TEAM = DVL8GW97S8; |
625 | 642 | GCC_DYNAMIC_NO_PIC = NO;
|
626 | 643 | GCC_OPTIMIZATION_LEVEL = 0;
|
627 | 644 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
637 | 654 | buildSettings = {
|
638 | 655 | ALWAYS_SEARCH_USER_PATHS = NO;
|
639 | 656 | COPY_PHASE_STRIP = YES;
|
| 657 | + DEVELOPMENT_TEAM = DVL8GW97S8; |
640 | 658 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
641 | 659 | GCC_PREFIX_HEADER = GPS_Stone_Trip_Recorder.pch;
|
642 | 660 | INFOPLIST_FILE = "GPS_Stone_Trip_Recorder-Info.plist";
|
|
670 | 688 | GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
671 | 689 | GCC_WARN_UNUSED_FUNCTION = YES;
|
672 | 690 | GCC_WARN_UNUSED_VARIABLE = YES;
|
| 691 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
673 | 692 | ONLY_ACTIVE_ARCH = YES;
|
674 | 693 | PREBINDING = NO;
|
675 | 694 | SDKROOT = iphoneos;
|
|
701 | 720 | GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
702 | 721 | GCC_WARN_UNUSED_FUNCTION = YES;
|
703 | 722 | GCC_WARN_UNUSED_VARIABLE = YES;
|
| 723 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
704 | 724 | PREBINDING = NO;
|
705 | 725 | SDKROOT = iphoneos;
|
706 | 726 | };
|
|
0 commit comments