-
Notifications
You must be signed in to change notification settings - Fork 666
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
64 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,9 @@ | ||
#include? "LoopFollowConfigOverride.xcconfig" | ||
#include? "../../LoopFollowConfigOverride.xcconfig" | ||
#include? "LoopFollowDisplayNameConfig.xcconfig" | ||
#include? "../../LoopFollowDisplayNameConfig.xcconfig" | ||
|
||
// | ||
// Config.xcconfig | ||
// nsapple | ||
// | ||
// Created by Kenneth Stack on 4/12/18. | ||
// Copyright © 2018 Perceptus.org. All rights reserved. | ||
// | ||
unique_id = ${DEVELOPMENT_TEAM} | ||
|
||
//Version (DEFAULT) | ||
LOOP_FOLLOW_MARKETING_VERSION = 2.0.02 | ||
|
||
// Custom Display Name for Your LoopFollow App | ||
// --------------------------------------------- | ||
// The 'display_name' field allows you to personalize the name of this LoopFollow app instance. | ||
// This name appears on your device and helps to distinguish between different LoopFollow instances. | ||
// | ||
// How to Set: | ||
// 1. Replace 'LoopFollow' with the desired name of your app. | ||
// 2. Save the file and build the app for the changes to take effect. | ||
// | ||
display_name = LoopFollow | ||
LOOP_FOLLOW_MARKETING_VERSION = 2.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// | ||
// LoopFollowDisplayNameConfig.xcconfig | ||
// | ||
// Use this file to configure instance-specific settings for LoopFollow. | ||
// | ||
|
||
// App Suffix: Used to differentiate AppGroupIdentifier between different app instances. | ||
app_suffix = | ||
|
||
// Custom Display Name for Your LoopFollow App | ||
// --------------------------------------------- | ||
// The 'display_name' field allows you to personalize the name of this LoopFollow app instance. | ||
// This name appears on your device and helps to distinguish between different LoopFollow instances. | ||
// | ||
// How to Set: | ||
// 1. Replace 'LoopFollow' with the desired name of your app. | ||
// 2. Save the file and build the app for the changes to take effect. | ||
// | ||
display_name = LoopFollow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters