Skip to content

Commit

Permalink
Merge pull request #19 from TaskRatchet/WebView-for-Registration
Browse files Browse the repository at this point in the history
Version update
  • Loading branch information
narthur authored Feb 13, 2024
2 parents 1426b06 + bca3447 commit 265887e
Show file tree
Hide file tree
Showing 2 changed files with 10 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.0",
"version": "1.0.1",
"owner": "taskratchet",
"slug": "taskratchet-mobile",
"ios": {
"bundleIdentifier": "com.taskratchet.mobile",
"buildNumber": "1.0.0",
"buildNumber": "1.0.1",
"requiresFullScreen": false
},
"android": {
Expand Down
12 changes: 8 additions & 4 deletions ios/mobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -567,15 +567,17 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = 3777FG4PR3;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = mobile/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = TaskRatchet;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -603,14 +605,16 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = 3777FG4PR3;
INFOPLIST_FILE = mobile/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = TaskRatchet;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit 265887e

Please sign in to comment.