Skip to content

Commit 5f7d9d4

Browse files
sergiou87e7mac
authored andcommitted
Rename JRSwizzle files to LPSwizzle to avoid conflicts in projects where JRSwizzle is used (#309)
1 parent 1d4e458 commit 5f7d9d4

File tree

13 files changed

+30
-30
lines changed

13 files changed

+30
-30
lines changed

Example/Tests/Classes/Extensions/LPNetworkEngine+Category.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
#import "LPNetworkEngine+Category.h"
27-
#import "JRSwizzle.h"
27+
#import "LPSwizzle.h"
2828

2929
@implementation LPNetworkEngine (MethodSwizzling)
3030

Example/Tests/Classes/Extensions/LPNetworkOperation+Category.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
#import "LPNetworkOperation+Category.h"
27-
#import "JRSwizzle.h"
27+
#import "LPSwizzle.h"
2828
#import "LPNetworkOperation.h"
2929

3030
@implementation LPNetworkOperation (MethodSwizzling)

Example/Tests/Classes/Extensions/LeanplumReachability+Category.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
#import "LeanplumReachability+Category.h"
27-
#import "JRSwizzle.h"
27+
#import "LPSwizzle.h"
2828

2929
@implementation Leanplum_Reachability(UnitTest)
3030

Example/Tests/Classes/Extensions/LeanplumRequest+Categories.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
#import "LeanplumRequest+Categories.h"
27-
#import "JRSwizzle.h"
27+
#import "LPSwizzle.h"
2828

2929
@implementation LeanplumRequest(MethodSwizzling)
3030

Leanplum-SDK.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@
147147
5B2340CD21ED964F00206ACB /* LPAES.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B233FF921ED964F00206ACB /* LPAES.h */; };
148148
5B2340CF21ED965000206ACB /* LPUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B233FFA21ED964F00206ACB /* LPUtils.h */; };
149149
5B2340D121ED965000206ACB /* LPDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B233FFB21ED964F00206ACB /* LPDatabase.m */; };
150-
5B2340D321ED965000206ACB /* JRSwizzle.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B233FFC21ED964F00206ACB /* JRSwizzle.h */; };
150+
5B2340D321ED965000206ACB /* LPSwizzle.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B233FFC21ED964F00206ACB /* LPSwizzle.h */; };
151151
5B2340D521ED965000206ACB /* LPJSON.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B233FFD21ED964F00206ACB /* LPJSON.m */; };
152152
5B2340D721ED965000206ACB /* FileMD5Hash.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B233FFE21ED964F00206ACB /* FileMD5Hash.c */; };
153153
5B2340D921ED965000206ACB /* LPKeychainWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B233FFF21ED964F00206ACB /* LPKeychainWrapper.h */; };
154154
5B2340DB21ED965000206ACB /* LPDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B23400021ED964F00206ACB /* LPDatabase.h */; };
155155
5B2340DD21ED965000206ACB /* LPUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B23400121ED964F00206ACB /* LPUtils.m */; };
156156
5B2340DF21ED965000206ACB /* FileMD5Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B23400221ED964F00206ACB /* FileMD5Hash.h */; };
157157
5B2340E121ED965000206ACB /* LPJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B23400321ED964F00206ACB /* LPJSON.h */; };
158-
5B2340E321ED965000206ACB /* JRSwizzle.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B23400421ED964F00206ACB /* JRSwizzle.m */; };
158+
5B2340E321ED965000206ACB /* LPSwizzle.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B23400421ED964F00206ACB /* LPSwizzle.m */; };
159159
5B2340E521ED965000206ACB /* Leanplum_WebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B23400721ED964F00206ACB /* Leanplum_WebSocket.h */; };
160160
5B2340E721ED965000206ACB /* Leanplum_AsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B23400921ED964F00206ACB /* Leanplum_AsyncSocket.h */; };
161161
5B2340E921ED965000206ACB /* Leanplum_AsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B23400A21ED964F00206ACB /* Leanplum_AsyncSocket.m */; };
@@ -361,15 +361,15 @@
361361
5B233FF921ED964F00206ACB /* LPAES.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LPAES.h; sourceTree = "<group>"; };
362362
5B233FFA21ED964F00206ACB /* LPUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LPUtils.h; sourceTree = "<group>"; };
363363
5B233FFB21ED964F00206ACB /* LPDatabase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LPDatabase.m; sourceTree = "<group>"; };
364-
5B233FFC21ED964F00206ACB /* JRSwizzle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JRSwizzle.h; sourceTree = "<group>"; };
364+
5B233FFC21ED964F00206ACB /* LPSwizzle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LPSwizzle.h; sourceTree = "<group>"; };
365365
5B233FFD21ED964F00206ACB /* LPJSON.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LPJSON.m; sourceTree = "<group>"; };
366366
5B233FFE21ED964F00206ACB /* FileMD5Hash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = FileMD5Hash.c; sourceTree = "<group>"; };
367367
5B233FFF21ED964F00206ACB /* LPKeychainWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LPKeychainWrapper.h; sourceTree = "<group>"; };
368368
5B23400021ED964F00206ACB /* LPDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LPDatabase.h; sourceTree = "<group>"; };
369369
5B23400121ED964F00206ACB /* LPUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LPUtils.m; sourceTree = "<group>"; };
370370
5B23400221ED964F00206ACB /* FileMD5Hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileMD5Hash.h; sourceTree = "<group>"; };
371371
5B23400321ED964F00206ACB /* LPJSON.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LPJSON.h; sourceTree = "<group>"; };
372-
5B23400421ED964F00206ACB /* JRSwizzle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JRSwizzle.m; sourceTree = "<group>"; };
372+
5B23400421ED964F00206ACB /* LPSwizzle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LPSwizzle.m; sourceTree = "<group>"; };
373373
5B23400721ED964F00206ACB /* Leanplum_WebSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Leanplum_WebSocket.h; sourceTree = "<group>"; };
374374
5B23400921ED964F00206ACB /* Leanplum_AsyncSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Leanplum_AsyncSocket.h; sourceTree = "<group>"; };
375375
5B23400A21ED964F00206ACB /* Leanplum_AsyncSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Leanplum_AsyncSocket.m; sourceTree = "<group>"; };
@@ -836,15 +836,15 @@
836836
5B233FF721ED964F00206ACB /* Encryption */,
837837
5B233FFA21ED964F00206ACB /* LPUtils.h */,
838838
5B233FFB21ED964F00206ACB /* LPDatabase.m */,
839-
5B233FFC21ED964F00206ACB /* JRSwizzle.h */,
839+
5B233FFC21ED964F00206ACB /* LPSwizzle.h */,
840840
5B233FFD21ED964F00206ACB /* LPJSON.m */,
841841
5B233FFE21ED964F00206ACB /* FileMD5Hash.c */,
842842
5B233FFF21ED964F00206ACB /* LPKeychainWrapper.h */,
843843
5B23400021ED964F00206ACB /* LPDatabase.h */,
844844
5B23400121ED964F00206ACB /* LPUtils.m */,
845845
5B23400221ED964F00206ACB /* FileMD5Hash.h */,
846846
5B23400321ED964F00206ACB /* LPJSON.h */,
847-
5B23400421ED964F00206ACB /* JRSwizzle.m */,
847+
5B23400421ED964F00206ACB /* LPSwizzle.m */,
848848
5B23400521ED964F00206ACB /* Vendor */,
849849
5B23402F21ED964F00206ACB /* LPKeychainWrapper.m */,
850850
);
@@ -1016,7 +1016,7 @@
10161016
5B23411521ED965000206ACB /* NSDate+RFC1123.h in Headers */,
10171017
5B23412121ED965000206ACB /* NSString+MKNetworkKitAdditions.h in Headers */,
10181018
5B23409721ED964F00206ACB /* LPEventDataManager.h in Headers */,
1019-
5B2340D321ED965000206ACB /* JRSwizzle.h in Headers */,
1019+
5B2340D321ED965000206ACB /* LPSwizzle.h in Headers */,
10201020
5B2340C321ED964F00206ACB /* LPInbox.h in Headers */,
10211021
5B23405F21ED964F00206ACB /* LPNetworkProtocol.h in Headers */,
10221022
5B23412921ED965000206ACB /* LPMessageTemplates.h in Headers */,
@@ -1357,7 +1357,7 @@
13571357
5B2340F121ED965000206ACB /* Leanplum_Reachability.m in Sources */,
13581358
5B23408121ED964F00206ACB /* LPVarCache.m in Sources */,
13591359
5B2340BF21ED964F00206ACB /* LPExceptionHandler.m in Sources */,
1360-
5B2340E321ED965000206ACB /* JRSwizzle.m in Sources */,
1360+
5B2340E321ED965000206ACB /* LPSwizzle.m in Sources */,
13611361
5B23407321ED964F00206ACB /* LPRevenueManager.m in Sources */,
13621362
5B23405B21ED964F00206ACB /* LPNetworkOperation.m in Sources */,
13631363
5B2340EF21ED965000206ACB /* Leanplum_SocketIO.m in Sources */,

