|
591 | 591 | B94C1B691AC945D30000C271 /* NewProjectViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B94C1B681AC945D30000C271 /* NewProjectViewController.m */; }; |
592 | 592 | B94C1B6B1AC945FB0000C271 /* NewProject.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B94C1B6A1AC945FB0000C271 /* NewProject.storyboard */; }; |
593 | 593 | B94C1B6E1AC98CCE0000C271 /* NewProjectTypeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B94C1B6D1AC98CCE0000C271 /* NewProjectTypeViewController.m */; }; |
| 594 | + B9A00D7F1ACA3A05008BA008 /* ProjectSetting.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B9A00D7E1ACA3A05008BA008 /* ProjectSetting.storyboard */; }; |
| 595 | + B9A00D821ACA3A17008BA008 /* ProjectSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B9A00D811ACA3A17008BA008 /* ProjectSettingViewController.m */; }; |
| 596 | + B9A00D851ACA3A55008BA008 /* ProjectAdvancedSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B9A00D841ACA3A55008BA008 /* ProjectAdvancedSettingViewController.m */; }; |
594 | 597 | E7A046A01A47279E00528C12 /* Helper.m in Sources */ = {isa = PBXBuildFile; fileRef = E7A0469F1A47279E00528C12 /* Helper.m */; }; |
595 | 598 | /* End PBXBuildFile section */ |
596 | 599 |
|
|
1499 | 1502 | B94C1B6A1AC945FB0000C271 /* NewProject.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = NewProject.storyboard; sourceTree = "<group>"; }; |
1500 | 1503 | B94C1B6C1AC98CCE0000C271 /* NewProjectTypeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewProjectTypeViewController.h; sourceTree = "<group>"; }; |
1501 | 1504 | B94C1B6D1AC98CCE0000C271 /* NewProjectTypeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewProjectTypeViewController.m; sourceTree = "<group>"; }; |
| 1505 | + B9A00D7E1ACA3A05008BA008 /* ProjectSetting.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ProjectSetting.storyboard; sourceTree = "<group>"; }; |
| 1506 | + B9A00D801ACA3A17008BA008 /* ProjectSettingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProjectSettingViewController.h; sourceTree = "<group>"; }; |
| 1507 | + B9A00D811ACA3A17008BA008 /* ProjectSettingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ProjectSettingViewController.m; sourceTree = "<group>"; }; |
| 1508 | + B9A00D831ACA3A55008BA008 /* ProjectAdvancedSettingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProjectAdvancedSettingViewController.h; sourceTree = "<group>"; }; |
| 1509 | + B9A00D841ACA3A55008BA008 /* ProjectAdvancedSettingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ProjectAdvancedSettingViewController.m; sourceTree = "<group>"; }; |
1502 | 1510 | C613B8719C3D38FED828A1E2 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; }; |
1503 | 1511 | E7A0469E1A47279E00528C12 /* Helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Helper.h; sourceTree = "<group>"; }; |
1504 | 1512 | E7A0469F1A47279E00528C12 /* Helper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Helper.m; sourceTree = "<group>"; }; |
|
2326 | 2334 | 8EA6CF1B19E240C40076D59C /* Controllers */ = { |
2327 | 2335 | isa = PBXGroup; |
2328 | 2336 | children = ( |
| 2337 | + B9A00D7D1ACA39F1008BA008 /* ProjectSetting */, |
2329 | 2338 | B94C1B661AC945C60000C271 /* NewProject */, |
2330 | 2339 | 8EA6CF2819E240C40076D59C /* Login */, |
2331 | 2340 | 8EA6CF3219E240C40076D59C /* RootControllers */, |
|
3041 | 3050 | path = NewProject; |
3042 | 3051 | sourceTree = "<group>"; |
3043 | 3052 | }; |
| 3053 | + B9A00D7D1ACA39F1008BA008 /* ProjectSetting */ = { |
| 3054 | + isa = PBXGroup; |
| 3055 | + children = ( |
| 3056 | + B9A00D7E1ACA3A05008BA008 /* ProjectSetting.storyboard */, |
| 3057 | + B9A00D801ACA3A17008BA008 /* ProjectSettingViewController.h */, |
| 3058 | + B9A00D811ACA3A17008BA008 /* ProjectSettingViewController.m */, |
| 3059 | + B9A00D831ACA3A55008BA008 /* ProjectAdvancedSettingViewController.h */, |
| 3060 | + B9A00D841ACA3A55008BA008 /* ProjectAdvancedSettingViewController.m */, |
| 3061 | + ); |
| 3062 | + path = ProjectSetting; |
| 3063 | + sourceTree = "<group>"; |
| 3064 | + }; |
3044 | 3065 | /* End PBXGroup section */ |
3045 | 3066 |
|
3046 | 3067 | /* Begin PBXNativeTarget section */ |
|
3338 | 3359 | 4E76D4E41A5A90CA0094A35E /* [email protected] in Resources */, |
3339 | 3360 | 4EA679071A130C24001A0324 /* [email protected] in Resources */, |
3340 | 3361 | 8EA6D16719E240C40076D59C /* [email protected] in Resources */, |
| 3362 | + B9A00D7F1ACA3A05008BA008 /* ProjectSetting.storyboard in Resources */, |
3341 | 3363 | 8EA6D19219E240C40076D59C /* [email protected] in Resources */, |
3342 | 3364 | 4E217F141A70EDC700F6DF88 /* [email protected] in Resources */, |
3343 | 3365 | 8EA6D19119E240C40076D59C /* [email protected] in Resources */, |
|
3571 | 3593 | 8EA6D13519E240C40076D59C /* ProjectViewController.m in Sources */, |
3572 | 3594 | 8EF643AB19FF7E2900F7EEB0 /* TagCCell.m in Sources */, |
3573 | 3595 | 4E996BDC1ABA79AB00C704F1 /* UserInfoDetailViewController.m in Sources */, |
| 3596 | + B9A00D851ACA3A55008BA008 /* ProjectAdvancedSettingViewController.m in Sources */, |
3574 | 3597 | 4E8765671A22E5B40090CFB9 /* SWLongPressGestureRecognizer.m in Sources */, |
3575 | 3598 | 0AB591AC1AB6D2F60076C454 /* TweetSendLocaitonMapViewController.m in Sources */, |
3576 | 3599 | 4EA7F1611A6D192B00A046BD /* UIButton+WebCache.m in Sources */, |
|
3682 | 3705 | 8EF643C319FF7E2900F7EEB0 /* TaskContentCell.m in Sources */, |
3683 | 3706 | 4E59E1D31A5E6B34004DAEEC /* TaskDescriptionViewController.m in Sources */, |
3684 | 3707 | 4ECE8AFD1A3946C10021E29C /* AddressManager.m in Sources */, |
| 3708 | + B9A00D821ACA3A17008BA008 /* ProjectSettingViewController.m in Sources */, |
3685 | 3709 | 8E1C3DED19E7D58A00EF3032 /* ActionSheetDistancePicker.m in Sources */, |
3686 | 3710 | 4E6FFB311AB3176900F27B3F /* ProjectReadMeCell.m in Sources */, |
3687 | 3711 | 8E59F0F41A00F3B9009A905F /* ProjectCodeListCell.m in Sources */, |
|
0 commit comments