diff --git a/android/app/build.gradle b/android/app/build.gradle index acba19f..ab976a1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -85,8 +85,8 @@ android { applicationId "com.p2devs.inknest" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 10 - versionName "1.2.1" + versionCode 11 + versionName "1.2.2" } signingConfigs { debug { diff --git a/ios/InkNest.xcodeproj/project.pbxproj b/ios/InkNest.xcodeproj/project.pbxproj index cd62022..2fbde98 100644 --- a/ios/InkNest.xcodeproj/project.pbxproj +++ b/ios/InkNest.xcodeproj/project.pbxproj @@ -12,7 +12,7 @@ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; - 92454CD82CE1B911001DB565 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 92454CD72CE1B911001DB565 /* GoogleService-Info.plist */; }; + 920A60A92D21910100A4C0D0 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 920A60A82D21910100A4C0D0 /* GoogleService-Info.plist */; }; 92E4EB942CE1BF0D00FD7A5D /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 92E4EB822CE1BF0D00FD7A5D /* EvilIcons.ttf */; }; 92E4EB952CE1BF0D00FD7A5D /* Fontisto.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 92E4EB8B2CE1BF0D00FD7A5D /* Fontisto.ttf */; }; 92E4EB962CE1BF0D00FD7A5D /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 92E4EB832CE1BF0D00FD7A5D /* Feather.ttf */; }; @@ -64,7 +64,7 @@ 5B7EB9410499542E8C5724F5 /* Pods-InkNest-InkNestTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-InkNest-InkNestTests.debug.xcconfig"; path = "Target Support Files/Pods-InkNest-InkNestTests/Pods-InkNest-InkNestTests.debug.xcconfig"; sourceTree = ""; }; 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = InkNest/LaunchScreen.storyboard; sourceTree = ""; }; 89C6BE57DB24E9ADA2F236DE /* Pods-InkNest-InkNestTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-InkNest-InkNestTests.release.xcconfig"; path = "Target Support Files/Pods-InkNest-InkNestTests/Pods-InkNest-InkNestTests.release.xcconfig"; sourceTree = ""; }; - 92454CD72CE1B911001DB565 /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; + 920A60A82D21910100A4C0D0 /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; 92454CD92CE1B9A1001DB565 /* InkNest.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = InkNest.entitlements; path = InkNest/InkNest.entitlements; sourceTree = ""; }; 92E4EB802CE1BF0D00FD7A5D /* AntDesign.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = AntDesign.ttf; sourceTree = ""; }; 92E4EB812CE1BF0D00FD7A5D /* Entypo.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Entypo.ttf; sourceTree = ""; }; @@ -129,9 +129,9 @@ 13B07FAE1A68108700A75B9A /* InkNest */ = { isa = PBXGroup; children = ( + 920A60A82D21910100A4C0D0 /* GoogleService-Info.plist */, 92E4EB932CE1BF0D00FD7A5D /* Fonts */, 92454CD92CE1B9A1001DB565 /* InkNest.entitlements */, - 92454CD72CE1B911001DB565 /* GoogleService-Info.plist */, 13B07FAF1A68108700A75B9A /* AppDelegate.h */, 13B07FB01A68108700A75B9A /* AppDelegate.mm */, 13B07FB51A68108700A75B9A /* Images.xcassets */, @@ -318,7 +318,6 @@ buildActionMask = 2147483647; files = ( 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, - 92454CD82CE1B911001DB565 /* GoogleService-Info.plist in Resources */, 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, 92E4EB942CE1BF0D00FD7A5D /* EvilIcons.ttf in Resources */, 92E4EB952CE1BF0D00FD7A5D /* Fontisto.ttf in Resources */, @@ -337,6 +336,7 @@ 92E4EBA22CE1BF0D00FD7A5D /* FontAwesome5_Regular.ttf in Resources */, 92E4EBA32CE1BF0D00FD7A5D /* FontAwesome6_Solid.ttf in Resources */, 92E4EBA42CE1BF0D00FD7A5D /* FontAwesome6_Regular.ttf in Resources */, + 920A60A92D21910100A4C0D0 /* GoogleService-Info.plist in Resources */, 92E4EBA52CE1BF0D00FD7A5D /* FontAwesome6_Brands.ttf in Resources */, 92E4EBA62CE1BF0D00FD7A5D /* Foundation.ttf in Resources */, B68F17F3FDCA791B856C024B /* PrivacyInfo.xcprivacy in Resources */, @@ -612,7 +612,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.1; + MARKETING_VERSION = 1.2.2; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -644,7 +644,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.1; + MARKETING_VERSION = 1.2.2; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -740,10 +740,7 @@ "-DFOLLY_CFG_NO_COROUTINES=1", "-DFOLLY_HAVE_CLOCK_GETTIME=1", ); - OTHER_LDFLAGS = ( - "$(inherited)", - " ", - ); + OTHER_LDFLAGS = "$(inherited) "; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; @@ -823,10 +820,7 @@ "-DFOLLY_CFG_NO_COROUTINES=1", "-DFOLLY_HAVE_CLOCK_GETTIME=1", ); - OTHER_LDFLAGS = ( - "$(inherited)", - " ", - ); + OTHER_LDFLAGS = "$(inherited) "; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; USE_HERMES = true;