Skip to content

Commit

Permalink
2.2.9(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
samshara committed Jan 3, 2024
1 parent 0074c84 commit 65246fa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ios/mapswipe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
CODE_SIGN_ENTITLEMENTS = mapswipe/mapswipe.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = N4W28E5PA4;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand Down Expand Up @@ -702,7 +702,7 @@
CODE_SIGN_ENTITLEMENTS = mapswipe/mapswipe.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = N4W28E5PA4;
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -1025,7 +1025,7 @@
CODE_SIGN_ENTITLEMENTS = mapswipe/mapswipe.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = N4W28E5PA4;
ENABLE_BITCODE = NO;
FIREBASE_CONFIG_EXTENSION = dev;
Expand Down
2 changes: 1 addition & 1 deletion ios/mapswipe/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_PERSONALIZATION_SIGNALS</key>
<false/>
<key>GOOGLE_ANALYTICS_IDFV_COLLECTION_ENABLED</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/mapswipeTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ios/mapswipeUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>2.2.9</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mapswipe",
"version": "2.2.9",
"build": "1",
"build": "2",
"private": true,
"scripts": {
"buildDev": "cd android && ./gradlew assembleDevRelease && cd ..",
Expand Down

0 comments on commit 65246fa

Please sign in to comment.