Skip to content

Commit

Permalink
- add workspace
Browse files Browse the repository at this point in the history
- init cocoapods
  • Loading branch information
batosai committed Mar 13, 2013
1 parent fee45f6 commit 3e1ab58
Show file tree
Hide file tree
Showing 80 changed files with 124 additions and 42 deletions.
12 changes: 12 additions & 0 deletions CJRouter.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "CJRouter"
s.version = "1.0"
s.summary = "Scheme url for iOS. Parsing URL and launch an application on a specified controller"
s.homepage = "http://batosai.github.com/CJRouter/"
s.license = 'MIT'
s.author = { "Jeremy Chaufourier" => "[email protected]" }
s.source = { :git => "https://github.com/batosai/CJRouter", :tag => "1.0" }
s.source_files = 'CJRouter'

s.platform = :ios, '4.0'
end
32 changes: 32 additions & 0 deletions CJRouter.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
35 changes: 22 additions & 13 deletions Examples/Router/Router.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
3F33FDDF155B103900F1AC5B /* View3Controller.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3F33FDDD155B103900F1AC5B /* View3Controller.xib */; };
3F33FDE6155C5D2000F1AC5B /* TabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F33FDE5155C5D2000F1AC5B /* TabBarController.m */; };
3F9EF96B156438BC006385C6 /* NavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F9EF96A156438BC006385C6 /* NavigationController.m */; };
3F9FEE8115A4E06600C7BA65 /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = 3F9FEE8015A4E06600C7BA65 /* index.html */; };
3FBF253715A63B0C00AEB3FF /* CJRoute.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FBF253415A63B0C00AEB3FF /* CJRoute.m */; };
3FBF253815A63B0C00AEB3FF /* CJRouter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FBF253615A63B0C00AEB3FF /* CJRouter.m */; };
3FCD81E916F141250070F727 /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = 3FCD81E816F141250070F727 /* index.html */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -51,11 +51,11 @@
3F33FDE5155C5D2000F1AC5B /* TabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TabBarController.m; sourceTree = "<group>"; };
3F9EF969156438BC006385C6 /* NavigationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NavigationController.h; sourceTree = "<group>"; };
3F9EF96A156438BC006385C6 /* NavigationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NavigationController.m; sourceTree = "<group>"; };
3F9FEE8015A4E06600C7BA65 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
3FBF253315A63B0C00AEB3FF /* CJRoute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CJRoute.h; sourceTree = "<group>"; };
3FBF253415A63B0C00AEB3FF /* CJRoute.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CJRoute.m; sourceTree = "<group>"; };
3FBF253515A63B0C00AEB3FF /* CJRouter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CJRouter.h; sourceTree = "<group>"; };
3FBF253615A63B0C00AEB3FF /* CJRouter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CJRouter.m; sourceTree = "<group>"; };
3FCD81E816F141250070F727 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = index.html; path = Classes/index.html; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -75,7 +75,8 @@
3F33FD4B1555B99400F1AC5B = {
isa = PBXGroup;
children = (
3F33FD601555B99400F1AC5B /* Router */,
3F9FEE7F15A4E00000C7BA65 /* Ressources */,
3F33FD601555B99400F1AC5B /* Classes */,
3F33FD591555B99400F1AC5B /* Frameworks */,
3F33FD571555B99400F1AC5B /* Products */,
);
Expand All @@ -99,18 +100,17 @@
name = Frameworks;
sourceTree = "<group>";
};
3F33FD601555B99400F1AC5B /* Router */ = {
3F33FD601555B99400F1AC5B /* Classes */ = {
isa = PBXGroup;
children = (
3FBF253215A63B0C00AEB3FF /* CJRouter */,
3F9FEE7F15A4E00000C7BA65 /* Ressources */,
3F33FD721555BA0F00F1AC5B /* Controllers */,
3FCD81DE16F13CF40070F727 /* Vendor */,
3F33FD691555B99500F1AC5B /* AppDelegate.h */,
3F33FD6A1555B99500F1AC5B /* AppDelegate.m */,
3F33FD891555C79300F1AC5B /* Routes.plist */,
3F33FD611555B99500F1AC5B /* Supporting Files */,
);
path = Router;
path = Classes;
sourceTree = "<group>";
};
3F33FD611555B99500F1AC5B /* Supporting Files */ = {
Expand Down Expand Up @@ -147,9 +147,10 @@
3F9FEE7F15A4E00000C7BA65 /* Ressources */ = {
isa = PBXGroup;
children = (
3F9FEE8015A4E06600C7BA65 /* index.html */,
3FCD81E816F141250070F727 /* index.html */,
);
name = Ressources;
path = Router;
sourceTree = "<group>";
};
3FBF253215A63B0C00AEB3FF /* CJRouter */ = {
Expand All @@ -164,6 +165,14 @@
path = ../../../CJRouter;
sourceTree = "<group>";
};
3FCD81DE16F13CF40070F727 /* Vendor */ = {
isa = PBXGroup;
children = (
3FBF253215A63B0C00AEB3FF /* CJRouter */,
);
name = Vendor;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -219,7 +228,7 @@
3F33FD651555B99500F1AC5B /* InfoPlist.strings in Resources */,
3F33FD8A1555C79300F1AC5B /* Routes.plist in Resources */,
3F33FDDF155B103900F1AC5B /* View3Controller.xib in Resources */,
3F9FEE8115A4E06600C7BA65 /* index.html in Resources */,
3FCD81E916F141250070F727 /* index.html in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -306,8 +315,8 @@
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Router/Router-Prefix.pch";
INFOPLIST_FILE = "Router/Router-Info.plist";
GCC_PREFIX_HEADER = "Classes/Router-Prefix.pch";
INFOPLIST_FILE = "Classes/Router-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand All @@ -317,8 +326,8 @@
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Router/Router-Prefix.pch";
INFOPLIST_FILE = "Router/Router-Info.plist";
GCC_PREFIX_HEADER = "Classes/Router-Prefix.pch";
INFOPLIST_FILE = "Classes/Router-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
3F74441315659EF900FEB5A9 /* View3Controller.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F74440215659CAD00FEB5A9 /* View3Controller.m */; };
3F7444141565A3CD00FEB5A9 /* View3Controller.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3F74440315659CAD00FEB5A9 /* View3Controller.xib */; };
3F7444151565A3CD00FEB5A9 /* Routes.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3F74440415659CAD00FEB5A9 /* Routes.plist */; };
3F9FEE8915A4E34700C7BA65 /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = 3F9FEE8815A4E34700C7BA65 /* index.html */; };
3FBF254315A63B2800AEB3FF /* CJRoute.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FBF254015A63B2800AEB3FF /* CJRoute.m */; };
3FBF254415A63B2800AEB3FF /* CJRouter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FBF254215A63B2800AEB3FF /* CJRouter.m */; };
3FCD81E516F140E00070F727 /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = 3FCD81E416F140E00070F727 /* index.html */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -45,11 +45,11 @@
3F74440215659CAD00FEB5A9 /* View3Controller.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = View3Controller.m; sourceTree = "<group>"; };
3F74440315659CAD00FEB5A9 /* View3Controller.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = View3Controller.xib; sourceTree = "<group>"; };
3F74440415659CAD00FEB5A9 /* Routes.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Routes.plist; sourceTree = "<group>"; };
3F9FEE8815A4E34700C7BA65 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
3FBF253F15A63B2800AEB3FF /* CJRoute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CJRoute.h; sourceTree = "<group>"; };
3FBF254015A63B2800AEB3FF /* CJRoute.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CJRoute.m; sourceTree = "<group>"; };
3FBF254115A63B2800AEB3FF /* CJRouter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CJRouter.h; sourceTree = "<group>"; };
3FBF254215A63B2800AEB3FF /* CJRouter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CJRouter.m; sourceTree = "<group>"; };
3FCD81E416F140E00070F727 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = index.html; path = Classes/index.html; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -69,7 +69,8 @@
3F7443D415659C1400FEB5A9 = {
isa = PBXGroup;
children = (
3F7443E915659C1400FEB5A9 /* RouterNavigation */,
3F9FEE8615A4E33D00C7BA65 /* Ressources */,
3F7443E915659C1400FEB5A9 /* Classes */,
3F7443E215659C1400FEB5A9 /* Frameworks */,
3F7443E015659C1400FEB5A9 /* Products */,
);
Expand All @@ -93,18 +94,17 @@
name = Frameworks;
sourceTree = "<group>";
};
3F7443E915659C1400FEB5A9 /* RouterNavigation */ = {
3F7443E915659C1400FEB5A9 /* Classes */ = {
isa = PBXGroup;
children = (
3FBF253E15A63B2800AEB3FF /* CJRouter */,
3F9FEE8615A4E33D00C7BA65 /* Ressources */,
3F7443FA15659C9D00FEB5A9 /* Controllers */,
3FCD81DF16F13D640070F727 /* Vendor */,
3F7443F215659C1400FEB5A9 /* AppDelegate.h */,
3F7443F315659C1400FEB5A9 /* AppDelegate.m */,
3F74440415659CAD00FEB5A9 /* Routes.plist */,
3F7443EA15659C1400FEB5A9 /* Supporting Files */,
);
path = RouterNavigation;
path = Classes;
sourceTree = "<group>";
};
3F7443EA15659C1400FEB5A9 /* Supporting Files */ = {
Expand Down Expand Up @@ -137,9 +137,10 @@
3F9FEE8615A4E33D00C7BA65 /* Ressources */ = {
isa = PBXGroup;
children = (
3F9FEE8815A4E34700C7BA65 /* index.html */,
3FCD81E416F140E00070F727 /* index.html */,
);
name = Ressources;
path = RouterNavigation;
sourceTree = "<group>";
};
3FBF253E15A63B2800AEB3FF /* CJRouter */ = {
Expand All @@ -154,6 +155,14 @@
path = ../../../CJRouter;
sourceTree = "<group>";
};
3FCD81DF16F13D640070F727 /* Vendor */ = {
isa = PBXGroup;
children = (
3FBF253E15A63B2800AEB3FF /* CJRouter */,
);
name = Vendor;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -209,7 +218,7 @@
3F7444141565A3CD00FEB5A9 /* View3Controller.xib in Resources */,
3F7444151565A3CD00FEB5A9 /* Routes.plist in Resources */,
3F7443EE15659C1400FEB5A9 /* InfoPlist.strings in Resources */,
3F9FEE8915A4E34700C7BA65 /* index.html in Resources */,
3FCD81E516F140E00070F727 /* index.html in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -294,8 +303,8 @@
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "RouterNavigation/RouterNavigation-Prefix.pch";
INFOPLIST_FILE = "RouterNavigation/RouterNavigation-Info.plist";
GCC_PREFIX_HEADER = "Classes/RouterNavigation-Prefix.pch";
INFOPLIST_FILE = "Classes/RouterNavigation-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand All @@ -305,8 +314,8 @@
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "RouterNavigation/RouterNavigation-Prefix.pch";
INFOPLIST_FILE = "RouterNavigation/RouterNavigation-Info.plist";
GCC_PREFIX_HEADER = "Classes/RouterNavigation-Prefix.pch";
INFOPLIST_FILE = "Classes/RouterNavigation-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 16 additions & 8 deletions Examples/RouterTabbar/RouterTabbar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
3F7444161565A47C00FEB5A9 = {
isa = PBXGroup;
children = (
3F74442B1565A47D00FEB5A9 /* RouterTabbar */,
3F74442B1565A47D00FEB5A9 /* Classes */,
3F7444241565A47D00FEB5A9 /* Frameworks */,
3F7444221565A47D00FEB5A9 /* Products */,
);
Expand All @@ -95,17 +95,17 @@
name = Frameworks;
sourceTree = "<group>";
};
3F74442B1565A47D00FEB5A9 /* RouterTabbar */ = {
3F74442B1565A47D00FEB5A9 /* Classes */ = {
isa = PBXGroup;
children = (
3FBF254A15A63B5300AEB3FF /* CJRouter */,
3F74443C1565A48100FEB5A9 /* Controllers */,
3FCD81E016F13DAB0070F727 /* Vendor */,
3F7444341565A47D00FEB5A9 /* AppDelegate.h */,
3F7444351565A47D00FEB5A9 /* AppDelegate.m */,
3F74444B1565A4AB00FEB5A9 /* Routes.plist */,
3F74442C1565A47D00FEB5A9 /* Supporting Files */,
);
path = RouterTabbar;
path = Classes;
sourceTree = "<group>";
};
3F74442C1565A47D00FEB5A9 /* Supporting Files */ = {
Expand Down Expand Up @@ -150,6 +150,14 @@
path = ../../../CJRouter;
sourceTree = "<group>";
};
3FCD81E016F13DAB0070F727 /* Vendor */ = {
isa = PBXGroup;
children = (
3FBF254A15A63B5300AEB3FF /* CJRouter */,
);
name = Vendor;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -290,8 +298,8 @@
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "RouterTabbar/RouterTabbar-Prefix.pch";
INFOPLIST_FILE = "RouterTabbar/RouterTabbar-Info.plist";
GCC_PREFIX_HEADER = "Classes/RouterTabbar-Prefix.pch";
INFOPLIST_FILE = "Classes/RouterTabbar-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand All @@ -301,8 +309,8 @@
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "RouterTabbar/RouterTabbar-Prefix.pch";
INFOPLIST_FILE = "RouterTabbar/RouterTabbar-Info.plist";
GCC_PREFIX_HEADER = "Classes/RouterTabbar-Prefix.pch";
INFOPLIST_FILE = "Classes/RouterTabbar-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand Down
Loading

0 comments on commit 3e1ab58

Please sign in to comment.