Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Recouse committed Aug 16, 2020
1 parent 23ca982 commit 2493d91
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
14 changes: 8 additions & 6 deletions ORTUS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1950,7 +1950,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Schedule/Schedule.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 17;
CURRENT_PROJECT_VERSION = 20;
DEVELOPMENT_TEAM = RL7M4Z58CJ;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Schedule/Info.plist;
Expand All @@ -1960,7 +1960,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 0.2.0;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = me.recouse.ORTUS.Schedule;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1976,7 +1976,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Schedule/Schedule.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 17;
CURRENT_PROJECT_VERSION = 20;
DEVELOPMENT_TEAM = RL7M4Z58CJ;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Schedule/Info.plist;
Expand All @@ -1986,7 +1986,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 0.2.0;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = me.recouse.ORTUS.Schedule;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -2180,7 +2180,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = ORTUS/ORTUS.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 18;
CURRENT_PROJECT_VERSION = 20;
DEVELOPMENT_TEAM = RL7M4Z58CJ;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -2194,6 +2194,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.2.0;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = me.recouse.ORTUS;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -2210,7 +2211,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = ORTUS/ORTUS.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 18;
CURRENT_PROJECT_VERSION = 20;
DEVELOPMENT_TEAM = RL7M4Z58CJ;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -2224,6 +2225,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.2.0;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = me.recouse.ORTUS;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
18 changes: 9 additions & 9 deletions ORTUS/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSUserActivityTypes</key>
<array>
<string>me.recouse.ORTUS.ActivityType.news</string>
<string>me.recouse.ORTUS.ActivityType.grades</string>
<string>me.recouse.ORTUS.ActivityType.contacts</string>
<string>me.recouse.ORTUS.ActivityType.ortusWebsite</string>
<string>me.recouse.ORTUS.ActivityType.course</string>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
Expand All @@ -25,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down Expand Up @@ -61,6 +53,14 @@
</dict>
</dict>
</dict>
<key>NSUserActivityTypes</key>
<array>
<string>me.recouse.ORTUS.ActivityType.news</string>
<string>me.recouse.ORTUS.ActivityType.grades</string>
<string>me.recouse.ORTUS.ActivityType.contacts</string>
<string>me.recouse.ORTUS.ActivityType.ortusWebsite</string>
<string>me.recouse.ORTUS.ActivityType.course</string>
</array>
<key>UIApplicationShortcutItems</key>
<array>
<dict>
Expand Down

0 comments on commit 2493d91

Please sign in to comment.