Skip to content

Commit

Permalink
Update Prey-Info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
jCalaU committed May 1, 2020
1 parent 0916bea commit aeccea5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Prey.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2020040201;
CURRENT_PROJECT_VERSION = 2020043001;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1167,7 +1167,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Prey/GoogleAnalytics",
);
MARKETING_VERSION = 2.1.2;
MARKETING_VERSION = 2.1.3;
OTHER_SWIFT_FLAGS = "-D DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = com.prey;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1188,7 +1188,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2020040201;
CURRENT_PROJECT_VERSION = 2020043001;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1200,7 +1200,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Prey/GoogleAnalytics",
);
MARKETING_VERSION = 2.1.2;
MARKETING_VERSION = 2.1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.prey;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1256,14 +1256,14 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2020040201;
CURRENT_PROJECT_VERSION = 2020043001;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = PreyNotify/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 2.1.2;
MARKETING_VERSION = 2.1.3;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.prey.PreyNotify;
Expand All @@ -1288,14 +1288,14 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2020040201;
CURRENT_PROJECT_VERSION = 2020043001;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = PreyNotify/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 2.1.2;
MARKETING_VERSION = 2.1.3;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.prey.PreyNotify;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion Prey/Plist/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>Prey utilizes the device's camera to take pictures when you request evidence reports.</string>
<string>Prey utilizes the device&apos;s camera to take pictures when you request evidence reports.</string>
<key>NSContactsUsageDescription</key>
<string>Prey needs access to your contacts to allow you to retrieve them remotely.</string>
<key>NSFaceIDUsageDescription</key>
Expand Down

0 comments on commit aeccea5

Please sign in to comment.