Update version to 1.0.0 (7)
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
|
||||
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
|
||||
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
||||
MARKETING_VERSION = 0.2.0;
|
||||
MARKETING_VERSION = 1.0.0;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
@@ -218,7 +218,7 @@
|
||||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
|
||||
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
|
||||
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
||||
MARKETING_VERSION = 0.2.0;
|
||||
MARKETING_VERSION = 1.0.0;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
||||
4
Skip.env
4
Skip.env
@@ -11,10 +11,10 @@ PRODUCT_NAME = SatsPrice
|
||||
PRODUCT_BUNDLE_IDENTIFIER = xyz.tyiu.SatsPrice
|
||||
|
||||
// The semantic version of the app
|
||||
MARKETING_VERSION = 0.2.0
|
||||
MARKETING_VERSION = 1.0.0
|
||||
|
||||
// The build number specifying the internal app version
|
||||
CURRENT_PROJECT_VERSION = 6
|
||||
CURRENT_PROJECT_VERSION = 7
|
||||
|
||||
// The package name for the Android entry point, referenced by the AndroidManifest.xml
|
||||
ANDROID_PACKAGE_NAME = sats.price
|
||||
|
||||
Reference in New Issue
Block a user