Leanplum-SDK/Classes/Features/Actions/LPActionManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#import "LPActionManager.h"
2626

2727
#import "LPConstants.h"
28-
#import "JRSwizzle.h"
28+
#import "LPSwizzle.h"
2929
#import "LeanplumInternal.h"
3030
#import "LPFileManager.h"
3131
#import "LPVarCache.h"

Leanplum-SDK/Classes/Internal/Leanplum.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#import "LPMessageTemplates.h"
4040
#include <sys/sysctl.h>
4141
#import "LPRevenueManager.h"
42-
#import "JRSwizzle.h"
42+
#import "LPSwizzle.h"
4343
#import "LPInbox.h"
4444
#import "LPUIAlert.h"
4545
#import "LPUtils.h"

Leanplum-SDK/Classes/Leanplum.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#import "LeanplumCompatibility.h"
4343
#import "LPUIAlert.h"
4444
//#import "LPRequest.h"
45-
#import "JRSwizzle.h"
45+
#import "LPSwizzle.h"
4646
//#import "LeanplumInternal.h"
4747
#import "LPEventDataManager.h"
4848
#import "LPEventCallbackManager.h"

Leanplum-SDK/Classes/Managers/LPFileManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// under the License.
2424

2525
#import "LPConstants.h"
26-
#import "JRSwizzle.h"
26+
#import "LPSwizzle.h"
2727
#import "LPFileManager.h"
2828
#import "LPVarCache.h"
2929
#import "Leanplum.h"

Leanplum-SDK/Classes/Managers/LPRevenueManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// under the License.
2424

2525
#import "LPRevenueManager.h"
26-
#import "JRSwizzle.h"
26+
#import "LPSwizzle.h"
2727
#import "LeanplumInternal.h"
2828
#import "LPConstants.h"
2929
#import "LPUtils.h"

0 commit comments

Comments
 (0)