Skip to content

Commit

Permalink
Add config for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed Apr 11, 2024
1 parent f5842a6 commit a2b897c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions IPMenuBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
9E21BDC72BC85BDB00240A0D /* Release.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 9E21BDC62BC85BDB00240A0D /* Release.xcconfig */; };
9EF47CFB2BC33B7F009E3952 /* IPMenuBarApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EF47CFA2BC33B7F009E3952 /* IPMenuBarApp.swift */; };
9EF47CFD2BC33B7F009E3952 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EF47CFC2BC33B7F009E3952 /* ContentView.swift */; };
9EF47CFF2BC33B81009E3952 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9EF47CFE2BC33B81009E3952 /* Assets.xcassets */; };
Expand Down Expand Up @@ -34,6 +35,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
9E21BDC62BC85BDB00240A0D /* Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
9EF47CF72BC33B7F009E3952 /* IPMenuBar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IPMenuBar.app; sourceTree = BUILT_PRODUCTS_DIR; };
9EF47CFA2BC33B7F009E3952 /* IPMenuBarApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IPMenuBarApp.swift; sourceTree = "<group>"; };
9EF47CFC2BC33B7F009E3952 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -75,6 +77,7 @@
9EF47CEE2BC33B7F009E3952 = {
isa = PBXGroup;
children = (
9E21BDC62BC85BDB00240A0D /* Release.xcconfig */,
9EF47CF92BC33B7F009E3952 /* IPMenuBar */,
9EF47D0B2BC33B81009E3952 /* IPMenuBarTests */,
9EF47D152BC33B81009E3952 /* IPMenuBarUITests */,
Expand Down Expand Up @@ -236,6 +239,7 @@
files = (
9EF47D022BC33B81009E3952 /* Preview Assets.xcassets in Resources */,
9EF47CFF2BC33B81009E3952 /* Assets.xcassets in Resources */,
9E21BDC72BC85BDB00240A0D /* Release.xcconfig in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -364,6 +368,7 @@
};
9EF47D1B2BC33B81009E3952 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9E21BDC62BC85BDB00240A0D /* Release.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
Expand Down Expand Up @@ -450,6 +455,7 @@
};
9EF47D1E2BC33B81009E3952 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9E21BDC62BC85BDB00240A0D /* Release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
Expand Down Expand Up @@ -499,6 +505,7 @@
};
9EF47D212BC33B81009E3952 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9E21BDC62BC85BDB00240A0D /* Release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
Expand Down Expand Up @@ -535,6 +542,7 @@
};
9EF47D242BC33B81009E3952 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9E21BDC62BC85BDB00240A0D /* Release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
Expand Down
3 changes: 3 additions & 0 deletions Release.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Release.xcconfig
MARKETING_VERSION = 1.0.0
CURRENT_PROJECT_VERSION = 1

0 comments on commit a2b897c

Please sign in to comment.