Skip to content

Commit

Permalink
rename hdr
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulghost committed Jun 27, 2021
1 parent c3a2224 commit bdf6725
Show file tree
Hide file tree
Showing 149 changed files with 112 additions and 276 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef Foundation_hpp
#define Foundation_hpp

#include <iblessing/infra/Object.hpp>
#include <iblessing-core/infra/Object.hpp>

NS_IB_BEGIN

Expand Down
File renamed without changes.
File renamed without changes.
24 changes: 0 additions & 24 deletions iblessing/iblessing-core/iblessing_core.cpp

This file was deleted.

22 changes: 0 additions & 22 deletions iblessing/iblessing-core/iblessing_core.hpp

This file was deleted.

18 changes: 0 additions & 18 deletions iblessing/iblessing-core/iblessing_corePriv.hpp

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef SymbolXrefAnalyser_hpp
#define SymbolXrefAnalyser_hpp

#include <iblessing/common/ibtypes.h>
#include <iblessing-core/common/ibtypes.h>
#include <iblessing/scanner/driver/ScannerDisassemblyDriver.hpp>
#include <iblessing/analyser/wrapper/AntiWrapper.hpp>
#include <iblessing/analyser/wrapper/FunctionPrototype.hpp>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef dyld_hpp
#define dyld_hpp

#include <iblessing/memory/memory.hpp>
#include <iblessing/v2/memory/memory.hpp>
#include <iblessing/objc/objc.hpp>
#include <iblessing/core/dyld/DyldSimulator.hpp>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef objc_hpp
#define objc_hpp

#include <iblessing/memory/memory.hpp>
#include <iblessing-core/v2/memory/memory.hpp>
#include <iblessing/core/runtime/ObjcRuntime.hpp>

namespace iblessing {
Expand Down
314 changes: 107 additions & 207 deletions iblessing/iblessing.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iblessing/iblessing/domain/ObjcMethodChain.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef ObjcMethodChain_hpp
#define ObjcMethodChain_hpp

#include <iblessing/infra/Object.hpp>
#include <iblessing-core/infra/Object.hpp>
#include <unistd.h>
#include <set>
#include <string>
Expand Down

0 comments on commit bdf6725

Please sign in to comment.