Skip to content

Commit

Permalink
Remove AFNetworking dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed May 17, 2020
1 parent a92b9f7 commit 1a5d49a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 365 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
[submodule "deps/casablanca"]
path = deps/casablanca
url = https://github.com/Microsoft/cpprestsdk.git
[submodule "deps/AFNetworking"]
path = deps/AFNetworking
url = https://github.com/vslavik/AFNetworking.git
[submodule "deps/mctrl"]
path = deps/mctrl
url = https://github.com/mity/mctrl.git
Expand Down
6 changes: 0 additions & 6 deletions Poedit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
B22A5C86184E4B870034BEFD /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B22A5C7F184E4B870034BEFD /* [email protected] */; };
B22A5C87184E4B870034BEFD /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B22A5C80184E4B870034BEFD /* [email protected] */; };
B22C5F0A17DDC67400ECAFD1 /* language.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B22C5F0817DDC67400ECAFD1 /* language.cpp */; };
B22E690F1A936294002C06C7 /* libAFNetworking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B22E690E1A936294002C06C7 /* libAFNetworking.a */; };
B22E69111A93699E002C06C7 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B22E69101A93699E002C06C7 /* SystemConfiguration.framework */; };
B230E2281A73F81400FB1E57 /* hidpi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B230E2261A73F81400FB1E57 /* hidpi.cpp */; };
B2377A202159179B0085E9C4 /* catalog_xliff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2377A1E2159179B0085E9C4 /* catalog_xliff.cpp */; };
Expand Down Expand Up @@ -337,7 +336,6 @@
B22C5F0817DDC67400ECAFD1 /* language.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = language.cpp; sourceTree = "<group>"; };
B22C5F0917DDC67400ECAFD1 /* language.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = language.h; sourceTree = "<group>"; };
B22CC9CE1E7719E700709DEA /* cloud_sync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cloud_sync.h; sourceTree = "<group>"; };
B22E690E1A936294002C06C7 /* libAFNetworking.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libAFNetworking.a; sourceTree = BUILT_PRODUCTS_DIR; };
B22E69101A93699E002C06C7 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
B230E2261A73F81400FB1E57 /* hidpi.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hidpi.cpp; sourceTree = "<group>"; };
B230E2271A73F81400FB1E57 /* hidpi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hidpi.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -628,7 +626,6 @@
B2D76A50181D028B0083C9D9 /* libboost_system.a in Frameworks */,
B2D76A51181D028B0083C9D9 /* libboost_thread.a in Frameworks */,
B2083D131A87D17D00150BBF /* libcld2.a in Frameworks */,
B22E690F1A936294002C06C7 /* libAFNetworking.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -862,7 +859,6 @@
isa = PBXGroup;
children = (
B22E69101A93699E002C06C7 /* SystemConfiguration.framework */,
B22E690E1A936294002C06C7 /* libAFNetworking.a */,
B2083D121A87D17D00150BBF /* libcld2.a */,
B2284A54183BE68200E097C7 /* Security.framework */,
B2D76A46181D028B0083C9D9 /* libboost_date_time.a */,
Expand Down Expand Up @@ -1756,7 +1752,6 @@
deps/lucene,
deps/lucene/LucenePlusPlus/include,
deps/cld2,
deps/AFNetworking/AFNetworking,
"$(DEPS_BUILD_DIR)/icu/include",
);
LIBRARY_SEARCH_PATHS = "$(DEPS_BUILD_DIR)/icu/lib";
Expand Down Expand Up @@ -1828,7 +1823,6 @@
deps/lucene,
deps/lucene/LucenePlusPlus/include,
deps/cld2,
deps/AFNetworking/AFNetworking,
"$(DEPS_BUILD_DIR)/icu/include",
);
LIBRARY_SEARCH_PATHS = "$(DEPS_BUILD_DIR)/icu/lib";
Expand Down
3 changes: 0 additions & 3 deletions Poedit2.xcworkspace/contents.xcworkspacedata

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

1 change: 0 additions & 1 deletion deps/AFNetworking
Submodule AFNetworking deleted from 3be799
Loading

0 comments on commit 1a5d49a

Please sign in to comment.