Skip to content

Commit

Permalink
Rename base iOS files
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Franco committed May 2, 2022
1 parent 744684a commit c7318ec
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ PODS:
- React-jsinspector (0.67.3)
- React-logger (0.67.3):
- glog
- react-native-quick-sqlite (3.0.2):
- react-native-quick-sqlite (3.0.4):
- React
- React-callinvoker
- React-Core
Expand Down Expand Up @@ -431,7 +431,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 15ea57ead631a11fad57634ff69f78e797113a39
React-jsinspector: 1e1e03345cf6d47779e2061d679d0a87d9ae73d8
React-logger: 1e10789cb84f99288479ba5f20822ce43ced6ffe
react-native-quick-sqlite: d8d711b42c9df78e1983a02d5f29cd541a78b713
react-native-quick-sqlite: 6e2ccab68e66b0a09f1ce5b7eeae097d32230ec5
React-perflogger: 93d3f142d6d9a46e635f09ba0518027215a41098
React-RCTActionSheet: 87327c3722203cc79cf79d02fb83e7332aeedd18
React-RCTAnimation: 009c87c018d50e0b38692699405ebe631ff4872d
Expand All @@ -446,6 +446,6 @@ SPEC CHECKSUMS:
ReactCommon: 650e33cde4fb7d36781cd3143f5276da0abb2f96
Yoga: 90dcd029e45d8a7c1ff059e8b3c6612ff409061a

PODFILE CHECKSUM: 23fbb34cc9cd3db2810e5bb10e37bce3ce025dee
PODFILE CHECKSUM: 21282804cb7b559416f2717812c3f6c182daa539

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion ios/Sequel.h → ios/QuickSQLite.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import <React/RCTBridgeModule.h>

@interface Sequel : NSObject <RCTBridgeModule>
@interface QuickSQLite : NSObject <RCTBridgeModule>

@property(nonatomic, assign) BOOL setBridgeOnMainQueue;

Expand Down
4 changes: 2 additions & 2 deletions ios/Sequel.mm → ios/QuickSQLite.mm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* This code is licensed under the MIT license
*/

#import "Sequel.h"
#import "QuickSQLite.h"
#import "installer.h"

#import <React/RCTBridge+Private.h>
Expand All @@ -19,7 +19,7 @@

#import <memory>

@implementation Sequel
@implementation QuickSQLite

@synthesize bridge = _bridge;
@synthesize methodQueue = _methodQueue;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
5E555C0D2413F4C50049A1A2 /* Sequel.mm in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* Sequel.mm */; };
5E555C0D2413F4C50049A1A2 /* QuickSQLite.mm in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* QuickSQLite.mm */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand All @@ -23,8 +23,8 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
134814201AA4EA6300B7C361 /* libSequel.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSequel.a; sourceTree = BUILT_PRODUCTS_DIR; };
B3E7B5891CC2AC0600A0062D /* Sequel.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Sequel.mm; sourceTree = "<group>"; };
134814201AA4EA6300B7C361 /* libQuickSQLite.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libQuickSQLite.a; sourceTree = BUILT_PRODUCTS_DIR; };
B3E7B5891CC2AC0600A0062D /* QuickSQLite.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = QuickSQLite.mm; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -41,25 +41,25 @@
134814211AA4EA7D00B7C361 /* Products */ = {
isa = PBXGroup;
children = (
134814201AA4EA6300B7C361 /* libSequel.a */,
134814201AA4EA6300B7C361 /* libQuickSQLite.a */,
);
name = Products;
sourceTree = "<group>";
};
58B511D21A9E6C8500147676 = {
isa = PBXGroup;
children = (
B3E7B5891CC2AC0600A0062D /* Sequel.mm */,
B3E7B5891CC2AC0600A0062D /* QuickSQLite.mm */,
134814211AA4EA7D00B7C361 /* Products */,
);
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
58B511DA1A9E6C8500147676 /* Sequel */ = {
58B511DA1A9E6C8500147676 /* QuickSQLite */ = {
isa = PBXNativeTarget;
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "Sequel" */;
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "QuickSQLite" */;
buildPhases = (
58B511D71A9E6C8500147676 /* Sources */,
58B511D81A9E6C8500147676 /* Frameworks */,
Expand All @@ -69,9 +69,9 @@
);
dependencies = (
);
name = Sequel;
name = QuickSQLite;
productName = RCTDataManager;
productReference = 134814201AA4EA6300B7C361 /* libSequel.a */;
productReference = 134814201AA4EA6300B7C361 /* libQuickSQLite.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
Expand All @@ -88,7 +88,7 @@
};
};
};
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "Sequel" */;
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "QuickSQLite" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
Expand All @@ -101,7 +101,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
58B511DA1A9E6C8500147676 /* Sequel */,
58B511DA1A9E6C8500147676 /* QuickSQLite */,
);
};
/* End PBXProject section */
Expand All @@ -111,7 +111,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
5E555C0D2413F4C50049A1A2 /* Sequel.mm in Sources */,
5E555C0D2413F4C50049A1A2 /* QuickSQLite.mm in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -222,7 +222,7 @@
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = Sequel;
PRODUCT_NAME = QuickSQLite;
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "Sequel-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand All @@ -241,7 +241,7 @@
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = Sequel;
PRODUCT_NAME = QuickSQLite;
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "Sequel-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand All @@ -251,7 +251,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "Sequel" */ = {
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "QuickSQLite" */ = {
isa = XCConfigurationList;
buildConfigurations = (
58B511ED1A9E6C8500147676 /* Debug */,
Expand All @@ -260,7 +260,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "Sequel" */ = {
58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "QuickSQLite" */ = {
isa = XCConfigurationList;
buildConfigurations = (
58B511F01A9E6C8500147676 /* Debug */,
Expand Down

0 comments on commit c7318ec

Please sign in to comment.