Loading from LSK, Alerts (pre ios7 and post ios7)
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
E28E106D1C9FF93D006E2C6B /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E28E106C1C9FF93D006E2C6B /* QuartzCore.framework */; };
|
||||
E28E10711CA01EC9006E2C6B /* MENU.plist in Resources */ = {isa = PBXBuildFile; fileRef = E28E10701CA01EC9006E2C6B /* MENU.plist */; };
|
||||
E28E10731CA0375F006E2C6B /* ROUTE.plist in Resources */ = {isa = PBXBuildFile; fileRef = E28E10721CA0375F006E2C6B /* ROUTE.plist */; };
|
||||
E29391CE1CA444F4008EB590 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E29391CD1CA444F4008EB590 /* LaunchScreen.storyboard */; };
|
||||
E2A927161CA30CEE00606E07 /* SharedDeclerations.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A927151CA30CEE00606E07 /* SharedDeclerations.m */; };
|
||||
E2CC73E31CA2B7C7005B786E /* PERF INIT.plist in Resources */ = {isa = PBXBuildFile; fileRef = E2CC73E21CA2B7C7005B786E /* PERF INIT.plist */; };
|
||||
/* End PBXBuildFile section */
|
||||
@@ -63,6 +64,7 @@
|
||||
E28E106C1C9FF93D006E2C6B /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
||||
E28E10701CA01EC9006E2C6B /* MENU.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = MENU.plist; sourceTree = "<group>"; };
|
||||
E28E10721CA0375F006E2C6B /* ROUTE.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = ROUTE.plist; sourceTree = "<group>"; };
|
||||
E29391CD1CA444F4008EB590 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||
E2A927141CA30CEE00606E07 /* SharedDeclerations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SharedDeclerations.h; sourceTree = "<group>"; };
|
||||
E2A927151CA30CEE00606E07 /* SharedDeclerations.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SharedDeclerations.m; sourceTree = "<group>"; };
|
||||
E2CC73E21CA2B7C7005B786E /* PERF INIT.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "PERF INIT.plist"; sourceTree = "<group>"; };
|
||||
@@ -198,6 +200,7 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E22EE9D81C9DB7B3001F5BC0 /* Main.storyboard */,
|
||||
E29391CD1CA444F4008EB590 /* LaunchScreen.storyboard */,
|
||||
);
|
||||
name = Storyboards;
|
||||
sourceTree = "<group>";
|
||||
@@ -330,6 +333,7 @@
|
||||
E2CC73E31CA2B7C7005B786E /* PERF INIT.plist in Resources */,
|
||||
E28E10711CA01EC9006E2C6B /* MENU.plist in Resources */,
|
||||
E22EE9DC1C9DB7B3001F5BC0 /* Assets.xcassets in Resources */,
|
||||
E29391CE1CA444F4008EB590 /* LaunchScreen.storyboard in Resources */,
|
||||
E28E10731CA0375F006E2C6B /* ROUTE.plist in Resources */,
|
||||
E22EE9DA1C9DB7B3001F5BC0 /* Main.storyboard in Resources */,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user