From c7318ec9d7a553d6bd9e2283c680d9a1d3821288 Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Mon, 2 May 2022 18:51:18 +0200 Subject: [PATCH] Rename base iOS files --- example/ios/Podfile.lock | 8 ++--- ios/{Sequel.h => QuickSQLite.h} | 2 +- ios/{Sequel.mm => QuickSQLite.mm} | 4 +-- .../project.pbxproj | 32 +++++++++---------- 4 files changed, 23 insertions(+), 23 deletions(-) rename ios/{Sequel.h => QuickSQLite.h} (82%) rename ios/{Sequel.mm => QuickSQLite.mm} (95%) rename ios/{Sequel.xcodeproj => QuickSQLite.xcodeproj}/project.pbxproj (87%) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 6972bcf..71536d0 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -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 @@ -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 @@ -446,6 +446,6 @@ SPEC CHECKSUMS: ReactCommon: 650e33cde4fb7d36781cd3143f5276da0abb2f96 Yoga: 90dcd029e45d8a7c1ff059e8b3c6612ff409061a -PODFILE CHECKSUM: 23fbb34cc9cd3db2810e5bb10e37bce3ce025dee +PODFILE CHECKSUM: 21282804cb7b559416f2717812c3f6c182daa539 -COCOAPODS: 1.11.2 +COCOAPODS: 1.11.3 diff --git a/ios/Sequel.h b/ios/QuickSQLite.h similarity index 82% rename from ios/Sequel.h rename to ios/QuickSQLite.h index 0b05c20..77bcc94 100644 --- a/ios/Sequel.h +++ b/ios/QuickSQLite.h @@ -9,7 +9,7 @@ #import -@interface Sequel : NSObject +@interface QuickSQLite : NSObject @property(nonatomic, assign) BOOL setBridgeOnMainQueue; diff --git a/ios/Sequel.mm b/ios/QuickSQLite.mm similarity index 95% rename from ios/Sequel.mm rename to ios/QuickSQLite.mm index f54b748..89a1bc8 100644 --- a/ios/Sequel.mm +++ b/ios/QuickSQLite.mm @@ -7,7 +7,7 @@ * This code is licensed under the MIT license */ -#import "Sequel.h" +#import "QuickSQLite.h" #import "installer.h" #import @@ -19,7 +19,7 @@ #import -@implementation Sequel +@implementation QuickSQLite @synthesize bridge = _bridge; @synthesize methodQueue = _methodQueue; diff --git a/ios/Sequel.xcodeproj/project.pbxproj b/ios/QuickSQLite.xcodeproj/project.pbxproj similarity index 87% rename from ios/Sequel.xcodeproj/project.pbxproj rename to ios/QuickSQLite.xcodeproj/project.pbxproj index 2cb39e0..4a462ba 100644 --- a/ios/Sequel.xcodeproj/project.pbxproj +++ b/ios/QuickSQLite.xcodeproj/project.pbxproj @@ -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 */ @@ -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 = ""; }; + 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 = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -41,7 +41,7 @@ 134814211AA4EA7D00B7C361 /* Products */ = { isa = PBXGroup; children = ( - 134814201AA4EA6300B7C361 /* libSequel.a */, + 134814201AA4EA6300B7C361 /* libQuickSQLite.a */, ); name = Products; sourceTree = ""; @@ -49,7 +49,7 @@ 58B511D21A9E6C8500147676 = { isa = PBXGroup; children = ( - B3E7B5891CC2AC0600A0062D /* Sequel.mm */, + B3E7B5891CC2AC0600A0062D /* QuickSQLite.mm */, 134814211AA4EA7D00B7C361 /* Products */, ); sourceTree = ""; @@ -57,9 +57,9 @@ /* 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 */, @@ -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 */ @@ -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; @@ -101,7 +101,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 58B511DA1A9E6C8500147676 /* Sequel */, + 58B511DA1A9E6C8500147676 /* QuickSQLite */, ); }; /* End PBXProject section */ @@ -111,7 +111,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5E555C0D2413F4C50049A1A2 /* Sequel.mm in Sources */, + 5E555C0D2413F4C50049A1A2 /* QuickSQLite.mm in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -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"; @@ -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; @@ -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 */, @@ -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 */,