Skip to content

Commit

Permalink
ios versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
lcflight committed Mar 22, 2024
1 parent 91fdae5 commit feba6f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"projectId": "634f0123-3105-4f6d-91dc-57d2d4449007"
}
},
"version": "1.0.1",
"version": "1.1.0",
"owner": "taskratchet",
"slug": "taskratchet-mobile",
"ios": {
"bundleIdentifier": "com.taskratchet.mobile",
"buildNumber": "1.0.1",
"buildNumber": "1.1.0",
"requiresFullScreen": false
},
"android": {
Expand Down
8 changes: 4 additions & 4 deletions ios/mobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = 3777FG4PR3;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = mobile/Info.plist;
Expand All @@ -577,7 +577,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.1.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -605,7 +605,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = 3777FG4PR3;
INFOPLIST_FILE = mobile/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = TaskRatchet;
Expand All @@ -614,7 +614,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.1.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit feba6f8

Please sign in to comment.