Skip to content

Commit 196ee9b

Browse files
committed
Update version, app info, scheme and packages
1 parent ecf503d commit 196ee9b

File tree

3 files changed

+15
-31
lines changed

3 files changed

+15
-31
lines changed

ForPDA.xcodeproj/project.pbxproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,12 +1048,13 @@
10481048
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
10491049
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
10501050
CODE_SIGN_STYLE = Automatic;
1051-
CURRENT_PROJECT_VERSION = 2;
1051+
CURRENT_PROJECT_VERSION = 1;
10521052
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10531053
DEVELOPMENT_TEAM = 7353CQCGQC;
10541054
GENERATE_INFOPLIST_FILE = YES;
10551055
INFOPLIST_FILE = ForPDA/Info.plist;
10561056
INFOPLIST_KEY_CFBundleDisplayName = ForPDA;
1057+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.news";
10571058
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
10581059
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
10591060
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
@@ -1063,7 +1064,7 @@
10631064
"$(inherited)",
10641065
"@executable_path/Frameworks",
10651066
);
1066-
MARKETING_VERSION = 0.1.1;
1067+
MARKETING_VERSION = 0.2;
10671068
PRODUCT_BUNDLE_IDENTIFIER = com.subvert.forpda;
10681069
PRODUCT_NAME = "$(TARGET_NAME)";
10691070
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -1081,11 +1082,12 @@
10811082
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
10821083
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
10831084
CODE_SIGN_STYLE = Automatic;
1084-
CURRENT_PROJECT_VERSION = 2;
1085+
CURRENT_PROJECT_VERSION = 1;
10851086
DEVELOPMENT_TEAM = 7353CQCGQC;
10861087
GENERATE_INFOPLIST_FILE = YES;
10871088
INFOPLIST_FILE = ForPDA/Info.plist;
10881089
INFOPLIST_KEY_CFBundleDisplayName = ForPDA;
1090+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.news";
10891091
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
10901092
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
10911093
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
@@ -1095,7 +1097,7 @@
10951097
"$(inherited)",
10961098
"@executable_path/Frameworks",
10971099
);
1098-
MARKETING_VERSION = 0.1.1;
1100+
MARKETING_VERSION = 0.2;
10991101
PRODUCT_BUNDLE_IDENTIFIER = com.subvert.forpda;
11001102
PRODUCT_NAME = "$(TARGET_NAME)";
11011103
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -1168,7 +1170,7 @@
11681170
repositoryURL = "https://github.com/firebase/firebase-ios-sdk";
11691171
requirement = {
11701172
kind = upToNextMajorVersion;
1171-
minimumVersion = 10.9.0;
1173+
minimumVersion = 10.10.0;
11721174
};
11731175
};
11741176
B884AFF629FD9D6F00BC1AA1 /* XCRemoteSwiftPackageReference "YouTubePlayerKit" */ = {

ForPDA.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ForPDA.xcodeproj/xcshareddata/xcschemes/ForPDA.xcscheme

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -117,23 +117,5 @@
117117
<ArchiveAction
118118
buildConfiguration = "Release"
119119
revealArchiveInOrganizer = "YES">
120-
<PostActions>
121-
<ExecutionAction
122-
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
123-
<ActionContent
124-
title = "Run Script"
125-
scriptText = "cd &quot;${PROJECT_DIR}&quot; ; agvtool bump&#10;">
126-
<EnvironmentBuildable>
127-
<BuildableReference
128-
BuildableIdentifier = "primary"
129-
BlueprintIdentifier = "B8D351F4293CABB6008A84EA"
130-
BuildableName = "ForPDA.app"
131-
BlueprintName = "ForPDA"
132-
ReferencedContainer = "container:ForPDA.xcodeproj">
133-
</BuildableReference>
134-
</EnvironmentBuildable>
135-
</ActionContent>
136-
</ExecutionAction>
137-
</PostActions>
138120
</ArchiveAction>
139121
</Scheme>

0 commit comments

Comments
 (0)