Skip to content

Commit

Permalink
Merge pull request #77 from melton-foundation/pranav_beta_fixes
Browse files Browse the repository at this point in the history
chore(config): prepare first stable release version
  • Loading branch information
pranavsb authored Oct 31, 2020
2 parents 0bca89e + 316c477 commit 06aab90
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
9 changes: 6 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = PN7FU82PWA;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -402,6 +402,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.meltonApp;
PRODUCT_NAME = "Melton App";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -528,7 +529,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = PN7FU82PWA;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -544,6 +545,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.meltonApp;
PRODUCT_NAME = "Melton App";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -564,7 +566,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = PN7FU82PWA;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -580,6 +582,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.meltonApp;
PRODUCT_NAME = "Melton App";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
1 change: 0 additions & 1 deletion ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ import GoogleMaps
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}
}

4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: melton_app
description: App for Melton Foundation Fellows - https://meltonfoundation.org/
description: App for Melton Foundation Fellows - https://meltonapp.com/

publish_to: 'none'

version: 1.0.0+1
version: 1.0.1+2

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit 06aab90

Please sign in to comment.