Skip to content

Commit a80b8bb

Browse files
committed
Bump project version
1 parent c722693 commit a80b8bb

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

SnippetsLibrary.xcodeproj/project.pbxproj

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
B8162F2226FB76F900FB0A9E /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = B88D4A3526F4E34900164BF5 /* GoogleService-Info.plist */; };
1011
B8190DF826FA388500E3994C /* SnippetType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8190DF726FA388500E3994C /* SnippetType.swift */; };
1112
B82561B426E81D570040A67E /* SnippetsLibraryApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82561B326E81D570040A67E /* SnippetsLibraryApp.swift */; };
1213
B82561B826E81D580040A67E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B82561B726E81D580040A67E /* Assets.xcassets */; };
@@ -613,6 +614,7 @@
613614
isa = PBXResourcesBuildPhase;
614615
buildActionMask = 2147483647;
615616
files = (
617+
B8162F2226FB76F900FB0A9E /* GoogleService-Info.plist in Resources */,
616618
B82561BB26E81D580040A67E /* Preview Assets.xcassets in Resources */,
617619
B82561B826E81D580040A67E /* Assets.xcassets in Resources */,
618620
);
@@ -873,10 +875,10 @@
873875
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
874876
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
875877
CODE_SIGN_ENTITLEMENTS = SnippetsLibrary/SnippetsLibrary.entitlements;
876-
CODE_SIGN_IDENTITY = "Mac Developer";
877-
CODE_SIGN_STYLE = Manual;
878+
CODE_SIGN_IDENTITY = "Apple Development";
879+
CODE_SIGN_STYLE = Automatic;
878880
COMBINE_HIDPI_IMAGES = YES;
879-
CURRENT_PROJECT_VERSION = 4;
881+
CURRENT_PROJECT_VERSION = 7;
880882
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
881883
DEVELOPMENT_ASSET_PATHS = "\"SnippetsLibrary/Preview Content\"";
882884
DEVELOPMENT_TEAM = 7WLUFJRJ56;
@@ -891,7 +893,7 @@
891893
MARKETING_VERSION = 1.0;
892894
PRODUCT_BUNDLE_IDENTIFIER = com.cphlowiec.SnippetsLibrary;
893895
PRODUCT_NAME = "$(TARGET_NAME)";
894-
PROVISIONING_PROFILE_SPECIFIER = "SnippetsLibrary Development";
896+
PROVISIONING_PROFILE_SPECIFIER = "";
895897
SWIFT_VERSION = 5.0;
896898
};
897899
name = Debug;
@@ -902,10 +904,10 @@
902904
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
903905
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
904906
CODE_SIGN_ENTITLEMENTS = SnippetsLibrary/SnippetsLibrary.entitlements;
905-
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
906-
CODE_SIGN_STYLE = Manual;
907+
CODE_SIGN_IDENTITY = "Apple Development";
908+
CODE_SIGN_STYLE = Automatic;
907909
COMBINE_HIDPI_IMAGES = YES;
908-
CURRENT_PROJECT_VERSION = 4;
910+
CURRENT_PROJECT_VERSION = 7;
909911
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
910912
DEVELOPMENT_ASSET_PATHS = "\"SnippetsLibrary/Preview Content\"";
911913
DEVELOPMENT_TEAM = 7WLUFJRJ56;
@@ -920,7 +922,7 @@
920922
MARKETING_VERSION = 1.0;
921923
PRODUCT_BUNDLE_IDENTIFIER = com.cphlowiec.SnippetsLibrary;
922924
PRODUCT_NAME = "$(TARGET_NAME)";
923-
PROVISIONING_PROFILE_SPECIFIER = "SnippetsLibrary Distribution";
925+
PROVISIONING_PROFILE_SPECIFIER = "";
924926
SWIFT_ACTIVE_COMPILATION_CONDITIONS = RELEASE;
925927
SWIFT_VERSION = 5.0;
926928
};

SnippetsLibrary.xcodeproj/xcshareddata/xcschemes/SnippetsLibrary.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
</Testables>
5252
</TestAction>
5353
<LaunchAction
54-
buildConfiguration = "Debug"
55-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
56-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
54+
buildConfiguration = "Release"
55+
selectedDebuggerIdentifier = ""
56+
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
5757
launchStyle = "0"
5858
useCustomWorkingDirectory = "NO"
5959
ignoresPersistentStateOnLaunch = "NO"

0 commit comments

Comments
 (0)