Skip to content

Commit

Permalink
Fixed a couple warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
weiran committed Aug 6, 2015
1 parent 533b897 commit 8716c4e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Hackers.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/* Begin PBXBuildFile section */
19E775F93F40479F9A26884B /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 24CDDB5EB0724421AE42BE05 /* libPods.a */; };
240C5BE018D267C70011177A /* Icons.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 240C5BDF18D267C70011177A /* Icons.xcassets */; };
241387A61945A6E100D71220 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 241387A51945A6E100D71220 /* README.md */; };
24191F8D1944C991003C0D98 /* CommentsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24191F8C1944C991003C0D98 /* CommentsController.swift */; };
241E8DAA1944AF870004F457 /* CommentModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 241E8DA91944AF870004F457 /* CommentModel.swift */; };
249A7E32194374550059C079 /* CommentTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7E31194374550059C079 /* CommentTableViewCell.swift */; };
Expand Down Expand Up @@ -291,7 +290,6 @@
241E8DAA1944AF870004F457 /* CommentModel.swift in Sources */,
24191F8D1944C991003C0D98 /* CommentsController.swift in Sources */,
24C20D391A7E42D5005B759B /* MainSplitViewController.swift in Sources */,
241387A61945A6E100D71220 /* README.md in Sources */,
24CE5FF819435A90009D2677 /* PostCell.swift in Sources */,
24DFD28C19436E51007F61E7 /* CommentsViewController.swift in Sources */,
);
Expand Down Expand Up @@ -379,10 +377,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Hackers2/Dependencies/GooglePlus-SDK",
);
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Client/Supporting Files/Hackers2-Prefix.pch";
INFOPLIST_FILE = "Client/Supporting Files/Hackers-Info.plist";
Expand All @@ -406,10 +401,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Hackers2/Dependencies/GooglePlus-SDK",
);
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Client/Supporting Files/Hackers2-Prefix.pch";
INFOPLIST_FILE = "Client/Supporting Files/Hackers-Info.plist";
Expand Down

0 comments on commit 8716c4e

Please sign in to comment.